- alarm MSP430实现报警的代码
- Tubewxh1.0 一个有关在地图上寻找目标的软件
- STL.zip source code from Mastering The Standard C++ Classes using C++. 1) The source code listings from each chapter can be found in the listings directory. The listings directory is divided by chapter. 2) A html quick reference for the most commonly used C++ classes can be found in the html directory. To use this html reference use your browser to select the \html directory. Open the file named index.htm
- keyboard_lcd 源代码为键盘和lcd驱动程序
- ring.java 求圆的面积
- OA 项目看了受益匪浅
文件名称:Lugia0529-JavaChat-daa49b1
-
所属分类:
- 标签属性:
- 上传时间:2012-12-29
-
文件大小:816.34kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用java实现的类似qq的即时通讯程序,采用mysql数据库。-Instant messaging program with java achieve similar qq mysql database.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Lugia0529-JavaChat-daa49b1/
Lugia0529-JavaChat-daa49b1/.gitignore
Lugia0529-JavaChat-daa49b1/COPYING
Lugia0529-JavaChat-daa49b1/ChatClient/
Lugia0529-JavaChat-daa49b1/ChatClient/.classpath
Lugia0529-JavaChat-daa49b1/ChatClient/.project
Lugia0529-JavaChat-daa49b1/ChatClient/build.xml
Lugia0529-JavaChat-daa49b1/ChatClient/manifest.mf
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/build-impl.xml
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/genfiles.properties
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/project.properties
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/project.xml
Lugia0529-JavaChat-daa49b1/ChatClient/src/
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/AccountDetail.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/ChatUIList.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Contact.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Main.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/NetworkManager.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/NetworkThread.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Opcode.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Packet.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Room.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/RoomChatUIList.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/UICore.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/AddContactUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/ChatUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/ContactRequestUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/MasterUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/RoomChatUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/RoomFormUI.java
Lugia0529-JavaChat-daa49b1/ChatServer/
Lugia0529-JavaChat-daa49b1/ChatServer/.classpath
Lugia0529-JavaChat-daa49b1/ChatServer/.project
Lugia0529-JavaChat-daa49b1/ChatServer/build.xml
Lugia0529-JavaChat-daa49b1/ChatServer/config.conf
Lugia0529-JavaChat-daa49b1/ChatServer/lib/
Lugia0529-JavaChat-daa49b1/ChatServer/lib/mysql-connector-java-5.1.15-bin.jar
Lugia0529-JavaChat-daa49b1/ChatServer/manifest.mf
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/build-impl.xml
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/genfiles.properties
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/project.properties
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/project.xml
Lugia0529-JavaChat-daa49b1/ChatServer/src/
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/CliHandler.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Client.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/ClientList.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Config.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Database.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Main.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Opcode.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Packet.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Room.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/RoomList.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Session.java
Lugia0529-JavaChat-daa49b1/database.sql
Lugia0529-JavaChat-daa49b1/.gitignore
Lugia0529-JavaChat-daa49b1/COPYING
Lugia0529-JavaChat-daa49b1/ChatClient/
Lugia0529-JavaChat-daa49b1/ChatClient/.classpath
Lugia0529-JavaChat-daa49b1/ChatClient/.project
Lugia0529-JavaChat-daa49b1/ChatClient/build.xml
Lugia0529-JavaChat-daa49b1/ChatClient/manifest.mf
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/build-impl.xml
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/genfiles.properties
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/project.properties
Lugia0529-JavaChat-daa49b1/ChatClient/nbproject/project.xml
Lugia0529-JavaChat-daa49b1/ChatClient/src/
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/AccountDetail.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/ChatUIList.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Contact.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Main.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/NetworkManager.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/NetworkThread.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Opcode.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Packet.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/Room.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/RoomChatUIList.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/Core/UICore.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/AddContactUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/ChatUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/ContactRequestUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/MasterUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/RoomChatUI.java
Lugia0529-JavaChat-daa49b1/ChatClient/src/UI/RoomFormUI.java
Lugia0529-JavaChat-daa49b1/ChatServer/
Lugia0529-JavaChat-daa49b1/ChatServer/.classpath
Lugia0529-JavaChat-daa49b1/ChatServer/.project
Lugia0529-JavaChat-daa49b1/ChatServer/build.xml
Lugia0529-JavaChat-daa49b1/ChatServer/config.conf
Lugia0529-JavaChat-daa49b1/ChatServer/lib/
Lugia0529-JavaChat-daa49b1/ChatServer/lib/mysql-connector-java-5.1.15-bin.jar
Lugia0529-JavaChat-daa49b1/ChatServer/manifest.mf
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/build-impl.xml
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/genfiles.properties
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/project.properties
Lugia0529-JavaChat-daa49b1/ChatServer/nbproject/project.xml
Lugia0529-JavaChat-daa49b1/ChatServer/src/
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/CliHandler.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Client.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/ClientList.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Config.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Database.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Main.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Opcode.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Packet.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Room.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/RoomList.java
Lugia0529-JavaChat-daa49b1/ChatServer/src/Core/Session.java
Lugia0529-JavaChat-daa49b1/database.sql
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。