https://gitcode.com/open-source-toolkit/1e365https://textdata.cn/blog/2023-12-29-china-area-dataset/#31-%e7%9c%81GitHub - adyliu/china_area: 2024年中国全国5级行政区划(省、市、县、镇、村)http://www.lifeiai.com/?id=412
清理了一下C盘空间,主要是迁移了下工具。将 “微信开发者工具” 迁移, 把User Data目录迁移到其他盘,然后建立软链接;mklink /J "C:\Users\your pc name\AppData\Local\微信开发者工具\User Data" "D:\program\WeChat Devoloper Files\User Data"迁移docker 设置-resource 修改 镜像目录。搞完清理了差不多30G空间。
在 Linux 中,有多种方式可以用来传输文件。这里列出几种常见的方法:SSH 文件传输(Secure Copy, scp)scp 命令是一个基于 SSH 协议的文件拷贝工具。它可以用于主机之间的文件复制。使用示例:将本地文件发送到远程服务器:scp /local/path/to/file user@remotehost:/remote/path/to/directory/从远程服务器获取文件:scp user@remotehost:/remote/path/to/file /local/path/to/directory/SFTP(SSH File Transfer Protocol)SFTP 是一个通过 SSH 进行文件传输的协议。你可以使用 sftp 命令或者图形界面工具如 FileZilla 来进行文件传输。使用示例:使用命令行:sftp user@remotehost登录后,你可以使用 put 和 get 命令来上传或下载文件。FTP(File Transfer Protocol)FTP 是一个较旧的文件传输协议,不过仍然被广泛支持。它不如 SFTP 安全,但在某些情况下可能
使用七牛命令行工具 qshell 来处理 例如 windows, 下载解压后,在终端中使用。命令列表使用 batchfetch 命令实现 从Internet批量抓取资源到七牛空间中。 .\qshell.exe batchfetch yiti-soft -i D:\qiniu\qshell-v2.13.0-windows-amd64\240913.txtqshell batchfetch xxx-bucket --enable-record -c 2 -i xxx.txt --success-list fetch_success.txt --failure-list fetch_failure.txt
scp(Secure Copy Protocol)是一种基于SSH的文件传输工具,用于在不同计算机之间安全地复制文件。以下是一些常用的 scp 参数及其介绍:-r:递归复制目录及其内容。scp -r user@remote:/path/to/remote/dir /local/dir-P:指定SSH连接的端口(注意是大写的P)。scp -P 2222 user@remote:/path/to/remote/file /local/dir-i:指定身份文件(私钥文件)。scp -i /path/to/private/key user@remote:/path/to/remote/file /local/dir-l:限制带宽,以Kbit/s为单位。scp -l 1000 user@remote:/path/to/remote/file /local/dir-v:详细模式,显示调试信息。scp -v user@remote:/path/to/remote/file /local/dir-C:启用压缩。scp -C user@remote:/path/to/remote/file /local
风里来
最后,我终于解放了我自己……