Posts by MAO • 35 points
5 posts
-
0
votes1
answer42
viewsA: How to extract String from a database query?
I got the code looked like this (you have to use the resultset) : . . . Connection conexao= new bancoDeDados().getConnection(); String sql= "select * from inquilinos where…
-
-2
votes1
answer42
viewsQ: How to extract String from a database query?
I am implementing a query screen, the user will have to enter the name and after the fields below will have to be filled in. My question is how to perform the consultation? I tried to make Select…
-
-2
votes1
answer267
viewsQ: How to create and write txt file in java?
I would like to know how to create and write in txt file. The goal is to write in CSV standard, tried with Bufferedwriter and did not work... import java.io.*; public class…
-
2
votes0
answers86
views -
2
votes0
answers55
viewsQ: How to detect interruptions of arrows in x86 Assembly?
I am doubtful how to recognize a command of arrows in the program in Assembly x86. For example call the proc and when clicking the right arrow, send a reply you used right arrow... If anyone knows…