06 2015 档案

摘要: 阅读全文
posted @ 2015-06-21 23:35 518软件工程小组 阅读(218) 评论(6) 推荐(0)
摘要:以上就是我们小组的运行截图,本程序已经达到了当的设计目的,经过调试后本程序可以在服务器上完美运行,所有功能都未出现bug。本程序就此完成。 阅读全文
posted @ 2015-06-21 23:12 518软件工程小组 阅读(203) 评论(5) 推荐(0)
摘要:com.langsin.LZChat.server2项目内的代码jdbc包 1 package jdbc; 2 3 import java.sql.Connection; 4 import java.sql.DriverManager; 5 import java.sql.Prepare... 阅读全文
posted @ 2015-06-14 23:02 518软件工程小组 阅读(441) 评论(8) 推荐(0)
摘要:view包 1 package view; 2 3 import java.awt.event.MouseAdapter; 4 import java.awt.event.MouseEvent; 5 6 import javax.swing.ImageIcon; 7 import javax.s... 阅读全文
posted @ 2015-06-14 22:48 518软件工程小组 阅读(378) 评论(0) 推荐(0)
摘要:com.langsin.LZChat.client项目的代码首先是client包的1.ClientConServer.javapackage client;import java.io.DataInputStream;import java.io.DataOutputStream;import ja... 阅读全文
posted @ 2015-06-14 22:38 518软件工程小组 阅读(325) 评论(3) 推荐(0)
摘要: 阅读全文
posted @ 2015-06-07 23:13 518软件工程小组 阅读(176) 评论(7) 推荐(0)