会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sane_gao
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2021年1月13日
macos删除本地快照
摘要: 如果要删除所有本地快照的话:for d in $(tmutil listlocalsnapshotdates | grep "-"); do sudo tmutil deletelocalsnapshots $d; done
阅读全文
posted @ 2021-01-13 11:15 sane_gao
阅读(2120)
评论(0)
推荐(0)
2020年12月23日
How to read the SQL Server Database Transaction Log
摘要: 引自:https://www.mssqltips.com/sqlservertip/3076/how-to-read-the-sql-server-database-transaction-log/ By: Manvendra Singh | Updated: 2019-06-04 | Commen
阅读全文
posted @ 2020-12-23 14:38 sane_gao
阅读(254)
评论(0)
推荐(0)
2020年12月16日
Mysql 主从复制触发器问题
摘要: Statement-based With statement-based replication, triggers executed on the master also execute on the slave. Row-based With row-based replication, tri
阅读全文
posted @ 2020-12-16 14:39 sane_gao
阅读(260)
评论(0)
推荐(0)
Git出现 SSL certificate的处理方法
摘要: git config --global http.sslVerify false 先设置忽略SSL验证 再执行git相关命令即可;
阅读全文
posted @ 2020-12-16 11:12 sane_gao
阅读(604)
评论(0)
推荐(0)
2020年12月10日
mac磁盘启动
摘要: https://blog.p2hp.com/archives/4126
阅读全文
posted @ 2020-12-10 09:01 sane_gao
阅读(114)
评论(0)
推荐(0)
2020年12月9日
发件人地址重写的几种方法记录
摘要: https://en.wikipedia.org/wiki/Bounce_Address_Tag_Validation https://en.wikipedia.org/wiki/Sender_Rewriting_Scheme https://en.wikipedia.org/wiki/Variab
阅读全文
posted @ 2020-12-09 15:56 sane_gao
阅读(109)
评论(0)
推荐(0)
2020年11月13日
Mariadb 10.2+ 主从切换
摘要: https://blog.51cto.com/arkling/2114962 机制和原理、操作细节都完美;
阅读全文
posted @ 2020-11-13 11:44 sane_gao
阅读(263)
评论(0)
推荐(0)
2020年10月5日
https://www.cnblogs.com/patrick-king/p/11752842.html
摘要: sudo spctl --master-disable 引用自 : https://mac.orsoon.com/news/665351.html https://www.cnblogs.com/patrick-king/p/11752842.html
阅读全文
posted @ 2020-10-05 10:12 sane_gao
阅读(229)
评论(0)
推荐(0)
2020年9月29日
dns问题
摘要: https://ns1.com/blog/when-dns-uses-udp-versus-tcp
阅读全文
posted @ 2020-09-29 18:32 sane_gao
阅读(74)
评论(0)
推荐(0)
2020年9月24日
基于网络的网络钓鱼套件,后续用于分析防范
摘要: https://github.com/curtbraz/Phishing-API/
阅读全文
posted @ 2020-09-24 10:00 sane_gao
阅读(87)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告