-
SWT Progress Bar Demo.
这是个用Java写的一个SWT的Bar例子。-SWT Progress Bar Demo.
- 2022-03-23 13:22:33下载
- 积分:1
-
自解压的jar实现原理
自解压的jar实现原理-self extracting jar Principle
- 2023-03-08 21:10:04下载
- 积分:1
-
一个用java开发的学生在线管理系统,功能强大,希望得到大家的赏识...
一个用java开发的学生在线管理系统,功能强大,希望得到大家的赏识-Using java to develop an online student management system, powerful hope that it will be appreciated by everyone
- 2022-03-12 17:01:29下载
- 积分:1
-
清华大学 郑莉 java程序设计基础 课程实验
第五章
清华大学 郑莉 java程序设计基础 课程实验
第五章-Zheng Li, Tsinghua University basic course java programming chapter Experiment
- 2023-08-12 10:40:04下载
- 积分: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
-
strutstestcase how to use tools to test struts Application
介绍如何用strutstestcase工具来测试struts应用-strutstestcase how to use tools to test struts Application
- 2023-07-24 16:40:05下载
- 积分:1
-
其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8...
其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。-readme which is the entire process, 1.txt test procedures hw3.java preparation procedures. Major is to achieve 8-puzzle (the phone is the small game, nine lattice, the eight figures, you moved to the termination of a state).
- 2022-03-11 02:28:29下载
- 积分:1
-
基于JSP的网上购物系统,非常详细的代码
基于JSP的网上购物系统,非常详细的代码-JSP-based online shopping system, a very detailed code
- 2022-01-25 16:55:06下载
- 积分:1
-
java the most famous models: the observer mode, observer mode to achieve a simpl...
java中最响当当的模式:观察者模式,观察者模式实现简单的股票系统。-java the most famous models: the observer mode, observer mode to achieve a simple stock system.
- 2022-03-11 23:14:19下载
- 积分:1
-
实现了Jms的服务器源码,支持多种适配器,DB,FTP,支持多种数据库...
实现了Jms的服务器源码,支持多种适配器,DB,FTP,支持多种数据库-realized Jms server source code, support for multiple adapters, DB, FTP, support for multiple databases
- 2022-05-14 22:02:38下载
- 积分:1