Posts by Everton Fernandes • 23 points
3 posts
-
0
votes2
answers2480
viewsQ: React JS + PHP help
Well I’m having difficulty and I haven’t found a solution yet, wanted to develop a crud using Reactjs + PHP + Mysql; I made a php file that returns a JSON object so I can access it from React.…
-
-4
votes1
answer81
viewsQ: Java Help: Save a Key-Value Arraylist in a BD
I would like to know how to save a key and value Arraylist in the database using Java; I had already made an implementation earlier in php similar, whose I created the array and used the function…
-
1
votes1
answer290
viewsQ: Add months to a Calendar without modifying the original instance
I am implementing a system in which I set a specific date in a type variable Calendar and then I need to manipulate her. I would like to take the value of a few months added: Calendar calendar =…