Posts by brenoguto • 93 points
6 posts
-
0
votes0
answers27
viewsQ: Python - Does not work from for
import os, sys, string # coding: utf-8 from typing import TextIO lista: TextIO = open("C:\\Users\\Eunice\\Desktop\\contas.txt", "r", encoding="utf-8") print(lista.readlines()) linha =…
-
1
votes1
answer370
views -
0
votes1
answer220
viewsQ: Problem with parameters in Sqlcommand
I am developing a service registration, the first screen is the login and I need to take the position of the user who logged in and indicate a form for it, my code ta thus: using System; using…
-
1
votes1
answer9581
viewsQ: Multi-thread in Java Socket
I have no Java experience, so once again, I turn to Stack to help me, I have a basic code from a server that receives a message from a client via socket and the code from that client, I need to…
-
2
votes1
answer4105
viewsQ: Calculator using Java Socket
I’m doing a job at the college and I took some information from the Internet, the professor asked a client to submit 2 values and a basic operation, the server should take this and return the total.…
-
4
votes1
answer153
views