摘要: import java.io.File;import java.util.ArrayList;import java.util.LinkedHashMap;import java.util.List;import java.util.Map; import javax.servlet.Servlet 阅读全文
posted @ 2019-04-11 19:45 爱跳舞的程序员 阅读(622) 评论(0) 推荐(0) 编辑
摘要: import javax.servlet.http.Cookie;import javax.servlet.http.HttpServletRequest;import javax.servlet.http.HttpServletResponse;import javax.servlet.jsp.P 阅读全文
posted @ 2019-04-11 19:38 爱跳舞的程序员 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://www.cnblogs.com/shiyu404/p/6530894.html 这篇文章是对Spring Security的Authentication模块进行一个初步的概念了解,知道它是如何进行用户认证的 考虑一个大家比较熟悉的标准认证过程: 1.用户使用username和p 阅读全文
posted @ 2019-04-11 17:14 爱跳舞的程序员 阅读(568) 评论(0) 推荐(0) 编辑
摘要: (内容摘自:https://blog.csdn.net/chenchunlin526/article/details/77346049) Html A标签中 href 和 onclick 同时使用的问题 优先级别 1 顺序 ie 6 : href 先触发 onclick 后触发 其他浏览器 先触发o 阅读全文
posted @ 2019-04-11 11:29 爱跳舞的程序员 阅读(8265) 评论(0) 推荐(0) 编辑
摘要: jsp中的引用 <%@taglib prefix="f" uri="http://www.jee-soft.cn/functions" %> web.xml中的配置 <taglib> <taglib-uri>http://www.jee-soft.cn/functions</taglib-uri> 阅读全文
posted @ 2019-04-11 10:32 爱跳舞的程序员 阅读(366) 评论(0) 推荐(0) 编辑