上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 52 下一页
摘要: 阅读全文
posted @ 2020-12-04 17:09 lishidefengchen 阅读(87) 评论(0) 推荐(0)
摘要: 比淘宝的好用,哈哈 1. 设置镜像源 npm config set registry https://mirrors.huaweicloud.com/repository/npm/ 2.清空缓存 npm cache clean -f 3. 检查 npm config list 图示: 阅读全文
posted @ 2020-12-04 16:58 lishidefengchen 阅读(16794) 评论(0) 推荐(3)
摘要: 0. 打开windows powershell 1. 查看当前wsl的状态和版本 wsl -l -v 2. 关闭wsl 3. 再次查看wsl系统 wsl -l -v 证明确实已经关闭。 【拓展】 更多的使用命令,直接执行【wsl --help】来进行查看。 (完) 阅读全文
posted @ 2020-12-02 18:07 lishidefengchen 阅读(6620) 评论(0) 推荐(0)
摘要: https://www.codeinwp.com/blog/angular-vs-vue-vs-react/ 阅读全文
posted @ 2020-11-19 15:06 lishidefengchen 阅读(118) 评论(0) 推荐(0)
摘要: https://github.com.cnpmjs.org 解决git clone 问题 阅读全文
posted @ 2020-11-16 16:56 lishidefengchen 阅读(8458) 评论(0) 推荐(0)
摘要: 更快的加载程序集,在.Net Core时,程序集被拆分的很多且很小的,加载很多很小的是会增加开销,在.Net 5中通过合并程序集,减少开销. 更快的数学库(算法). 改进NaN检查.生成更小更快的代码. SSE和AMD64 (Intrinsics为内部函数) 改进哈希值 更快的加密,如RSA. 更快 阅读全文
posted @ 2020-11-04 11:22 lishidefengchen 阅读(419) 评论(0) 推荐(0)
摘要: 除了网上可以搜索出来的原因外,我自己遇到的的情况是 项目名称中带点了 Project.HHH 我把我的项目改成了 Project_HHH,再执行就正常了。 (完) 阅读全文
posted @ 2020-10-20 11:59 lishidefengchen 阅读(401) 评论(0) 推荐(0)
摘要: 1.列出本地分支: git branch 2.删除本地分支: git branch -D BranchName 其中-D也可以是--delete,如: git branch --delete BranchName 3.删除本地的远程分支: git branch -r -D origin/Branch 阅读全文
posted @ 2020-10-13 15:46 lishidefengchen 阅读(1116) 评论(0) 推荐(0)
摘要: 执行: go mod init 【module名】 阅读全文
posted @ 2020-10-12 09:37 lishidefengchen 阅读(657) 评论(0) 推荐(0)
摘要: 语法要求严格,不允许使用Tab键,改成空格就行了。 阅读全文
posted @ 2020-09-30 13:59 lishidefengchen 阅读(2171) 评论(0) 推荐(0)
摘要: sudo chown -R $USER /path/to/folder #把文件夹路径赋予当前用户权限 阅读全文
posted @ 2020-09-30 13:55 lishidefengchen 阅读(4168) 评论(0) 推荐(2)
摘要: 字体 因为wine对HiDPI不会默认适配dpi值。解决方案: 注意WINEPREFIX这个环境变量指向你的deepin wine容器目录,比如TIM在~/.deepinwine/Deepin-TIM,微信在~/.deepinwine/Deepin-WeChat 执行以下命令 WINEPREFIX= 阅读全文
posted @ 2020-09-29 19:30 lishidefengchen 阅读(1773) 评论(0) 推荐(0)
摘要: 【安装deepin-wine】 wget -O- https://deepin-wine.i-m.dev/setup.sh | sh 【微信】 sudo apt-get install deepin.com.wechat 【乱码】 https://www.chengxuzhilu.com/2249. 阅读全文
posted @ 2020-09-29 17:40 lishidefengchen 阅读(540) 评论(0) 推荐(0)
摘要: 设置一下命令行工具的运行方式【以登录shell方式运行命令】 阅读全文
posted @ 2020-09-26 18:53 lishidefengchen 阅读(585) 评论(0) 推荐(0)
摘要: 速度好快,真香~ 阅读全文
posted @ 2020-09-25 17:33 lishidefengchen 阅读(117) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 52 下一页