上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 151 下一页
摘要: https://www.cnblogs.com/aobing/p/13522118.html 阅读全文
posted @ 2020-08-18 18:29 尐鱼儿 阅读(102) 评论(0) 推荐(0)
摘要: import java.io.UnsupportedEncodingException; import org.apache.tomcat.util.codec.binary.Base64; /** * Base64内容传送编码被设计用来把任意序列的8位字节描述为一种不易被人直接识别的形式。*/ p 阅读全文
posted @ 2020-08-18 18:15 尐鱼儿 阅读(603) 评论(0) 推荐(0)
摘要: 动态 INCLUDE 用 jsp:include 动作实现 <jsp:include page="included.jsp" flush="true" /> 它总是会检查所含文件中的变化 , 适合用于包含动态页面 , 并且可以带参数。各个文件分别先编译,然后组合成一个文件。 静态 INCLUDE 用 阅读全文
posted @ 2020-08-18 18:06 尐鱼儿 阅读(276) 评论(0) 推荐(0)
摘要: 1、首先要明确什么是拦截器、什么是过滤器 1.1 什么是拦截器: 拦截器,在AOP(Aspect-Oriented Programming)中用于在某个方法或字段被访问之前,进行拦截然后在之前或之后加入某些操作。拦截是AOP的一种实现策略。在Webwork的中文文档的解释为——拦截器是动态拦截Act 阅读全文
posted @ 2020-08-18 18:05 尐鱼儿 阅读(155) 评论(0) 推荐(0)
摘要: 88. 说一下你熟悉的设计模式? 单例模式:保证被创建一次,节省系统开销。 工厂模式(简单工厂、抽象工厂):解耦代码。 观察者模式:定义了对象之间的一对多的依赖,这样一来,当一个对象改变时,它的所有的依赖者都会收到通知并自动更新。 外观模式:提供一个统一的接口,用来访问子系统中的一群接口,外观定义了 阅读全文
posted @ 2020-08-17 17:50 尐鱼儿 阅读(81) 评论(0) 推荐(0)
摘要: https://www.iteye.com/blog/zz563143188-1847029 阅读全文
posted @ 2020-08-17 17:49 尐鱼儿 阅读(90) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_39456915/article/details/81462922 阅读全文
posted @ 2020-08-17 17:47 尐鱼儿 阅读(104) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yanqb/p/10751348.html 阅读全文
posted @ 2020-08-17 17:45 尐鱼儿 阅读(57) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ycqi/p/10833617.html 阅读全文
posted @ 2020-08-17 17:44 尐鱼儿 阅读(77) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_43184769/article/details/91126687 阅读全文
posted @ 2020-08-17 17:10 尐鱼儿 阅读(195) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 151 下一页