资源列表
简单的聊天程序(作者:刘亚焱)
- 简单的聊天程序用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。-simple chat program using java achieve bottom network communication, I use the TCP / IP protocol's socket (Socket) programming interfaces to network communications.
聊天室代码
- java实现一个网络聊天室-achieve an Internet chat room
SOCK VIA HTTP
- SOCK VIA HTTP是通过HTTP建立通道的SOCK,由JAVA编写。-Sock VIA HTTP is established via HTTP channel Sock, prepared by Java.
弹球
- 经典小游戏弹球程序-small classic pinball games procedures
读者与写者之JAVA
- 读者与写者之JAVA-readers who are supposed to write with JAVA
drawing
- 编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等技术。写出算法。-prepared to solve geometric shapes (such as linear, triangular, rectangular, round, the multilateral type) of the perimeter, the area of application procedures,
Myexample
- 编写Applet,包含两个按钮,一个按钮用于放大Applet上的一串字符串,一个按钮用于缩小;连续点击可不断放大或缩小。-prepared Applet contains two buttons, a button for Large Applet bunch of string, a button for reduced; Click on the row can be enlarged or reduced continuously.
client-server
- 利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C / S applications. Which side of the GUI Client procedures used to provide inpu
网络花店远程销售平台
- 使用EJB + JSP + JavaBean + Servlet开发的一个远程销售通用平台-use EJB JSP Servlet JavaBean development of a common platform for remote sales
jfdraw
- javadrow画图程序,可以参考以下-A drawing programm in Java.You could take it as a referrence.
wsCaller-src-1.0
- 使用Java语言编写的Web Service通用客户端和测试工具-use of the Java programming language for Web Service universal client and testing tools
socket
- Socket通讯实例客户端,用java实现,带有详细的说明。