上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 49 下一页
摘要: 从mysql官网下载安装包:/mysql-5.7.20-linuxglibc2.12-x86_64.tar.gz #切换目录 cd /usr/local #解压下载的安装包 tar -zxvf /software/mysql/mysql-5.7.20-linux-glibc2.12-x86_64.tar.gz #重命名 mv mysql-5.7.20-linux-glibc2.12-x86_64 ... 阅读全文
posted @ 2018-01-12 13:58 huiy_小溪 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://www.jb51.net/article/120545.htm # vi /etc/init.d/nginx #!/bin/sh # Name:nginx4comex # nginx - this script starts and stops the nginx daemon # # description: Nginx is an HTTP(S) server, HT... 阅读全文
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 检索yum源中是否有java的列表 yum list java* 阅读全文
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 降低JDBC数据库驱动版本就可以了。 阅读全文
posted @ 2018-01-04 13:14 huiy_小溪 阅读(20330) 评论(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_小溪 阅读(478) 评论(0) 推荐(0) 编辑
摘要: nexus-aliyun nexus-aliyun Nexus aliyun http://maven.aliyun.com/nexus/content/groups/public central Maven Repository Switchboard ... 阅读全文
posted @ 2018-01-03 16:52 huiy_小溪 阅读(5133) 评论(0) 推荐(0) 编辑
摘要: 原文:https://item.jd.com/1584590666.html 阅读全文
posted @ 2017-12-29 16:12 huiy_小溪 阅读(397) 评论(0) 推荐(0) 编辑
摘要: T(net.common.util.tool.common.RequestUtil) 访问一个类 的静态方法 阅读全文
posted @ 2017-12-29 13:02 huiy_小溪 阅读(2877) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 49 下一页