搜索资源列表
indows Sockets 完全进阶
- 关于Sockets学习的资料,个人感觉相当不错,值得想学习网络编程的朋友-Material for sockets study. I personaly feel not bad, worth studying for friends on network programming.
E-mailSystem
- 一个完整的email客户端代码 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client sockets. This program presents a simple dialog box that prompts the user for information
用VC++6.0的Sockets API实现一个聊天室程序
- 用VC++6.0的Sockets API实现一个聊天室程序-VC 6.0 Sockets API a chat room procedures
vwenmail
- 您可能习惯了在ASP程序中使用JMAIL组件收发邮件,asp.net(微软最强的开发语言)在System.Web.Mail名称空间中有一个发送email的内建类,但这仅是cdosys的一个假象。开发者能使用一个替代的它smtp邮件服务。在这篇文章里面,我将会展示如何创建一个用于asp.net(微软最强的开发语言)的功能齐全的smtp邮件服务。 首先,我们创建一个继承命名空间System.Net.Sockets的TcpClient类的类。TcpClient类提供简单的方法用于连接,发
DeitelMessengerCaseStudy
- Deitel Messenger Case Study using Java Sockets
OReilly.Java.Rmi
- OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORB
JavaSockets
- java Sockets using UDP
JavaDistributedComputing
- Book which gives detailed view of applets, RMI, Network sockets -Book which gives detailed view of applets, RMI, Network sockets ...
JSockets
- tutorial of sockets in java
SocketPHP
- Examples of PHP Socket programming: Get FTP folder contents Get Websites HTML code Get country of hostname Get SNMP Send SNMP-TRAP Making Telnet connections with PHP and Sockets
UDPProjet
- Codes Source Pour Les Sockets UDP en JAVA
Chat-java
- Chat with java using sockets
TCP-IP.Sockets.in.Java
- java socket的经典书籍,详细介绍了socket的方方面面的知识,对想深入了解网络编程的人很有益处-java socket classic books, detailed knowledge of all aspects of socket, like a deeper understanding of network programming useful to the people
ClienteTeste
- Client that uses sockets to communicate
WebServer
- Simple Web Server using sockets and http requests in java
Calculator_on-Java_Sockets
- Simple Calculator realised on Java Sockets. Contains two projects -Server and Client code
qddown_java8543535625
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
Michi
- Tres en raya con sockets
SimpleChat
- 基于UDP的Sockets编程,实现了聊天室的基本功能,大家可以在一块聊天,并且可以选择聊天室。-UDP-Sockets-based programming to achieve the basic function of chat rooms, you can be a chat, and you can select the chat room.
Sockets
- An Exemple for Client _ Server Using Sockets