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

資源簡介

JSP都市供求信息網站源碼采用SSH框架,mysql數據庫,導入sql文件,修改DB.java文件修改配置。
        部署tomcat后,訪問http://localhost:8080/CityInfo。

資源截圖

代碼片段和文件信息

package?com.yxq.action;

import?java.util.List;

import?com.yxq.actionSuper.AdminSuperAction;
import?com.yxq.dao.OpDB;
import?com.yxq.model.CreatePage;

public?class?AdminAction?extends?AdminSuperAction?{

/**?功能:管理員操作-進行列表顯示信息?*/
public?String?ListShow(){
request.setAttribute(“mainPage““../info/listshow.jsp“);
session.remove(“adminOP“);

int?infoType=showType.getInfoType();
String?stateType=showType.getStateType();
String?payforType=showType.getPayforType();

session.put(“infoType“Integer.valueOf(infoType));?? //保存已選擇的“信息類別”的選項
session.put(“payforType“payforType); //保存已選擇的“付費狀態”的選項
session.put(“stateType“stateType); //保存已選擇的“審核狀態”的選項

String?sqlall=““;
String?sqlsub=““;
object[]?params=null;
String?mark=““;

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-05-17?10:05??WebContent\
?????目錄???????????0??2019-05-17?10:05??WebContent\css\
?????文件?????????582??2013-05-05?09:49??WebContent\css\style.css
?????目錄???????????0??2019-05-17?10:05??WebContent\file\
?????目錄???????????0??2019-05-17?10:05??WebContent\images\
?????文件????????1626??2013-05-05?09:49??WebContent\images\admin_exit.gif
?????文件????????1563??2013-05-05?09:49??WebContent\images\admin_index.gif
?????文件???????19278??2013-05-05?09:49??WebContent\images\admin_menu.jpg
?????文件???????69806??2013-05-05?09:49??WebContent\images\admin_top.jpg
?????文件??????????51??2013-05-05?09:49??WebContent\images\back.gif
?????文件????????2120??2013-05-05?09:49??WebContent\images\b_logon.gif
?????文件????????2021??2013-05-05?09:49??WebContent\images\b_reset.gif
?????文件???????16039??2013-05-05?09:49??WebContent\images\default_e.jpg
?????文件???????24241??2013-05-05?09:49??WebContent\images\default_m.jpg
?????文件????????1407??2013-05-05?09:49??WebContent\images\default_t.jpg
?????文件???????27423??2013-05-05?09:49??WebContent\images\end.jpg
?????文件????????1490??2013-05-05?09:49??WebContent\images\leftD.jpg
?????文件?????????937??2013-05-05?09:49??WebContent\images\leftS.jpg
?????文件????????6718??2013-05-05?09:49??WebContent\images\logo.gif
?????文件?????????262??2013-05-05?09:49??WebContent\images\logon_end.gif
?????文件?????????574??2013-05-05?09:49??WebContent\images\logon_middle.gif
?????文件???????32680??2013-05-05?09:49??WebContent\images\logon_top.gif
?????文件????????5677??2013-05-05?09:49??WebContent\images\menu.gif
?????文件????????1111??2013-05-05?09:49??WebContent\images\m_index.gif
?????文件???????63920??2013-05-05?09:49??WebContent\images\pcard1.jpg
?????文件???????23611??2013-05-05?09:49??WebContent\images\pcard2.jpg
?????文件?????????104??2013-05-05?09:50??WebContent\index.jsp
?????目錄???????????0??2019-05-17?10:05??WebContent\js\
?????文件??????????68??2013-05-05?09:49??WebContent\js\DeleteCheck.js
?????文件?????????367??2013-05-05?09:49??WebContent\js\InputCheck.js
?????目錄???????????0??2019-05-17?10:05??WebContent\meta-INF\
............此處省略116個文件信息

評論

共有 條評論