Failed fetching remote preset dcloudio/uni-preset-vue: 1. 利用github下载:https://github.com/dcloudio/uni-preset-vue 2. 解压好文件,一般下载好的项目都会有两层文件夹,删掉第一层文件夹 3. ...
分类:
移动开发 时间:
2021-06-04 19:16:33
阅读次数:
0
1. brew update error (i) 问题出现及现象描述 昨天换了台电脑,有些软件需要重新安装或更新一下,遇到了下面的问题 cv@xys-MacBook-Pro ~ % brew update touch: /usr/local/Homebrew/.git/FETCH_HEAD: Per ...
分类:
系统相关 时间:
2021-05-24 17:16:15
阅读次数:
0
git remote update origin --prune,要注意下,如果你的remote branch不是在origin下,按你得把origin换成你的名字 $ git remote update origin --prune Fetching origin remote: Counting ...
分类:
其他好文 时间:
2021-05-24 06:30:31
阅读次数:
0
[root@wallet01 ~]# yum install -y perl-App-cpanminus.noarch [root@wallet01 ~]# cpanm Test::Simple --> Working on Test::More Fetching http://www.cpan.o ...
分类:
系统相关 时间:
2020-12-15 11:51:37
阅读次数:
4
原SQL语句:(execution: 2 s 28 ms, fetching: 25 ms) explain select pr.cid, case when pr.type = 2 then ac.auto_cancel else ca.auto_cancel end auto_cancel, p ...
分类:
数据库 时间:
2020-12-01 12:38:30
阅读次数:
19
全栈的自我修养: 使用@vue/cli进行vue.js环境搭建 Success, real success, is being willing to do the things that other people are not. 成功,真正的成功,是愿意做别人不愿意做的事情。 Table of C ...
分类:
编程语言 时间:
2020-06-29 15:09:32
阅读次数:
80
PS D:\MyProject> yarnyarn install v1.17.3[1/4] Resolving packages...[2/4] Fetching packages...error An unexpected error occurred: "https://registry.np ...
分类:
其他好文 时间:
2020-05-29 19:36:21
阅读次数:
115
今天在用yarn安装vue-cli时出现了错误../vue-hackernews-2.0> yarnyarn install v1.12.3[1/5] Validating package.json...[2/5] Resolving packages...[3/5] Fetching packag ...
分类:
其他好文 时间:
2020-05-16 16:23:35
阅读次数:
452
有一张财务流水表,未分库分表,目前的数据量为9555695,分页查询使用到了limit,优化之前的查询耗时16 s 938 ms (execution: 16 s 831 ms, fetching: 107 ms),按照下文的方式调整SQL后,耗时347 ms (execution: 163 ms, ...
分类:
其他好文 时间:
2020-03-21 17:52:29
阅读次数:
88
有一张财务流水表,未分库分表,目前的数据量为9555695,分页查询使用到了limit,优化之前的查询耗时16 s 938 ms (execution: 16 s 831 ms, fetching: 107 ms),按照下文的方式调整SQL后,耗时347 ms (execution: 163 ms, ...
分类:
数据库 时间:
2020-03-21 13:02:11
阅读次数:
91