digdeep

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

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

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 阅读(549) 评论(0) 推荐(0) 编辑

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

2022年3月26日

摘要: 问题:通过浏览器输入https://www.xxx.com,request.getScheme()获取到的确实http而不是https,通过request.getRequestURL()拿到的也是http://www.xxx.com 分析原因:是因为用nginx+tomcat部署web服务,tomc 阅读全文
posted @ 2022-03-26 22:26 digdeep 阅读(1920) 评论(0) 推荐(0) 编辑

2021年9月12日

摘要: 现象: 导入一个insert 语句sql文件到数据库中时,老是报错:“Error Code: 1205 - Lock wait timeout exceeded; try restarting transaction”。 我们使用 innodb_trx innodb_lock_waits innod 阅读全文
posted @ 2021-09-12 16:31 digdeep 阅读(1493) 评论(0) 推荐(0) 编辑

2021年7月12日

摘要: 昨天接到客户反馈,iOS 设备上链接要点击两次才跳转,解决办法如下: 确保你的HTML页面添加了以下头部代码: <meta name="viewport" content="width=device-width, initial-scale=1"/> 修改触发事件 $("#xxxx").on('cl 阅读全文
posted @ 2021-07-12 08:49 digdeep 阅读(631) 评论(0) 推荐(0) 编辑

2021年6月22日

摘要: https://wooyun.js.org/drops/%E5%88%A9%E7%94%A8JSONP%E8%BF%9B%E8%A1%8C%E6%B0%B4%E5%9D%91%E6%94%BB%E5%87%BB.html 0x04 修复 & 防御 方案 尽量避免跨域的数据传输,对于同域的数据传输使用 阅读全文
posted @ 2021-06-22 17:49 digdeep 阅读(393) 评论(0) 推荐(0) 编辑

2021年6月14日

摘要: 转自:https://mp.weixin.qq.com/s/SA7VSwBRvV1RAweCNs7DDA MySQL 8.0 也支持 nowait, skip locked 语法了。在 09 年飞信项目中看到 SQL Server 的这个语法时内心充满了羡慕。现在 MySQL8.0 也可以支持了,不 阅读全文
posted @ 2021-06-14 11:29 digdeep 阅读(1209) 评论(0) 推荐(0) 编辑

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