上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页
摘要: docker ps 查看当前正在运行的容器 docker ps -a 查看所有容器的状态 docker start/stop id/name 启动/停止某个容器 docker attach id 进入某个容器(使用exit退出后容器也跟着停止运行) docker exec -ti id 启动一个伪终 阅读全文
posted @ 2018-09-12 11:14 变换 阅读(143) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/824066d70da8 https://www.jianshu.com/p/fe8c89a781a3 https://www.jianshu.com/p/453c6e7ff81c 原理解析 https://blog.csdn.net/column 阅读全文
posted @ 2018-09-12 09:06 变换 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 很多分布式缓存登录用户信息一般都是存在redis类似的缓存里面。其中实现细节或者拆分都是大同小异。 一般用户登录权限管理都用shiro处理。 如果仔细分应该就是一下3种。 1,有一个单独的用户权限管理平台。别的系统用户登录权限都再这个系统里面维护配置。登录后的用户信息存在redis。 2,每个系统都 阅读全文
posted @ 2018-09-07 18:48 变换 阅读(1141) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/cshhs/p/9269411.html https://www.w3cschool.cn/shiro/rmvk1if1.html http://www.myexception.org/software-architecture-design/18155 阅读全文
posted @ 2018-09-07 10:30 变换 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Gogs 什么是 Gogs? Gogs 是一款极易搭建的自助 Git 服务。 https://gogs.io/docs 阅读全文
posted @ 2018-09-06 10:41 变换 阅读(117) 评论(0) 推荐(0) 编辑
摘要: jenkins 自动化部署 git https://blog.csdn.net/spur_man/article/details/79425337 ShowDoc 一个非常适合IT团队的在线API文档、技术文档工具 http://showdoc.mdguanjia.com/index.php Gog 阅读全文
posted @ 2018-09-06 10:35 变换 阅读(136) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/u/3648248/blog/1526211 阅读全文
posted @ 2018-09-03 09:02 变换 阅读(109) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/anur/blog/1620579 阅读全文
posted @ 2018-09-02 20:37 变换 阅读(200) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/chenjianandiyi/article/details/78962709 运行镜像redis: docker run --name redis1 -d -p 6379:6379 redis redis-server --appendonly yes 阅读全文
posted @ 2018-09-02 19:51 变换 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 一般mybatis的用法。mapper-spring-boot-starter + PageHelper分页插件。 1,PageHelper分页插件 。 https://blog.csdn.net/u014082617/article/details/71215539/ https://blog.c 阅读全文
posted @ 2018-09-01 20:03 变换 阅读(202) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页