登录
首页 » 套接字网络编程 » java client开发 一个简单的客户端开发

java client开发 一个简单的客户端开发

于 2022-03-04 发布 文件大小:18.51 kB
0 210
下载积分: 2 下载次数: 1

代码说明:

1) 学习使用eclipse开发Java EE Web应用程序的方法; 2) 学习Servlet的开发方法和Servlet在DD文件中如何配置; 3) 学习service()方法的编写方法,学会HttpServletRequest和HttpServletResponse的使用方法;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这个例子是局域通信的一个例子,很详细…
    本例子是一个局域网通信的例子,非常详细的文档,并且对客户端和服务器均用详细的代码-This example is an example of a local area network communications, a very detailed document, and both client and server code with a detailed
    2022-03-22 09:28:04下载
    积分:1
  • DSC(Data Service Center)是用于收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文...
    DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文件包括和DTU通讯所需要的全部API函数,包括服务的启动、数据发送、数据接收、关闭服务等,DSC实际上是架构在gprs_dll.dll所提供的功能之上的数据处理软件,其所需要完成的功能如下: 1、 调用API启动服务和停止服务; 2、 调用API接收数据和向DTU发送数据,并且对数据作进一步处理; 3、 调用API轮询DTU用户列表,如果需要可作进一步处理,包括用户认证等; 4、 调用API对DTU进行远程配置 -DSC (Data Service Center) is used to receive data and to the DTU DT U send data services software, and communications between the DTU use development kits gprs_dll.dll DLL, the documents include communications and DTU need all API function, including the launch, data sending, receiving data, the closure of services, DSC is actually in gprs_dll.dll framework provided by the above functions of data processing software, they need to complete the following functions : 1, API calls to stop and restart services; 2. API call and receive data to the DTU send data, as well as data for further processing; 3. Call API Polling DTU user list, if necessary, for further processing, including user authentica
    2022-02-28 19:33:44下载
    积分:1
  • IPv6地址转换器
    ipv6地址转换器-ipv6 addresses converters
    2023-06-19 01:40:03下载
    积分:1
  • 实现页面实时数据监控
    前台通过angularjs绑定页面元素,socket.io连接后台服务端,后台nodejs控制。 启动web后,客户端连接后台服务端,走认证逻辑,然后进入页面,可以获取后台数据,后台数据通过广播或着单独发送形式。 发送形式以具体的逻辑来定。例如,一个用户点击按钮,这个消息会被后台广播给其他用户,其他用户在页面会实时出现响应。保证了多地区,多用户的统一监控。 node版本v0.10.30,第三方模块通过文件里的package.json使用npm安装
    2022-01-30 19:58:00下载
    积分:1
  • 经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线安全的引用计数...
    经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数-frequently used the socketAPI, posix thread-like packaging, there are some smart synchronization facilities to achieve the target, thread-safe reference counting
    2022-04-09 07:05:30下载
    积分:1
  • 计算机(Kurose中文版,高等教育出版社)课件。
    计算机网络(Kurose中文版,高等教育出版社)课件。-Computer Networking (James. F. Kurose,Higher Education Press )PPT.
    2022-07-25 21:38:53下载
    积分:1
  • 本系统是在asp版《在线文件管理器》的基础上设计制作,取其精华,弃其糟粕,功能更强,效率更高,具有以下特点: 1。采用三层结构开发,序逻辑和用户界面彻底分离,...
    本系统是在asp版《在线文件管理器》的基础上设计制作,取其精华,弃其糟粕,功能更强,效率更高,具有以下特点: 1。采用三层结构开发,程序逻辑和用户界面彻底分离,可轻松换肤。 2。全部代码采用Ultra Edit编写,不使用任何可视化开发工具,精确控制代码流程,确保代码高效率运行。 3。自行开发自定义控件,不产生任何一丁点的HTML代码冗余。 4。尽可能的减少客户与服务器的交互,降低对服务器资源消耗,减少网络传输。 5。真正多用户系统,可分别为每个用户设置可管理的文件类型,目录等,上传的单个文件大小限制等。 6。各用户环境自由配置,风格自选(如果有多个风格的话),可自由设置每页显示的文件及目录数等。 7。文件与目录翻页分开,即使管理同一目录下的数万个文件也不再出现程序超时现象。 8。功能强大,除了asp版具备的全部功能如上传、下载、编辑、批量复制、移动、粘贴外还具备文件快速过滤搜索,智能修改文件属性。 9。效率极高。经测试,在一太普通PC上对一个包含50000个文件的目录进行浏览管理,任意翻页,执行时间均不超过1秒。过滤或者搜索则更是低至仅0.3秒的执行时间。而windows资源管理器打开目录或者asp版翻至最后一页都需要6.5秒甚至更长时间。-the system is the asp edition of "online document management device" on the basis of the design, select the essence and disposable dross, more powerful, more efficient and has the following features : 1. The development of a three-tier structure, procedures and user interface logic completely separated easily Eurocargo. 2. All the code used Ultra Edit preparation, not the use of any visual development tools, precision flow control code, the code to ensure
    2022-03-26 03:16:52下载
    积分:1
  • Ethernet physical layer interface device
    以太网物理层接口器件-10/100 Mbps Fast Ethernet Physical Layer TX/FX Single Chip Transceiver-Ethernet physical layer interface device-10/100 Mbps Fast Ethernet Physical Layer TX/FX Single Chip Transceiver
    2022-07-05 06:50:26下载
    积分:1
  • 楠楠写的DBiocp例子都是源码,有的地方看不太懂
    楠楠写的DBiocp例子都是源码,有的地方看不太懂-楠楠examples are written in DBiocp source, some places do not understand
    2022-02-11 13:53:06下载
    积分:1
  • 1st
    1st-pay.rar 在线支付程序-1st-pay.rar online payment procedures
    2022-01-25 22:45:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载