-
很实用的教程,基础打好了,学习JAVA就应该水到渠成了
很实用的教程,基础打好了,学习JAVA就应该水到渠成了-The course is very practical, based on a good learning JAVA should be a natural! ! !
- 2022-01-26 03:35:18下载
- 积分: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
-
Notepad realize phone features, with RMS system architecture to achieve is to le...
实现手机的记事本功能,用RMS系统结构实现
是学习RMS不错的代码-Notepad realize phone features, with RMS system architecture to achieve is to learn from good RMS code
- 2022-08-10 05:03:24下载
- 积分:1
-
java聊天程序,本站默认解压密码:www.ahaoz.com
java聊天程序,本站默认解压密码:www.ahaoz.com-java chat program, unzip the default password site: www.ahaoz.com
- 2023-08-24 09:15:03下载
- 积分:1
-
一个用JAVA写的代理服务器的实现
一个用JAVA写的代理服务器的实现-a written using Java Implementation of Proxy
- 2022-09-12 03:10:04下载
- 积分:1
-
Learning java entry procedures, themselves contribute to the realization of this...
学习java的入门程序,自己实现此实例有助于学习java。-Learning java entry procedures, themselves contribute to the realization of this example to learn java.
- 2022-07-21 11:46:18下载
- 积分:1
-
一个聊天室小程序,很好的,简单实用,很有代表性,下来
一个聊天室小程序,很好的,简单实用,很有代表性,下来-a small chat room procedures, very good, simple and practical, very representative, look down
- 2023-01-10 21:10:04下载
- 积分:1
-
目前系统具有功能如下:
用户注册
修改信息
自定义图像
用户升级
锁定用户
用户发帖
论坛好友
论坛版主
用户列表
建立...
目前系统具有功能如下:
用户注册
修改信息
自定义图像
用户升级
锁定用户
用户发帖
论坛好友
论坛版主
用户列表
建立用户组
用户等级定义
在线用户查看
论坛财富分配
用户访问位置跟踪
发表帖子和投票
修改帖子和投票
锁定帖子等。
-The current system has the following functions: user registration information to amend the definition of graphical user upgrade from locking users to post user forum Friend Forum Moderator User List User Groups User rating to establish the definition of online users to view forum for users to access the location of the distribution of wealth in the post and vote tracking publication of amendments to the post and voting, such as locking posts.
- 2022-11-04 18:45:03下载
- 积分:1
-
利用poi插件和Java语言在web中实现excel的合并功能
利用poi插件和Java语言在web中实现excel的合并功能-The use of poi language plug-ins and Java implementation of the web combined function excel
- 2022-04-18 10:37:58下载
- 积分:1
-
此代码示例显示了如何编写一个简单的javadoc文件1.2。使用球员…
This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate a Unix-style inverted index for a set of Java classes, with links to real Java API documentation. Includes directions and source code.
This doclet requires JDK 1.2.1 or later, it will not work with JDK 1.1
- 2022-03-07 15:04:43下载
- 积分:1