-
这是一个打印服务器java写的socket编程,这里的客户端发送..
This a print server written in java socket programming, Here the client sends a request to the server for printing and the client accepts the request and prints.complete working codes are included-This is a print server written in java socket programming, Here the client sends a request to the server for printing and the client accepts the request and prints.complete working codes are included
- 2022-01-25 23:16:25下载
- 积分:1
-
另一个struts的小例子,入门最好!
另一个struts的小例子,入门最好!-small example, the entry best!
- 2022-02-01 15:29:21下载
- 积分:1
-
Java chat software chat_src development with customized GUI
Java聊天软件chat_src用定制的GUI开发-Java chat software chat_src development with customized GUI
- 2022-07-20 04:41:58下载
- 积分:1
-
一个银行数据中心网站,采用JSP编程,B/S结构,菜单使用梅花树,...
一个银行数据中心网站,采用JSP编程,B/S结构,菜单使用梅花树,-A bank data center site, using JSP Programming, B/S structure, the use of plum blossom menu tree,
- 2022-02-05 11:52:47下载
- 积分:1
-
This is a online chatting system by Java Socket. It is a good stuff for new lear...
这是一个用Java socket实现的一个简单的聊天系统 比较简单 对初学者很有帮助-This is a online chatting system by Java Socket. It is a good stuff for new learners.
- 2022-03-04 21:52:43下载
- 积分:1
-
性爱宝典中文版(含源码)
性爱宝典中文版(含源码)-sex Chinese version of the book (including source code)
- 2022-08-06 21:52:18下载
- 积分:1
-
简单动画(JAVA)
简单动画(JAVA)-simple animation (JAVA)
- 2022-01-31 10:24:52下载
- 积分:1
-
err
客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求, 虽然UDP不可靠但是对于icq可靠性并不太重要,而且UDP快速,所以客户间发送信息通过UDP。用户登录时通过类DatagramPacket和DatagramSocket创建UDP包括其本地接受端口以及发送端口,默认端口为5000和5001,通过取得的好友的IP地址来向好友发送消息(send(DatagramPacket)和接受消息(receive(DatagramPacket))。当用户通过UDP收到消息后,可以通过DatagramPacket的方法InetAddress getAddress()得到对方的ip地址,通过对好友列表比较以判断是谁并提示用户收到某某的消息,然后用户选择该用户查看消息,如果好友列表没有该人就显示收到陌生人的消息。用户可以按陌生人按钮查看消息。
-err
- 2022-01-23 10:11:51下载
- 积分:1
-
电信系统,可以运行在XP上,包含文档等内容,可以实现一定的功能...
电信系统,可以运行在XP上,包含文档等内容,可以实现一定的功能-telecommunications system that can run on XP, including documentation, etc., can achieve a certain function
- 2023-05-01 03:10:04下载
- 积分:1
-
java中的treetable实现
java中没有treetable这个窗体,于是自己写了一个,参照sun的例子,但是数据模型是自己写的,相当开放...
java中的treetable实现
java中没有treetable这个窗体,于是自己写了一个,参照sun的例子,但是数据模型是自己写的,相当开放-of java java treetable not realize the window treetable and he made himself wrote a reference to the example of sun, but the data model is himself wrote, quite open
- 2022-05-13 16:55:27下载
- 积分:1