在启动vue项目的时候报错 报错信息如下: npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ...
分类:
其他好文 时间:
2020-06-07 19:18:45
阅读次数:
710
环境 mac 本人下载mysql 是采用brew 下载,所以安装路径在/usr/local/Cellar/mysql/8.0.19_1/ brew install mysql brew install mysql-connector-c sudo sed -i -e 's/libs="$libs - ...
分类:
数据库 时间:
2020-06-07 16:34:26
阅读次数:
102
Lua 提供了 string.format() 函数来生成具有特定格式的字符串, 函数的第一个参数是格式 , 之后是对应格式中每个代号的各种数据。 由于格式字符串的存在, 使得产生的长字符串可读性大大提高了。这个函数的格式很像 C 语言中的 printf()。 以下实例演示了如何对字符串进行格式化操 ...
分类:
其他好文 时间:
2020-06-07 15:03:33
阅读次数:
86
base = [str(x) for x in range(10)] + [chr(x) for x in range(ord('A'), ord('A') + 6)] # ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C ...
分类:
其他好文 时间:
2020-06-07 13:15:30
阅读次数:
85
Conditions: 1. 修改hosts 添加 网址后仍然ping不通证明非DNS问题 CMD命令如下:ping不通! Pinging github.com [192.30.253.112] with 32 bytes of data: Request timed out. Request ti ...
分类:
其他好文 时间:
2020-06-07 10:52:14
阅读次数:
229
npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/hexo-deployer-git failed, reason: connect ETIM ...
分类:
其他好文 时间:
2020-06-06 22:02:56
阅读次数:
121
#字符串格式化有两种方式,百分号标准输入输出方式和format方法 #百分号标准输入输出方式的格式为 #%[(key)][flags][width].[precision]typecode # (key):可选项;用于传入字典时指定key值 # flags:可选项;可选值有 # + 右对齐:正数加正 ...
分类:
编程语言 时间:
2020-06-06 21:25:29
阅读次数:
81
错误:Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project we 解决: maven默认去webapp\WEB-INF目录下找web.xml 检查是否是将we ...
分类:
其他好文 时间:
2020-06-06 15:36:02
阅读次数:
59
Failed redirect for xxxxxxxxxxx Failed while trying to construct the redirect url to the log server. Log Server url may not be configured Unknown cont ...
分类:
其他好文 时间:
2020-06-06 13:18:10
阅读次数:
96
innovus 新建一个以当日的日期的文件夹,可以如下方式 set date [clock format [clock seconds] -format %h%d_%H_%M] mkdir -p ../output/$date icc那种 set date [sh date +%H%d],在inno ...
分类:
其他好文 时间:
2020-06-05 22:52:01
阅读次数:
99