摘要: 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 阅读全文
posted @ 2024-12-30 14:47 shenshu 阅读(33) 评论(0) 推荐(0) 编辑
摘要: Linux x86 frps 通过百度网盘分享的文件:frps.zip 链接:https://pan.baidu.com/s/15NaMdZw6Yz94IGGRuVXtyw?pwd=6jdi 提取码:6jdi frps.toml bindPort = 1234 auth.token = "xxxx" 阅读全文
posted @ 2024-12-25 19:22 shenshu 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://blog.twofei.com/528/ 阅读全文
posted @ 2024-11-28 14:40 shenshu 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 进入sources目录,输入命令 setupprep.exe /product server 回车 阅读全文
posted @ 2024-11-28 14:23 shenshu 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1.1SecureCRT 配置动态转发 1.2火狐设置代理 2.1 SSH命令设置动态转发、火狐设置代理 阅读全文
posted @ 2024-11-27 22:30 shenshu 阅读(5) 评论(0) 推荐(0) 编辑
摘要: yum install python3-pip pip3 install pdf2image #yum install poppler-utils from pdf2image import convert_from_path # PDF 文件路径 pdf_file_path = '1.pdf' # 阅读全文
posted @ 2024-10-01 21:02 shenshu 阅读(7) 评论(0) 推荐(0) 编辑
摘要: curl -o setup.exe https://sfdl.360safe.com/setup.exe curl -s -o setup.exe https://sfdl.360safe.com/setup.exe 阅读全文
posted @ 2024-09-12 12:03 shenshu 阅读(141) 评论(0) 推荐(0) 编辑
摘要: string path = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "config", "2.txt"); 阅读全文
posted @ 2024-09-07 09:26 shenshu 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 代码1 using System; using System.DirectoryServices.AccountManagement; class Program { static void Main(string[] args) { // 从控制台输入用户名 Console.Write("请输入要 阅读全文
posted @ 2024-08-28 21:20 shenshu 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 主 global_defs { router_id LVS_MASTER #名称标记为master,名字随便取 vrrp_gna_interval 0 } #加入周期性检测nginx服务脚本的相关配置 #vrrp_script check_nginx{ # script "/etc/keepaliv 阅读全文
posted @ 2024-08-04 22:02 shenshu 阅读(79) 评论(0) 推荐(0) 编辑