Posts by Lucas Gabriel Sousa • 57 points
6 posts
-
0
votes0
answers38
viewsQ: How to upload an image to a file using JSP
Hello how are you? I apologize for the language, because I live in Uruguay. I wanted to know how and which Java objects (specifically JSP) I can use to upload images to a file on my Windows? I have…
-
0
votes0
answers177
viewsQ: how to pass HTML objects as parameters
wanted to know how I can pass a variable VARIAVEL of the kind "[object HTMLTableRowElement]" as a parameter to send to a JSP that will make a $(VARIAVEL).remove() using javascript. This variable has…
-
-1
votes1
answer95
viewsQ: problems after compiling C++ with the G++ compiler
I have a problem here after compiling a program in C++ using the compiler g++, after compiling everything, I try to open the executable file, then open my windows cmd (using windows 10)When the…
-
1
votes3
answers388
viewsA: View images side by side using Javascript/Bootstrap
hi CA_93 tries to create this bootstrap 3 structure in your code: <body> <div class="container-fluid"> <div class="row"> <div class="col-md-4">img-1</div> <div…
-
2
votes3
answers304
viewsQ: How to get the highest numerical value supported by php?
Is there any php method to get the highest number value supported by it?
phpasked Lucas Gabriel Sousa 57 -
2
votes4
answers182
viewsQ: How can I get a specific snippet inside a string using PHP?
These are my strings: "banner_2_0_.jpeg", "banner_2_1_.jpeg", "banner_2_2_.jpeg", "banner_2_3_.jpeg" I wanted to get the number that be varying
phpasked Lucas Gabriel Sousa 57