使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。 模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。
上传时间: 2013-11-29
上传用户:hongmo
观察者模式,通过两个案例展示了观察者设计模式的使用。两个Client.java分别是对应的测试类!
标签: 模式
上传时间: 2014-01-02
上传用户:梧桐
运用服务器端多线程来实现一个真正意义上的聊天室应用程序,该程序包括客户端和服务器二部分构成,采用Socket通信机制,服务器程序为Server.java,客户端程序为Client.java。首先启动服务器程序,再启动Client程序,当启动时服务器端首先要询问客户的姓名,然后给所有在场的用户发布新用户加入的消息,当客户端发出新消息时,服务器会将该消息发给所有在场的用户,当再次启动Client,有新用户加入时,服务器会继续做同样的工作,每当有客户输入bye时,服务器将断开与该客户的连接,同时在服务器端的用户列表中删除该客户,并向大家发送该客户已经离去的消息。
上传时间: 2017-02-03
上传用户:lnnn30
linux下简单的UDP传输文件功能,有client,server,两个端口,先开起服务端,然后运行客服端。
上传时间: 2013-12-19
上传用户:ANRAN
Description: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications that communicate with HTTP servers. WinHTTP is also designed for use in system services and HTTP-based client applications. WinHTTP is more secure and robust than WinInet. However, single-user applications that need FTP or gopher functionality, cookie persistence, caching, automatic credential dialog handling, Internet Explorer compatibility, or downlevel platform support should still consider using WinInet.
标签: server-supported Description developers Microsoft
上传时间: 2017-02-07
上传用户:refent
vxworks CS模型的server的源码,陆续上传client的源码
上传时间: 2017-02-11
上传用户:chenbhdt
尽量采用现有软硬件环境,以及先进的管理系统开发方案,从而达到充分利用现有资源,提高系统开发水平和应用效果的目的。 系统应符合银行员工培训管理的规定,满足银行日常员工培训工作的需要,达到操作过程中的直观、方便、实用、安全等要求。 系统采用C/S体系结构,Client (客户端)负责提供表达逻辑、显示用户界面信息、访问数据库服务器;Server (服务器)端用于提供数据服务。 系统采用模块化程序设计方法,既便于系统功能的各种组合和修改,又便于其他技术人员维护补充。 系统应具备数据库维护功能到及时根据用户需求进行数据的添加、修改、备份、删除等的操作。
上传时间: 2017-02-13
上传用户:epson850
Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs jobs whose tasks are defined as standard Java components or EJBs. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.
标签: full-featured integrated scheduling Quartz
上传时间: 2014-01-07
上传用户:龙飞艇
五子棋(java版支持局域网对战)含源码,运行serve端后,然后在运行client端即可实现局域网对战。
上传时间: 2014-01-24
上传用户:徐孺
最简单的socket编程,server 和 client
上传时间: 2013-12-18
上传用户:tzl1975