进到目录:/ect/ 找到hosts文件,为:hosts.txt,去掉后缀txt,就可以ping通了 (base) localhost:~ ligaijiang$ ping localhost ping: cannot resolve localhost: Unknown host (base) l ...
分类:
其他好文 时间:
2020-04-07 13:05:01
阅读次数:
127
错误提示: Could not resolve io.fabric.tools:gradle:1.31.2 错误原因: maven库被挡住了! 解决方法: 1,在AS里面打开build.gradle文件。 2,修改"repositories"->"maven"->"url"值 url 'http:/ ...
分类:
移动开发 时间:
2020-04-07 12:42:28
阅读次数:
340
参考:Maven实用技巧 https://msd.misuland.com/pd/3255817963235707346 报错: maven项目 mvn install 报错: [ERROR] Failed to execute goal on project 项目名XXX: Could not r ...
分类:
其他好文 时间:
2020-04-06 11:46:59
阅读次数:
118
Given a list of positive integers nums and an int target, return indices of the two numbers such that they add up to a target - 30. Conditions: You wi ...
分类:
其他好文 时间:
2020-04-06 09:49:05
阅读次数:
76
1.新建项目 新建vue项目直接通过命令行即可,过程比较简单,具体参照:https://www.jianshu.com/p/02b12c600c7b 需要注意的是,直接在需要生成的目录下用命令行操作即可,不用先新建该项目的文件夹。 2.遇到报错 Error: Cannot find module ' ...
分类:
其他好文 时间:
2020-04-05 20:28:44
阅读次数:
92
一、Promise 的基本语法 1 <script> 2 // 基本语法 3 new Promise((resolve, reject) => { 4 // resolve reject本身也是函数 ,如果我们是一个成功的操作(异步操作) 就调用 resolve, 5 // 否则就是一个失败的操作( ...
分类:
其他好文 时间:
2020-04-05 20:22:51
阅读次数:
89
OpenSSL1.1.1没有libeay.dll和ssleay.dll https://www.openssl.org/source/old/1.0.2/openssl-1.0.2j.tar.gz http://slproweb.com/products/Win32OpenSSL.html 程序运行 ...
分类:
其他好文 时间:
2020-04-04 11:56:08
阅读次数:
149
vscode 程序运行时报错: 原因 使用了runcode插件 这个错误一般出现在使用命令行输入的时候出现。 但是output页面是只读的,只能输出,不能用来输入。 解决 解放方法是,将run code设置为在Teminal中运行: File -> Preferences -> Settings 找 ...
分类:
其他好文 时间:
2020-04-04 10:00:36
阅读次数:
220
D:/Qt/Qt5.9.0/Tools/mingw530_32/bin/../lib/gcc/i686-w64-mingw32/5.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot open output file debug\nh_03test ...
分类:
其他好文 时间:
2020-04-03 21:58:08
阅读次数:
93
1.情景展示 在安装chrome离线扩展程序时,报错信息如下:无法从该网站添加应用、扩展程序和用户脚本(Apps, extensions, and user scripts cannot be added from this website)。 2.解决方案 第一步:新建一个标签页,在地址栏输入:c ...
分类:
Web程序 时间:
2020-04-03 18:02:33
阅读次数:
286