91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.65MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-12
  • 語言: JavaScript
  • 標簽: JavaScript??

資源簡介

JavaScript動態網頁開發詳解(全部源代碼)全部21章希望對大家能夠有用

資源截圖

代碼片段和文件信息

package?check;
import?java.io.PrintWriter;
import?java.io.IOException;
import?javax.servlet.ServletConfig;
import?javax.servlet.ServletException;
import?javax.servlet.http.HttpServlet;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;
public?class?CheckUserName?extends?HttpServlet
{
??private?String?msgStr=““;
??//已注冊名字列表
??public?String[]?usernameList;
??//響應Get請求函數
??protected?void?doGet(HttpServletRequest?requestHttpServletResponse?response)?throws?
??ServletException
??{
????String?oprate=(String)request.getParameter(“oprate“);?
????String?userName=(String)request.getParameter(“userName“);
????try
????{
??????if(oprate.equals(“chkUser“))
??????{
????????response.setContentType(“text/html;charset=GB2312“);
????????if(userName.length()<6||userName.length()>20)
????????{
??msgStr=“對不起用戶名必須為字母、數字或下劃線,長度為6-20個字符!“;
????????}
????????else
????????{
??????????boolean?bTmp=this.IsContain(userName);?//找查數據庫中有無該用戶名
??????????if(bTmp)?
????????????msgStr=“對不起此用戶名已經存在請更換用戶名注冊!“;
??????????else
????msgStr=“該用戶名有效,可以使用!“;
????????}
????????response.getWriter().write(msgStr);
??????}??
????}//try
????catch(Exception?ex){}
??}//doget
??//處理Post請求函數
??protected?void?doPost(HttpServletRequest?requestHttpServletResponse?response)?throws???ServletException?
??{
?????doGet(requestresponse);
??}
??//Servlet初始函數
??public?void?init(ServletConfig?config)?throws?ServletException
??{
????//初始已注冊用戶名字列表
????usernameList=new?String?[]{“Tomny““yangshuiqing““huoguangcheng“};
??}
??//判斷用戶名是否已經存在
??private?boolean?IsContain(String?param)
??{
????for?(int?i=0;i????{
???????if(usernameList[i].equals(param))
???????{
?????????return?true;
???????}
???????else
?????????continue;
????}
????return?false;
??}
}?//End?of?Class

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????20961??2007-09-18?11:18??javascript動態網頁開發詳解\源文件\第10章\10.1\target.jpg

?????文件???????4476??2007-09-18?11:17??javascript動態網頁開發詳解\源文件\第10章\10.1\test.html

?????文件??????20961??2007-09-18?11:18??javascript動態網頁開發詳解\源文件\第10章\10.2\target.jpg

?????文件??????21520??2007-09-18?11:21??javascript動態網頁開發詳解\源文件\第10章\10.2\targeta.jpg

?????文件???????1634??2007-09-18?11:20??javascript動態網頁開發詳解\源文件\第10章\10.2\test.html

????..A..H.?????17408??2007-09-18?11:24??javascript動態網頁開發詳解\源文件\第10章\10.2\Thumbs.db

?????文件???????9868??2007-09-18?11:24??javascript動態網頁開發詳解\源文件\第10章\10.3\planets.gif

?????文件???????1458??2007-09-18?11:25??javascript動態網頁開發詳解\源文件\第10章\10.3\test.html

?????文件???????1206??2007-09-18?10:40??javascript動態網頁開發詳解\源文件\第11章\11.1\test.html

?????文件???????1130??2007-09-18?10:55??javascript動態網頁開發詳解\源文件\第11章\11.10\test.html

????..A..H.??????4608??2007-09-18?10:53??javascript動態網頁開發詳解\源文件\第11章\11.10\Thumbs.db

?????文件???????1676??2007-09-18?10:56??javascript動態網頁開發詳解\源文件\第11章\11.11\test.html

????..A..H.??????4608??2007-09-18?10:53??javascript動態網頁開發詳解\源文件\第11章\11.11\Thumbs.db

?????文件???????7294??2007-09-18?10:51??javascript動態網頁開發詳解\源文件\第11章\11.12\target.JPG

?????文件???????1528??2007-09-18?10:57??javascript動態網頁開發詳解\源文件\第11章\11.12\test.html

????..A..H.??????4608??2007-09-18?10:57??javascript動態網頁開發詳解\源文件\第11章\11.12\Thumbs.db

?????文件??????34586??2007-09-12?15:42??javascript動態網頁開發詳解\源文件\第11章\11.13\target.JPG

?????文件???????3610??2007-09-18?10:59??javascript動態網頁開發詳解\源文件\第11章\11.13\test.html

????..A..H.??????5632??2007-09-18?10:58??javascript動態網頁開發詳解\源文件\第11章\11.13\Thumbs.db

?????文件???????1196??2007-09-18?11:00??javascript動態網頁開發詳解\源文件\第11章\11.14\test.html

????..A..H.??????4608??2007-09-18?10:53??javascript動態網頁開發詳解\源文件\第11章\11.14\Thumbs.db

?????文件???????1202??2007-09-18?11:01??javascript動態網頁開發詳解\源文件\第11章\11.15\test.html

????..A..H.??????4608??2007-09-18?10:53??javascript動態網頁開發詳解\源文件\第11章\11.15\Thumbs.db

?????文件???????7294??2007-09-18?10:51??javascript動態網頁開發詳解\源文件\第11章\11.16\target.JPG

?????文件???????1528??2007-09-18?11:02??javascript動態網頁開發詳解\源文件\第11章\11.16\test.html

????..A..H.??????4608??2007-09-18?11:02??javascript動態網頁開發詳解\源文件\第11章\11.16\Thumbs.db

?????文件????????113??2007-09-18?10:44??javascript動態網頁開發詳解\源文件\第11章\11.2\color.css

?????文件???????5582??2007-09-18?10:42??javascript動態網頁開發詳解\源文件\第11章\11.2\test.html

?????文件???????3118??2007-09-18?10:45??javascript動態網頁開發詳解\源文件\第11章\11.3\test.html

?????文件???????1154??2007-09-18?10:46??javascript動態網頁開發詳解\源文件\第11章\11.4\test.html

............此處省略500個文件信息

評論

共有 條評論