-
javaexample
JavaExample
- 2022-02-07 16:04:44下载
- 积分:1
-
本源码为五子棋源码 可以在java环境中运行
本源码为五子棋源码 可以在java环境中运行-Gobang source for this source can be run in the java environment
- 2022-12-09 20:10:02下载
- 积分:1
-
Java日期选择控件完整源代码
Java语言开发的简洁实用的日期选择控件,源码文件功能说明: [DateChooser.java] Java 日期选择...
Java日期选择控件完整源代码
Java语言开发的简洁实用的日期选择控件,源码文件功能说明: [DateChooser.java] Java 日期选择-Select the date a complete Java source code control, Java-developed simple and practical choices of date control, source code file Function Description: [DateChooser.java] Java Date selection
- 2022-03-21 09:05:27下载
- 积分:1
-
基于UDP实现客户端和服务器端互发信息的程序(客户端)
基于UDP实现客户端和服务器端互发信息的程序(客户端)-based on UDP to achieve client and the server mutual information procedure (client)
- 2022-06-12 05:09:48下载
- 积分:1
-
using Java HTTP (HTTP)) HTTP fact, the principle of HTTP principle is simple eno...
用Java实现断点续传(HTTP)
)断点续传的原理
其实断点续传的原理很简单,就是在Http的请求上和一般的下载有所不同而已。
打个比方,浏览器请求服务器上的一个文时,所发出的请求如下:
-using Java HTTP (HTTP)) HTTP fact, the principle of HTTP principle is simple enough. Shan is the Http requests and generally download some variations. For example, the browser requests to the server on a text, issued by the request as follows :
- 2022-03-09 12:48:46下载
- 积分:1
-
介绍java初学者的java程序。
introduct java program for the java starters.
- 2022-05-09 06:01:37下载
- 积分:1
-
是一个获取媒体数据的长度的程序,程序运行的速度非常的快!
是一个获取媒体数据的长度的程序,程序运行的速度非常的快!-access to the media is a data length of the procedure, the speed of running very fast!
- 2023-04-16 18:30:04下载
- 积分:1
-
java实现的文件移动,主要用到开源的upload项目,用在磁盘上文件在不同目录地址的移动...
java实现的文件移动,主要用到开源的upload项目,用在磁盘上文件在不同目录地址的移动-achieve file movement, the main use of open-source projects upload, with the files on the disk directory addresses mobile
- 2022-11-14 05:45:03下载
- 积分:1
-
一个强大的移动电子图书阅读软件,大家可以查看
一款功能强大的手机电子书阅读软件,可以用来看电子书、浏览图片等-one powerful mobile electronic book reading software, we can view e-books, pictures, etc.
- 2022-07-19 02:18:22下载
- 积分: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