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_005ffmt_005fsetLocale_005fvalue_005fnobody;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fif_005ftest;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fc_005fforEach_005fvar_005fitems;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005ffmt_005fformatDate_005fvalue_005ftype_005ftimeStyle_005fdateStyle_005fnobody;
private javax.el.ExpressionFactory _el_expressionfactory;
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_005fjspx_005ftagPool_005ffmt_005fsetLocale_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fc_005fif_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fc_005fforEach_005fvar_005fitems = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005ffmt_005fformatDate_005fvalue_005ftype_005ftimeStyle_005fdateStyle_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_005ffmt_005fsetLocale_005fvalue_005fnobody.release();
_005fjspx_005ftagPool_005fc_005fif_005ftest.release();
_005fjspx_005ftagPool_005fc_005fforEach_005fvar_005fitems.release();
_005fjspx_005ftagPool_005ffmt_005fformatDate_005fvalue_005ftype_005ftimeStyle_005fdateStyle_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");
if (_jspx_meth_fmt_005fsetLocale_005f0(_jspx_page_context))
return;
out.write('\r');
out.write('\n');
String path = request.getContextPath();
String basePath = request.getScheme() + "://"+ request.getServerName() + ":" + request.getServerPort()+ path + "/";
request.setAttribute("actionEntity","user");
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<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= \"");
out.print(basePath);
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${actionEntity}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("/delete.action?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\tfunction gotoPage(page){\r\n");
out.write("\t\t\t$(\"#pageNo\").val(page);\r\n");
out.write("\t\t\t$(\"#listform\").submit(); \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((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${actionEntity}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("/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=\"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");
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
源码是经过本地编译可运行的,下载完成之后配置相应环境即可使用。源码功能都是经过老师肯定的,都能满足要求,有需要放心下载即可。源码是经过本地编译可运行的,下载完成之后配置相应环境即可使用。源码功能都是经过老师肯定的,都能满足要求,有需要放心下载即可。源码是经过本地编译可运行的,下载完成之后配置相应环境即可使用。源码功能都是经过老师肯定的,都能满足要求,有需要放心下载即可。源码是经过本地编译可运行的,下载完成之后配置相应环境即可使用。源码功能都是经过老师肯定的,都能满足要求,有需要放心下载即可。源码是经过本地编译可运行的,下载完成之后配置相应环境即可使用。源码功能都是经过老师肯定的,都能满足要求,有需要放心下载即可。源码是经过本地编译可运行的,下载完成之后配置相应环境即可使用。源码功能都是经过老师肯定的,都能满足要求,有需要放心下载即可。源码是经过本地编译可运行的,下载完成之后配置相应环境即可使用。源码功能都是经过老师肯定的,都能满足要求,有需要放心下载即可。源码是经过本地编译可运行的,下载完成之后配置相应环境即可使用。源码功能都是经过老师肯定的,都能满足要求,有需要放心下载即可。源码是经
资源推荐
资源详情
资源评论
收起资源包目录
基于ssm+mysql快餐店线上点餐系统源码数据库.zip (1902个子文件)
00030d1d920c0017148e922fedd3bda9 4KB
0009b37c040c00171b1ea0013c59872f 12KB
000df7235b0c001711288f704e398781 6KB
00140a47960c0017148e922fedd3bda9 4KB
00338586760c0017148e922fedd3bda9 3KB
003737d896f300161530b8fbca5de408 4KB
00390266780c0017148e922fedd3bda9 1KB
003a9b12960c0017148e922fedd3bda9 4KB
003b69acecf200161f16aa0ee05c268c 5KB
003d3420790c0017148e922fedd3bda9 1KB
003db46dcef300161530b8fbca5de408 8KB
004906af930c0017148e922fedd3bda9 3KB
005a44f5940c0017148e922fedd3bda9 8KB
005b50c835f500161fceacf13c1e9b60 432B
0067d3c8264f0019169687a79fac6d6b 7KB
0069be7b760c0017148e922fedd3bda9 3KB
0069c613950c0017148e922fedd3bda9 8KB
0072c06dcef300161530b8fbca5de408 1KB
007a576a69f4001610b6bc4228b13a4d 5KB
007da24a960c0017148e922fedd3bda9 4KB
007ff577ecf2001611f1b411cd0fff2d 5KB
00804c698e0c0017148e922fedd3bda9 6KB
009a663a020c00171b1ea0013c59872f 8KB
009f980d5c0c001711288f704e398781 3KB
00a5543192f500161fceacf13c1e9b60 4KB
00a65fe073f4001610b6bc4228b13a4d 6KB
00b08373950c0017148e922fedd3bda9 4KB
00b0dc73960c0017148e922fedd3bda9 8KB
00bb8476950c0017148e922fedd3bda9 4KB
00bce677950c0017148e922fedd3bda9 4KB
00bda81187f500161fceacf13c1e9b60 5KB
00be93ac750c0017148e922fedd3bda9 973B
00c2ca678e0c0017148e922fedd3bda9 6KB
00c987fa960c0017148e922fedd3bda9 4KB
00ccb16dcef300161530b8fbca5de408 644B
00d1ebb1780c0017148e922fedd3bda9 1KB
00d2362a8c0c0017148e922fedd3bda9 6KB
00d56d0a950c0017148e922fedd3bda9 8KB
00d7a61d5b0c001711288f704e398781 5KB
00dc309796f500161fceacf13c1e9b60 8KB
00dc8e2e97f500161fceacf13c1e9b60 7KB
00eaea298e0c0017148e922fedd3bda9 6KB
00ee296b4b0c00171b1ea0013c59872f 2KB
00f147e596f300161530b8fbca5de408 4KB
00f55c9a9ef500161fceacf13c1e9b60 7KB
00fe67cf520c00171b1ea0013c59872f 4KB
10016421920c0017148e922fedd3bda9 3KB
100312228c0c0017148e922fedd3bda9 5KB
1006830d5a0c001711288f704e398781 4KB
10105815960c0017148e922fedd3bda9 4KB
10110859740c0017148e922fedd3bda9 11KB
10292853740c0017148e922fedd3bda9 11KB
102c9a74740c0017148e922fedd3bda9 11KB
102dc5774f0c00171b1ea0013c59872f 2KB
102e43ce470c00171b1ea0013c59872f 8KB
1031dad4470c00171b1ea0013c59872f 8KB
1032035c9ef500161fceacf13c1e9b60 8KB
103429e070f4001610b6bc4228b13a4d 6KB
103b19d196f500161fceacf13c1e9b60 7KB
10420883460c00171b1ea0013c59872f 3KB
10474cd973f4001610b6bc4228b13a4d 6KB
10491b0e470c00171b1ea0013c59872f 6KB
104c16e3910c0017148e922fedd3bda9 3KB
104cbcac5e0c001711288f704e398781 10KB
104d8ea84e0c00171b1ea0013c59872f 10KB
105141446ef4001610b6bc4228b13a4d 5KB
105ef0a65a0c001711288f704e398781 5KB
105fe405020c00171b1ea0013c59872f 8KB
10620a7b040c00171b1ea0013c59872f 6KB
10650142890c0017148e922fedd3bda9 1KB
1069ec5e780c0017148e922fedd3bda9 1KB
106be2dd5b0c001711288f704e398781 2KB
107785ff850c0017148e922fedd3bda9 3KB
107b705d020c00171b1ea0013c59872f 7KB
107c4a664ff4001610b6bc4228b13a4d 437B
1083e3dd254f0019169687a79fac6d6b 5KB
108a8146490c00171b1ea0013c59872f 4KB
108b060d020c00171b1ea0013c59872f 8KB
108e366984f500161fceacf13c1e9b60 6KB
109b4fb9920c0017148e922fedd3bda9 3KB
10ad314a860c0017148e922fedd3bda9 3KB
10b944fe70f4001610b6bc4228b13a4d 6KB
10b9c6cf96f300161530b8fbca5de408 4KB
10ba47ed740c0017148e922fedd3bda9 6KB
10baf7b370f4001610b6bc4228b13a4d 6KB
10bb3621880c0017148e922fedd3bda9 3KB
10be4d75470c00171b1ea0013c59872f 6KB
10c42f65470c00171b1ea0013c59872f 6KB
10c51bbf730c0017148e922fedd3bda9 6KB
10c8b9d7a3f500161fceacf13c1e9b60 8KB
10ce2a58400c00171b1ea0013c59872f 5KB
10d5b66dcef300161530b8fbca5de408 2KB
10d9e57b740c0017148e922fedd3bda9 10KB
10e7b7a74a0c00171b1ea0013c59872f 10KB
10ef7134920c0017148e922fedd3bda9 3KB
10f0fd65740c0017148e922fedd3bda9 11KB
10f5ae248c0c0017148e922fedd3bda9 6KB
10fa7bb0254f0019169687a79fac6d6b 5KB
10fd1fe296f300161530b8fbca5de408 4KB
20054bc1470c00171b1ea0013c59872f 8KB
共 1902 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
知一NN
- 粉丝: 42
- 资源: 4157
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功