-
Calendar Notepad allows you to record every day would like to see as anything, j...
日历记事本可以让你记录每一天所见所想的任何事情,只需点击一个日期然后可以再右边写事情。-Calendar Notepad allows you to record every day would like to see as anything, just click on a date then you can re-write the right things.
- 2022-03-25 14:25:12下载
- 积分: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
-
this iris java code
this iris java code
-this is iris java code
- 2022-05-10 11:58:49下载
- 积分:1
-
cataloggui类实例化的Swing组件,将组件在..
Class CatalogGUI instantiates the Swing components, arranges the components in a window, and handles the events generated by the list. In this assignment, you will implement the method getDataFieldsPanel that returns a JPanel displaying the product details. An incomplete implementation of CatalogGUI is provided in the student archive.
- 2022-07-10 17:45:39下载
- 积分:1
-
Java generics and collections examples.
Java generics and collections examples.
- 2022-11-05 13:20:03下载
- 积分:1
-
J2EE独立开发制作,享有版权,受中华人民共和国法律保护。该软件为免费软件,所以您可
以放心使用、传播,但严禁私自更改版权。...
J2EE独立开发制作,享有版权,受中华人民共和国法律保护。该软件为免费软件,所以您可
以放心使用、传播,但严禁私自更改版权。-J2EE independent development production, the enjoyment of copyright, by the People
- 2022-12-07 18:10:07下载
- 积分:1
-
采用ssh架构做的基于了B/S事业单位公开招聘系统,是公司真实开发过的系统,值得学习一下。...
采用ssh架构做的基于了B/S事业单位公开招聘系统,是公司真实开发过的系统,值得学习一下。-Architecture using ssh to do based on the B/S and institutions through open recruitment system, the real development of the company had a system, it is worth learning about.
- 2022-09-25 02:55:06下载
- 积分:1
-
模糊的PHP脚本下载
Fuzzy php script Download
- 2022-02-09 17:02:05下载
- 积分: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
-
horrorshow.zipic类bitwisedemo {
horrorshow.zipic class BitwiseDemo {
static final int VISIBLE = 1
static final int DRAGGABLE = 2
static final int SELECTABLE = 4
static final int EDITABLE = 8
public static void main(String[] args)
{
int flags = 0
flags = flags | VISIBLE
flags = flags | DRAGGABLE
if ((flags & VISIBLE) == VISIBLE) {
if ((flags & DRAGGABLE) == DRAGGABLE) {
System.out.println("Flags are Visible and Draggable.")
}
}
flags = flags | EDITABLE
if ((flags & EDITABLE) == EDITABLE) {
System.out.println("Flags are now also Editable.")
}
}
}
-horrorshow.zipic class BitwiseDemo (sta Biomedical final int VISIBLE = a static final int DRAGGA i. = 2 static final int SELECTABLE static fin = 4 int al = 8 EDITABLE public static void main (Stri Vi args []) (int flags = 0 flags = flags | f VISIBLE lags = flags | DRAGGABLE if ((flags
- 2023-06-22 20:40:03下载
- 积分:1