Posts by Leone Azevedo • 67 points
7 posts
-
2
votes0
answers63
viewsQ: Firebase Function nodemailer Office365
I’m using firebase Function to trigger the nodemailer and send an email. Using gmail I was successful, but Outlook365 does not work. In Transporter I do this way: var transporter =…
-
0
votes1
answer352
viewsA: Firebase with Javascript - Get the Child title from the database
I found the solution, the problem was in Child_added. Using the Value i can get the key from the first Child after the WO. var datasWO = firebase.database().ref("WO"); datasWO.once("value", function…
-
0
votes1
answer352
viewsQ: Firebase with Javascript - Get the Child title from the database
Good people, I need to capture with javascript the name of Childs 10th of 2017 and 11de2017 from the following image database: Initially I tried as follows: var datasWO =…
-
1
votes1
answer51
viewsQ: How to update a field using it at the same time?
I wonder if there’s a way to add the value of a line to itself without having to do a query then an update. I have a column called total that stores integers, at a given time I want the value that…
-
0
votes1
answer57
viewsQ: Problem with TIMER insertion in Mysql table using JDBC
Personal talk! I have the following problem and I am looking for the best possible solution. The following code when running a time is saved in the tAtual (current time) string and sent to the…
-
0
votes1
answer275
viewsQ: sum specific line in Mysql
Speech person! I am doing the insertion of a time (hour:minutes:seconds) in a column x, I wonder if it is possible to add the current value of the line with the next value that is inserted? like…
-
2
votes1
answer817
viewsQ: Java threaded timer
Good night, you guys! I am developing a multithread client/server system. Multiple clients connect and when they send the string "Ocupada" 3 times, the code leaves the while, starts the time count…