目录1、Bean状态介绍1.1、有状态对象1.2、无状态对象2、Bean作用域3、线程安全:3.1、bean的分类3.2、bean的安全1、@Controller相关2、@prototype注解3、静态变量4、ThreadLocal4.1、概念4.2、优点4.3、原理4.4、注意
I\'ve got a typical problem when trying to insert a date into MySQL. The column defined 开发者_如何学运维in MySQL is of type DATE. My PHP version is 5.3.0