Welcome![Sign In][Sign Up]
Location:
Search - client server java

Search list

[ICQ-IM-ChatClient-Server-based-Security-Comunication-Tool

Description: 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性
Platform: | Size: 8836 | Author: Shadow | Hits:

[Bookstut-bingo

Description: A client/server application that implements the game of BINGO. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI.
Platform: | Size: 37888 | Author: 刘波 | Hits:

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8192 | Author: 木头 | Hits:

[JSP/JavaChat-Java

Description: 一个用Java编写的聊天程序,包含源代码(有详细注释),说明文件和编译后的服务器端/客户端class文件-a Java prepared by the chat program includes source code (detailed notes), and compilers note after the server/client class document
Platform: | Size: 6144 | Author: 包包 | Hits:

[ICQ-IM-Chatjbu-chat

Description: JBuiler制作聊天程序(包括客户端,服务端,RMI文档及远程接口) -JBuiler production (including client, server, RMI files and remote interface)
Platform: | Size: 5120 | Author: 曾石 | Hits:

[Remote Controlremotecontrolserver

Description: /*****远程控制服务器端源代码 本代码的作用和他的那段代码有些类似之处。 不过主要作用是接受并执行客户端的指令 实现起来比他的繁琐一些。 实现功能如下: 从配置文件中读取配置端口和用户名和密码 限制登录ip和登录连接数 可选择采用SSL通讯或者明文通信 接受客户端之类指令。 执行系统命令或者传送文件。-/***** remote control server source code of the role and his code during some similarities. However, the main role is to accept and implement the client's instructions to achieve together than some of the red tape. To achieve the following functions : configuration file read-port configuration and user names and passwords and restrict logged ip logged connections choice of SSL communication expressly or client communications accept such orders. Order Execution System, or the transmission of documents.
Platform: | Size: 7168 | Author: 李欣 | Hits:

[Game ProgramJAVA游戏_贪吃蛇

Description:
Platform: | Size: 7168 | Author: 马伟豪 | Hits:

[ICQ-IM-Chat基于JAVA的ICQ系统的设计于实现

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Platform: | Size: 1710080 | Author: 陈玉平 | Hits:

[Internet-Network利用Socket进行Java网络编程

Description: 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
Platform: | Size: 6144 | Author: 王妍 | Hits:

[Proxy Serverproxyserver

Description: 这是一个proxy server 源码,save client/server transaction data to c \temp\proxylog.txt modify regdata.java to piont to destination server. -This is a proxy server source code, save client/server transaction data to c \ temp \ proxylog.txt modify regdata.java to piont to destination server.
Platform: | Size: 14336 | Author: 刘星海 | Hits:

[JSPJava程序设计技巧1001例

Description: JBuilder是Borland公司所推出的Java语言编程工具,它具有一个功能强大的集成开发环境,可以快速创建各种Java应用程序。本书针对最新版本JBuilder 3提供了使用JBuilder开发数据库应用程序、创建分布式应用程序以及编写JavaBean组件的高级材料,包括JBuilder的DataExpress数据库体系结构的信息,主数据组件和类之间的相互关系,怎样使用DataModeler和Application Generator创建数据驱动的客户机/服务器应用程序等内容。通过阅读本书,可以轻松地掌握Java语言,并能熟练地使用JBuilder 3来编写各种小应用程序和软件组件。-Borland JBuilder is to introduce the Java programming tools, It is a powerful integrated development environment that can rapidly create all kinds of Java applications. The book for the latest version of JBuilder 3 for the use of JBuilder development of the database applications, creating distributed applications and the preparation of JavaBean components advanced materials, DATA JBuilder including the database structure information, the main types of data components and the interrelationship between, DataModeler how to use and set up a data Application Generator driven by client/server application procedures, and other content. By reading this book, can easily master the Java language, and proficient in the use JBuilder 3 to prepare a variety of small applications and software component
Platform: | Size: 3699712 | Author: wkj | Hits:

[OtherJAVA 聊天程序

Description: JAVA写的小程序,基本实现客户端,服务器的聊天程序-JAVA write small programs, the basic realization of client, server chat program
Platform: | Size: 10240 | Author: 杨洋 | Hits:

[Communicationjava实现服务器和客户机通讯的的方法

Description: 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a Java ServerSocket socket server and and client communication methods. The principle is established on the server side ServerSocket ports and eavesdropping, reception to the client connection request to establish socket, the socket to be input and output streams. The new Socket client and access input and output streams. Server and client input and output streams used after the establishment of writeLine (), and println () side France each other to send and receive data. To improve code efficiency, the establishment of two categories clientAgent and serverAgent.
Platform: | Size: 6144 | Author: 郑描中 | Hits:

[JSP/JavaJXTA-JavaP2P

Description: JXTA——Java P2P网络编程技术,最近,P2P(Peer-to-Peer)又成为了因特网上的一个热点。P2P是因特网的一种应用模式,其意思是指网络上的任何设备(包括大型机、PC机、PDA、手机、机顶盒等等)都可以平等地直接进行连接并进行协作。想比当前因特网上主流的应用模式Client/Server或者Client/Service而言,P2P具有自己鲜明的特点和优势。(这也是我对它着迷的地方。-JXTA-- Java P2P network programming technology, recently, P2P (Peer-to-Peer) the Internet has become a hot spot on. P2P is an Internet application model, which means that any network equipment (including Mainframe, PC, PDA, and cell phones, set-top boxes, etc.) can be equal to directly connect and collaborate. To the Internet than in the current mainstream model of Client/Server or Client/Ser vice, P2P has its own distinct characteristics and advantages. (This is also my sense fascinating places.
Platform: | Size: 5495808 | Author: 潘宽标 | Hits:

[JSP/Javanetfile

Description: JAVA实现的网络服务器文件同步,分客户端和服务器端代码,-JAVA network file synchronization server, the client-server code
Platform: | Size: 8128512 | Author: 老刀 | Hits:

[ICQ-IM-ChatClient-Server-based-Security-Comunication-Tool

Description: 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性 -Their use of Java made the Client-Server chat program, a combination of network communications, data security, knowledge of multi-threaded one. RSA algorithm using the completion of the distribution of DES keys 2. RSA algorithm combines the use of MD5 message to complete the signature 3. The original message and signature to provide confidentiality protection (with DES encryption algorithm) 4. Able to decrypt and verify the legitimacy of the signature
Platform: | Size: 8192 | Author: Shadow | Hits:

[MMSmms

Description: 应用于华为中国移动甘肃项目组的彩信发送平台全套代码,未纳入产品线,版权为本人个人所有 使用JAVA和Spring框架开发(用到了Spring的RMI),部署于AIX系统,服务器端部署于能和移动MMSC通信的主机上,客户端拼装彩信内容并转换为字节流,通过RMI调用服务端方法进行发送(适用于客户端服务器无法直接连接移动彩信网关的情况)也可将客户端和服务器端部署与同一台主机(适用于客户端服务器可直接连接移动彩信网关的情况) 内涵代码、API手册及使用说明-Huawei applied to the project team Gansu China Mobile to send MMS platform a full set of code, not included in product line, the copyright for my personal use of JAVA and the Spring framework for development (to use the Spring' s RMI), deployed in the AIX system, server-side deployment in the MMSC and mobile communications to the host, the client assembled MMS content and converted to byte-stream, through the RMI Services client method call to send (for client-server can not be directly connected to the case of mobile MMS gateways) can also be the client and server-side deployment with the same host (for client-server can be directly connected to the case of mobile MMS Gateway) connotation code, API manuals and instructions
Platform: | Size: 6060032 | Author: 马亮 | Hits:

[JSP/JavaTCPUDP

Description: 基于TCP,UDP协议的client,server代码,及增加了文件传输判断的加强版-Based on TCP, UDP protocol client, server code, and to increase the file transfer to determine the enhanced version of
Platform: | Size: 3072 | Author: alick | Hits:

[Web ServerBeginner_H178933932004

Description: This is used to show a developer how to use and build Client / Server app s by using Sockets. This is very basic, and doesn t go over using UDP. -This is used to show a developer how to use and build Client/Server app s by using Sockets. This is very basic, and doesn t go over using UDP.
Platform: | Size: 15360 | Author: nechifor | Hits:

[JSP/Javaclient-server

Description: source code for client server java programing
Platform: | Size: 6423552 | Author: khoiril | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net