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

Search list

[JSP/JavaServerClient

Description: 一个socket服务器端java源程序-a socket server-side java source
Platform: | Size: 1024 | 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:

[DocumentsJava_Socket

Description: Java做一个最简单的Socket通话程序-Java do a simple procedure calls Socket
Platform: | Size: 2048 | Author: flowerfish | Hits:

[Internet-Network一个socket服务器程序

Description: java写的一个socket服务器程序,参考性极强-wrote a socket server reference to a highly
Platform: | Size: 7168 | Author: ly | Hits:

[JSP/JavaiiitAccessServer

Description: iiitAccessServer是一个用Java编写的基于规则的企业鉴别系统。它作为一个服务器工作,能够用于可以打开一个socket的任何编程语言。服务器从LDAP取回它的数据,将它按优化过的格式保存在一个或多个MySQL数据库,用作一个执久的二级缓存以取得高性能。整个系统设计为可扩展的和容错的.zip-iiitAccessServer Java is a preparation of the rules-based enterprise authentication systems. As a server, can be used to open a socket in any programming language. LDAP server to recover from its data, it will be optimized according to the format stored in a MySQL database or for a long two bailiffs cache to achieve high performance. The entire system is designed to be scalable and fault-tolerance. Zip
Platform: | Size: 320512 | Author: 邓耀 | Hits:

[GDI-Bitmapsocket聊天室

Description: 一个用socket编的聊天室 以为java平台,实现聊天的小程序-socket with a series of the chat room thought java platform to achieve chatting small program
Platform: | Size: 8192 | Author: | Hits:

[Internet-NetworkA Simple socket example

Description: It is a socket server. It accepts a connection from client and prints on the console a message that client writes
Platform: | Size: 53248 | Author: 培育 | Hits:

[JSP/Javaflashline

Description: 一个画股票曲线的flash+java socket的例子。-a painting stocks curve flash java socket examples.
Platform: | Size: 8192 | Author: | Hits:

[JSP/JavaSocket套接字—Java套接字编程(上1)

Description: Socket套接字—Java套接字编程(上1)-Socket-Java socket programming (on a)
Platform: | Size: 352256 | Author: YUE | Hits:

[Internet-Network运用异步输入输出流编写Socket进程通信

Description: 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin" J2SE1.4 brought some exciting new features, such as the right is a regular expression support, asynchronous input and output streams, channel (Channel), such as character set. Although this version is still in the testing stage, but these new features make the developers who the dismissive. before the publication of the Merlin, asynchronous input and output streams of only C, C programmer in the special weapons Merlin introduced asynchronous input-output mechanisms, Java programmers can also use a lot of it is simple but high-quality code. this article will introduce how to use asynchronous losers into the output stream to the process of preparing Socket Communication Program.
Platform: | Size: 5120 | Author: 陈浩 | Hits:

[ADO-ODBCsocktest

Description: WEB服务器实现原理源代码,Java socket编程绝对实用,IntelliJ工程 ,近乎于完美的程度,欢迎大家下载,记住xuezheng21cn-Principle Web server source code, Java programming socket absolutely practical, IntelliJ, almost in a perfect degree, all are welcome to download, remember xuezheng21cn
Platform: | Size: 20480 | Author: 柳学铮 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[Internet-Network使用java控制HTTP协议客户端应用

Description:  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 Sun has not announced Http client source code, it achieved the details are still a mystery. According to the HTTP protocol specification. with the realization of a category Java.net.Socket HTTP client program.
Platform: | Size: 6144 | 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:

[Internet-NetworkMathSocketServer

Description: 一个用Java socket实现的服务器,具有计算简单数学函数的功能-a Java server socket achieved with a simple mathematical calculation of functionality
Platform: | Size: 7168 | Author: appleelppa | Hits:

[Internet-Networksocket(chlientandserver)

Description: 一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
Platform: | Size: 5120 | Author: sunny | Hits:

[OtherSocket

Description: 综论网络Socket编程(java),是一篇小论文,实用性比较强-Facets of Network Socket Programming (java), is a small paper, practical, relatively strong
Platform: | Size: 19456 | Author: xuelang | Hits:

[JSP/JavaJAVA-socket

Description: [Socket编程]socket开发指南.pdf 有相应的配有代码。-[Socket Programming] socket Development Guide. Pdf with a corresponding code.
Platform: | Size: 441344 | Author: yxluo | Hits:

[JSP/JavaJava-Socket-email-r

Description: Java Socket邮件接收程序 一、POP3概述 目前的电子邮件基本上都是通过POP3网络协议接收的。根据POP3的规定,当一个电子邮件程序需要接收电子邮件时,该程序同POP3服务程序需要建立起双向的传输通道。-Receive e-mail program for a Java Socket, POP3 e-mail is basically an overview of current network protocols are received through POP3. According to the provisions of POP3, when an e-mail program needs to receive e-mail POP3 server program with the program needs to establish two-way transmission channel.
Platform: | Size: 7168 | Author: 和牧 | Hits:

[Internet-NetworkJAVA-Socket-Programming

Description: JAVA Socket编程,课件+小例子(初学适用),即有源代码又有详细的图片教程-JAVA Socket Programming, courseware+ small example (for beginners), the source code have a detailed picture tutorial
Platform: | Size: 702464 | Author: 李强 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net