systemctl stop firewalld 关闭防火墙 systemctl status firewalld 查看状态 systemctl disable firewalld 不启动 systemctl enable firewalld 启动 如果使用 service iptables sto ...
分类:
其他好文 时间:
2020-04-12 10:25:32
阅读次数:
65
根据<from> userName(用户名)搜索... 1 <!DOCTYPE html> 2 <html class="x-admin-sm" xmlns:th="http://www.thymeleaf.org"> 3 <head> 4 <meta charset="UTF-8"> 5 <tit ...
分类:
编程语言 时间:
2020-04-11 22:05:40
阅读次数:
199
网速原因。 $ git clone http://github.com/xxxxx --depth 1 $ cd xxxxx $ git fetch --unshallow ...
分类:
Web程序 时间:
2020-04-11 20:48:11
阅读次数:
82
Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.mchange.v2.c3p0.ComboPooledDataSource] from ClassLoader [ParallelWebappCla ...
分类:
移动开发 时间:
2020-04-11 20:36:23
阅读次数:
192
The Tomcat connector configured to listen on port 8110 failed to start. The port may already be in use or the connector may be misconfigured. 打开cmd 搜索 ...
分类:
其他好文 时间:
2020-04-11 17:03:22
阅读次数:
98
可能造成的原因有很多,需要一个一个尝试解决。首先检查一下看看maven仓库设置有没有出错。没有出错再执行下面的步骤 1.右键选择maven Reimport 一下 右键选择这个就行了,比较方便快捷 2.把报错的那个jar包的maven依赖引入文件删除,Reimport ,再把依赖复制进去 Reimp ...
分类:
编程语言 时间:
2020-04-11 14:37:50
阅读次数:
126
mySQL 安装 windows windows mysqld initialize console 报错 出现Failed to find valid data directory. 初始化数据库: 程序会在动MySQL文件夹下创建data文件夹以及对应的文件 登录 启动 关闭 mysql服务 移 ...
分类:
数据库 时间:
2020-04-11 09:39:09
阅读次数:
77
thymeleaf 无法正常解析页面(本地可以正常访问某个请求,并可以返回页面,但服务端访问出现找不到模板) 出错提示: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception ...
分类:
其他好文 时间:
2020-04-10 12:06:56
阅读次数:
196
列出所有服务:systemctl list-unit-files 列出运行中的服务:systemctl list-units 列出所有失败的服务:systemctl --failed 检查单个服务是否启用:systemctl is-enabled mysqld.service 查看单个服务的状态:s ...
分类:
其他好文 时间:
2020-04-09 15:24:32
阅读次数:
474
使用pip命令之后报错,错误信息如下图: 提示egg_info文件错误 解决原理: 我在装载python3.6的机器上同时也安装了python2.7(软件需要),使用python 3的pip来安装python 2的git包,当然会报错。 解决代码: wget https://pypi.python. ...
分类:
编程语言 时间:
2020-04-09 14:14:23
阅读次数:
97