上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 83 下一页
摘要: docker : 官网:https://hub.docker.com/_/nginx step 1: sudo docker pull nginx step2 : sudo mkdir -p /data/ngnixvi ngnix.conf ngnix.conf : user nginx; work 阅读全文
posted @ 2019-09-16 12:14 lshan 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1、集群情况下session会产生什么原因? 由于session存放在服务器端,集群下用户可能访问不同的服务器,则可能session无法共享。 2、Session共享解决方案 1)NGINX做的负载均衡可以绑定ip_hash,从而使同一个IP访问同一个服务器 该方案使得集群失去意义。 2)利用数据库 阅读全文
posted @ 2019-09-16 11:59 lshan 阅读(1189) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u012472945/article/details/79595566 cankao : Ubuntu 16.04 安装 SVN-Client (RaabitVCS) 阅读目录 1. 添加源 2. 更新源 3. 安装依赖库 4.安装rabbitCVS 5. 阅读全文
posted @ 2019-09-10 15:07 lshan 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 为了支持事务,使用副本集的方式做单机节点: 副本及带认证详细参考我这篇:https://www.cnblogs.com/lshan/p/12035285.html 副本集如果连接不上可以加上参数:mongodb://192.168.186.122:27017/?directConnection=tr 阅读全文
posted @ 2019-09-10 14:40 lshan 阅读(1646) 评论(0) 推荐(0) 编辑
摘要: jdk 下载:如果官网没有账号: https://www.iworkh.com/download/share/99-%E8%BD%AF%E4%BB%B6/04-%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/jdk/ link来自: https://blog.csdn.ne 阅读全文
posted @ 2019-09-09 19:38 lshan 阅读(822) 评论(0) 推荐(0) 编辑
摘要: 官网指导文档: http://flume.apache.org/releases/content/1.7.0/FlumeDeveloperGuide.html http://flume.apache.org/releases/content/1.9.0/FlumeDeveloperGuide.htm 阅读全文
posted @ 2019-09-03 11:06 lshan 阅读(277) 评论(0) 推荐(0) 编辑
摘要: kafka下载: http://kafka.apache.org/downloads 版本: kafka_2.11-1.1.1.tgz 解压: tar -zxvf kafka_2.11-1.1.1.tgz -C /opt/install [root@hadoop002 kafka_2.11-1.1. 阅读全文
posted @ 2019-08-30 10:49 lshan 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 参考: 原文链接:https://blog.csdn.net/zzzgd_666/article/details/81544098 推薦參考: https://www.cnblogs.com/goloving/p/9142222.html 之前敲代码的时候,避免不了各种try…catch, 如果业务 阅读全文
posted @ 2019-08-29 11:25 lshan 阅读(798) 评论(0) 推荐(0) 编辑
摘要: 参考:http://edisonxu.com/2017/03/30/axon-cqrs-example.html 阅读全文
posted @ 2019-08-28 18:28 lshan 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 场景: (User Service) 更新用户操作包含更新用户基本属性和分配角色,由两个线程分别执行,当一个线程执行成功另一个执行失败时,需要回滚整个处理流程 解决方案:使用CQRS事件溯源回滚聚合根到指定状态 事件溯源(Event Source): 事件溯源能够保证对应用状态所有的改变被当作一系列 阅读全文
posted @ 2019-08-28 18:25 lshan 阅读(1311) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 83 下一页