上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 50 下一页
摘要: 参考网址:http://www.jb51.net/article/120545.htm # vi /etc/init.d/nginx #!/bin/sh # Name:nginx4comex # nginx - this script starts and stops the nginx daemo 阅读全文
posted @ 2018-01-08 17:23 huiy_小溪 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://blog.sina.com.cn/s/blog_6d59e57d0102x21u.html 查询java是否安装 rpm -qa |grep java 批量卸载所有带有Java的文件 rpm -qa | grep java | xargs rpm -e –nodeps 检索y 阅读全文
posted @ 2018-01-08 10:30 huiy_小溪 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 参考:https://jingyan.baidu.com/article/546ae1853947b71149f28cb7.html 1、lsof -i:端口号 2、netstat -tunlp|grep 端口号 阅读全文
posted @ 2018-01-05 18:29 huiy_小溪 阅读(2067) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.51cto.com/williamx/958398 需要安装pcre-devel与openssl-devel yum -y install pcre-devel openssl openssl-devel 阅读全文
posted @ 2018-01-05 18:27 huiy_小溪 阅读(991) 评论(0) 推荐(0) 编辑
摘要: 参考解决网址:https://www.cnblogs.com/studyDetail/p/7017911.html,谢谢。 数据库查询时报错:java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required 降低J 阅读全文
posted @ 2018-01-04 13:14 huiy_小溪 阅读(20331) 评论(0) 推荐(0) 编辑
摘要: 1.首先到github上下载最新的模板代码 https://github.com/apereo/cas-overlay-template 下载完成后,导入该工程。 2.编译打包 cd cas-overlay-template-master mvn clean package 这样会生成一个war包。 阅读全文
posted @ 2018-01-03 17:06 huiy_小溪 阅读(479) 评论(0) 推荐(0) 编辑
摘要: <mirrors> <mirror> <id>nexus-aliyun</id> <mirrorOf>nexus-aliyun</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups 阅读全文
posted @ 2018-01-03 16:52 huiy_小溪 阅读(5142) 评论(0) 推荐(0) 编辑
摘要: 原文:https://item.jd.com/1584590666.html 阅读全文
posted @ 2017-12-29 16:12 huiy_小溪 阅读(397) 评论(0) 推荐(0) 编辑
摘要: <p class="left tel" th:if="${#strings.startsWith(T(net.common.util.tool.common.RequestUtil).getIP(#request),'192.168.2')}"> T(net.common.util.tool.com 阅读全文
posted @ 2017-12-29 13:02 huiy_小溪 阅读(2877) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://chiangfai.iteye.com/blog/2223661,谢谢! 果然如文中所述,close,重新编译即可! 阅读全文
posted @ 2017-12-06 14:00 huiy_小溪 阅读(1048) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 50 下一页