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: 服务器与客户间通过套接口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: 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:
Description: This the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java
credit to
Author: Mohammed Alfaaz
-This is the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java
credit to
Author: Mohammed Alfaaz
Platform: |
Size: 17408 |
Author:asuw |
Hits:
Description: This the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java
credit to
Mohammed Alfaaz
-This is the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java
credit to
Mohammed Alfaaz
Platform: |
Size: 18432 |
Author:asuw |
Hits:
Description: 这个程序是java中socket通信的基础,分为服务器端和客户端,进行socket通信,传输文件。-This java program is a base socket communication program that contains server and client. It implements the function of transfering a file by sockets. Platform: |
Size: 7168 |
Author:盛权 |
Hits:
Description: IP implementation for Java. With these files you can easily use IP sockets with a java server or client. Platform: |
Size: 3072 |
Author:Titiyo |
Hits:
Description: Ding Framework是一个PHP框架,实现了依赖注入、AOP面向方面编程、轻量级、简单和快速的MVC模式,syslog、TCP客户端和服务器端非阻塞的套接字、定时器、自定义错误、信号以及异常处理、PAGI 集成、PAMI集成等等,类似Java的Spring框架。-Ding Framework is a PHP framework to achieve a dependency injection, AOP aspect-oriented programming, lightweight, simple and fast MVC pattern, syslog, TCP client and server-side non-blocking sockets, timers, custom errors, signal and exception handling, PAGI integration, PAMI integration and so on, similar to the Java Spring framework. Platform: |
Size: 444416 |
Author:李东林 |
Hits: