- 博客(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
142
转载 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
113
转载 MVC异常(持续完善中。。。)
Unable to compile class for JSPdescriptionThe server encountered an internal error that prevented it from fulfilling this request.exceptionorg.apache.jasper.JasperException: Unable to ...
2019-07-15 01:34:00
84
转载 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
97
转载 Spring入门配置(二) - AOP
一、AOP简介 AOP:Aspect Oriented Programming,面向切面编程,通过预编译方式和动态代理实现程序功能的统一维护的一种技术。利用AOP对业务逻辑各个部分进行抽取隔离,从而使逻辑各部分间的耦合度降低,提高程序的可重用性,提高开发效率。JDK动态代理和Cglib动态代理JDK动态代理(基于接口)Target target = ne...
2019-07-11 10:02:00
118
转载 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关注的人