摘要: 一、目录结构 web.xml springmvc.xml 二、forword @Controller @RequestMapping("/forword") public class HelloByForwordController { /* * 转向 by servlet * */ @Reques 阅读全文
posted @ 2021-09-19 16:13 光一 阅读(945) 评论(0) 推荐(0) 编辑
摘要: Springmvc 重定向参数传递方式 - liuwd - 博客园 (cnblogs.com) 阅读全文
posted @ 2021-09-18 21:19 光一 阅读(7) 评论(0) 推荐(0) 编辑
摘要: (59条消息) 关于request.getRequestDispatcher()的两个方法以及request域_齐天小圣^O^ 的博客-CSDN博客_getrequestdispatcher 阅读全文
posted @ 2021-09-18 16:04 光一 阅读(82) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yxl_1207/article/details/80973622 阅读全文
posted @ 2021-09-17 18:49 光一 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Java lastIndexOf() 方法 https://www.runoob.com/java/java-string-lastindexof.html Java substring() 方法 https://www.runoob.com/java/java-string-substring.h 阅读全文
posted @ 2021-09-17 14:44 光一 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 一、xml时代 先定义两个动物类: 创建一个动物园类: 定义xml配置文件: 定义测试类: public class TestMain { public static void main(String args[]){ ApplicationContext context = new ClassPa 阅读全文
posted @ 2021-09-16 00:27 光一 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 一、学习Spring的AOP前掌握动态代理 因为Spring的事务控制依赖于AOP,AOP底层实现便是动态代理 + 责任链,环环相扣。 二、拟定需求:给原有方法添加日志打印 直接修改源码的缺点: 直接修改源程序,不符合开闭原则,即好的程序设计应该对扩展开放,对修改关闭; 如果“目标类”内部有几十个、 阅读全文
posted @ 2021-09-14 18:40 光一 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 支付宝支付(一)—H5手机网站支付2.0(alipay.trade.wap.pay) 支付宝支付(二)—PC电脑网站支付(alipay.trade.page.pay) 支付宝支付(三)—APP支付(alipay.trade.app.pay) 阅读全文
posted @ 2021-09-13 18:26 光一 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 1、下载SDK包到本地 2、maven Project下创建lib目录: 3、然后我们在maven的pom.xml中进行配置: <dependency> <groupId>com.alibaba</groupId> <artifactId>alipay-sdk-java</artifactId> < 阅读全文
posted @ 2021-09-13 10:28 光一 阅读(1783) 评论(0) 推荐(0) 编辑
摘要: Spring MVC 向前台页面传值-ModelAndView - Just_Do - 博客园 (cnblogs.com) 阅读全文
posted @ 2021-09-11 18:12 光一 阅读(13) 评论(0) 推荐(0) 编辑