摘要:
谈谈 Pyinstaller 的编译和反编译,如何保护你的代码 - 江风引雨的文章 - 知乎 https://zhuanlan.zhihu.com/p/109266820 常见反编译问题: https://stackoverflow.com/questions/54730802/reassemble 阅读全文
摘要:
https://support.google.com/a/answer/10032169 https://support.google.com/a/answer/2466563#dmarc-record-tags 未来,了解下BIMI 阅读全文
摘要:
https://www.macappbox.com/a/how-install.html 阅读全文
摘要:
https://blog.csdn.net/laing92/article/details/104360950 阅读全文
摘要:
MySQL彻底清除slave信息 在我们的MySQL,Master和Slave进行主从切换的时候,Slave成功升级为主库,那么这个时候就需要彻底清理从库的信息,不然监控系统会认为这台服务器是Slave,而且会报主从同步失败。其实非常的简单,只需要以下两步: mysql> stop slave;my 阅读全文
摘要:
参见: https://biot.com/capstats/bpf.html 阅读全文
摘要:
https://cloud.baidu.com/doc/CDS/s/xk0dastjg#%E4%BD%BF%E7%94%A8-gpt-%E5%88%86%E5%8C%BA 阅读全文
摘要:
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 阅读全文