上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 谈谈 Pyinstaller 的编译和反编译,如何保护你的代码 - 江风引雨的文章 - 知乎 https://zhuanlan.zhihu.com/p/109266820 常见反编译问题: https://stackoverflow.com/questions/54730802/reassemble 阅读全文
posted @ 2022-08-12 11:47 sane_gao 阅读(210) 评论(0) 推荐(0) 编辑
摘要: https://support.google.com/a/answer/10032169 https://support.google.com/a/answer/2466563#dmarc-record-tags 未来,了解下BIMI 阅读全文
posted @ 2022-02-10 17:40 sane_gao 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://www.macappbox.com/a/how-install.html 阅读全文
posted @ 2021-11-19 09:00 sane_gao 阅读(64) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/laing92/article/details/104360950 阅读全文
posted @ 2021-11-17 15:17 sane_gao 阅读(22) 评论(0) 推荐(0) 编辑
摘要: MySQL彻底清除slave信息 在我们的MySQL,Master和Slave进行主从切换的时候,Slave成功升级为主库,那么这个时候就需要彻底清理从库的信息,不然监控系统会认为这台服务器是Slave,而且会报主从同步失败。其实非常的简单,只需要以下两步: mysql> stop slave;my 阅读全文
posted @ 2021-11-17 11:19 sane_gao 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 参见: https://biot.com/capstats/bpf.html 阅读全文
posted @ 2021-06-01 10:20 sane_gao 阅读(432) 评论(0) 推荐(0) 编辑
摘要: https://cloud.baidu.com/doc/CDS/s/xk0dastjg#%E4%BD%BF%E7%94%A8-gpt-%E5%88%86%E5%8C%BA 阅读全文
posted @ 2021-04-29 10:32 sane_gao 阅读(34) 评论(0) 推荐(0) 编辑
摘要: select @@global.gtid_slave_pos, @@global.gtid_binlog_pos,@@global.gtid_current_pos; https://mariadb.com/kb/en/mysqlgtid_slave_pos-table/ I observe thi 阅读全文
posted @ 2021-01-14 09:35 sane_gao 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 范例: /usr/local/tfs/bin/tfstool -s 127.0.0.1:8888 -i "put /tmp/4.5m.zip" 2>&1 | tee -a /tmp/track.log 说明: 2>&1 将命令的标准出错重定向到标准输出 tee -a /tmp/track.log则通 阅读全文
posted @ 2021-01-13 15:43 sane_gao 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 如果要删除所有本地快照的话:for d in $(tmutil listlocalsnapshotdates | grep "-"); do sudo tmutil deletelocalsnapshots $d; done 阅读全文
posted @ 2021-01-13 11:15 sane_gao 阅读(2062) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页