All Questions

2
answers

Get current date in mysql

Colleagues. I have a table that stores the dates of the record with DATETIME (), but I need to check if the date of the record is equal to the current date, so I did it as follows, but it does not work: SELECT *,DATE_FORMAT(DataCadastro,'%Y...
asked on 01.02.2016 / 22:51
2
answers

Why can not I open the MongoDb interface on the port: 28017?

I installed mongo on drive C and did some data creation tests and persisted, then I checked and there they were listed perfectly at the prompt. Until then, everything is OK! I open the browser and type localhost: 27017 and the sign of life messa...
asked on 22.01.2016 / 17:13
1
answer

How to mount SELECT in lambda C #?

Recently I asked for help to assemble a SELECT to bring the price of the products How to mount SELECT They gave me this solution that worked perfectly: SELECT P.PROCODIGO, P.PRONOME, H.HISPRECO FROM PRODUTO P INNER JOIN HISTORICO H ON...
asked on 16.02.2016 / 20:18
1
answer

macro to copy and paste

I have data in the "M" column, which are automatically entered in an average of 70 rows per month, only have empty cell ranges (the 12 months of the year are in column "M"). So I wanted to copy this data per month, to column "N", automaticall...
asked on 26.01.2016 / 12:26
1
answer

Roman numerals with ucwords () or ucfirst ()

While typing this question I modified some things, which made me able to solve the problem. So I'm creating this "share the knowledge" if someone has the same problem. Suppose the following names: Assassin's Creed III Problem:...
asked on 30.01.2016 / 16:57
2
answers

Python how to print output

How can I print a list in this way, for example: l=[4,26,32] I want to print the output as follows: 4 26 32 No comma and with a blank space on the same line. Thank you in advance.     
asked on 24.02.2016 / 02:29
1
answer

Problem retrieving DataSource in Wildfly: javax.naming.NameNotFoundException

I'm trying to establish a connection using DataSource, and it's returning the following error: Feb 08, 2016 8:15:03 PM org.xnio.Xnio <clinit> INFO: XNIO version 3.2.2.Final Feb 08, 2016 8:15:03 PM org.xnio.nio.NioXnio <clinit> INFO...
asked on 08.02.2016 / 23:21
1
answer

Check the integrity of batch video files

How to check automatically and customizable via Shell / Programming Language integrity (Incomplete / Corrupted ) of video files ( .avi , .mp4 , .mkv among others)?    OBS: Having as a limiting factor the lack of a prev...
asked on 15.02.2016 / 21:02
1
answer

How to configure UTF-8 in Android Studio?

This error appeared in Android Studio . Is there a setup to fix?    Error: (85, 69) error: unmappable character for encoding UTF-8     
asked on 11.06.2015 / 23:04
1
answer

What kind of focus is this?

I was reading articles on this site, link , and I selected content and the page closed on content and gave a special "focus" I searched the internet a bit but did not find anything similar, this is a script or is the owner's own, how to reprodu...
asked on 27.06.2015 / 17:26