-
1.1 version of the database connection pool.
1.1 版本的数据库连接池。-1.1 version of the database connection pool.
- 2022-01-24 13:09:52下载
- 积分:1
-
一个球员管理系统,用jdbc连接数据库,初学者可以下载学习使用...
一个球员管理系统,用jdbc连接数据库,初学者可以下载学习使用-PlayerManager.rar
- 2023-05-28 10:30:03下载
- 积分:1
-
rule engine drools
rule engine drools-2.0-beta-18
- 2022-06-13 18:45:53下载
- 积分:1
-
achieve whatever level language mobile
实现文字从左到右水平移动-achieve whatever level language mobile
- 2022-03-06 22:37:46下载
- 积分:1
-
kmeans算法实现,开发语言Java
kmeans算法实现,开发语言Java-kmeans algorithm, development language Java
- 2022-07-18 17:56:42下载
- 积分:1
-
这是一个收发电子邮件的程序,比较简捷,易于学习
这是一个收发电子邮件的程序,比较简捷,易于学习- This is a receiving and dispatching email procedure, quite
simple and direct, is easy to study
- 2022-07-01 23:40:56下载
- 积分:1
-
java手机程序开发光盘源码(第五章)
java手机程序开发光盘源码(第五章)-CD-source development process (Chapter V)
- 2022-06-13 06:51:02下载
- 积分:1
-
Is a java to do with the examples of the genetic algorithm is mainly used to ach...
是一个用java做的遗传算法的实例,主要是用java来实现遗传算法。-Is a java to do with the examples of the genetic algorithm is mainly used to achieve genetic algorithm java.
- 2023-07-14 05:50:02下载
- 积分:1
-
大厦游览图,通过命令行来实现
System.out.println("where 显示当前在什么地方")
System.out.println("...
大厦游览图,通过命令行来实现
System.out.println("where 显示当前在什么地方")
System.out.println("list 列出当前位置的物品")
System.out.println("list allspots 列出大厦内所有地点")
System.out.println("list spots 列出当前位置附近的地点")
System.out.println("list goods 列出当前位置的物品")
System.out.println("goto someplace 到另一个地点")
System.out.println("look somegoods 查询某个物品是否在当前地点")
System.out.println("help 命令行帮助")
System.out.println("exit 退出命令行") -Building Tour map, through the command line to achieve System.out.println (
- 2022-01-28 07:17:55下载
- 积分: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