Posts by Lucas Cosas • 23 points
3 posts
-
0
votes3
answers195
viewsA: Can you do a + or - value operation in a Mysql query?
select quantity from table Where quantity != '5'; Resolves?
mysqlanswered Lucas Cosas 23 -
0
votes0
answers64
viewsQ: How to make two different serialize and deserialize methods in Node js, with Passport?
I have two different types of user in my application. I was able to log in to one of the two users using Passport with serialize and deserialize. The problem is when I will do the second login,…
-
2
votes1
answer1025
viewsQ: Calling an Arraylist from one Jframe to another
I need to call a ArrayList raised in a JFrame to another JFrame. In this case, the user would make a registration in one of the Jframes, called Registration, and from this would create the User…