1. 控制台捕获错误 uncaught referencerror : 未被捕获的引用错误, api写错了 uncaught syntaxerror : 未被捕获的语法错误 unexpected token 出现中文 2. 注释 ctrl /行注释 ctrl shift / 块注释 // 行注释 / ...
分类:
Web程序 时间:
2020-01-01 23:20:35
阅读次数:
82
Flume采集的控制台提示:The channel is full or unexpected failure. The source will try again after 1000 ms 这个是因为当前被采集的文件过大,深层的原因是文件采集的速度和sink的速度没有匹配好。所以应该可以通过增大 ...
分类:
其他好文 时间:
2019-12-28 22:41:20
阅读次数:
335
环境:xadmin django2.0 python3.7.4 操作登录login()或者注销logout()报以上错误的解决办法如下: 在xadmin的views/website.py中 修改如下: from django.contrib.auth.views import login from ...
分类:
其他好文 时间:
2019-12-27 23:34:07
阅读次数:
92
JSON parse error: Unexpected character ('}' (code 125)): was expecting double-quote to start field name; nested exception is com.fasterxml.jackson.cor ...
分类:
Web程序 时间:
2019-12-19 21:01:32
阅读次数:
666
https://blog.csdn.net/qq_27093097/article/details/83190240 spring security There was an unexpected error (type=Forbidden, status=403). 原创一大波攻城狮来袭 发布于2 ...
分类:
编程语言 时间:
2019-12-14 13:55:31
阅读次数:
227
多半都是文件在传输、复制的时候,发生了损坏; 尽量cp不要用mv 其次,注意文件的大小; ...
分类:
其他好文 时间:
2019-12-12 23:51:21
阅读次数:
350
情景: 同样的的脚本,在不同的机器下运行有的可以成功,有的运行失败, 前提:sh脚本windos下编辑过。 脚本在windows上修改之后,在每行尾部多了个 ^M,导致sh脚本在执行的时候可能shbang解析不了,导致脚本执行不了 报错 Syntax error: “(” unexpected (e ...
分类:
其他好文 时间:
2019-12-10 00:58:33
阅读次数:
162
首先在win通过ftp连接centos过程中,出现了2个问题,现在对此记录一下,方便后人遇到问题进行查阅 1、由于加密协议不同,需要在ftp客户端设置一下,支持ssh模式,具体自行百度; 2、在设置完协议后,centos返回Received unexpected end-of-file from S ...
分类:
其他好文 时间:
2019-12-09 13:56:43
阅读次数:
695
案例分析 处理kafka consumer的程序的时候,发现如下错误: 1 2 3 4 5 6 7 8 9 10 ERROR [2016-07-22 07:16:02,466] com.flow.kafka.consumer.main.KafkaConsumer: Unexpected Error ...
分类:
其他好文 时间:
2019-12-04 11:49:24
阅读次数:
94
用QuartusII 13.1设计时编译已经通过了,但是仿真缺报错了 错误报告为Error: near "/": syntax error, unexpected '/', expecting ')' 大概就是缺少'/'之类的结束符 检查了一下应该是编辑原理图的时候外部元器件或引脚包含了非法字符,刚 ...
分类:
其他好文 时间:
2019-11-28 22:52:38
阅读次数:
451