-
SMTP mail client to achieve the java source code, which achieve most of the main...
SMTP邮件客户端的java源码实现,其中实现最为主要的的post ,get等功能函数。-SMTP mail client to achieve the java source code, which achieve most of the main post, get function and other functions.
- 2022-03-21 20:07:44下载
- 积分:1
-
一个用java写的在线书店购物车的实现
一个用java写的在线书店购物车的实现-use a java write online bookstore Cart Implementation
- 2022-03-15 02:00:04下载
- 积分:1
-
another persistent o/m software, similar to exploit, flexibility, rapid developm...
另外一种持久性o/m软件,类似于hibernate,
灵活性强,能快速开发功能完整的java产品,开发成本低-another persistent o/m software, similar to exploit, flexibility, rapid development of the functional integrity of java products, the development of low-cost
- 2022-05-06 12:02:47下载
- 积分:1
-
数据库连接、数据库连接、数据库连接、数据库连接…
database connection, database connection, database connection,-database connection, database connection, database connection, database connection,
- 2022-02-02 11:23:52下载
- 积分:1
-
ejb3. 0 Entity bean, one
ejb3。0中实体bean,一对多原代码。非常适用于刚刚接触ejb3。0的朋友,里边写的很详细。相信大家看了之后就能明白其实很简单-ejb3. 0 Entity bean, one-to-many original code. Just very applicable to contact ejb3. 0 friend wrote inside the very detailed. I believe we saw after we can understand actually very simple
- 2022-02-25 18:07:35下载
- 积分:1
-
用Java编的文件选择器,可以选择本机上的其他文件。
用Java编的文件选择器,可以选择本机上的其他文件。-Java series of documents selectors will be able to choose the machine on the other documents.
- 2022-07-07 05:37:19下载
- 积分:1
-
JavaSe a simple entry, in the hope that some new help
一个简单的JavaSe的入门,希望对新手有些帮助-JavaSe a simple entry, in the hope that some new help
- 2022-01-29 02:04:53下载
- 积分:1
-
Simple automato in Java, for real numbers.
Simple automato in Java, for real numbers.
- 2022-07-17 20:04:11下载
- 积分: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
-
To write Java coding rules of procedure, suitable for beginners, are in English
写Java程序的编码规则,适合初学者,是英文的-To write Java coding rules of procedure, suitable for beginners, are in English
- 2022-03-02 10:13:34下载
- 积分:1