Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client / server (C / S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions. Platform: |
Size: 54733 |
Author:乔峰 |
Hits:
Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions. Platform: |
Size: 54272 |
Author:乔峰 |
Hits:
Description: 用java实现的非常小巧的sockets程序,分server和client,只实现基本的响应功能。-Using java to achieve a very compact sockets procedures, sub-server and client, only the realization of the basic response function. Platform: |
Size: 3072 |
Author:bean |
Hits:
Description: This is used to show a developer how to use and build Client / Server app s by using Sockets. This is very basic, and doesn t go over using UDP. -This is used to show a developer how to use and build Client/Server app s by using Sockets. This is very basic, and doesn t go over using UDP. Platform: |
Size: 15360 |
Author:nechifor |
Hits:
Description: 这本书首先介绍了流和sockets的相关编程,然后描述了使用Java RMI构建可扩展的client-server架构的基础知识。-This book covers an enormous amount of ground, starting with streams and sockets and working its way through the basics of building scalable client-server architectures using RMI. Platform: |
Size: 1729536 |
Author:劳炽元 |
Hits:
Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using sockets is quite simple, Java API for handling the communication socket to provide a class java.net.Socket., To make writing Web applications easier. Server uses multiple threads to meet the multi-user s request, and back through the JDBC database connection, and by creating a ServerSocket object to listen for connection requests from clients, the default port is 8080, then an infinite loop calling accept () method to accept client program link Platform: |
Size: 903168 |
Author:yessky |
Hits:
Description: A working examples of multi threaded server and client application using java sockets.
each time a client tries to connect to server, a new thread is started to handle the client.
it is a application to draw on a board by all the clients connected to the server. Platform: |
Size: 53248 |
Author:Ganesh Tiwari |
Hits:
Description: this file contains the source code for the client and server communication through Sockets In java Platform: |
Size: 86016 |
Author:NAvi |
Hits:
Description: This file contains UDP sockets in java. It includes client Program as well as Server Program. Platform: |
Size: 2048 |
Author:Tejani |
Hits:
Description: A Java class library for networking applications using Java sockets & threads. From simple listener classes to skeletons for building server & client applications, This library aims to take care of all socket programming & multithreading you need. Platform: |
Size: 233472 |
Author:jme |
Hits:
Description: an examples of the use of sockets in java witha a client and a server, described line by line Platform: |
Size: 2048 |
Author:nanavt |
Hits:
Description: A simple Client and Server base on Java Sockets. A beginners tutorial to understand how sockets work along with IO streams. Platform: |
Size: 9216 |
Author:bilal |
Hits: