All Questions

1
answer

How to insert 2 inputs in the same TD with doubleclick?

I would like to insert 2 inputs into a td, today my code works with only one input, and even saves the information in the database, but I need to include one more input to enter a password to authorize the update. Today it looks like this:   ...
asked on 14.06.2018 / 13:53
1
answer

How to set up languages in Asp.net Core

I'm setting up AddLocalization    So the problem is that Resources is in a separate class library of the project and I do not know how to configure it. services.AddLocalization(options => options.ResourcesPath = "Resources");     
asked on 01.09.2018 / 23:42
1
answer

Is there a secure way to check the loading of frames in an HTML page?

Some time ago I built a tool with HTML and Javascript to help debug a family of web applications. Basically, the tool consists of a static HTML page and a collection of scripts that load a given system into an iframe and then allow you to ins...
asked on 20.12.2013 / 15:35
3
answers

How can I include the 'submit' button in the 'POST' array generated by 'serialize'?

In forms, I have the button type submit which when clicked will be intercepted by jQuery in order to make validations to the content of the form before sending it to the PHP process via Ajax. Form <?php $html = ' <form action=...
asked on 31.12.2013 / 16:24
1
answer

How to create a RESTful API with asynchronous processing and response using C # + Angular (v5 +)

Hello, I'm working with C # and I have the following problem: Imagine that I have a route for my API api/estoque/inventario where this route should calculate the inventory of the entire inventory of the application and on demand return...
asked on 04.09.2018 / 15:35
3
answers

Custom tool warning: Can not import wsdl: portType

I can not use ServiceReference after successfully importing. After executing the import, writing the class and using its methods in the compilation occurs the Warnings: Warning 1 Custom tool warning: Cannot import wsdl:portType Det...
asked on 03.02.2014 / 19:19
1
answer

How to define the culture in a WCF WebService?

I have a WCF plication running in IIS where the server language / culture is set entirely in English. There is no way I can change the server settings so that I can change the server's culture or language. You would need an application...
asked on 31.01.2014 / 16:14
1
answer

What is the architecture of Cleopatra?

There are several basic architectures of modern computers. Here at SOPt you have some questions about Von architecture Neumann and from Harvard . Recently, in a small reading, they quoted another architecture, which would be such an architec...
asked on 01.08.2017 / 02:39
1
answer

charset declaration in .css file

Sometimes I come across some examples of file .css with the declaration of charset logo in the first line: @charset "utf-8"; Until my code editor (Dreamweaver CC 2015), when I create a new CSS file, it already places this line...
asked on 21.11.2018 / 00:30
2
answers

Show launch tag when date is IS NOT NULL

I'm trying to make a splash of a release tag and what seemed to be simple ended up becoming a complication. The product registration has two fields, data_inicial and data_expiração , initially I make a select to show all the...
asked on 23.10.2017 / 20:42