随笔分类 -  Tools

摘要:/etc/apt/apt.conf #如果没有这个文件就新建一个 Acquire::http::proxy "http://127.0.0.1:8000/"; Acquire::ftp::proxy "ftp://127.0.0.1:8000/"; Acquire::https::proxy "ht 阅读全文
posted @ 2021-03-24 12:20 Vince666 阅读(129) 评论(0) 推荐(0)
摘要:\\wsl$\Ubuntu-16.04\ 阅读全文
posted @ 2021-03-24 10:55 Vince666 阅读(922) 评论(0) 推荐(0)
摘要:1.查看所有配置 npm config list 2.设置代理 npm config set proxy="http://127.0.0.1:1080" npm config set proxy="socks5://127.0.0.1:1080" 3.删除代理 npm config delete p 阅读全文
posted @ 2021-03-06 10:26 Vince666 阅读(1575) 评论(0) 推荐(0)
摘要:1.安装 vc_redist.x64.exe 因为.net core runtime 依赖这个 下载地址:https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4 阅读全文
posted @ 2021-03-01 21:43 Vince666 阅读(1477) 评论(1) 推荐(0)
摘要:1. 安装前的配置 2.我选择的的Ubuntu 16.04,下载地址:https://docs.microsoft.com/zh-cn/windows/wsl/install-manual 下载后是一个 .appx 后缀的应用,直接双击安装即可。 3. 更新ubuntu软件源,wsl挂载到win10 阅读全文
posted @ 2021-02-28 23:00 Vince666 阅读(931) 评论(0) 推荐(0)
摘要:1.国内下载地址: http://mirrors.sohu.com/mysql/MySQL-5.7/ 2.解压 3. 配置my.ini文件 [client] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysql] default-character- 阅读全文
posted @ 2021-02-03 10:54 Vince666 阅读(179) 评论(0) 推荐(0)
摘要:1.国内下载地址:https://npm.taobao.org/mirrors/git-for-windows 2.安装 转载:https://blog.csdn.net/qq_43715354/article/details/108638061 3.配置git账号密码 4.基本配置命令 阅读全文
posted @ 2020-12-07 11:01 Vince666 阅读(100) 评论(2) 推荐(1)