-
java ppt of framework
关于java的avlon 框架的ppt讲义
java ppt of framework
关于java的avlon 框架的ppt讲义-java ppt of framework the ppt teaching materials about avlon architecture of java
- 2022-01-25 23:18:37下载
- 积分:1
-
Java的AWT编程
Java的AWT编程-AWT Java Programming
- 2022-03-21 17:47:41下载
- 积分:1
-
speed animation tutorial 18th SSH Set Framework of this process will include the...
速动画教程第十八集 SSH框架的构建
此过程将包括以下几个框架
Struts 、Spring 、Hibernate 、Tiles 、validator
工具:Eclipse3.1 、MyEclipse4.1.1、Poperties Editor插件
-speed animation tutorial 18th SSH Set Framework of this process will include the following framework Struts. Spring, Hibernate, Tiles, validator tools : Eclipse3.1, MyEclipse4.1.1. Poperties Editor plugin
- 2022-08-03 05:28:10下载
- 积分:1
-
JBuilder development entity bean
jbuilder开发entity bean-JBuilder development entity bean
- 2022-03-22 15:18:55下载
- 积分:1
-
five java prepared with a small game FOSS
5个用java编写的小游戏源码-five java prepared with a small game FOSS
- 2023-05-19 06:00:03下载
- 积分:1
-
可以java程序实现与SQLserver数据库的连接
可以java程序实现与SQLserver数据库的连接-java procedures can be achieved with SQL server database connectivity
- 2022-09-13 09:05:03下载
- 积分:1
-
SOCKET服务器端程序
SOCKET服务器端程序-SOCKET server procedures
- 2022-05-28 00:16:44下载
- 积分:1
-
国外开发的图形界面的功能强大的反编译工具,jd
国外开发的图形界面的功能强大的反编译工具,jd-gui,支持jar文件整体编译,支持拖放-Foreign development of powerful graphical interface tool to decompile, jd-gui, supports the whole jar file compiled to support drag and drop
- 2022-04-28 21:56: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
-
本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码...
本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件,有java bean需要的,请与作者本人联系。-procedures for the release of the test Cube (MoFang.java), contains all the core code and the Notes, debug, test code. You can use the mouse rotation Cube, on the keyboard keys in the direction of solving the mobile location, in addition, the code still has a lot of features such as intelligent search solving Rubik"s cube, is currently producing graphical control interface can also be used applet embedded in a Web page, Frame, but also will create java bean units, java bean in need, please contact the author himself.
- 2022-05-31 18:29:12下载
- 积分:1