搜索资源列表
-
1下载:
利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
-
-
1下载:
Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。 -Http client program has been integrated into the Java language, URLConnection can call category. Unfortunately, because S
-
-
0下载:
本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
-This article introduces a
-
-
1下载:
一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
-
-
1下载:
程序介绍
运行环境 :Windows9x/NT/2000/ XP
开发语言 :JAVA
开发环境 : JCreator 2.5 j2sdk-1_4_2-windows
程序简介:先运行server端,在运行client端,通过socket可以实现网上选课功能。
-Runtime Environment Program : Windows9x/NT/2000 / XP Language : Java development environment : JCreator 2.5
-
-
0下载:
socket聊天室,多个客户端和一个服务端,服务端可以同时和多个客户端聊天,发送消息。,socket chat rooms, multiple clients and a server, client services at the same time and multiple clients to chat, send a message.
-
-
0下载:
这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架
-the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
-
-
0下载:
java写的一个Tcp socket 一个client和server-java write a Tcp socket a client and server
-
-
0下载:
socket通信的聊天室代码,一个服务端可以对应多个客户端。可以同时和不同个客户端通信。-Chat socket communication code, a service clients can correspond to multiple clients. At the same time and different client communications.
-
-
0下载:
编写Socket的服务器和客户端程序,在某端口建立监听服务,完成客户机与服务器之间的通信功能。-Prepared Socket server and client programs, the establishment of listening to a certain port services, the completion of client and server communication between functional.
-
-
0下载:
JAVA编写的SOCKET通信 客户端案
-
-
0下载:
j2me源码实例:手机发送接收消息,socket通信,服务器客户端联系-j2me source code examples: cell phones to send receive messages, socket communication, client server connection
-
-
0下载:
socket 多线程,包括测试代码,socket server socket client-multi-threaded socket, including test code, socket server socket client
-
-
0下载:
java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
-
-
0下载:
socket编程,模拟了一个客户端,一个服务器端,各有一个界面,可添加客户端,通过服务器实现互相通信。
-socket programming to simulate a client, a server-side, each with an interface, you can add clients, achieved through the server communicate with each other.
-
-
0下载:
这是一个客户端与服务端进行通信的java小程序,使用socket通信,当从客户端输入窗口提示的通关语,则会在窗口显示从服务器端发来的通过信息。-This is a client and server-side java applets to communicate using socket communication, input from the client window when the prompt clearance language, will be displayed in the
-
-
0下载:
java 通信 client server 通信 -java communication
-
-
0下载:
Socket服务端程序,简单的java 利用Socket 创建service client的小程序-Socket service client
-
-
0下载:
how to build a client chat via socket java
-
-
4下载:
说明并尝试通过URL从服务器上读取一个文本文件,并显示该文本文件的内容。
5. 编写程序,用Socket通信机制在服务器和客户端之间传输文件。(Describes and attempts to read a text file from the server through a URL and display the contents of the text file.
5. Write a program and use socket communication mechanism to t
-