digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

01 2018 档案

摘要:项目因为历史原因使用了 GBK编码,遇到非GBK编码字符时出现乱码问题,情况比较严重,暂时先打算修改 列的字符编码为 utf8mb4. 查看 mysql 手册: 用 GBK 编码转 utf8 进行说明: 他的大概意思是,如果 是 char varchar text 等类型的,并且这些列的内容也是采用 阅读全文
posted @ 2018-01-24 16:15 digdeep 阅读(516) 评论(0) 推荐(0)

摘要:nginx 配置不当,前端ajax调用报错: the server responded with a status of 414 (Request-URI Too Large) 浏览器F12报错如下: 原因是:url 中的 参数太长,超过了nginx默认值,解决方法: 在nginx.conf中加入下 阅读全文
posted @ 2018-01-23 17:17 digdeep 阅读(1009) 评论(0) 推荐(0)

摘要:系统启动,一段时间不操作,然后在来操作时,报错如下: Caused by: java.sql.SQLException: Couldn't perform the operation getAutoCommit: You can't perform any operations on this co 阅读全文
posted @ 2018-01-04 16:14 digdeep 阅读(4542) 评论(0) 推荐(0)

不懂数据库和Web安全的架构师不是一个好的程序员。