2019年9月12日
摘要: package cn.hopetesting.filter;import javax.servlet.*;import javax.servlet.annotation.WebFilter;import java.io.IOException;/** * @author newcityman * @ 阅读全文
posted @ 2019-09-12 23:11 小猪_佩奇 阅读(209) 评论(0) 推荐(0) 编辑
摘要: package com.hopetesting.domain;import java.util.List;/** * @author newcityman * @date 2019/9/7 - 19:19 */public class PageBean<T>{ private int totalCo 阅读全文
posted @ 2019-09-12 00:17 小猪_佩奇 阅读(696) 评论(0) 推荐(0) 编辑
摘要: package com.hopetesting.web.servlet;import com.hopetesting.domain.PageBean;import com.hopetesting.domain.User;import com.hopetesting.service.UserServi 阅读全文
posted @ 2019-09-12 00:15 小猪_佩奇 阅读(368) 评论(0) 推荐(0) 编辑
摘要: package com.hopetesting.service.impl;import com.hopetesting.dao.UserDao;import com.hopetesting.dao.impl.UserDaoImpl;import com.hopetesting.domain.Page 阅读全文
posted @ 2019-09-12 00:13 小猪_佩奇 阅读(914) 评论(0) 推荐(0) 编辑
摘要: package com.hopetesting.dao.impl;import com.hopetesting.dao.UserDao;import com.hopetesting.domain.User;import com.hopetesting.utils.JDBCUtils;import o 阅读全文
posted @ 2019-09-12 00:11 小猪_佩奇 阅读(596) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %><%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><!DOCTYPE html><!-- 网页 阅读全文
posted @ 2019-09-12 00:08 小猪_佩奇 阅读(355) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %><%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><!DOCTYPE html><!-- 网页 阅读全文
posted @ 2019-09-12 00:03 小猪_佩奇 阅读(789) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="zh-CN"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content 阅读全文
posted @ 2019-09-12 00:02 小猪_佩奇 阅读(417) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %><!-- HTML5文档--><!DOCTYPE html><!-- 网页使用的语言 --><html lang="zh-CN"><head> <!-- 指定字符集 -- 阅读全文
posted @ 2019-09-12 00:01 小猪_佩奇 阅读(1560) 评论(0) 推荐(0) 编辑