Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - client server java
Search - client server java - List
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-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, then infinite loops call accept () method to accept client connections
Date : 2025-12-24 Size : 882kb User :

本程序是用JAVA写的,是一个算是简单的聊天程序,实现了客户机跟服务器的对话。可作为其他程序的子程序使用和作为JAVA初学者的参考程序。-this program is written in Java, is regarded as a simple chat program, to achieve a client with the server dialogue. Other procedures can be used as a subroutine and use as a reference Java beginners procedures.
Date : 2025-12-24 Size : 2kb User : 林翰

JAVA写的小程序,基本实现客户端,服务器的聊天程序-JAVA write small programs, the basic realization of client, server chat program
Date : 2025-12-24 Size : 10kb User : 杨洋

DL : 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
Date : 2025-12-24 Size : 7kb User : 程月锦

DL : 1
客户端,服务器端的连接,用于一个简单的聊天室,实现两端的交互.-client, server connectivity for a simple chat room, to achieve two ends of the interaction.
Date : 2025-12-24 Size : 4kb User : jessecom

DL : 0
模拟agent迁移把一个对象串行化从client端发送到server端,然后在server端显示出来-agent simulation of an object to the relocation of serial data sent from the client to the server side, then the server side displayed
Date : 2025-12-24 Size : 6kb User : dhm

DL : 0
是一个客户/服务器程序,运行较复杂 此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client/server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
Date : 2025-12-24 Size : 93kb User : 小马

DL : 0
JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Date : 2025-12-24 Size : 53kb User : 乔峰

Jbuilder开发的多人聊天系统!客户端跟服务器端源代码都有!-Jbuilder development of the people chatting system. Client server with source code!
Date : 2025-12-24 Size : 110kb User : 胡求索

简易的QQ聊天程序 里面只有两个文件 server.java client.java 供初学者研究学习-QQ Chat simple procedure but only two documents server.java client.j ava for beginners Studies
Date : 2025-12-24 Size : 2kb User : vicky

DL : 0
这是一个用Java语言开发的模仿网络聊天室的程序,可以开n个客户端和n个服务器端,适用于学生做课程设计。-This is a Java language development by imitating the process network chat rooms, you can open n a n a client and server-side for students to do course design.
Date : 2025-12-24 Size : 19kb User : danny

DL : 0
用java程序实现基于TCP的网络通信。(一个服务器端和多个客户端之间的通信)-Java program using TCP-based network communication. (A server-side and a number of communications between the client)
Date : 2025-12-24 Size : 33kb User :

第1章讲述了JavaScript的起源,给大家一个关于JavaScript正确的认知。 第2~5章详细介绍了JavaScript语言本身,揭示了一些JavaScript不为认知的语言特点。 第6~9章介绍了JavaScript和浏览器进行交互的一些基础知识和一些进阶知识,如DOM的基础、正则表达式。 第10~13章介绍了一些更加高级的JavaScript技巧,这些技巧可以构建良好的客户端逻辑,包括表格排序、拖动等。 第14章关于错误处理的内容,既有如何编程处理JavaScript错误,也包含了如何调试JavaScript的方法,而调试一直是JavaScript的弱项。 第16、17章讲述了利用JavaScript进行客户端到服务器的同学,不仅仅介绍了现在的Ajax技术的基础XML HTTP Request,还介绍了曾经出现过的一些方法。第17章更明确的介绍了如何调用Web服务。 第19章,介绍了如何考虑生产环境中JavaScript所需要注意的一些事情,如安全性、性能等。 第20章,展望了JavaScript未来的发展-Chapter 1 describes the origins of JavaScript, give us a correct understanding on JavaScript. Chapter 2 ~ Chapter 5 details the JavaScript language itself, revealing a number of JavaScript is not a cognitive linguistic characteristics. Chapter 6 Chapter 9 describes the JavaScript and browser to interact with some of the basics and some advanced knowledge, such as the DOM-based regular expressions. 10 ~ 13 chapter describes some of the more advanced JavaScript skills, these skills can build a good client-side logic, including tables sorting, drag and so on. Chapter 14 on the contents of error handling, both how to handle JavaScript programming errors, but also includes the method of how to debug JavaScript, but JavaScript debugging has been a weakness. Chapter Chapter 16,17 described the use of JavaScript for client-server, students not only describes the current Ajax technology is based XML HTTP Request, also introduced some of the ways has occurred. Chapter 17 describes
Date : 2025-12-24 Size : 2.99mb User : yangjie

DL : 0
j2me源码实例:手机发送接收消息,socket通信,服务器客户端联系-j2me source code examples: cell phones to send receive messages, socket communication, client server connection
Date : 2025-12-24 Size : 59kb User : dyy

简单的Java聊天项目,是采用JavaSwing编写的,分为服务器端和客户端,服务器端要输入端口号,客户端主要是用户列表和信息列表。-Simple Java chat program, is the use of JavaSwing written into the server and client, server-side to enter the port number, the client is the user list and the main message list.
Date : 2025-12-24 Size : 105kb User : 谢才

服务器客户端连接代码 Java Java android Java(client server iiiiiiiiieieiheiehifeiei)
Date : 2025-12-24 Size : 3.98mb User : 戴白

cas client 客户端3.0 ,结合server 使用(cas client 3.0 with server)
Date : 2025-12-24 Size : 1.5mb User : mggq

DL : 0
java画面同步,客户端上操控一个小球移动,同时服务端上显示一个小球随客户端移动(java,When the screen is synchronized, a small ball moves on the client side,,and a small ball is displayed on the server with the client moving)
Date : 2025-12-24 Size : 2kb User : 阿萨德阿达的

ChatClient.java 为客户端程序启动类,负责客户端的启动和退出。 Login.java 为客户端程序登录界面,负责用户帐号信息的验证与反馈。 Register.java 为客户端程序注册界面,负责用户帐号信息的注册验证与反馈。 ChatRoom.java 为客户端程序聊天室主界面,负责接收、发送聊天内容与服务器端的Connection.java 亲密合作。 Windowclose 为ChatRoom.java的内部类,负责监听聊天室界面的操作,当用户退出时返回给服务器信息。 Clock.java 为客户端程序的一个小程序,实现的一个石英钟功能。(ChatClient.java starts the class for the client program, and is responsible for the startup and exit of the client. Login.java is the login interface of the client program, which is responsible for the verification and feedback of user account information. Register.java is the client program registration interface, which is responsible for registration verification and feedback of user account information. ChatRoom.java is the main interface of the chat room of the client program. It is responsible for receiving and sending Connection.java chat with the server side. Windowclose is the internal class of ChatRoom.java. It is responsible for monitoring the operation of the chat room interface, and when the user exits, it returns to the server information. Clock.java is a small program for the client program, and realizes the function of a quartz clock.)
Date : 2025-12-24 Size : 1.11mb User : 魏123465

java网络聊天室 私聊 群聊,能进行局域网内的私聊,群聊,客户端 服务端 swing图形界面(Java network chat room private chat group chat, LAN chat, group chat, client server swing graphical interface)
Date : 2025-12-24 Size : 18kb User : 剑皇剑皇
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.