摘要:
1、下载go语言开发环境 https://go.dev/dl/ 2、安装vscode https://code.visualstudio.com/download 3、修改GO111MODULE、GOPROXY go env -w GO111MODULE=on go env -w GOPROXY=h 阅读全文
摘要:
Linux x86 frps 通过百度网盘分享的文件:frps.zip 链接:https://pan.baidu.com/s/15NaMdZw6Yz94IGGRuVXtyw?pwd=6jdi 提取码:6jdi frps.toml bindPort = 1234 auth.token = "xxxx" 阅读全文
摘要:
1.1SecureCRT 配置动态转发 1.2火狐设置代理 2.1 SSH命令设置动态转发、火狐设置代理 阅读全文
摘要:
yum install python3-pip pip3 install pdf2image #yum install poppler-utils from pdf2image import convert_from_path # PDF 文件路径 pdf_file_path = '1.pdf' # 阅读全文
摘要:
curl -o setup.exe https://sfdl.360safe.com/setup.exe curl -s -o setup.exe https://sfdl.360safe.com/setup.exe 阅读全文
摘要:
string path = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config", "2.txt"); 阅读全文
摘要:
代码1 using System; using System.DirectoryServices.AccountManagement; class Program { static void Main(string[] args) { // 从控制台输入用户名 Console.Write("请输入要 阅读全文
摘要:
主 global_defs { router_id LVS_MASTER #名称标记为master,名字随便取 vrrp_gna_interval 0 } #加入周期性检测nginx服务脚本的相关配置 #vrrp_script check_nginx{ # script "/etc/keepaliv 阅读全文