摘要: 如下脚本创建数据库yourdbname,并制定默认的字符集是utf8。CREATE DATABASE IF NOT EXISTS yourdbname DEFAULT CHARSET utf8 COLLATE utf8_general_ci;如果要创建默认gbk字符集的数据库可以用下面的sql:cr... 阅读全文
posted @ 2015-03-14 18:18 牧之丨 阅读(251) 评论(0) 推荐(0)
摘要: Spring 4.xThe first major version of Jackson is no longer supported in Spring 4. The class you want to use is noworg.springframework.http.converter.js... 阅读全文
posted @ 2015-03-14 11:29 牧之丨 阅读(1010) 评论(0) 推荐(0)