Posts by César Hilário • 49 points
5 posts
-
1
votes1
answer79
viewsQ: Multiple users on my Nodejs server accessing the same variable
I’m having a question about how a nodejs server works with multiple users. To contextualize: Say I create a server-side variable, the value of that variable will be overwritten if someone else also…
-
2
votes2
answers782
viewsQ: Return of a Javascript function
When I run the following code the commands that were to be returned in real are not. var a = 0; main = function(_this){ console.log('Está entrando em Main'); return function(){…
-
0
votes1
answer752
viewsQ: Where are Websql databases saved in Chrome?
I wonder what is the directory of the databases made in Websql, IE, where I can find the database file. Thank you.
-
1
votes2
answers185
viewsA: Read XML file with only one Parent Node
Good Victor I am not an expert in XML , but in his file lacks a root tag to group all the others. example Here. And, by logic, all nodes will have only 1 Parent, however the contract is possible ( a…
-
0
votes1
answer32
viewsQ: Study of "interaction simulation" on android
Hello I would like someone to provide me some material (can be in English Tb) for me to study on this subject that I do not know the correct definition. Ex: I want my APP to perform interaction that…