上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 19 下一页
  2019年9月13日
摘要: 1、定义一个接口 2、定义一个类来实现该接口 3、使用proxy来动态获取对象的方法,并通过三种不同的方法来增强实体对象的方法(参数增强,返回值增强,方法体增强)package cn.hopetesting.proxy;/** * @author newcityman * @date 2019/9/ 阅读全文
posted @ 2019-09-13 17:26 小猪_佩奇 阅读(379) 评论(0) 推荐(0) 编辑
  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 小猪_佩奇 阅读(695) 评论(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 小猪_佩奇 阅读(1558) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 19 下一页