All Questions

2
answers

Form fields are empty in the mail that is sent

I have a form in php that works when uploading it to the server (it sends mail), but the fields that the user fills out go blank (with which he does not send any information in reality) this is the form <form action="contact_process.php"...
asked on 15.03.2018 / 22:06
2
answers

Parse Json to Objects C #

I have a Json that comes down from an Api of wunderground and it's huge. How can I pass it to an object from which I can retrieve the data in a legible and neat way? I tried that, but it did not work. public void ProcesaJson{ var cli = ne...
asked on 15.01.2018 / 20:06
1
answer

Connect to MYSQL server

I am creating a small application to connect to my local MySQL server and make a DATABASES SHOW so I can fill a ComboBox with all the databases there are and based on that, fill in another combo with all the tables of that BD. But when I do t...
asked on 07.04.2018 / 21:10
1
answer

random code generator javascript

I found this code that generates random alphanumeric codes, I am using it to link 2 types of users, the user can only generate the code once and save it in a table with id and code, then that code is given to other users so that they register it...
asked on 22.03.2018 / 18:04
1
answer

Hours at JDateChooser

I have 2 JDateChooser, when I do JDateChooser1.getDate returns the selected date with time 00:00:00 When I do JDateChooser2.getDate, it returns the selected date with the time when the selection was made. I need both JDateChooser to...
asked on 29.03.2018 / 03:19
1
answer

I can not use Snippets in VSCode C #

I am currently working with VSCode together with Unity and C # recently updated VSCode to its latest version and when writing reserved words for functions like for or if , the autocomplete options skip as it normally should, however...
asked on 22.03.2018 / 02:20
1
answer

JPA entities are not saved correctly

I have the following entities, all related as follows: @Entity @Table(name = "site") public class Site extends BaseEntity { /** * Serial */ private static final long serialVersionUID = -6249200015501840399L; private Str...
asked on 22.12.2015 / 19:39
1
answer

How to access the structure of this Twitter result?

I have this portion of code: use (Tweepy) firstTweet = api.user_timeline('twitter')[0] print(firstTweet.text) print(firstTweet.id) results = api.retweets(firstTweet.id) print(results) When I get the result I get the following:    [Status...
asked on 02.02.2016 / 14:56
2
answers

Pass The Container text span id to a PHP Variable

I have a Video Game programmed in HTML and JavaScript from which I wish to pass the points obtained to the MySQL Database and I can not find the correct way to achieve it. JavaScript Code: function updateScore(){ var score = (snakeLengt...
asked on 15.01.2016 / 03:20
1
answer

Windows 10: Unable to unlink corporate account - delete from registry

I'm using Windows 10, more exactly the latest insider for business version. In the configuration of my account I had my corporate account associated with it: And everything went great until trying to connect to the VPN I started to g...
asked on 18.01.2016 / 22:51