摘要: 用法 阅读全文
posted @ 2018-11-19 14:49 李文学 阅读(374) 评论(0) 推荐(0)
摘要: 安装gcc g++的依赖库 #apt-get install build-essential #apt-get install libtool 2 安装 pcre依赖库 #sudo apt-get update #sudo apt-get install libpcre3 libpcre3-dev 3 安装 zlib依赖库 #apt-get install zlib1g-dev ... 阅读全文
posted @ 2018-10-27 17:09 李文学 阅读(293) 评论(2) 推荐(0)
摘要: Ubuntu安装完成默认是普通权限的用户,root用户需要手动开启,并且还不含opne-ssh模块1.给root用户设置密码# sudo passwd root会提示输入unix的新密码,这就是root的密码2.测试root用户登录# sudo su 或者 su root3.修改配置文件,开启roo 阅读全文
posted @ 2018-10-27 16:41 李文学 阅读(3285) 评论(0) 推荐(0)
摘要: sudo gedit /etc/apt/sources.list 替换: deb-src http://archive.ubuntu.com/ubuntu xenial main restricted #Added by software-properties deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted deb... 阅读全文
posted @ 2018-10-27 09:28 李文学 阅读(2841) 评论(0) 推荐(0)
摘要: 效果下: 阅读全文
posted @ 2018-10-13 19:06 李文学 阅读(1434) 评论(0) 推荐(0)
摘要: Spring-Boot配置文件数据源配置项(常用配置项为红色) 阅读全文
posted @ 2018-07-03 14:03 李文学 阅读(2286) 评论(0) 推荐(0)
摘要: Spring boot 版本Spring Frameworkjdk 版本maven 版本 1.2.0 版本之前 6 3.0 1.2.0 4.1.3+ 6 3.2+ 1.2.1 4.1.3+ 7 3.2+ 1.2.3 4.1.5+ 7 3.2+ 1.3.4 4.2.6+ 7 3.2+ 1.3.6 4.2.7+ 7 3.2+ 1.3.7 4.2.7+ 7 3.2+... 阅读全文
posted @ 2018-06-28 23:58 李文学 阅读(25406) 评论(0) 推荐(3)
摘要: 第一步,cas服务端对api接口支持 在cas-server-webapp下 pom.xml添加如下依赖 第二步.web.xml映射支持 第三步.mvn编译打包cas-server-webapp 编译方式提示:myeclipse操作方式为选中该项目右键pom.xml文件根据mvn命令操作生成war部 阅读全文
posted @ 2018-06-23 15:30 李文学 阅读(5760) 评论(0) 推荐(0)
摘要: 1.本示例中使用cas4.0+cas-client-core3.4版本,ide则是myeclipse2014 blue版本,mvn使用3.9版本 2.注意事项:请先实现破解cas-client-core,https请求证书的限制 3.在pom.xml引入cas-client-core.jar,并用破 阅读全文
posted @ 2018-06-14 09:34 李文学 阅读(1189) 评论(0) 推荐(0)
摘要: 方案2 测试代码 阅读全文
posted @ 2018-06-09 23:04 李文学 阅读(451) 评论(0) 推荐(0)