git提交代码到GitHub报错: husky > pre-commit hook failed (add --no-verify to bypass) 解决: 1、进入项目文件夹?/.git?/hooks?文件夹下 2、删除pre-commit文件 pre-commit(客户端)钩子,它会在Git ...
分类:
Web程序 时间:
2020-03-20 23:56:22
阅读次数:
175
使用ajax遇到的问题 配置好了ajax的前端jsp页面和后端servlet、dao层等,一运行,就报出以下错误: Failed to load resource: the server responded with a status of 404() 反正是连不上servlet,并且控制台没有任何 ...
分类:
Web程序 时间:
2020-03-20 19:50:56
阅读次数:
79
Nginx(二) nginx 无法启动 有时候在客户端输入:nginx 但是终端会输出以下,显示启动失败 1 2 3 4 5 6 nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use) nginx: [eme ...
分类:
其他好文 时间:
2020-03-19 21:47:43
阅读次数:
72
vi /etc/yum.repos.d/epel.repo,将epel配置信息中的baseurl注释去掉,mirrorlist 如果内容为空则需要重新安装epel 1、首先检查系统是否安装epel-release rpm -q epel-release 2、安装 32位:http://mirrors ...
分类:
其他好文 时间:
2020-03-19 21:25:40
阅读次数:
48
import win32api; ImportError: DLL load failed: 找不到指定的程序https://blog.csdn.net/weixin_41762173/article/details/103796046?depth_1-utm_source=distribute.p... ...
分类:
其他好文 时间:
2020-03-19 19:03:14
阅读次数:
59
问题1:Anaconda的使用权限 $ conda update conda Solving environment: failed NotWritableError: The current user does not have write permissions to a required pa ...
分类:
系统相关 时间:
2020-03-18 23:53:51
阅读次数:
136
启动报错提示如图: localhost: failed to launch: nice -n 0 /home/chan/spark/spark-2.4.3-bin-hadoop2.7/bin/spark-class org.apache.spark.deploy.worker.Worker --we ...
分类:
Web程序 时间:
2020-03-18 20:21:37
阅读次数:
223
上述问题一般是由于eclipse和JDK位数不一样导致的,因此首先查看eclipse和JDK分别是多少位的。确定是位数的不同导致的之后,通常的解决方案是卸载一个,安装和另一个位数相匹配的版本。 如何查看eclipse的位数? 打开eclipse的安装目录,右击eclipse.ini以记事本的方式打开 ...
分类:
其他好文 时间:
2020-03-18 15:47:12
阅读次数:
62
记录下最近遇到的一些记录的东西: 项目中引用消息中间件,pom文件中添加了依赖,并maven-update,maven-install等,项目启动之后,一直报下面的异常。 Could not index class org/apache/activemq/artemis/api/jms/Active ...
分类:
编程语言 时间:
2020-03-18 09:52:04
阅读次数:
63
说明 Wrapper调用时机可以看:https://www.cnblogs.com/LQBlog/p/12470179.html#autoid-2-0-0 /** * StubProxyFactoryWrapper */ public class StubProxyFactoryWrapper im ...
分类:
移动开发 时间:
2020-03-17 14:15:55
阅读次数:
87