digdeep

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

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

2019年9月3日

摘要: 原因是 防火墙没有开端口。 telnet 测试 3306端口,报错 telnet: connect to address 192.168.120.32: No route to host 再次链接就可以了。 阅读全文
posted @ 2019-09-03 15:14 digdeep 阅读(4798) 评论(0) 推荐(0) 编辑

2019年9月1日

摘要: MySQL关于 lower_case_table_names 的文档 https://dev.mysql.com/doc/refman/5.7/en/identifier-case-sensitivity.html In MySQL, databases correspond to director 阅读全文
posted @ 2019-09-01 11:31 digdeep 阅读(1407) 评论(0) 推荐(0) 编辑

2019年8月31日

摘要: 系统首页的ajax调用出现 报错: provisional headers are shown 最后查到的原因时,mysql数据库的磁盘满了,而首页的ajax调用要插入一条记录到数据库,卡住了。 阅读全文
posted @ 2019-08-31 09:29 digdeep 阅读(284) 评论(0) 推荐(0) 编辑

2019年8月8日

摘要: 测试偶然发现: <Host name="127.0.0.1" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Valve className="org.apache.catalina.valves.AccessLogValve" dir 阅读全文
posted @ 2019-08-08 11:50 digdeep 阅读(1529) 评论(0) 推荐(0) 编辑

2019年8月1日

摘要: http访问第三方系统的接口时,小概率抛出下面的异常: java.io.IOException: Premature EOF at sun.net.www.http.ChunkedInputStream.readAheadBlocking(ChunkedInputStream.java:565) a 阅读全文
posted @ 2019-08-01 12:18 digdeep 阅读(12211) 评论(0) 推荐(0) 编辑

2019年7月31日

摘要: 1 . 修改startup.bat 将 56 行注释,加上一行: call "%EXECUTABLE%" run %CMD_LINE_ARGS% >> ..\logs\tomcat_emr.log 重新执行 startup.bat启动,就会在logs目录下面看到日志文件: 这样修改之后,控制台就看不 阅读全文
posted @ 2019-07-31 22:30 digdeep 阅读(1615) 评论(0) 推荐(0) 编辑

2019年7月8日

摘要: tail -f catalina.out 出现警告: tail: inotify cannot be used, reverting to polling: Too many open files 查到是tomcat进程打开了很多文件,处理方法: 在 /etc/sysctl.conf文件中加入下面的 阅读全文
posted @ 2019-07-08 18:48 digdeep 阅读(6465) 评论(0) 推荐(0) 编辑

2019年6月10日

摘要: 系统症状: 某个功能报错: 但是数据库链接并没有用完。重启一下tomcat就好了,但是过十几分钟又报错,如此反复。 怀疑是数据库连接泄露。于是加入下面的配置进行调查: 查到报错信息: [ERROR] com.alibaba.druid.pool.DruidDataSource.removeAband 阅读全文
posted @ 2019-06-10 14:04 digdeep 阅读(5668) 评论(1) 推荐(0) 编辑

2019年6月6日

摘要: 1. 禁用 yum插件 fastestmirror 1)修改插件的配置文件 # cp /etc/yum/pluginconf.d/fastestmirror.conf /etc/yum/pluginconf.d/fastestmirror.conf.bak # vi /etc/yum/pluginc 阅读全文
posted @ 2019-06-06 00:04 digdeep 阅读(44123) 评论(0) 推荐(0) 编辑

2019年6月3日

摘要: 1. 乱码问题 编辑目标数据库的链接: 配置编码参数即可。 2. 报错 No operations allowed after statement closed. 需要调整wait_timeout: set global wait_timeout=1000000; 3. net_write_time 阅读全文
posted @ 2019-06-03 15:37 digdeep 阅读(2780) 评论(0) 推荐(0) 编辑

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