digdeep

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

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 37 下一页

2018年9月13日

摘要: [ERROR] com.xxxx.redis.RedisClientTemplate.getOject(RedisClientTemplate.java:60):http-bio-8080-exec-13 - Reading from a byte array threw an IOExceptio 阅读全文
posted @ 2018-09-13 21:18 digdeep 阅读(3757) 评论(0) 推荐(0) 编辑

2018年9月4日

摘要: 转自:http://database.51cto.com/art/201808/582324.htm OK,这里就说了。假设,你有一个表erp,如果你直接进行下面的命令: 这个时候所有的mysql的相关进程都会停止,直到drop结束,mysql才会恢复执行。出现这个情况的原因就是因为,在drop t 阅读全文
posted @ 2018-09-04 21:46 digdeep 阅读(517) 评论(0) 推荐(0) 编辑

2018年7月18日

摘要: 1. web.xml 2. 日志文件的位置 1)绝对路径 log4j.appender.R.File=D:/log/xxx.log 2)相对路径: log4j.appender.R.File=../logs/app.log,将日志记录到tomcat下的logs文件夹; log4j.appender. 阅读全文
posted @ 2018-07-18 23:14 digdeep 阅读(6104) 评论(0) 推荐(1) 编辑

摘要: 1. redis依赖: 2. web.xml配置: 3. spring-redis配置: 4. applicationContext.xml引入spring-redis.xml 5. redis.properties 6. 这样配置之后,对于Nginx+多台Tomcat的集群而言,多台tomcat使 阅读全文
posted @ 2018-07-18 22:01 digdeep 阅读(445) 评论(0) 推荐(0) 编辑

2018年6月11日

摘要: 转自:https://coolshell.cn/articles/17416.html 看到好些人在写更新缓存数据代码时,先删除缓存,然后再更新数据库,而后续的操作会把数据再装载的缓存中。然而,这个是逻辑是错误的。试想,两个并发操作,一个是更新操作,另一个是查询操作,更新操作删除缓存后,查询操作没有 阅读全文
posted @ 2018-06-11 20:42 digdeep 阅读(688) 评论(0) 推荐(0) 编辑

2018年1月24日

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

2018年1月23日

摘要: 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 阅读(970) 评论(0) 推荐(0) 编辑

2018年1月4日

摘要: 系统启动,一段时间不操作,然后在来操作时,报错如下: 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 阅读(4398) 评论(0) 推荐(0) 编辑

2017年5月9日

摘要: $("#cbutton1").bind("click",{"id":"111","name":"aaa"},getData); 这一句给 cbutton1 指定了 click 事件的绑定函数为 getData,并且向该函数传递了JSON格式参数 {"id":"111", "name":"aaa"}. 阅读全文
posted @ 2017-05-09 11:11 digdeep 阅读(3588) 评论(0) 推荐(0) 编辑

2017年4月24日

摘要: jquery1.8 在IE8 下面报错: 对象不支持此属性或方法 调试发现是下面这一行报错: 在IE8下面报错,在chrome和firefox都是好的。 实在找不到原因,最后把源码改成下面这样: 没有报错了。 更好的方法,应该可以先 判断 elem 对象是否有 getAttribute() 这个函数 阅读全文
posted @ 2017-04-24 16:40 digdeep 阅读(786) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 37 下一页
不懂数据库和Web安全的架构师不是一个好的程序员。