做angular demo报错: Uncaught Error: Unexpected directive 'ScrollSpyDirective' imported by the module 'AppModule'. Please add a @NgModule annotation。解决问题时 ...
分类:
移动开发 时间:
2018-12-29 13:45:49
阅读次数:
267
一:[Unexpected end of JSON input while parsing near]报错 最近的vue项目中在执行 npm install 时会报错误: npm ERR! Unexpected end of JSON input while parsing near 这个错误的解决 ...
分类:
其他好文 时间:
2018-12-29 00:15:58
阅读次数:
488
脚本信息: 错误: test.sh: line 7: warning: here-document at line 3 delimited by end-of-file (wanted `YJT')test.sh: line 8: syntax error: unexpected end of fi ...
分类:
系统相关 时间:
2018-12-24 11:13:30
阅读次数:
141
今早遇到一个bug,提交 spark job 失败。说 hdfs 在 safe mode状态,不允许创建和删除文件。 然后发现 hdfs 的日志文件不断滚动,几乎每秒钟100M的速度打日志,当时没有看懂。safe mode 打开关闭了几回,发现主要的问题是下面这条日志: 翻译:blk_1073748 ...
分类:
其他好文 时间:
2018-12-23 15:27:12
阅读次数:
218
1.配了一个证书,发现报错: kubectl logs ingress-nginx-controller-96fnv -n ingress-nginx unexpected error validating SSL certificate gscommon/https-secret for host ...
分类:
Web程序 时间:
2018-12-23 00:54:24
阅读次数:
1099
Uncaught SyntaxError: Unexpected token ILLEGAL 未捕获的语法错误: 意想不到的非法令牌 <input id="btn_0_4EAE4F474C91156086C0D4EA7E983C69C215B649" type="button" value="连接" ...
分类:
其他好文 时间:
2018-12-22 20:48:51
阅读次数:
194
建立模型之后,执行迁移,报如下错误: __init__() got an unexpected keyword argument 'qnique' 错误原因:模型的属性的约束添加错误,这种错误一般就是单词拼写,参数少传的粗心导致的,细心点即可避免。 解决方案:修改模型的约束, 执行: 迁移成功。 ...
分类:
其他好文 时间:
2018-12-21 19:43:16
阅读次数:
437
$('tbody', '#' + tableId).append('<tr onmouseover="this.style.backgroundColor=\'#eeeeee\'">xxx</tr>'); 用js的onmouseover鼠标事件动态改变背景色 如果是this.style.backgr ...
分类:
Web程序 时间:
2018-12-20 18:45:09
阅读次数:
188
有时候打开MyEclipse莫名Servers窗口挂掉, 出现"Could Not Create The View :An Unexpected Exception Was Thrown" 如图: 删除workspace中的com.genuitec.eclipse.ast.deploy.core再重 ...
分类:
其他好文 时间:
2018-12-09 20:38:00
阅读次数:
184
Xposed出现 java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation的解决方法 第一次在Xposed的框架下编写模块,在官方给的tutorial上就出现 ...
分类:
数据库 时间:
2018-11-26 13:47:45
阅读次数:
264