Posts by Raytek • 147 points
6 posts
-
6
votes1
answer3700
viewsQ: How to make a POST request in Python?
I’d like to know how to make a request POST in this URL, and then arrive on that page. Where I have to spend the year at div of the tax body without signature.…
-
1
votes0
answers111
viewsQ: Sql exercise
Good afternoon guys I’m doing the following exercise but I’m in doubt whether I did it right or not, could you take a look? Write the SQL queries according to the database schema present below. a.…
-
2
votes1
answer2316
viewsQ: Problems with the . jar
Good morning guys, good I have a Maven project running over Netbeans however, the .jar generated says at time of execution: "no major manifest attribute in example.jar". I heard there might be some…
-
3
votes1
answer549
views -
2
votes1
answer657
viewsQ: Generating a hexadecimal string
Good afternoon guys, I’m generating a random hexadecimal string in this pattern: 81c1328d-4dae-4af7-9974-893bb8ec90d4 But I would like to optimize this code here: public String geraKee(){ String…
-
0
votes3
answers1329
viewsQ: Fetch part of a string within a vector
Well I have a vector that gets several lines of text. But I need to compare these lines and see if I can find a word, I tried it with equals() but it only returns true if it finds exactly the same…