-
基于TCP的简单聊天工具,有保存聊天记录和查看聊天记录功能...
基于TCP的简单聊天工具,有保存聊天记录和查看聊天记录功能-Simple TCP-based chat tools, have save your chats and view chat history feature
- 2022-04-13 11:40:48下载
- 积分:1
-
主要是描述的同学录系统,同学可以在系统上留言,本人可以回复,也可以看到留言人的姓名等信息。...
主要是描述的同学录系统,同学可以在系统上留言,本人可以回复,也可以看到留言人的姓名等信息。-schoolmate record system
- 2022-03-17 09:57:08下载
- 积分:1
-
采用Java语言编写高效的Esmtp源码:带验证
采用Java语言编写高效的Esmtp源码:带验证-The use of Java language source Esmtp efficient: with authentication
- 2022-04-25 04:08:43下载
- 积分:1
-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1
-
c/s结构的考试系统,用Java写的,很适合初学者学习使用。
c/s结构的考试系统,用Java写的,很适合初学者学习使用。-c/s structure of the examination system, written by Java, it is suitable for beginners learning to use.
- 2022-01-28 09:22:52下载
- 积分:1
-
用JAVA 编写简单网络聊天程序
要求如下:
利用Java图形化技术、I/O流技术和网络编程技术开发一个简单网络聊天程序。
该程序能够实现基本的网...
用JAVA 编写简单网络聊天程序
要求如下:
利用Java图形化技术、I/O流技术和网络编程技术开发一个简单网络聊天程序。
该程序能够实现基本的网络通讯功能,
(1)实现一个客户端程序能够连接服务器,并发送聊天内容。
(2)实现一个服务器端程序能够接收客户端的请求,并回复聊天内容。
服务器端口:
1、设计服务器端界面,考虑所需的组件及如何布局,其中只有“Listen”按钮是可触发的
2、、当点击“Listen”按钮时,服务器端开始监听,并显示监听的端口是8888
3、当接收到客户端发来的信息时显示客户端的地址及信息
4、当点击“Exit chat”时,将显示如下,并且“Listen”按钮被激活
客户端:
1、可以输入要连接服务器的IP地址及端口。
2、当点击“connect”按钮时,将显示服务器的IP地址和端口号。
3、当发送信息时,客户端和服务器端将同时显示
4、如果点击“Exit chat”,将显示,“Connect”按钮将被激活。
- 2023-05-14 07:30:03下载
- 积分:1
-
compact automatic chart generation system using GDI technology development and t...
小巧的图表自动生成系统 ,采用GDI+技术开发,实现了基本且简单的功能,能在通过数据库的数据直接读取自动生成图表,支持饼状/柱状/线状等多种样式 ,并能进行数据的维护更新。
-compact automatic chart generation system using GDI technology development and the basic and simple functions, through the database can directly read data automatically generated graphics, support Caky/column/line, and other forms, and to the safeguarding of data updates.
- 2023-07-11 23:25:02下载
- 积分:1
-
jsp时间的一些小例子,适于初学者的一些相关模块。
jsp时间的一些小例子,适于初学者的一些相关模块。-jsp time some small examples, suitable for beginners and some related modules.
- 2022-02-06 01:16:33下载
- 积分:1
-
学生管理系统。使用java编程,oracle数据库
学生管理系统。使用java编程,oracle数据库-Student management system. The use of java programming, oracle database
- 2022-10-02 12:50:08下载
- 积分:1
-
Jdeveloper 程序
Jdeveloper 程序包括 web servicen, JAX-WS,存储过程、 SQL、 XML 等。
- 2022-02-04 22:55:06下载
- 积分:1