遇到nginx报错:websocket wss failed: Error during WebSocket handshake: Unexpected response code: 403 代理 TCP和UDP ...
分类:
Web程序 时间:
2019-11-27 00:47:49
阅读次数:
163
报错: Mon Nov 25 01:09:48 CST 2019 There was an unexpected error (type=Internal Server Error, status=500). Command failed with error 13 (Unauthorized): ...
分类:
数据库 时间:
2019-11-25 09:39:51
阅读次数:
215
解决linux系统启动之:unexpected inconsistency:RUN fsck 现象: 虚拟机在启动过程中提示: unexpected inconsistency;RUN fsck MANUALLY 原因分析: 1、由于意外关机导致的文件系统问题 解决方法: 方法1: 输入ROOT密码 ...
分类:
系统相关 时间:
2019-11-16 14:24:49
阅读次数:
79
VMware vSphere克隆异常/dev/sda2:UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.(i.e.,without -a or -p options)[FAILED]***An error occurred during the file sy ...
分类:
其他好文 时间:
2019-11-05 16:58:02
阅读次数:
255
今早上下载vue/cli的时候,一直有这个错误。查了之后,得知原因是因为最新版本的Node.js与npm版本不适合(昨天刚下载了最新的node)。 解决办法就是把npm的版本降到4版。 ...
分类:
Web程序 时间:
2019-11-04 11:45:29
阅读次数:
115
[Symfony\Component\Debug\Exception\FatalThrowableError] Parse error: syntax error, unexpected ''SocialiteProviders\Qq\QqExten' (T_C ONSTANT_ENCAPSED_S ...
分类:
其他好文 时间:
2019-11-02 12:02:53
阅读次数:
83
今天运行一个14年基于spring2.5的项目,出现下面错误 Unexpected exception parsing XML document from class path resource ............... Context namespace element 'component ...
分类:
编程语言 时间:
2019-10-29 19:54:54
阅读次数:
100
用4个空格,或者设置Tab代替4个空格。 对Spyder设置PEP8规则检测警告,可以有效改善编码习惯: Preferences > Editor > Code Introspection/Analysis,然后勾选Style analysis(PEP8)。 用4个空格,或者设置Tab代替4个空格。 ...
分类:
其他好文 时间:
2019-10-27 16:43:56
阅读次数:
105
Maven报错和解决:java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empt... ...
分类:
编程语言 时间:
2019-10-27 00:57:49
阅读次数:
107
由于数据量的增大,调用接口的次数会增加。 当连续向目标网站发送多次request后,目标网站可能会认为是,恶意攻击。 于是会抛出requests异常。 测试代码: 在python3.6中,异常为 在python3.7中,异常为 尝试百度了不少方法,如time.sleep(1),response.cl ...
分类:
其他好文 时间:
2019-10-26 15:00:32
阅读次数:
146