背景辐射

深信服配置 & 其他

最后修改于 2022-5-19 ⋅ 共 886 字 ⋅ 2分钟 / #Tutorial / #Temp

goproxy # 在环境变量中添加GOPROXY,值https://goproxy.cn,direct 安装 cgo # https://sourceforge.net/projects/mingw-w64/files/ 解压后将解压文件夹地址 ...

Windows 无缝应用沙盒

最后修改于 2022-4-18 ⋅ 共 496 字 ⋅ 1分钟 / #Tutorial / #Windows, #Rdp, #Hyperv

起因 # 在使用 simplewall 防火墙的时候经常会遇到误阻止其他程序联网(新安装程序不会自动提示)的情况,实际使用下来体验不如自带的 高级安 ...

转发短信和输出

最后修改于 2022-4-20 ⋅ 共 585 字 ⋅ 2分钟 / #Tutorial / #短信, #Android, #Linux, #Bark

快速概括 # 将安卓上副卡接收到的短信和 linux 下代码运行结果转发到其他的手机上。 工具 # 名称 平台 用处 链接 SmsForwarder 安卓 转发短信 https://github.com/pppscn/SmsForwarder curl linux 转发运 ...

Go Debug

最后修改于 2022-4-26 ⋅ 共 242 字 ⋅ 1分钟 / #Tutorial / #Go, #Debug

模式 # Debug 工具 pprof # 官方调试工具,这里使用由 gin 团队做的gin-contrib/pprof来调试。可以直接在原来的网站上添加路 ...