- 博客(1)
- 资源 (8)
- 收藏
- 关注
原创 spring的作用域(scope)
spring的作用域有四种:Singleton(单例)、propertype(原型)、request(请求)、session(缓存);(1)singleton(单例)在springIOC容器创建时创建,从IOC容器创建到销毁整个过程中只会创建一次。(2)propertype(原型、多例的)在IOC容器创建时不会创建,只有在被调用到之后才会创建,并且每被调用一次都会创建一次。(3...
2018-11-17 21:57:08
1349
DatabindingConvert_v0.1.jar
Android data binding operates primarily at compile time, processing expressions found in the layout file and generating code in the application. This package contains common code that will be included with the application, just like support library components.
2018-10-26
commons-lang3-3.8.1.jar
1、Commons项目中用来处理Java基本对象方法的工具类包,可以简化很多平时经常要用到的写法,例如判断字符串是否为空等等。
2、是一个最常用的工具,作为jdk的补充。
3、Lang下有很多Utils类,提供了若干static方法供调用,涵盖了字符串操作、字符操作、JVM交互操作、归类、异常和位域校验等等。
2018-10-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人