摘要:
建立数据库时可以使用以下命令: create database app_relation character set utf8; use app_relation; source app_relation.sql; 修改数据库编码的命令为: alter database app_relation c 阅读全文
摘要:
使用注解时,如果配置default-lazy-init="true",则需要在类上加上@Lazy(false)。 http://my.oschina.net/xldc/blog/297864 摘要 SpringMVC启动Task任务同时加载两次的解决方法 关于 启动Task任务同时加载两次的解决方法 阅读全文
摘要:
mysql免安装版本 http://www.cnblogs.com/niuniutry/p/3555778.html http://www.cnblogs.com/vforbox/p/4828151.html 【解决方案】MySQL-5.7.9 服务无法启动-“NET HELPMSG 3534” h 阅读全文