Posts by Enderson Cesar • 25 points
4 posts
-
0
votes1
answer161
viewsA: Laravel File Reading and Writing
I already managed to get the line I wanted, what is missing is to compare these two strings, to see if it exists in the file public function adiciona(Request $request){ $file =…
-
-1
votes1
answer161
viewsQ: Laravel File Reading and Writing
I’m trying to read a file that comes from a form. When I send it to the Controller, I have to read the file and look for a line, if it exists, add a line right below. Doubts: 1- I can find the…
-
1
votes0
answers99
viewsQ: Convert an Object List to UTF-8 in java
I’m making a system Using java jsp, using webservice Restful, where I just consume data from a webservice through a link. Then on the main page, I create a list of objects coming from webservice, I…
-
0
votes1
answer522
viewsQ: How to run a . jar using java jdbc on another machine
I’m a beginner in java, I made an application using the netbeans native database. Gero the file jar, and in the machine I made the application the jar runs normally, but when I put this jar on…