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

  • 大小: 480KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-10
  • 語(yǔ)言: 其他
  • 標(biāo)簽: web??登錄??

資源簡(jiǎn)介

web實(shí)現(xiàn)注冊(cè)登錄功能源代碼,完整代碼教程。適合新開(kāi)發(fā)人員練習(xí)使用

資源截圖

代碼片段和文件信息

package?com.imooc.domain;
/**
?*?用戶的實(shí)體類
?*?@author?jt
?*
?*/
public?class?User?{
private?String?username;
private?String?password;
private?String?nickname;
private?String?sex;
private?String?hobby;
private?String?path;
public?String?getUsername()?{
return?username;
}
public?void?setUsername(String?username)?{
this.username?=?username;
}
public?String?getPassword()?{
return?password;
}
public?void?setPassword(String?password)?{
this.password?=?password;
}
public?String?getNickname()?{
return?nickname;
}
public?void?setNickname(String?nickname)?{
this.nickname?=?nickname;
}
public?String?getSex()?{
return?sex;
}
public?void?setSex(String?sex)?{
this.sex?=?sex;
}
public?String?getHobby()?{
return?hobby;
}
public?void?setHobby(String?hobby)?{
this.hobby?=?hobby;
}
public?String?getPath()?{
return?path;
}
public?void?setPath(String?path)?{
this.path?=?path;
}
@Override
public?String?toString()?{
return?“User?[username=“?+?username?+?“?password=“?+?password?+?“?nickname=“?+?nickname?+?“?sex=“?+?sex
+?“?hobby=“?+?hobby?+?“?path=“?+?path?+?“]“;
}


}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

????..A..H.??????1042??2017-08-10?22:37??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\.project

????..A..H.???????716??2017-08-12?00:00??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\.classpath

?????文件???????1844??2017-09-21?13:43??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\build\classes\com\imooc\domain\User.class

?????文件???????5945??2017-09-21?13:43??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\build\classes\com\imooc\servlet\RegistServlet.class

?????文件????????781??2017-09-21?13:43??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\build\classes\com\imooc\servlet\InitServlet.class

?????文件???????2865??2017-09-21?13:43??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\build\classes\com\imooc\servlet\LoginServlet.class

?????文件???????1354??2017-09-21?13:43??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\build\classes\com\imooc\utils\UploadUtils.class

?????文件????????824??2017-09-21?13:43??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\build\classes\com\imooc\utils\CookieUtils.class

?????文件??????????6??2017-08-10?22:37??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\.settings\org.eclipse.wst.jsdt.ui.superType.name

?????文件????????479??2017-08-10?22:37??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\.settings\org.eclipse.wst.common.component

????..A..H.???????567??2017-08-10?22:37??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\.settings\.jsdtscope

?????文件?????????49??2017-08-10?22:37??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\.settings\org.eclipse.wst.jsdt.ui.superType.container

?????文件????????364??2017-08-10?22:37??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\.settings\org.eclipse.jdt.core.prefs

?????文件????????305??2017-08-11?23:57??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\.settings\org.eclipse.wst.common.project.facet.core.xml

?????文件???????1198??2017-08-12?16:13??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\src\com\imooc\domain\User.java

?????文件???????4939??2017-08-12?17:41??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\src\com\imooc\servlet\RegistServlet.java

?????文件???????2047??2017-08-16?23:21??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\src\com\imooc\servlet\LoginServlet.java

?????文件????????580??2017-08-10?23:42??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\src\com\imooc\servlet\InitServlet.java

?????文件????????487??2017-08-16?23:44??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\src\com\imooc\utils\CookieUtils.java

?????文件????????610??2017-08-12?16:23??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\src\com\imooc\utils\UploadUtils.java

?????文件???????3169??2017-08-10?22:38??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\css\reg.css

?????文件???????3682??2017-08-10?22:38??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\css\login.css

?????文件???????2137??2017-08-12?16:59??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\regist.jsp

?????文件??????55859??2017-08-10?22:38??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\img\pic01.jpg

?????文件??????11823??2017-08-10?22:38??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\img\touxiang.jpg

?????文件?????????39??2017-08-10?22:37??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\meta-INF\MANIFEST.MF

?????文件???????1208??2017-08-16?23:04??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\success.jsp

?????文件???????1755??2017-08-16?23:47??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\login.jsp

?????文件??????57779??2017-08-10?23:33??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\WEB-INF\lib\commons-fileupload-1.2.1.jar

?????文件?????277731??2017-08-12?10:05??web實(shí)現(xiàn)注冊(cè)登錄功能源代碼\reg_login\WebContent\WEB-INF\lib\servlet-api.jar

............此處省略28個(gè)文件信息

評(píng)論

共有 條評(píng)論