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

  • 大小: 13.79MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-06-19
  • 語言: Java
  • 標(biāo)簽:

資源簡介

jsp課程設(shè)計(jì)個(gè)人信息管理系統(tǒng),里面有完整的代碼,能成功運(yùn)行,只需要導(dǎo)入到eclipse(JavaEE)就行,還附有數(shù)據(jù)庫SQL文件,以及完整的課程設(shè)計(jì)報(bào)告。這個(gè)系統(tǒng)是struts2+JSP+java開發(fā)出來的,前臺(tái)跟后端分離。 用戶可以在系統(tǒng)中任意添加、修改、刪除個(gè)人數(shù)據(jù),包括個(gè)人的基本信息、個(gè)人通訊錄、日程安排、個(gè)人文件管理等。 (1)登錄與注冊 系統(tǒng)的登錄和注冊功能。 (2)個(gè)人基本信息管理模塊 系統(tǒng)中對個(gè)人基本信息的管理包括:個(gè)人的姓名、性別、出生日期、民族、學(xué)歷、職稱、登錄名、密碼、電話、家庭住址等。 (3)用戶個(gè)人通訊錄模塊 系統(tǒng)的個(gè)人通訊錄保存了個(gè)人的通訊錄信息,包括自己聯(lián)系人的姓名、電話、郵箱、工作單位、地址、QQ等。可以自由添加聯(lián)系人的信息,查詢或刪除聯(lián)系人。 (4)日程安排模塊 日程模塊記錄自己的活動(dòng)安排或者其它有關(guān)事項(xiàng),如添加從某一時(shí)間到另一時(shí)間要做什么事,日程標(biāo)題、內(nèi)容、開始時(shí)間、結(jié)束時(shí)間。可以自由查詢,修改,刪除。 歡迎大家下載!

資源截圖

代碼片段和文件信息

package?dateTimeManager;

import?DBJavaBean.DB;
import?com.opensymphony.xwork2.ActionSupport;
import?java.sql.ResultSet;
import?java.text.SimpleDateFormat;
import?java.util.Date;
import?java.util.StringTokenizer;
import?javax.servlet.http.HttpServletRequest;
import?javax.swing.JOptionPane;
import?org.apache.struts2.interceptor.ServletRequestAware;

