package org.apache.jsp.pages.houtai.user;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;
public final class list_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
private static java.util.List _jspx_dependants;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fif_005ftest;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fiterator_005fvalue;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fif_005ftest;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fdate_005fname_005fformat_005fnobody;
private javax.el.ExpressionFactory _el_expressionfactory;
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_005fjspx_005ftagPool_005fs_005fif_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fs_005fiterator_005fvalue = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fc_005fif_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fs_005fdate_005fname_005fformat_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
}
public void _jspDestroy() {
_005fjspx_005ftagPool_005fs_005fif_005ftest.release();
_005fjspx_005ftagPool_005fs_005fiterator_005fvalue.release();
_005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody.release();
_005fjspx_005ftagPool_005fc_005fif_005ftest.release();
_005fjspx_005ftagPool_005fs_005fdate_005fname_005fformat_005fnobody.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
response.setContentType("text/html;charset=UTF-8");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
String path = request.getContextPath();
String basePath = request.getScheme() + "://"+ request.getServerName() + ":" + request.getServerPort()+ path + "/";
out.write("\r\n");
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n");
out.write("<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n");
out.write("\t<head>\r\n");
out.write("\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n");
out.write("\t\t<title>无标题文档</title>\r\n");
out.write("\t\t<link href=\"");
out.print(basePath);
out.write("resource/theme/css/style.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n");
out.write("\t\t<script type=\"text/javascript\" src=\"");
out.print(basePath);
out.write("resource/theme/js/jquery.js\"></script>\r\n");
out.write("\t\t<script type=\"text/javascript\">\r\n");
out.write("\t\t$(document).ready(function(){\r\n");
out.write("\t\t $(\".click\").click(function(){\r\n");
out.write("\t\t $(\".tip\").fadeIn(200);\r\n");
out.write("\t\t });\r\n");
out.write("\r\n");
out.write("\t\t $(\".find\").click(function(){\r\n");
out.write("\t\t\t $(\"#listform\").submit(); \r\n");
out.write("\t\t });\r\n");
out.write("\t\t \r\n");
out.write("\t\t $(\".tiptop a\").click(function(){\r\n");
out.write("\t\t $(\".tip\").fadeOut(200);\r\n");
out.write("\t\t});\r\n");
out.write("\t\t\r\n");
out.write("\t\t $(\".sure\").click(function(){\r\n");
out.write("\t\t\twindow.location= \"./user-delete.action?entity.id=\" + $(\".sure_value\").val();;\r\n");
out.write("\t\t $(\".tip\").fadeOut(100);\r\n");
out.write("\t\t});\r\n");
out.write("\t\t\r\n");
out.write("\t\t $(\".cancel\").click(function(){\r\n");
out.write("\t\t $(\".tip\").fadeOut(100);\r\n");
out.write("\t\t});\r\n");
out.write("\t\t});\r\n");
out.write("\t\tfunction delete_confirm(e,id){\r\n");
out.write("\t\t\t$(\".tip\").fadeIn(200);\r\n");
out.write("\t\t\t$(\".sure_value\").val(id);\r\n");
out.write("\t\t}\r\n");
out.write("\t\t</script>\r\n");
out.write("\t</head>\r\n");
out.write("\t<body>\r\n");
out.write("\t\t\t<div class=\"place\">\r\n");
out.write("\t\t\t\t<span>位置:</span>\r\n");
out.write("\t\t\t\t<ul class=\"placeul\">\r\n");
out.write("\t\t\t\t\t<li><a href=\"#\">首页</a>\t</li>\r\n");
out.write("\t\t\t\t\t<li><a href=\"#\">系统管理</a>\t</li>\r\n");
out.write("\t\t\t\t\t<li><a href=\"#\">用户管理</a></li>\r\n");
out.write("\t\t\t\t</ul>\r\n");
out.write("\t\t\t</div>\r\n");
out.write("\t\t\t<form action=\"");
out.print(basePath);
out.write("user-list.action\" method=\"post\" id=\"listform\">\r\n");
out.write("\t\t\t<div class=\"rightinfo\">\r\n");
out.write("\t\t\t\t<div class=\"tools\">\r\n");
out.write("\t\t\t\t\t<ul class=\"toolbar\">\r\n");
out.write("\t\t\t\t\t\t<li style=\"padding-right: 0px;\">\r\n");
out.write("\t\t\t\t\t\t 用户名:<input type=\"text\" name=\"entity.username\" class=\"dfinput\">\r\n");
out.write("\t\t\t\t\t\t</li>\r\n");
out.write("\t\t\t\t\t\t<li class=\"find\">\r\n");
out.write("\t\t\t\t\t\t\t<span><img src=\"");
out.print(basePath);
out.write("resource/theme/images/t06.png\" /> </span>查询\r\n");
out.write("\t\t\t\t\t\t</li>\r\n");
out.write("\t\t\t\t\t</ul>\r\n");
out.write("\t\t\t\t</div>\r\n");
out.write("\t\t\t\t<table class=\"tablelist\">\r\n");
out.write("\t\t\t\t\t<thead>\r\n");
out.write("\t\t\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t\t\t\r\n");
out.write("\t\t\t\t\t\t\t<th>用户名</th>\r\n");
out.write("\t\t\t\t\t\t\t<th>性别\t</th>\r\n");
out.write("\t\t\t\t\t\t\t<th>年龄\t</th>\r\n");
out.write("\t\t\t\t\t\t\t<th>电子邮件\t</th>\r\n");
out.write("\t\t\t\t\t\t\t<th>是否禁用\t</th>\r\n");
out.write("\t\t\t\t\t\t\t<th>角色\t</th>\r\n");
out.write("\t\t\t\t\t\t\t<th>创建时间\t</th>\r\n");
out.write("\t\t\t\t\t\t\t<th width=\"150px\">操作</th>\r\n");
out.write("\t\t\t\t\t\t</tr>\r\n");
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip 基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip
资源推荐
资源详情
资源评论
收起资源包目录
基于ssm+mysql的航空机票预订系统的实现(本科毕业设计+数据库).zip (1814个子文件)
000f462fd336001819bcdc55cfd79c0c 3KB
001572a1990f00161930b82a030b7da9 4KB
00176b87d036001819bcdc55cfd79c0c 2KB
0017cb6c780f00161930b82a030b7da9 6KB
00235475990f00161930b82a030b7da9 4KB
002d7e64800f00161930b82a030b7da9 8KB
002ea7ca900f00161930b82a030b7da9 2KB
003525dcd536001819bcdc55cfd79c0c 7KB
003de867d436001819bcdc55cfd79c0c 4KB
00423ed57b0f00161930b82a030b7da9 3KB
0043cbb9d536001819bcdc55cfd79c0c 6KB
00491f9dd436001819bcdc55cfd79c0c 4KB
004afdd8740f00161930b82a030b7da9 3KB
004bca3bd436001819bcdc55cfd79c0c 6KB
004f3d2b740f00161930b82a030b7da9 6KB
004feefe800f00161930b82a030b7da9 3KB
0050199a960f00161930b82a030b7da9 3KB
00521f227f0f00161930b82a030b7da9 6KB
0054e77cd136001819bcdc55cfd79c0c 4KB
006d9f9e990f00161930b82a030b7da9 4KB
0071cab17a0f00161930b82a030b7da9 6KB
00778cc9d536001819bcdc55cfd79c0c 6KB
007d9169d036001819bcdc55cfd79c0c 6KB
00808873730f00161930b82a030b7da9 6KB
0091662bb80f00161930b82a030b7da9 7KB
009590017d0f00161930b82a030b7da9 6KB
0096e26a7a0f00161930b82a030b7da9 3KB
009f027f740f00161930b82a030b7da9 3KB
00a20180800f00161930b82a030b7da9 8KB
00adde1d7d0f00161930b82a030b7da9 5KB
00b1f0acd136001819bcdc55cfd79c0c 4KB
00b39b64730f00161930b82a030b7da9 6KB
00bf5c8f710f00161930b82a030b7da9 6KB
00c286df800f00161930b82a030b7da9 3KB
00c4970e7b0f00161930b82a030b7da9 3KB
00db438d7a0f00161930b82a030b7da9 3KB
00e6cca37a0f00161930b82a030b7da9 6KB
00f0476e990f00161930b82a030b7da9 3KB
00f4e684990f00161930b82a030b7da9 4KB
00fe96c8d636001819bcdc55cfd79c0c 6KB
00febb377b0f00161930b82a030b7da9 6KB
100834c27c0f00161930b82a030b7da9 6KB
101b55f77c0f00161930b82a030b7da9 6KB
102332d1900f00161930b82a030b7da9 2KB
10283a69780f00161930b82a030b7da9 6KB
1028eb5a800f00161930b82a030b7da9 8KB
102940087d0f00161930b82a030b7da9 6KB
103bccbe730f00161930b82a030b7da9 4KB
10478761730f00161930b82a030b7da9 6KB
10552c83800f00161930b82a030b7da9 8KB
1062669b990f00161930b82a030b7da9 4KB
10626b22720f00161930b82a030b7da9 2KB
10720fe0d636001819bcdc55cfd79c0c 6KB
108e18f2730f00161930b82a030b7da9 7KB
1093fa75d536001819bcdc55cfd79c0c 6KB
109c85527f0f00161930b82a030b7da9 6KB
10a10224b80f00161930b82a030b7da9 7KB
10a321e27e0f00161930b82a030b7da9 6KB
10a89232b80f00161930b82a030b7da9 7KB
10ab6349d636001819bcdc55cfd79c0c 5KB
10acc272800f00161930b82a030b7da9 8KB
10b4f7807b0f00161930b82a030b7da9 6KB
10b5b7197c0f00161930b82a030b7da9 5KB
10b64760d036001819bcdc55cfd79c0c 6KB
10b818237d0f00161930b82a030b7da9 5KB
10c35f96990f00161930b82a030b7da9 4KB
10d7665f7e0f00161930b82a030b7da9 3KB
10d7e5357e0f00161930b82a030b7da9 3KB
10df37a1810f00161930b82a030b7da9 6KB
10e7d456810f00161930b82a030b7da9 4KB
10ed3bbc900f00161930b82a030b7da9 2KB
10f0e9da7a0f00161930b82a030b7da9 5KB
10f13cabd236001819bcdc55cfd79c0c 7KB
10f6a99fd536001819bcdc55cfd79c0c 6KB
10f6b304720f00161930b82a030b7da9 2KB
10ffcccd900f00161930b82a030b7da9 2KB
11f6b304720f00161930b82a030b7da9 2KB
200abd18b80f00161930b82a030b7da9 7KB
2013d0937b0f00161930b82a030b7da9 6KB
201a1776730f00161930b82a030b7da9 6KB
2024ab1c7f0f00161930b82a030b7da9 6KB
2026e54cd536001819bcdc55cfd79c0c 6KB
202d4a5a800f00161930b82a030b7da9 7KB
20303615720f00161930b82a030b7da9 2KB
2033ffcad036001819bcdc55cfd79c0c 4KB
2034c127d436001819bcdc55cfd79c0c 6KB
2035084f7f0f00161930b82a030b7da9 6KB
20358384d736001819bcdc55cfd79c0c 6KB
203de716d436001819bcdc55cfd79c0c 6KB
20542f53800f00161930b82a030b7da9 6KB
205544b0990f00161930b82a030b7da9 6KB
205a373cd336001819bcdc55cfd79c0c 4KB
205b6957d036001819bcdc55cfd79c0c 6KB
205c03867b0f00161930b82a030b7da9 6KB
2067deb27c0f00161930b82a030b7da9 3KB
206c32f5d036001819bcdc55cfd79c0c 7KB
206f8b94d536001819bcdc55cfd79c0c 4KB
2077dbc57a0f00161930b82a030b7da9 5KB
208168e1d036001819bcdc55cfd79c0c 4KB
2086b8cbd236001819bcdc55cfd79c0c 4KB
共 1814 条
- 1
- 2
- 3
- 4
- 5
- 6
- 19
资源评论
程序猿阿存
- 粉丝: 1245
- 资源: 1804
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功