Posts by Vinícius • 55 points
4 posts
-
0
votes1
answer348
viewsQ: SELECT sequelize
I’m getting the error: (Node:20796) Unhandledpromiserejectionwarning: Typeerror: _Accessojs2.default.query is not a Function, I have the database configuration file: import Sequelize from…
-
1
votes1
answer123
viewsA: I can’t start Xampp
Use in CMD the command: netstat -a -n -o | findstr mysql port, if it is in use, kill it and try again: Taskkill /PID pid /F (change pid by the number that netstat provided).
-
1
votes2
answers115
viewsA: What are HTML meta tags for?
If I understand your question, the tags indicate to the browser some "settings", for example the type of spelling that it should use. this specifically indicates that you will use the characters…
-
2
votes1
answer261
viewsQ: Code sum error starting with 0; Problem inserting data into.txt file
As you can see in the code below I have tried several ways to make each product inserted to create a new code with codigo += 1, but is returning: Unboundlocalerror: local variable 'code' referenced…