public?class?AddDayAction?extends?ActionSupport?implements?ServletRequestAware{
????private?String?year;
????private?String?month;
????private?String?day;
????private?String?thing;
????private?String?userName;
????private?String?date;
????private?ResultSet?rs=null;
????private?String?message=“ERROR“;
????private?HttpServletRequest?request;
????public?String?getYear()?{
????????return?year;
????}
????public?void?setYear(String?year)?{
????????this.year?=?year;
????}
????public?String?getMonth()?{
????????return?month;
????}
????public?void?setMonth(String?month)?{
????????this.month?=?month;
????}
????public?String?getDay()?{
????????return?day;
????}
????public?void?setDay(String?day)?{
????????this.day?=?day;
????}
????public?String?getThing()?{
????????return?thing;
????}
????public?void?setThing(String?thing)?{
????????this.thing?=?thing;
????}
????public?String?getTime(){
????????String?time=““;
????????SimpleDateFormat?ff=new?SimpleDateFormat(“yyyy-MM-dd“);
????????Date?d=new?Date();
????????time=ff.format(d);
????????return?time;
????}
????public?void?message(String?msg){
????????int?type=JOptionPane.YES_NO_CANCEL_OPTION;
????????String?title=“信息提示“;
????????JOptionPane.showMessageDialog(null?msg?title?type);
????}
????public?void?setServletRequest(HttpServletRequest?hsr)?{
????????request=hsr;
????}
????public?void?validate(){
????????String?mess=““;
????????boolean?Y=trueM=trueD=true;
????????boolean?DD=false;
????????String?time=getTime();
????????StringTokenizer?token=new?StringTokenizer(time“-“);
????????if(this.getYear()==null||this.getYear().length()==0){
????????????Y=false;
????????????mess=mess+“*年份“;
????????????addFieldError(“year““年份不允許為空!“);
????????}else?if(Integer.parseInt(“20“+this.getYear())????????????DD=true;
????????????addFieldError(“year““請正確填寫年份!“);
????????}
????????if(this.getMonth()==null||this.getMonth().length()==0){
????????????M=false;
????????????mess=mess+“*月份“;
????????????addFieldError(“month““月份不允許為空!“);
????????}else?if(this.getMonth().length()>2||Integer.parseInt(this.getMonth())<0||Integer.parseInt(this.getMonth())>12){
????????????DD=true;
????????????addFieldError(“month““請正確填寫月份!“);
????????}
????????if(this.getDay()==null||this.getDay().length()==0){
????????????D=false;
????????????mess=mess+“*日期“;
????????????addFieldError(“day““日期不允許為空!“);
????????}else?if(this.getDay().length()>2||Integer.parseInt(this.getDay())<0||Integer.parseInt(this.getDay())>31){
????????????DD=true;
????????????ad

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-05?17:14??jsp課程設(shè)計(jì)\
?????目錄???????????0??2017-12-05?16:50??jsp課程設(shè)計(jì)\system\
?????文件????????1988??2017-11-26?17:30??jsp課程設(shè)計(jì)\system\.classpath
?????文件????????1039??2017-11-26?17:29??jsp課程設(shè)計(jì)\system\.project
?????目錄???????????0??2017-12-05?16:50??jsp課程設(shè)計(jì)\system\.settings\
?????文件?????????503??2017-11-26?17:29??jsp課程設(shè)計(jì)\system\.settings\.jsdtscope
?????文件?????????122??2017-11-29?00:22??jsp課程設(shè)計(jì)\system\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2017-11-26?17:29??jsp課程設(shè)計(jì)\system\.settings\org.eclipse.jdt.core.prefs
?????文件?????????472??2017-11-26?17:29??jsp課程設(shè)計(jì)\system\.settings\org.eclipse.wst.common.component
?????文件?????????345??2017-11-26?17:29??jsp課程設(shè)計(jì)\system\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2017-11-26?17:29??jsp課程設(shè)計(jì)\system\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2017-11-26?17:29??jsp課程設(shè)計(jì)\system\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2017-12-05?16:50??jsp課程設(shè)計(jì)\system\WebContent\
?????文件?????????665??2017-12-03?20:20??jsp課程設(shè)計(jì)\system\WebContent\.project
?????目錄???????????0??2017-12-05?16:50??jsp課程設(shè)計(jì)\system\WebContent\meta-INF\
?????文件??????????36??2017-11-26?16:49??jsp課程設(shè)計(jì)\system\WebContent\meta-INF\MANIFEST.MF
?????目錄???????????0??2017-12-05?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\
?????目錄???????????0??2017-12-05?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\
?????文件???????43578??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\asm-3.3.jar
?????文件???????38275??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\asm-commons-3.3.jar
?????文件???????21503??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\asm-tree-3.3.jar
?????文件???????69002??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\commons-fileupload-1.3.1.jar
?????文件??????173587??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\commons-io-2.2.jar
?????文件??????384767??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\commons-lang3-3.2.jar
?????文件?????1300487??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\freemarker-2.3.22.jar
?????文件??????614203??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\javassist-3.11.0.GA.jar
?????文件??????133518??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\log4j-api-2.2.jar
?????文件??????826732??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\log4j-core-2.2.jar
?????文件??????709922??2017-11-26?16:51??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\mysql-connector-java-5.1.7-bin.jar
?????文件??????227997??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\ognl-3.0.6.jar
?????文件??????831973??2017-11-26?16:50??jsp課程設(shè)計(jì)\system\WebContent\WEB-INF\lib\struts2-core-2.3.24.jar
............此處省略151個(gè)文件信息

評論

共有 條評論