sockets
send mail to Gmail account
I am sending mail from my Java app to Gmail Account. I had used the Java Mail API and it worked fine. But is it possible to send an e-mail without using the mail API in java?[详细]
2023-04-11 13:59 分类:问答Exception with ObjectInputStream
I have three classes, the client, the server and the handler (which is going to handle the server connections) as I show below:[详细]
2023-04-11 12:23 分类:问答Linking two Threads in a Client-Server Socket program - Java
I create threads of class A and each sends a serialized object to a Server using ObjectOutputStream. The Server creates new Threads B for each socket connection (whenever a new A client connects)[详细]
2023-04-11 12:08 分类:问答I/O streams, socket programming, interoperability
I am currently making a client-server file transfer program in java and my question is, is there a best or an appropriate I/O streams to transfer files via sockets of different programs?[详细]
2023-04-11 11:59 分类:问答Windows version of "Netem" (to simulate slow network connection)? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-11 11:17 分类:问答sending binary files through TCP sockets c
I made a client & server that establishes a TCP connection through sockets, I\'m trying to send binary data over the socket but I could only send txt or pdf files, I had no luck with exe files, I[详细]
2023-04-11 11:13 分类:问答How does Flash and socket connections work on the web?
I am trying to debug a socket connection issue between flash in a web browser and flash in a client type program. The connection is closing properly in the web, so I would like to understand how the w[详细]
2023-04-11 11:10 分类:问答Why socket(PF_INET,SOCK_STREAM,0) returns -1?
I trying to create a socket application on visual studio c++, but I can\'t. The problem is int listen_sock = socket(PF_INET,SOCK_STREAM,0) returns -1 and I don\'t know 开发者_运维问答why...[详细]
2023-04-11 09:55 分类:问答Class not registered 0x80040154
I get a \"Class not registered 0x80040154\" error when i run my application. My environment setup is windows 2008 using visual studio 2005. I just migrated fr开发者_Python百科om windows xp, where the[详细]
2023-04-11 09:25 分类:问答Can i ping to my PC from my mobile and Vice versa?
My android mobile and PC are connected using USB. Now can i ping to my PC from my mobile?Is this possible?[详细]
2023-04-11 07:55 分类:问答