- 博客(10)
- 资源 (2)
- 收藏
- 关注
原创 idea 打war 包 WEB-INF下的class文件没打进去
问题:一、idea打war包的时候,WEB-INF下的class文件没打进去,导致tomcat启动的时候,报org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath以及java.lang.ClassNotFoundExc...
2019-11-05 09:50:22
7130
1
原创 数据库查询优化:explain 分析sql语句执行效率 简介明了版
直接在查询语句前使用explain 执行结果就是上图的格式。重要得失圈中的三个参数。key就是索引名,rows是内循环数。type有很多,常见的有六种。all index range ref ref_eq const 全表扫描 有顺序的全表扫描 索引范围扫描 使用索引,索引值不唯一 唯一索引查找 以主键...
2019-05-16 14:10:18
464
原创 centos7.2 docker activemq 安装 报错 pull access denied for webcenter/acticemq
直接使用docker pull webcenter/acticemq有问题pull access denied for webcenter/acticemq, repository does not exist or may require 'docker login'使用docker pull docker.io/webcenter/activemq就可以了,前面带上了dock...
2019-05-08 15:05:48
1138
原创 centos7.2 docker 安装 启动报错 Failed to start Docker Application Container Engine
Failed to start Docker Application Container Engine.下面是我启动成功后,为了记录下前面的错误,故意将daemon.conf 重新改为daemon.json,启动失败的记录以供大家学习![root@izhp37s2whf1q1c504etzsz docker]# mv daemon.json daemon.conf[root@izh...
2019-04-29 16:39:51
2449
原创 rabbitMq和erlong版本需要相对应
Failed to start rabbitmq-server.service: Unit not found.上满的问题是rabbitMq和erlong的版本不对应。rabbitMq官网最高只有2018.1.19的3.6.15版本,后面的版本去github上找这里有指定的版本,确认自己下载的安装包,版本是对应的。...
2019-04-24 10:58:37
1771
原创 Linux Failed iptables.service: Unit iptables.service not loaded.
已经本地测试成功的nginx,远程不能访问,因为阿里云centos系统防火墙使用firewalld而不是iptablesFailed to stop iptables.service: Unit iptables.service not loaded.
2019-04-09 15:03:26
3523
1
转载 jetty-maven-plugin jetty9.1 HTTPS
使用jetty9.1,通过jetty-maven-plugin配置https 服务器。Configuring the Jetty Maven Pluginhttp://www.eclipse.org/jetty/documentation/current/jetty-maven-plugin.htmlJetty 9.1.2Oracle Java SE 7u51Eclipse Kepler (4.3...
2018-03-21 16:08:19
1140
转载 curl查看网页源码/自动跳转/显示头信息/显示通信过程/发送表单信息/文件上传/Referer字段/User Agent
http://xshow.iteye.com/blog/1597170curl是一种命令行工具,作用是发出网络请求,然后得到和提取数据,显示在"标准输出"(stdout)上面。一、查看网页源码直接在curl命令后加上网址,就可以看到网页源码。我们以网址www.sina.com为例(选择该网址,主要因为它的网页代码较短): curl www.tvbs.cc <!DOCTYPE HTML P...
2018-03-16 10:30:53
1212
转载 pom.xml mvn package expected START_TAG or END_TAG not TEXT
依赖是通过复制过来的,存在空格, 将日志指示位置的代码code一遍。原帖:http://ask.youkuaiyun.com/questions/148224
2018-03-15 09:38:28
15535
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人