搜索资源列表
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
Java-TCP服务器】
- 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all t
socket.rar
- 基于Socket的网络通信设计,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。,Socket-based network communications design, the integrated use of network protocols, programming languages, API and socket-based graphical interface to establish, monitor, con
LAN-chat-udp
- 局域网聊天,udp的,稍后会加上传文件的功能 只是现在发现,Thread线程多了以后会导致软件界面卡死-LAN chat, udp, and later added upload function is now found, Thread thread will result in more than a software interface cards after death
myftp
- ftp客户端,java开发,图形界面,多线程并发-ftp client, java development, graphical interface, multi-threaded concurrency
ssh+ext
- struts+hibernate+spring+ext,界面很友好,树控件菜单导入 Myeclipse直接可以运行,有值得收藏的价值-struts+ hibernate+ spring+ ext, the interface is very friendly, tree control menu can be run directly into Myeclipse, it is worth the value of collections
chatRoom
- 聊天室,UDP实现,多用户聊天界面,实现简单登录登出、文件传输、文件夹传输等相关的一些功能-Chat rooms, UDP implementation, multi-user chat interface, simple log log, file transfer, folder transfers, and other related features
jpcap
- 网络截获工具包wpcap的java接口封装。使用JNI封装的。-Java Interface encapulation for network capture tools, and JNI has been used
DES
- DES加密算法,提供界面。运行时运行Java Ui就可以。-DES encryption algorithm to provide interface. Run-time can run Java Ui.
liaotianshi
- 聊天室 ,有计本的对话和聊天功能等,还不错,界面也不错。-Chat rooms, there are terms of the dialogue and chat functions, but also good, the interface is not bad.
TCPIPSocketsinJava
- The networking capabilities of the Java platform have been extended considerably since the first edition of the book. This new edition covers version 1.5-1.7, the most current iterations, as well as making the following improvements: The API (appli
code
- jaava voice browser The World Wide Web Consortium s Voice Browser Working Group is defining several markup languages for applications supporting speech input and output. These markup languages will enable speech applications across a range of hardwar
serverAndClient
- 模拟最简易的聊天窗口界面,服务器和客户端程序,基于socket编程,窗口之间可相互通信-Analog most simple chat window interface, server and client program, based on socket programming to communicate with each other between the window
test_onlyread
- java界面运行在pc上,write.c载到linux系统的节点上,两者通过串口进行通信。然后在pc上运行test,在界面中输入ttyUSB0,点open按钮,然后点read按钮。接着在节点上./write运行write就能在界面上显示接收到信息。-java interface running on the pc , write.c set to the linux system nodes, which communicate through the serial port with pc.
ext-3
- Ext JS是一个创建丰富互联网应用程序的跨浏览器的JavaScrip库。它包含:高效率,可定制用户界面的小部件,设计漂亮的、可扩展的组成部件模型,容易使用的、直观.. -Ext JS is a rich Internet applications to create cross-browser library JavaScrip. It contains: a highly efficient and customizable user interface, small parts, th
UDPTCP
- 该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th
ChipChat(Java)
- 局域网聊天 分为客服端和服务端 系统要求:安有JDK1.5的windows操作系统 运行步骤: 1 确保server.jar和start.cmd在同一个目录下。 2 在启动服务器端之前,务必先运行start.cmd,启动rmiregistry. 3 然后可以直接运行JAR文件——Client.jar、server.jar。 4 在server的界面中,第一个按钮为启动服务器按钮,点击之即可启动服务器。-LAN is divided into custo
javachatSystem
- 用java开发的即时通信系统,界面比较美观,实现qq的基本功能,包括好友,文件传输等功能-Java development with real-time communication systems, the interface more beautiful realization of the basic functions of qq, including friends, file transfer and other functions
XNCDesktop
- 后台软件的的JAVA界面构建,包括画面显示,报表查询,数据上、下行等。-The background of the JAVA interface for the software to build, including the screen displays, reports, queries, data on the downlink and so on.
flyMyChat
- 一款简单的局域网聊天室程序源码,有简单的图形界面。源码清晰易懂。-A simple LAN chat program source code, there is a simple graphical interface. Clear and understandable source code.