SSH入门
摘要:Spring:解决接口设计的问题, IOC(控制反转)、AOP(面向方面编程) tomcat路径: request.getContextPath() / day19_request request.getScheme()+"//" + request.getServerName()+":"+ req
阅读全文
JavaWeb
摘要:1. 浏览器缓存知识: http://www.cnblogs.com/lyzg/p/5125934.html 强缓存:强缓存是利用Expires或者Cache-Control这两个http response header实现的,它们都用来表示资源在客户端缓存的有效期。 (1)浏览器在接收到这个资源后
阅读全文