digdeep

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

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 ··· 37 下一页

2024年6月14日

摘要: --with-openssl后面跟的路径是安装ssl时下载的压缩包解压后的路径,不是ssl的安装路径 ./configure --prefix=/opt/local/openresty \ --with-threads \ --with-file-aio \ --with-http_ssl_modu 阅读全文
posted @ 2024-06-14 15:07 digdeep 阅读(233) 评论(0) 推荐(1)

2024年4月29日

摘要: ping公网域名失败,提示Name or service not known 出现该问题通常有三个原因: /etc/resolv.conf未配置DNS地址或者DNS地址错误导致。 /etc/nsswitch.conf文件删除DNS解析记录导致。 /lib64/libnss_dns.so.2库文件丢失 阅读全文
posted @ 2024-04-29 14:39 digdeep 阅读(1346) 评论(0) 推荐(0)

2024年4月21日

摘要: 内存不足,导致Java 进程被杀掉。 [ 1534.300650] Kernel panic - not syncing: Out of memory: system-wide panic_on_oom is enabled[ 1534.301803] CPU: 5 PID: 2930 Comm: 阅读全文
posted @ 2024-04-21 18:50 digdeep 阅读(223) 评论(0) 推荐(0)

2024年3月21日

摘要: mysql -uroot -p 连接MySQL8.0时报错: ERROR 2059 (HY000): Plugin caching_sha2_password could not be loaded 原因是,MySQL 8.0默认用的密码加密插件是 caching_sha2_password ,原来 阅读全文
posted @ 2024-03-21 22:31 digdeep 阅读(538) 评论(0) 推荐(0)

2023年12月12日

摘要: 使用 gh-ost 对表在线加索引时,第一次发生了下面的报错(使用gh-ost很长时间了,第一次遇到这个报错): [2023/12/12 11:48:08] [error] binlogstreamer.go:77 close sync with err: ERROR 1236 (HY000): A 阅读全文
posted @ 2023-12-12 11:58 digdeep 阅读(182) 评论(0) 推荐(0)

2023年10月10日

摘要: 来源: https://plantegg.github.io/2020/07/03/MySQL%20JDBC%20StreamResult%20%E5%92%8C%20net_write_timeout/ MySQL JDBC StreamResult 和 net_write_timeout MyS 阅读全文
posted @ 2023-10-10 10:09 digdeep 阅读(1102) 评论(0) 推荐(0)

摘要: 来源:https://zhuanlan.zhihu.com/p/191395766 问题描述 在 JavaScript 中整数和浮点数都属于 Number 数据类型,所有数字都是以 64 位浮点数形式储存,即便整数也是如此。 所以我们在打印 1.00 这样的浮点数的结果是 1 而非 1.00 。在一 阅读全文
posted @ 2023-10-10 10:06 digdeep 阅读(553) 评论(0) 推荐(0)

2022年9月5日

摘要: mysql从库复制报错: Last_IO_Errno: 1236Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'event read from binlog did not pas 阅读全文
posted @ 2022-09-05 11:19 digdeep 阅读(395) 评论(0) 推荐(0)

2022年6月20日

摘要: 因为安全问题,把tomcat升级到8.5系列的最新版,发现静态资源文件出现400错误。 问题重现: curl -voa "https://xxxxx/images/notice.png" --resolve xxxxxx:443:xxxxxx -H 'If-None-Match: "16368598 阅读全文
posted @ 2022-06-20 17:12 digdeep 阅读(990) 评论(0) 推荐(0)

2022年4月9日

摘要: 转自:https://www.jianshu.com/p/c8b9852dcef9 实验场景 GreatSQL 8.0.25 InnoDB 1.备份单表, test.t_user /usr/bin/xtrabackup -uroot -p'GreatSQL' -S /data/GreatSQL/my 阅读全文
posted @ 2022-04-09 15:38 digdeep 阅读(147) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 ··· 37 下一页
不懂数据库和Web安全的架构师不是一个好的程序员。