上一页 1 2 3 4 5 6 7 ··· 43 下一页

2018年7月19日

redis 与session

摘要: springboot:session集中存储到redis https://www.cnblogs.com/huiy/p/6907164.html springboot处理session生命周期 https://www.cnblogs.com/jin-zhe/p/8204058.html spring 阅读全文

posted @ 2018-07-19 00:52 chengjunde 阅读(815) 评论(1) 推荐(0) 编辑

2018年7月18日

Nginx 与 tomcat 部署网站

摘要: http://www.blogjava.net/libin2722/articles/355631.html http://congpeixue.iteye.com/blog/255011 keepalived+nginx+tomcat的简单部署 http://blog.51cto.com/xiao 阅读全文

posted @ 2018-07-18 01:03 chengjunde 阅读(157) 评论(0) 推荐(0) 编辑

2018年7月17日

linux 进程在后台执行

摘要: 把任务放到后台用 & 和 Ctrl+z 让后台任务从停止状态转为运行状态用 bg %N 把后台任务调回到前台用 fg %N 查看所有任务用jobs https://www.cnblogs.com/imsoft/p/7942523.html https://blog.csdn.net/dulingti 阅读全文

posted @ 2018-07-17 18:41 chengjunde 阅读(89) 评论(0) 推荐(0) 编辑

印象笔记

摘要: 账号:邮箱2 密a123-321 阅读全文

posted @ 2018-07-17 09:18 chengjunde 阅读(101) 评论(0) 推荐(0) 编辑

consul 小結

摘要: Consul Config 使用Git做版本控制的实现 https://segmentfault.com/a/1190000013807641 服务发现 - consul 的介绍、部署和使用 https://www.cnblogs.com/xiaohanlin/p/8016803.html 【Con 阅读全文

posted @ 2018-07-17 00:57 chengjunde 阅读(242) 评论(1) 推荐(0) 编辑

2018年7月16日

spring boot 使用拦截器,注解 实现 权限过滤

摘要: http://www.cnblogs.com/zhangXingSheng/p/7744997.html spring boot 使用拦截器 实现 用户登录拦截 http://www.cnblogs.com/zhangXingSheng/p/7744993.html shiro (java安全框架) 阅读全文

posted @ 2018-07-16 17:50 chengjunde 阅读(254) 评论(0) 推荐(0) 编辑

Springcloud/Springboot项目绑定域名,使用Nginx配置Https

摘要: https://blog.csdn.net/a_squirrel/article/details/79729690 一、Https 简介(百度百科) HTTPS(全称:Hyper Text Transfer Protocol over Secure Socket Layer),是以安全为目标的HTT 阅读全文

posted @ 2018-07-16 17:39 chengjunde 阅读(7167) 评论(0) 推荐(0) 编辑

spring boot 登录认证

摘要: 玩转spring boot——简单登录认证 https://www.cnblogs.com/GoodHelper/p/6343190.html 玩转spring boot——简单登录认证 https://blog.csdn.net/mixiaogui/article/details/77247455 阅读全文

posted @ 2018-07-16 17:11 chengjunde 阅读(176) 评论(0) 推荐(0) 编辑

mysql 的行转列 PIVOT 的使用

摘要: 语句:SELECT DataDate , PropertyText , DataValue FROM RPT_ReportProperty p WITH ( NOLOCK ) JOIN RPT_ReportData d WITH ( NOLOCK ) ON p.PropertyID = d.Prop 阅读全文

posted @ 2018-07-16 16:22 chengjunde 阅读(19843) 评论(3) 推荐(0) 编辑

2018年7月15日

maven spring MVC 及tomcat

摘要: eclipse+tomcat8+springMVC环境搭建https://blog.csdn.net/code_fighter/article/details/79169058 Eclipse+Tomcat+springMVC环境搭建与jsp页面学习笔记https://blog.csdn.net/z 阅读全文

posted @ 2018-07-15 00:06 chengjunde 阅读(88) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 43 下一页

导航