-
-
-
2006exam-cs.rar
我的java课程设计,90分
标准化考试系6.4.2. 客户端主类Client
6.4.3. 客户端选择试题界面ChoiceFile
6.4.4. 客户端考试界面ClientTestArea
6.4.5. 服务器端主类Server
6.4.6. 服务器端读取试题 ReadTestquestion统 (C/S网络版)
不错啊!!
-
-
A_SocketSe187394482005.zip
When it comes to writing high performance server / client applications that use the TCP/IP protocol, this class will handle everything for you.
-
ActivSocke1392831012002.zip
Client/server communication, automated telnet sessions, wake on lan, winsock communications using this easy to use component
-
-
SecureService.rar
This a demonstration service. It attempts to do things that may
* or may not be allowed by the security policy and reports the
* results of its attempts to the client.
-
-
20051121676411.rar
... server.vbp
数据库文件:QICQ.mdb已经有用户:
flyer(密码:1),huang(密码:1)
服务器的端口为716
(2)Client所需环境:
在..\windows\system\下有:
msvbvm60.dll
mswinsck.ocx
mscomctl.ocx
mscomct2.ocx
工程文件:Client.vbp
-
A_simple_chat_tool.rar
... 在命令行下输入(要在工作目录):
java -jar Chat.jar 8888
打开服务器 8888也可以改为任意端口号
2.
运行client.bat
或在命令行下输入(要在工作目录):
java -jar Chat.jar
打开客户端
3.
主要类说明:
Server. ... .java 消息发送器,用循环不断检查消息队列中是否有新消息,有则发送消息,被发送的消息移出队列
Client.java 接受信息,提供与界面之间的接口函数
Chat.java 主要是用户界面
-