-
Java Assistant is an on
Java Assistant is an on-the-fly class/package browser. It can find sources from a zip/jar file (src.jar) or a path (your development path). The discovery process is dynamic and looks at all the installed classes/packages on a system. It has been designed with simplicity of use and efficiency as its main goals. It now includes a Swing Java source on-the-fly browser. Java Assistant also includes a plug-in interface for decompilers other than mocha.
- 2022-05-28 05:33:15下载
- 积分:1
-
A JSP to write a simple BBS, Refbacks version.
一个JSP写的简单的BBS,马士兵的版本.-A JSP to write a simple BBS, Refbacks version.
- 2023-03-31 05:20:04下载
- 积分:1
-
China Mobile MMS SP interface application certification testing, the main provid...
中国移动彩信业务SP接口应用认证测试,主要提供sp行业接入运营商的一些参数与规范-China Mobile MMS SP interface application certification testing, the main provider of sp industry operators access some of the parameters and specifications
- 2022-09-02 06:35:03下载
- 积分:1
-
用java编程实现搜索网络服务器,一个java编程的典型例子。
用java编程实现搜索网络服务器,一个java编程的典型例子。-used java programming search network server, a java programming a typical example.
- 2023-05-10 18:25:03下载
- 积分:1
-
spring、sqlserver 一个报表导入系统
spring、sqlserver 一个报表导入系统-spring, sqlserver statements into one system
- 2022-05-30 11:18:53下载
- 积分:1
-
用java编写的一个小型的银行系统,里面有些是用说明
用java编写的一个小型的银行系统,里面有些是用说明
- 2022-03-05 15:17:47下载
- 积分:1
-
北邮出版的21天学习java书籍中所有的源代码21java
北邮出版的21天学习java书籍中所有的源代码21java-published by the Beijing University of Posts and Telecommunications 21 days learning java books all the source code 21java
- 2023-04-02 15:00:03下载
- 积分:1
-
JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说, JSP鼓励MVC(model...
JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说, JSP鼓励MVC(model-view-controller)的web应用。JSP的classes 或 beans 是模型, JSP 是这个视图, 而Servlet是控制器。这个例子是一个简单的留言板-JSP powerful advantage lies in a business application logic and its presentation to the left. Smalltalk object-oriented terminology, JSP encourage MVC (model-view-controller) web applications. JSP classes or beans is the model, is the view JSP and Servlet controller. This example is a simple message board
- 2023-02-10 11:05:04下载
- 积分:1
-
网络在线考试系统,使用struts1.2和Ajax与SQL2000数据库
网络在线考试系统,使用struts1.2和Ajax与SQL2000数据库-Online examination system, the use of Ajax and struts1.2 and SQL2000 database
- 2022-02-14 16:42:25下载
- 积分: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