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

  • 大小: 57.91MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2022-11-10
  • 語(yǔ)言: Java
  • 標(biāo)簽:

資源簡(jiǎn)介

采用java技術(shù)構(gòu)建的一個(gè)管理系統(tǒng)。整個(gè)開發(fā)過程首先對(duì)系統(tǒng)進(jìn)行需求分析,得出系統(tǒng)的主要功能。接著對(duì)系統(tǒng)進(jìn)行總體設(shè)計(jì)和詳細(xì)設(shè)計(jì)。總體設(shè)計(jì)主要包括系統(tǒng)功能設(shè)計(jì)、系統(tǒng)總體結(jié)構(gòu)設(shè)計(jì)、系統(tǒng)數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì)和系統(tǒng)安全設(shè)計(jì)等;詳細(xì)設(shè)計(jì)主要包括系統(tǒng)數(shù)據(jù)庫(kù)訪問的實(shí)現(xiàn),主要功能模塊的具體實(shí)現(xiàn),模塊實(shí)現(xiàn)關(guān)鍵代碼等。最后對(duì)系統(tǒng)進(jìn)行功能測(cè)試,并對(duì)測(cè)試結(jié)果進(jìn)行分析總結(jié)。 包括程序畢設(shè)程序源代碼一份,數(shù)據(jù)庫(kù)一份,完美運(yùn)行。配置環(huán)境里面有說明。如有不會(huì)運(yùn)行源代碼或定制私信。

資源截圖

代碼片段和文件信息

package?control;

import?java.io.BufferedInputStream;
import?java.io.BufferedOutputStream;
import?java.io.FileInputStream;
import?java.io.IOException;
import?java.io.InputStream;
import?java.io.OutputStream;
import?java.io.PrintWriter;
import?java.io.UnsupportedEncodingException;
import?java.net.URLEncoder;

import?javax.servlet.ServletException;
import?javax.servlet.http.HttpServlet;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpServletResponse;

import?util.Info;

public?class?Upload?extends?HttpServlet?{

/**
?*?Constructor?of?the?object.
?*/
public?Upload()?{
super();
}

/**
?*?Destruction?of?the?servlet.?

?*/
public?void?destroy()?{
super.destroy();?//?Just?puts?“destroy“?string?in?log
//?Put?your?code?here
}

/**
?*?The?doGet?method?of?the?servlet.?

?*
?*?This?method?is?called?when?a?form?has?its?tag?value?method?equals?to?get.
?*?
?*?@param?request?the?request?send?by?the?client?to?the?server
?*?@param?response?the?response?send?by?the?server?to?the?client
?*?@throws?ServletException?if?an?error?occurred
?*?@throws?IOException?if?an?error?occurred
?*/
public?void?doGet(HttpServletRequest?request?HttpServletResponse?response)
throws?ServletException?IOException?{

this.doPost(request?response);
}

/**
?*?The?doPost?method?of?the?servlet.?

?*
?*?This?method?is?called?when?a?form?has?its?tag?value?method?equals?to?post.
?*?
?*?@param?request?the?request?send?by?the?client?to?the?server
?*?@param?response?the?response?send?by?the?server?to?the?client
?*?@throws?ServletException?if?an?error?occurred
?*?@throws?IOException?if?an?error?occurred
?*/
public?void?doPost(HttpServletRequest?request?HttpServletResponse?response)
throws?ServletException?IOException?{

StringBuffer???sb???=???new???StringBuffer(50);???
?response.setContentType(“application/x-msdownload;charset=GB2312“);???
????????try?{
response.setHeader(“Content-Disposition“???new???String(sb.toString()???
?????????.getBytes()???“ISO8859-1“));
}?catch?(UnsupportedEncodingException?e1)?{
//?TODO?Auto-generated?catch?block
e1.printStackTrace();
}
?String?filename?=?request.getParameter(“filename“);
??if?(request.getHeader(“User-Agent“).toLowerCase().indexOf(“firefox“)?>?0){
?????try?{
filename?=?new?String(filename.getBytes(“gb2312“)?“ISO8859-1“);
}?catch?(UnsupportedEncodingException?e)?{
//?TODO?Auto-generated?catch?block
e.printStackTrace();
}
?}
?else?
??????if?(request.getHeader(“User-Agent“).toUpperCase().indexOf(“MSIE“)?>?0){
???????????try?{
filename?=?URLEncoder.encode(filename?“gb2312“);
}?catch?(UnsupportedEncodingException?e)?{
//?TODO?Auto-generated?catch?block
?
}
??????}
?response.setContentType(“text/plain“);
?response.setHeader(“Location“filename);
?response.reset();
?response.setHeader(“Cache-Con

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-09-09?21:25??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\
?????文件?????????606??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.classpath
?????文件?????????351??2020-03-08?11:06??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.mymetadata
?????文件??????????66??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.myumldata
?????文件????????1773??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.project
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.settings\
?????文件?????????493??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.settings\.jsdtscope
?????文件??????????97??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.settings\org.eclipse.core.resources.prefs
?????文件?????????629??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.settings\org.eclipse.jdt.core.prefs
?????文件?????????456??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.settings\org.eclipse.wst.common.component
?????文件?????????252??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2020-03-08?09:01??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\meta-INF\
?????文件??????????36??2020-03-08?09:02??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\meta-INF\MANIFEST.MF
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\control\
?????文件???????13318??2020-03-08?11:06??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\control\MainCtrl.class
?????文件????????3452??2020-03-08?11:06??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\control\Upload.class
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\dao\
?????文件???????16689??2020-03-08?11:06??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\dao\CommDAO.class
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\servlet\
?????文件????????1370??2020-03-08?11:06??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\servlet\QRCode.class
?????目錄???????????0??2020-09-09?21:00??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\util\
?????文件???????23046??2020-03-08?11:06??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\util\Info.class
?????文件????????5826??2020-03-08?11:06??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\util\PageManager.class
?????文件????????2150??2020-03-08?11:06??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\util\QRCodeUtil.class
?????文件????????2693??2020-03-08?11:06??1050java交互體驗(yàn)的電影評(píng)價(jià)系統(tǒng)\jspmjhtyddypjxthsg7598X1B6\WebRoot\WEB-INF\classes\util\SetChar.class
............此處省略634個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源