Posts by Francisco Lucca • 35 points
3 posts
-
0
votes0
answers46
viewsQ: Div is not occupying 100% of the page height
I’m using React.js + next.js + Styled Components to develop the front of an app. In my Layout file I have a Wrapper that makes the other two div’s (Leftcontainer and Rightcontainer) stand next to…
-
1
votes2
answers143
viewsQ: Clone a list in Java
I have a class that reads a csv file and puts the table data on a list. public class Gerenciador { public LinkedList<Acidentes> listAcidentes; public Gerenciador() { listAcidentes = new…
-
2
votes1
answer199
viewsQ: Convert a file path to String
I’m in need of help, I need to read a JSON file (I’m using the GSON library), and for that I need to transform a Path variable to a String. Below is the code for better understanding. public void…