Posts by Hian Neiva • 63 points
4 posts
-
1
votes0
answers116
viewsQ: Mysql Query in Node ignoring difference condition
I have had a peculiar problem while changing my Node.JS server to certain Mysql queries. I have the following code that works normally in Mysql Workbench: SELECT id, nome FROM `tabela` WHERE…
-
1
votes2
answers389
viewsA: Asynchronous server execution problem with Express, Mysql and Socket.IO
I ended up solving my problem myself. After trying Q, as an alternative to async, I rewrote the code from scratch and managed to have the database query performed before, simply nesting the page…
-
2
votes2
answers389
viewsQ: Asynchronous server execution problem with Express, Mysql and Socket.IO
I am developing a Node.JS project with Express, Mysql and Socket.IO. When the user opens the main page provided by the server, the request must cause data to be read from the database and sent to…
-
2
votes1
answer166
viewsQ: Javascript style buttons
I am trying to make on a page, that buttons that are clicked change their style and also start to display a div when they are clicked. Only that they should be mutually exclusive, that is, when I…