Loading

摘要: 下载Apache地址 https://de.apachehaus.com/downloads/httpd-2.4.41-o111c-x64-vc15-r2.zip apache :特点是处理静态资源(html 图片 js) .这里的apache是一个服务工具,不是之前理解的 基金组织。 tomcat 阅读全文
posted @ 2020-04-07 23:27 Rzk 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * Cglib 动态代理 3 * 1.引入cglib-nodep-2.2.jar 依赖 4 * 2.实现MethodInterceptor 接口 5 * 3.创建一个代理对象 6 * 4.完成 intercept方法 7 */ 8 public class CgilbProxy im 阅读全文
posted @ 2020-04-07 21:20 Rzk 阅读(252) 评论(3) 推荐(0) 编辑
摘要: 1 pom.xml 添加依赖 数据库包要对应版本 2 <dependencies> 3 <dependency> 4 <groupId>junit</groupId> 5 <artifactId>junit</artifactId> 6 <version>4.12</version> 7 </dep 阅读全文
posted @ 2020-04-07 16:32 Rzk 阅读(291) 评论(0) 推荐(0) 编辑