
Spring
Rsingstarzengjx
热爱技术,对新技术充满好奇心。
展开
-
java.sql.SQLException: The server time zone value '�й���ʱ��' is unrecognized or represents more
警告: com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@3a20eb45 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed...原创 2020-02-15 00:29:15 · 2197 阅读 · 0 评论 -
连接mysql数据库报错java.sql.SQLException: The server time zone value '�й���ʱ��' is unrecognized or represe
D:\Java\jdk8\jdk1.8.0_151\bin\java.exe -ea -Didea.test.cyclic.buffer.size=1048576 "-javaagent:D:\idea\IntelliJ IDEA 2019.1\lib\idea_rt.jar=64626:D:\idea\IntelliJ IDEA 2019.1\bin" -Dfile.encoding=UTF-...原创 2020-02-15 00:19:35 · 4123 阅读 · 0 评论 -
Spring4天-第一天IOC
1.什么是SpringSpring 分层的Java SE/EE 应用轻量级框架,以IOC ( Inversion of Controll控制反转)和AOP(Aspect oriented Programming,面向切面编程,本质是动态代理,不修改源码的情况下进行功能增强)为内核 。提供了2.Spring 体系结构3.耦合性问题:* 耦合性:程序之间的依赖性。...原创 2020-01-30 14:17:36 · 235 阅读 · 0 评论 -
Spring : 使用 jdbcTemplate
1.jdbc.properteis : 参数配置文件jdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql:///spring1jdbc.username=rootjdbc.password=root2. applicationContext.xml : 核心配置文件<?xml version="1.0"...原创 2019-09-25 18:05:04 · 228 阅读 · 0 评论