All Questions

1
answer

How do temporary folders work?

I've been questioning myself about it today. On both Unix and Windows operating systems, we have a specific location where temporary files of all sorts are played. Obviously, if the folder is temporary, the data will stay there for only a cer...
asked on 19.07.2017 / 14:05
1
answer

Make a select and checkbox behave similarly to radio button [duplicate]

With knockoutjs I'm having a hard time getting values of input inside a table to compare it would have to be as radio button , however they are two checkbox as can be seen in # function DemoItem(id, name)...
asked on 11.08.2017 / 15:29
2
answers

Select records smaller than the current date and time

What is the best way to query the database where the data is smaller than the current date and time SELECT * FROM agenda WHERE agendamento < '".date('Y-m-d H:m:s')."'     
asked on 03.08.2017 / 16:07
1
answer

How to perform a parameter type href on an image using Ionic / Angular Js

I have this code snippet, which shows an image with a CSS above: <img class="imagemCapa" image-lazy-loader="lines" ng-src="{{item.cadastra_oferta_foto}}" /> <div class="promocao"><b>{{item.cadastra_oferta...
asked on 09.08.2017 / 19:24
2
answers

Deployer of a Spring Boot project

I'm doing a deployer of my first project in Spring Boot + Angular. I have a linux server (centos) where I took a tutorial to install tomcat: tutorial Tomcat is configured according to the tutorial, I've already been able to deployer a war,...
asked on 05.07.2017 / 15:04
2
answers

Filter filenames in uppercase and with a certain length at the end

I have some files named with person names, but some are completely capitalized, others completely in lowercase and some even with mixed case. I would like to set up a regex to filter only those file names that were totally uppercase, without...
asked on 25.07.2017 / 13:00
1
answer

How to use '.each ()' in a variable to get multiple '.attr ()' from a list?

I'm starting to develop a video gallery where I'll upload upload to GitHub for anyone who wants to download and use it. I have a list as follows: <ul> <li><span class="everyVideo ytVideo" data-videoID="6AmRg3p79pM">V...
asked on 12.09.2016 / 03:39
1
answer

How to concatenate date in sql server

I have a field where the date and time is saved: '2013-06-13 00:00:01' and '2013-06-13 11:59:59' I want to make an appointment by passing the date and a fixed time: CONVERT(VARCHAR(10), CAST(getdate() AS DATETIME), 111) + '00:00:01' and...
asked on 04.10.2016 / 20:09
1
answer

NF-e query with response: "Paralyzed Service without Prediction"

I'm doing in a project a module of search and XML download of NF-e next to SEFAZ. I made all the settings and pointed the requests to the WebService informed on the recipe site but it is returning the following error: <retDownloadNFe ver...
asked on 15.08.2017 / 15:23
1
answer

change the output type to currency

I have a code that gives me two columns, Expense and Total, what I can not do is that in the output of the totals it gives me in currency format ($ 1,000.00). the code is this: SELECT nome_evento AS Despesa, SUM(saida_caixa) AS total FROM...
asked on 23.08.2016 / 06:49