- 博客(7)
- 收藏
- 关注
转载 String的Hash算法乘数为31?
Times 33算法 1. 使用质数冲突率比较小 2. 哈希计算速度快,31等可用移位和减法的方式实现乘法 https://blog.csdn.net/zhanjia/article/details/84923530 转载于:https://www.cnblogs.com/dwyer/p/11445306.html...
2019-09-02 10:55:00
145
转载 Spring-security
导入相关依赖 实现UserDetailsService接口 web.xml配置DelegatingFilterProxy,filter-name="springSecurityFilterChain" 创建spring-security.xml文件并配置 完善service业务逻辑 转载于:https://www.cnblogs.com/dwyer/p/11281973...
2019-08-01 13:42:00
92
转载 Spring + SpringMVC + MyBatis配置(持续完善中。。。)
一、配置文件头部声明 部分异常是因为头部声明版本低等原因引起的,需要收集相关信息 Web.xml头部声明 <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
2019-07-21 18:21:00
115
转载 MVC异常(持续完善中。。。)
Unable to compile class for JSP descriptionThe server encountered an internal error that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to ...
2019-07-15 01:34:00
85
转载 Spring入门配置(三) - MVC
一、开发中的主要配置 导入相关jar包坐标 spring-context、spring-webmvc、spring-jdbc、spring-tx、servlet-api、jsp-api、jstl、jackson-core、jackson-databind、jackson-annotations等,视需求而定 web.xml文件中配置SpringMVC相关 web....
2019-07-14 00:00:00
98
转载 Spring入门配置(二) - AOP
一、AOP简介 AOP:Aspect Oriented Programming,面向切面编程,通过预编译方式和动态代理实现程序功能的统一维护的一种技术。利用AOP对业务逻辑各个部分进行抽取隔离,从而使逻辑各部分间的耦合度降低,提高程序的可重用性,提高开发效率。 JDK动态代理和Cglib动态代理 JDK动态代理(基于接口) Target target = ne...
2019-07-11 10:02:00
119
转载 Spring入门配置(一) - IOC
一、初始命名空间配置 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation:" http://www.spri...
2019-07-10 23:19:00
93
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人