Posts by hynzhw • 163 points
6 posts
-
1
votes1
answer218
viewsA: Methodnotallowedhttpexception($others) Laravel Send form via Ajax
You are not handling the Submit event in jquery correctly. What’s going on is: When you click the form send, it triggers the Submit event, Jquery picks up this bad event by default it continues…
-
3
votes1
answer966
views -
6
votes2
answers98
viewsQ: Why println ran before printStackTace?
I was studying Exception Treatment in Java and I came to this question that I could not find on Google. Why in this example he printed the first line of the printStackTrace, and already gave the…
-
1
votes1
answer704
viewsQ: Global variable C++
I have that code int main() { ListaVend lista; criarLista(&lista); for(int i = 0; i <= VEND_MAX; i++){ Vendedor vend; vend.codVend = i; vend.nome = "Vendedor "+to_string(i); vend.salFinal =…
-
1
votes1
answer310
viewsA: Java Desktop with Mysql Database
Well, it’s not recommended that you put a direct image in the database. because in addition to being unnecessary it would take up a lot of space and make your bank inflate in an exorbitant way. Try…
-
1
votes2
answers456
viewsA: Open Progress bank
You’ll need to have Progress in the machine. When installed it goes to Data Administration -> Database -> Connect. Enter the "*. db" path and you will already be connected to the database.…