All Questions

1
answer

Performs function x minutes after submitting form

Good afternoon, good people, there was a problem to solve on a site, something that had not yet moved. It is as follows, on the page I have a form where the person can register. By registering, I'll send you an email confirming this registrat...
asked on 13.07.2015 / 22:54
1
answer

Date manipulation

I wonder if it is possible, after converting the date and bringing only the time, manipulate this result to return the closed time. The example below details it best. CONVERT(VARCHAR(19), DATEADD(second, cr.open_date ,'1969-12-31 21:00:00'), 1...
asked on 27.04.2018 / 20:32
1
answer

Spring boot Data-JPA and JSF Java Config

I'm setting up a project using Spring boot for ioc and Data-Jpa along with JSF but I have a problem with @Autowired my DAO is not loading. Does anyone know how to do this setting and where can I be wrong? Here's my setup: Applica...
asked on 09.07.2015 / 08:42
5
answers

Hierarchy between CSS styles

I am studying some more efficient ways to stylize an application using themes. My idea would be to use something like this: <div class='tema-1'> <button class='btn btn-primary'>botão principal</button> </div> .te...
asked on 29.06.2015 / 22:20
1
answer

Sequential Dynamic T-SQL Pivot

Breaking the head here to create a proc using pivot for this transformation: Is there a possibility? * Using sql server 2008R2 EDIT: CREATE TABLE #Teste5 (name VARCHAR(50),message VARCHAR(50),dtStart VARCHAR(50)) GO...
asked on 06.04.2018 / 22:12
1
answer

Closure Compiler JS - CSS Transform into a bulk process

Google has two tools for compilar/minificar optimizing JS and CSS files, Closure Compiler JS and Closure Compiler CSS . To run the build process I can do the following: java -jar compiler.jar --js hello.js --js_outp...
asked on 07.07.2015 / 15:52
1
answer

Problems with EditText in a listview

I'm trying to get my listview to hold the values placed in EditText , but every time I scroll I lose the data or it multiplies to other fields. Can anyone help? Below is my adapter : public class WorkoutAdapter extends Arra...
asked on 08.07.2015 / 02:06
1
answer

Error "E2034 Can not convert 'TByteDynArray *' to 'TByteDynArray'"

I need to integrate with Horus System (Health) using C ++ Builder. I already imported the .cpp of the homologation web service made available for my project. I'm having problems with the methods used to send the data, where it expects a...
asked on 02.07.2015 / 14:34
1
answer

How can I check if an object exists in the dictionary and return it

I am working on a solution where I have to enter the same function with a given name of a Park. The parks are implemented in a list and each park has a name. It happens that I intend and already tried to develop a function in which when searchin...
asked on 26.06.2015 / 00:10
1
answer

Doubt about FK, Visual Studio database

Hello, I created three tables in a database in Visual Studio, the first two ( clientes and produtos ) are normal tables with primary key in the Nome column. Then I created the table compras that would have dus FK, one f...
asked on 05.07.2015 / 18:02