Welcome![Sign In][Sign Up]
Location:
Search - java socket eclipse

Search list

[JSP/JavaChat1.0

Description: 利用Socket编写的java聊天程序,该程序用Eclipse进行开发-Socket prepared to use java chat program, the program developed by Eclipse
Platform: | Size: 10240 | Author: 黄忠 | Hits:

[JSP/Javajava_icq

Description: 实现TCP/UDP的socket编程,ICQ功能,在线聊天,群聊,发送附件功能。含数据库及图片文件。eclipse开发。-The realization of TCP/UDP' s socket programming, ICQ features, online chat, group chat, send attachments. With database and picture files. Development eclipse.
Platform: | Size: 335872 | Author: 彭超 | Hits:

[JSP/JavaChat

Description: An implementation of Chat by applet in a window html using socket (Java (Eclipse Project-An implementation of Chat by applet in a window html using socket (Java (Eclipse Project))
Platform: | Size: 3182592 | Author: ingra83 | Hits:

[JSP/JavaJAVA-chat

Description: eclipse 简单聊天室 可socket监听-eclipse can be a simple socket listener chat room
Platform: | Size: 25600 | Author: 蛐蛐 | Hits:

[JSP/Javaq5

Description: eclipse上给予socket的即时聊天系统,有客户端和服务器端,使用时先启动服务器再打开客户端-chat project,include server and client
Platform: | Size: 6144 | Author: liyan | Hits:

[JSP/JavaE_mail

Description: 用java在eclipse下用socket编写的pop3和smtp协议-Under the eclipse with java using socket pop3 and smtp protocols prepared
Platform: | Size: 20480 | Author: 王蕾 | Hits:

[androidsocket1.0.tar

Description: android socket与PC通信,PC使用java eclipse,PC服务器,android客户端-android socket and the PC communication
Platform: | Size: 28672 | Author: zjc | Hits:

[JSP/JavaDTU-DATACENTER

Description: GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通过该类调用其他子类。 其中:DataReceiver.java 包括主程序main,以及TCP/IP 接收数据的实现。 DataAnalysis.java 对接受的数据按照既定格式进行拆分 DataBase.java 将数据写入Mysql数据库 DataStructure.java 规定数据格式 TwoThread.java 开启多线程功能 post.java 实现向新浪网备份数据 GetIP.java 获取本机固定IP-GPRS DTU data center source code, you can also use the actual cdma DTU to accept the program written in Java, which, ... \ WSNserver \ src for the source file, ... \ WSNserver \ bin for the executable program. The project file folder opened directly available eclipse for java compiler. Compilation is important to note that the library will be java-mysql placed in C: \ Program Files \ Java \ jre6 \ lib \ ext path. This procedure is only used outside this a Java class libraries. In the source file, DataReceiver.java main classes, the class called by other sub-categories. Of which: DataReceiver.java including the main program main, and TCP/IP implementation to receive data. DataAnalysis.java of the received data in accordance with the established format for split DataBase.java to write data to Mysql database DataStructure.java data format requirements TwoThread.java on multithreading post.java Sina backup data to achieve GetIP.java fix
Platform: | Size: 31744 | Author: 刑名 | Hits:

[FlashMXSocketChat

Description: 利用Socket对象创建的网络聊天室,包中有两个文件夹,一个是Flex项目,一个是服务器端的JAVA项目,自己用eclipse和fb创建吧!-Socket object created Internet chat rooms, package, there are two folders, one is a Flex project, a server-side Java project created with eclipse and fb it!
Platform: | Size: 2368512 | Author: 李杰 | Hits:

[GUI Developeclipse-socket-ws

Description: java 通信 client server 通信 -java communication
Platform: | Size: 2834432 | Author: lll | Hits:

[Internet-Networkjava_socket_tcp

Description: 本资料是一个使用java socket开发的简单的聊天程序(包括服务器和客户点,带窗口),是学习java网络编程的入门级例程,使用eclipse环境,本人亲自调试通过-This information is a simple chat program developed java socket (both server and client point with a window), the entry-level routines to learn java network programming using eclipse environment personally through debugging
Platform: | Size: 7492608 | Author: eric | Hits:

[JSP/JavaSSLSocket

Description: java 实现的SSL单向、双向加密socket数据传输,包含keystore文件,readme.txt中包含windows下生成keystore的shell ,以及来自网上的参考网址,此项目导入Eclipse后可以直接运行-java implementation of SSL-way, two-way data transmission encryption socket that contains the keystore file, readme.txt under windows generated keystore contains the shell, as well as from the online reference site, this project into Eclipse can be run directly
Platform: | Size: 40960 | Author: 王世修 | Hits:

[CommunicationP2P_JAVA

Description: 一个简单的P2P聊天软件,使用java编写,有界面,适合初学者学习java的socket编程和界面编程。使用eclipse编写。-A simple P2P chat software written using Java, interface, suitable for beginners to learn Java socket programming and programming interface.Using Eclipse Develop.
Platform: | Size: 49152 | Author: | Hits:

[Internet-NetworkchatClientandchatServer

Description: 基于java的多客户端通信小程序源码,典型的 C/S 架构,有界面。主要分为两部分,服务器端和客户端。使用 TCP/IP 协议通过 Socket 进行通信。 服务器端主要完成登录验证和消息收发的功能。启动服务器后提供一个网 络端口,等待客户端发出请求,登录到此服务端,然后进行网络通讯和消息的 转发。要实现多客户端之间的通信,则必须构建多线程机制。 客户端主要完成登录验证和消息收发和显示功能,客户端可通过服务器端 的 IP 地址发送连接请求,然后登陆聊天室。成员列表栏中会显示在线的所有 人名单,有人退出聊天室,成员列表会自动除名。客户端需要实现简单的人机 交互,可采用 Java 的 java.swing 和 java.awt API 类实现,Eclipse 提供了 WindowBuilder 插件可以方便的实现可视化布局界面。 -Java-based multi-client communication applet source code, a typical C/S structure, there is the interface. It divided into two parts, the server and the client. Using TCP/IP protocol for communication via Socket. Mainly to complete the login authentication server and messaging features. After starting the server provides a network port, waiting for the client request, log on to the server, and then forwards the network communications and messages. To realize the communication between the multi-client, multi-threading mechanism must be built. Client is complete login validation and messaging and display capabilities, client connection requests can be sent through the IP address of the server and log in chat rooms. Members list box displays a list of all people online, it was out of chat rooms, list of members will be automatically removed. Clients need to implement a simple human-computer interaction, and may be Java-java.swing java.awt API class implementation, Eclipse provides a plug
Platform: | Size: 33792 | Author: 王根胜 | Hits:

[ICQ-IM-Chatcall

Description: 本系统是为方便企业内部进行简单办公,方便员工进行交流为基础,为企业提供较为完善的即时沟通和实时协作的解决方案。(This system uses Java language and eclipse as the basic development environment, using the software refactoring development approach, the original system design is optimized, by using the principle of lan communication mechanism (that is, through direct inheritance thread class to build a multi-threaded), realizes the network chat server and network chat client program. Java uses the common programming method of the network, socket socket, to set up the server so that the server can read and reply and forward the client messages. eclipse enables the client to communicate with the client by establishing a connection with the server. on the basis of the existing network, it is necessary to study a secure, private and regional instant communication tool. The significance and feasibility of the research are analyzed, and the prospects of ;lan chat software are presented.)
Platform: | Size: 1831936 | Author: zxdcvd | Hits:

CodeBus www.codebus.net