搜索资源列表
ftp客户端应用程序代码
- 本程序完成了到FTP服务器的登录,并动态地显示FTP服务器站点的内容-the procedures completed to the FTP server login, and dynamically display FTP server site content
【用RMI构建聊天应用程序】
- 用RMI构建聊天应用程序: 其基本思想是:多个客户通过APLLET进行聊天,客户的聊天内容分别显示在各自的 TextArea 内,要做到这些,需要做到: 1、客户首先向服务器注册,告知服务器它在监听某主题; 2、客户注册之后,向服务器发送消息; 3、服务器再把消息发送给所有监听此主题的客户-Construction chatting with RMI application : The basic idea is : many customers APLLET for c
jifangguanlixitong
- 这是一个用应用服务器,是一个机房管理系统.
cses-0.3-src
- 这个源代码是用C#开发的,实现了一个Windows下的邮件服务器功能。它实现了SMTP及POP3协议。可以作为一个独立的服务器,或者其它应用程序组件中的一部分。-This source code is developed using C# to achieve under a Windows mail server functionality. It implements the SMTP and POP3 protocol. Can be used as an independent serv
Select
- linux下的socket的应用 服务器的必用函数-the under linux socket application server will use the function
socketchat
- 应用socket通信 点对点聊天 包含客户端和服务器端-Socket communication peer-to-peer chat application that contains client and server
Assignments1--BuildingaMulti-ThreadedWebServe
- 《计算机网络,自顶向下方法与internet特色》课本,应用层的编程作业的第一个,多线程web服务器- Computer networks, top-down methods and internet feature books, application layer programming operation the first in a multi-threaded web server
J2EE
- J2EE13中核心技术。分布式结构 二层化应用结构 WebLogic应用服务器等的介绍 -J2EE13 in core technology. Distributed architecture of the application of two-story structure of WebLogic application server, such as the introduction
SSVSPM
- 直接运行批处理文件install.bat即可. VCP 虚拟串口软件可以将TCP/IP 连接映射成本机的虚 拟COM 口,应用程序通过访问虚拟串口,就可以完成远 程控制、数据传输等功能. VCP特点: 支持多虚拟串口映射 收发采用多线程架构 支持虚拟串口参数同步指 网络断开后自动连接 具有实时虚拟串口数据传输监控 适应范围: 可以将任何使用TCP/IP或UDP广播方式传输数据的 嵌入式设备虚拟成本机的CO
ik-expression
- IK Expression是一个开源的(OpenSource),可扩展的(Extensible),基于java语言开发的一个超轻量级(Super lightweight)的公式化语言解析执行工具包。 IK Expression V2.0不依赖于任何第三方的java库。它做为一个简单的jar,可以集成于任意的Java应用中。这包括了JavaEE应用(基于应用服务器的), Java桌面应用以及Java WebStart方式的应用。 IK Expression
proxyserver
- 编写HTTP代理服务器应用实例,通过设置服务器IP地址,用户名、密码、端口,得到服务器的信息。-http proxy server example VC++
jbossHandbook
- 无论在企业中,还是在开发者社群中,还是在Open Source社群中,JBoss应用服务器在国内外的使用已经很广泛。其中,JBoss 3.2.x系列已经大量部署在国内外现实场景中。JBoss 4.0.x已经通过J2EE 1.4认证,而且其基代码也是来自于JBoss 3.2.x,这些都使得JBoss应用服务器更具企业强度。JBoss 5.x即将推出,这是JBoss 3.x之后架构变化最大的服务器版本(基于POJO微内核,兼容于Java EE 5)。-Whether in business or i
MultiThreadServer
- 使用TCP/IP协议写的一个服务器端应用程序,使用线程池技术,实施对端口进行监听。-Using the TCP/IP protocol write a server-side application, using the thread pool technology to monitor the implementation of the port.
TCPclientserver
- 用VC++集成环境开发的基于TCP的网络应用程序,包括服务器端和客户端。-VC++ integrated environment with the development of TCP-based network applications, including server-side and client-side.
sockAPI
- windows socket API的基本应用 完整工程;服务器异步监听模式 适合初学参考。-The basic application windows socket API complete works server asynchronous listening mode suitable for beginners reference.
v3.linux
- 用TCP_IP进行网际互连 第3卷 客户机-服务器编程和应用(第2版)-With TCP_IP to Internet interconnection, Volume 3, client- server programming and applications (2nd Edition)
peertopeermediastreamingvideo
- 目的解决目前网络视频系统带宽要求高、系统伸缩性差、大规模用户同时在线时的服务器瓶颈等问题,提出基于P2P流媒体的网络视频系统设计方案。方法将对等网络(P2P)理论应用到流媒体系统中,采用混合网络模式,运用应用层组播技术和区域自治思想构建组播树,根据实际情况对组播树进行动态调整,采用适合的缓存机制实现媒体数据的平稳传输。结果通过对系统设计中的关键技术进行分析,采用P2P流媒体技术的网络视频系统在扩展性、服务器带宽要求、视频播放质量等方面都有了极大的改善。结论在不改变现有网络带宽下,P2P流媒体技术
liaotian
- 一个基于客户/服务器模式的聊天室应用程序。这个程序是一个很实用的网络应用程序-One based on client/server chat room application. This program is a very useful web application
FTP
- 一个FTP应用程序,该程序完成以下功能:⒈登录FTP服务器;⒉显示登录FTP服务器目录下的文件和目录名;⒊提供文件下载上传服务-An FTP application, the program is complete the following features: ⒈ login FTP server ⒉ display the login FTP server directory under the file and directory names ⒊ upload service to p
zhongjianjian
- 中间件实验,进一步掌握Java语言代码的编写; 2. 熟悉Java企业级平台Java EE 6的使用; 3. 学习使用NetBeans IDE(集成开发环境); 4. 学习在GlassFish 2 Java应用服务器上运行代码-Middleware experiment, to further understand the preparation of Java language code 2. Familiar with the Java Enterprise platform,