Posts by zakharuk_pasha • 23 points
4 posts
-
1
votes3
answers136
viewsQ: Delay before showing a div
Okay, I don’t understand what I’m missing. My idea was when to walk the mouse over a div, show the div who was hiding. .main_container:hover .hidden_container { display: block; } .hidden_container {…
-
1
votes0
answers30
viewsQ: How to define characters to use when creating a salt
I need to generate a salt, but I need all characters to be part of a list of numbers and letters. string usedChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; Gero the salt…
-
0
votes3
answers386
viewsA: The user will have 3 attempts to set the password
Why "keep going even if the password has typed 3 times". Whenever the user presses the button that generates the event btnEntrar_Click(), right in the first line, you pass the erro = 0, which makes…
-
0
votes1
answer117
viewsQ: Mysql - How to get results that were not found
I need to verify which Ids were not found in the table. SELECT * FROM example_table WHERE id IN (123, 124, 125, 126, 127) Whereas of (123, 124, 125, 126, 127), on the table I only have (123, 124).…
mysqlasked zakharuk_pasha 23