-
线程与Swing。 Swing API的设计目标是强大、灵活和易用。特别地,我希望能让程序员们方便地建立新的Swing组...
线程与Swing。 Swing API的设计目标是强大、灵活和易用。特别地,我希望能让程序员们方便地建立新的Swing组-threads with Swing. Swing API is designed powerful, flexible and easy to use. In particular, I wish to allow programmers to facilitate the establishment of a new group of Swing
- 2022-01-26 05:52:57下载
- 积分:1
-
java聊天程序源码
java聊天程序源码-java chat program FOSS
- 2022-09-13 16:40:03下载
- 积分: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
-
一个jTable的示例文件
一个jTable的示例文件-examples of a document jTable
- 2023-03-01 01:30:03下载
- 积分:1
-
java网络编程源_ _ _ _文件的源代码
Java_Web_Programming_Source_Files source code -it is useful for dummies and student of software-Java_Web_Programming_Source_Files source code-it is useful for dummies and student of software
- 2023-03-19 04:50:02下载
- 积分:1
-
Database connection is very classic JavaBean useful
数据库连接的JavaBean 非常经典
有使用价值-Database connection is very classic JavaBean useful
- 2022-03-21 12:16:04下载
- 积分:1
-
icsamples directory is icsamples network programming. The procedures include J2E...
icsamples目录中有icsamples网络程序。 这个程序包括J2EE网络层的范例程序,需要在Tomcat 5.0中运行。读者可以简单地将这个程序放入Tomcat的webapps目录, 然后启动Tomcat。或者读者可以自己生成一个icsample.war文件, 然后在Tomcat中部署。-icsamples directory is icsamples network programming. The procedures include J2EE network layer model procedures, the need to run Tomcat 5.0. Readers can simply be this procedure Add Tomcat webapps directory, then start Tomcat. Or readers can generate a icsample.war themselves, and then deployed in Tomcat.
- 2022-03-24 07:24:05下载
- 积分:1
-
the java application program interface input date editing box java bean
可在java应用程序的界面中输入年月日的编辑框java bean-the java application program interface input date editing box java bean
- 2023-07-21 00:30:15下载
- 积分:1
-
java 图书管理系统,实现数据库的添加、修改、查询等操作
java 图书管理系统,实现数据库的添加、修改、查询等操作-A System for library
- 2022-05-22 07:37:04下载
- 积分:1
-
"多线程的例子"包括了多线程的各个方面,都是教学中积累的经典例子与实际应用的例子:同步、睡眠、
挂起、唤醒、优先级、线程组,线程与Swing……(另附...
"多线程的例子"包括了多线程的各个方面,都是教学中积累的经典例子与实际应用的例子:同步、睡眠、
挂起、唤醒、优先级、线程组,线程与Swing……(另附相关技术文档)
使用方法:因为开发工具为eclipse3.1,所以这些工程文件都可以直接导入。-"multithreading example" will include multithreading in all aspects, Teaching is a classic example of accumulated and the practical application examples : synchronous, sleep and hang up call, priority, thread group, Thread with Swing ... (with relevant technical documentation) Use : because the development tools for eclipse3.1, these works documents can be imported directly.
- 2022-05-17 05:11:49下载
- 积分:1