Posts by Devair Junior • 13 points
2 posts
-
-1
votes1
answer110
viewsQ: Mysql Date type field returning incorrect value in Java
I am trying to read data from a Mysql table with Java, but the Date field is returning the following code:…
-
1
votes2
answers1005
viewsQ: Extract only the name of a file from the full path
I want to make a shell script that gets a filename with its full path, for example /home/42/arquivoEscolhido.txt, and extract only the file name (arquivoEscolhido.txt), that in case it would be all…