資源簡介
很不錯的用java servlet技術實現的web chat功能,很適合想學習J2EE開發的初學者查看。
代碼片段和文件信息
package?pchat;
import?javax.servlet.*;
import?javax.servlet.http.*;
import?java.io.*;
import?java.util.*;
public?class?ChatRoom?extends?HttpServlet?{
????private?static?final?String?CONTENT_TYPE?=?“text/html;?charset=GBK“;
????//Initialize?global?variables
????public?void?init()?throws?ServletException?{
????}
????//Process?the?HTTP?Get?request
????public?void?doGet(HttpServletRequest?request?HttpServletResponse?response)?throws
????????????ServletException?IOException?{
????????response.setContentType(CONTENT_TYPE);
????????PrintWriter?out?=?response.getWriter();
?????????request.setCharacterEncoding(“GB2312“);
????????String?username?=?null;
????????username?=?request.getParameter(“txtName“);
????????username?=?new?String(username.getBytes(“ISO-8859-1“)?“GB23
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????757??2006-12-31?02:59??Java?Web?會話?聊天室\Chat.sql
?????文件??????????0??2006-12-31?02:49??Java?Web?會話?聊天室\PChat\bak\ChatWeb\error.html~1~
?????文件????????265??2007-01-03?15:16??Java?Web?會話?聊天室\PChat\bak\ChatWeb\have.html~1~
?????文件????????294??2007-01-03?15:17??Java?Web?會話?聊天室\PChat\bak\ChatWeb\have.html~2~
?????文件??????????0??2006-12-30?22:18??Java?Web?會話?聊天室\PChat\bak\ChatWeb\index.html~1~
?????文件????????918??2006-12-30?22:26??Java?Web?會話?聊天室\PChat\bak\ChatWeb\index.html~2~
?????文件???????1230??2006-12-30?22:31??Java?Web?會話?聊天室\PChat\bak\ChatWeb\index.html~3~
?????文件???????1217??2006-12-30?22:32??Java?Web?會話?聊天室\PChat\bak\ChatWeb\index.html~4~
?????文件???????1217??2006-12-30?22:34??Java?Web?會話?聊天室\PChat\bak\ChatWeb\index.html~5~
?????文件???????1244??2006-12-30?22:37??Java?Web?會話?聊天室\PChat\bak\ChatWeb\index.html~6~
?????文件???????1402??2006-12-30?23:12??Java?Web?會話?聊天室\PChat\bak\ChatWeb\index.html~7~
?????文件???????1419??2006-12-30?23:16??Java?Web?會話?聊天室\PChat\bak\ChatWeb\index.html~8~
?????文件???????1457??2007-01-03?13:47??Java?Web?會話?聊天室\PChat\bak\ChatWeb\index.html~9~
?????文件????????577??2006-12-30?23:52??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~10~
?????文件????????578??2006-12-30?23:53??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~11~
?????文件????????575??2006-12-30?23:53??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~12~
?????文件????????909??2006-12-30?23:58??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~13~
?????文件????????922??2006-12-30?23:59??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~14~
?????文件????????492??2006-12-31?00:01??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~15~
?????文件????????571??2006-12-31?00:03??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~16~
?????文件????????577??2006-12-30?23:50??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~7~
?????文件????????581??2006-12-30?23:51??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~8~
?????文件????????579??2006-12-30?23:51??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Landing.html~9~
?????文件??????????0??2006-12-30?23:12??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Login.html~1~
?????文件???????1288??2006-12-31?02:23??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Login.html~2~
?????文件???????1287??2006-12-31?02:23??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Login.html~3~
?????文件???????1323??2006-12-31?02:25??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Login.html~4~
?????文件???????1370??2006-12-31?02:26??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Login.html~5~
?????文件???????1384??2006-12-31?02:54??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Login.html~6~
?????文件??????????0??2006-12-31?02:49??Java?Web?會話?聊天室\PChat\bak\ChatWeb\Pwm.html~1~
............此處省略167個文件信息
評論
共有 條評論