Posts by Miu in Wonderland • 11 points
3 posts
-
0
votes0
answers730
viewsQ: Chat between two different computers
I’m new to this socket thing and I’m having trouble connecting two computers that are on the same network. When I run the client and the server on the same machine, it works... but when I do it on…
-
0
votes3
answers13919
viewsQ: List folders and subfolders cmd
I would like to display the directory name followed by the folders that are inside it in the order. I tested the remote: dir /s /b /o:g /ad And the output was generated like this:…
cmdasked Miu in Wonderland 11 -
0
votes1
answer860
viewsQ: Join between tables that do not relate directly
I have three tables: Candidate who has an ID as pk (which has been invented) Registration that has FK for Candidate ENEM that has no id representing the candidate, only his registration and…