摘要: ![](https://img2022.cnblogs.com/blog/1369561/202205/1369561-20220504233144581-1496708889.png) 阅读全文
posted @ 2022-05-04 23:32 时生行 阅读(68) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hujiapeng/p/8470099.html -C 断点续传 -L 允许重定向 -O 保存文件 注意断点续传的参数是 -C, 要自动续传的话要使用 "-C -", 否则需要手工指定断点的字节位置 --retry n 以在断网时进行重试 https: 阅读全文
posted @ 2022-05-04 23:10 时生行 阅读(23) 评论(0) 推荐(0) 编辑
摘要: https://goproxy.io/zh/ 阅读全文
posted @ 2022-05-04 03:53 时生行 阅读(4) 评论(0) 推荐(0) 编辑
摘要: cd /d %~dp0 %0 代表 执行来源 ~dp 代表 盘符、路径 CHCP 65001 阅读全文
posted @ 2022-05-04 01:04 时生行 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/brook0344/article/details/63251862 netstat -an|find "ESTABLISHED" /c 阅读全文
posted @ 2022-05-01 20:27 时生行 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1446291#:~:text=Go共有25个保留关键字,各有其作用,不能用作标识符。,Go的25个关键字按照作用可以分为3类,分别为包管理、程序实体声明与定义与程序流程控制。 在函数或方法前添加 go 关键字能 阅读全文
posted @ 2022-05-01 16:37 时生行 阅读(471) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/CnKker/p/15579766.html 阅读全文
posted @ 2022-05-01 15:20 时生行 阅读(21) 评论(0) 推荐(0) 编辑