摘要: 执行该命令可解决:echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p 阅读全文
posted @ 2018-03-05 16:11 lishidefengchen 阅读(414) 评论(0) 推荐(0)
摘要: 这个错误就是说,在指定的代码后面有太多无用空格了,你只要把那些空格删掉就行了。 如果你用的是vscode,推荐安装一个ESLint插件,格式话一下你的代码就可以了。 阅读全文
posted @ 2018-03-05 14:42 lishidefengchen 阅读(16329) 评论(0) 推荐(0)
摘要: ggVG 解释: gg 让光标移到首行,在vim才有效,vi中无效 V 是进入Visual(可视)模式 G 光标移到最后一行 阅读全文
posted @ 2018-03-05 13:50 lishidefengchen 阅读(3100) 评论(0) 推荐(0)
摘要: 在Ubuntu中安装Git后,配置远程Git服务器地址,如果是TFS的Git仓库地址,则需要使用IP地址,否则可能出现识别不出来的问题; 再者,如果你想要在Ubuntu的浏览中访问TFS的Git仓库Url,通常需要我们输入Windows凭证,输入用户名密码时需要注意,我们不用输入域名,直接输入你的用 阅读全文
posted @ 2018-03-05 12:45 lishidefengchen 阅读(301) 评论(0) 推荐(0)
摘要: The upgrade needs a total of 99.7 M free space on disk '/boot'. Please free at least an additional 53.7 M of disk space on '/boot'. You can remove old 阅读全文
posted @ 2018-03-05 12:37 lishidefengchen 阅读(1396) 评论(2) 推荐(0)
摘要: 官方地址:https://www.elastic.co/guide/en/kibana/current/development-uiexports.html hacks Any module that should be included in every application visTypes 阅读全文
posted @ 2018-03-05 10:36 lishidefengchen 阅读(853) 评论(0) 推荐(0)