摘要:
转载:https://www.cnblogs.com/yinyl/p/8116490.html 请求转发: request.getRequestDispatcher().forward(); 重定向: response.sendRedirect(); 例如: 请求转发: request.getReq 阅读全文
posted @ 2020-02-13 23:22
All_just_for_fun
阅读(2198)
评论(0)
推荐(0)
摘要:
转载:https://blog.kuangstudy.com/index.php/archives/511/ 一.Spring概述 1.简介 Spring : 春天 >给软件行业带来了春天 2002年,Rod Jahnson首次推出了Spring框架雏形interface21框架。 2004年3月2 阅读全文
posted @ 2020-02-13 15:03
All_just_for_fun
阅读(246)
评论(0)
推荐(0)
摘要:
转载:https://blog.kuangstudy.com/index.php/archives/508/ 一.缓存 1.简介 什么是缓存 [ Cache ]? 存在内存中的临时数据。 将用户经常查询的数据放在缓存(内存)中,用户去查询数据就不用从磁盘上(关系型数据库数据文件)查询,从缓存中查询, 阅读全文
posted @ 2020-02-13 01:09
All_just_for_fun
阅读(185)
评论(0)
推荐(0)