当前位置:
首页 资源下载
搜索资源 - A Client-Server java Sockets
搜索资源列表
-
1下载:
JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
-
-
0下载:
Client that uses sockets to communicate
-
-
0下载:
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
-
-
0下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
-
-
0下载:
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 co
-
-
0下载:
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.
-
-
0下载:
an examples of the use of sockets in java witha a client and a server, described line by line
-
-
0下载:
A simple Client and Server base on Java Sockets. A beginners tutorial to understand how sockets work along with IO streams.
-
-
0下载:
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 und
-
-
0下载:
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 understandi
-
-
0下载:
这个程序是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.
-
-
0下载:
IP implementation for Java. With these files you can easily use IP sockets with a java server or client.
-
-
0下载:
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,
-