Posts by Danilo Vasconcelos • 83 points
12 posts
-
0
votes2
answers37
viewsA: Roolback in Mysql 5.7 Workbench does not work! Help
As our friend up there said, roolback does not work in Myisan . you have to create table for innodb…
-
-2
votes2
answers37
viewsQ: Roolback in Mysql 5.7 Workbench does not work! Help
Hello guys okay ? I’m new to Mysql, I would like to ask a question. I am using a command that is not DML. but when I give roolback, the error occurs below. Is it some configuration permission in…
-
0
votes1
answer38
viewsA: View structure of a WORKBENCH view
GOT YOU GUYS. FOLLOWS THE PICTURE JUST CLICK ON THE TOOL NEXT TO THE NAME…
mysql-workbenchanswered Danilo Vasconcelos 83 -
-2
votes1
answer38
viewsQ: View structure of a WORKBENCH view
Hello , I created a view on Workbench, but I need to know how to see her structure. like, knowing the selects she’s doing there’s some way ?…
mysql-workbenchasked Danilo Vasconcelos 83 -
-2
votes3
answers153
viewsA: "Javascript function calling child functions"
GUYS FORGET ABOUT EVERYTHING. I WAS FLYING WAS JUST TO DO A PARENT ROLE EXAMPLE function pai() { //botar as funções filho dentro // html(); css(); javascript(); infra(); } <body…
-
0
votes3
answers153
viewsQ: "Javascript function calling child functions"
Fala devs blz? next, I need your help. I’m new at js. next i have js functions that are on the onload of body (automatically run all when the page loads). but I think it gets polluted mt extensive…
-
0
votes4
answers47
viewsA: Help with responsiveness and alignment
Good night, you can use the flex box just use in the father div the properties ***DISPLAY : FLEX; flex-wrap: wrap;*** (if the screen does not fit side by side it goes one under the other…
-
-2
votes1
answer1268
viewsQ: Store an image within a javascript variable?
Fla galera.. someone knows if there is a way to store an image directly in a javascript variable ? example in the function below function saudacao(obj) { var data = new Date(); var hora =…
-
0
votes1
answer523
viewsQ: Redirect to another Page With Avascript in a smooth way (slide, fade in , etc)
Guys down here is my code. the following happens: I am using a java function that automatically redirects the user to another page. turns out that when directing the user, the page transition was…
-
3
votes3
answers274
viewsQ: Placing two functions within one
I made a function that by clicking the button it changes the color of the text and background of a div However, I had to do two lines of command. Is there any way to do everything in one line?…
-
0
votes2
answers63
viewsQ: Make loop if condition hurt
I would like the user to be asked a message so that he or she enters a number, if this number is true, a screen will be displayed stating the number typed. If the user type a letter, a message will…
javascriptasked Danilo Vasconcelos 83 -
-1
votes2
answers110
viewsQ: Show result inside a div without load on the page
I created a home screen where you put the value you want to be displayed on the table. However, when you click the button it jumps to another screen.. wanted him to display on the same screen that…