xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

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

資源簡介

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

資源截圖

代碼片段和文件信息

package?com.imooc.domain;
/**
?*?用戶的實體類
?*?@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?+?“]“;
}


}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

評論

共有 條評論