上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页
摘要: "参考:" 系统:KaliLinux (x86_64) 软件下载 1、 "下载地址:" 2、选择5.6版本 安装 1、准备文件和目录 2、修改权限 3、初始化数据 4、配置文件 /etc/my3306.cnf /etc/my3307.cnf 5、启动服务 6、连接服务 阅读全文
posted @ 2018-04-25 18:10 懒企鹅 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 基本步骤: 注意的地方 1、连接开启 connection.start(); 2.1、会话类型(事务型,非事务型) connection.createSession(false, Session.AUTO_ACKNOWLEDGE)的参数一 2.2、应答模式 connection.createSess 阅读全文
posted @ 2018-04-19 16:47 懒企鹅 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 更新到1.10以上版本 由于之前的源 只能安装1.6,所以更换 安装完成后 加速 1、https://www.daocloud.io/mirror accelerator doc,如果报错,参加链接2 2、http://guide.daocloud.io/dcs/daocloud 9153151.h 阅读全文
posted @ 2018-04-18 18:53 懒企鹅 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 安装 注意:elasticsearch需要非ROOT用户启动 https://es.xiaoleilu.com/010_Intro/10_Installing_ES.html 下载elasticsearch https://www.elastic.co/downloads/elasticsearch 阅读全文
posted @ 2018-04-16 14:52 懒企鹅 阅读(163) 评论(0) 推荐(0) 编辑
摘要: ##效果: ##nginx添加ssl模块 ./configure --with-http_ssl_module ##生成证书 openssl genrsa -out ca.key 2048 openssl req -new -x509 -days 1096 -key ca.key -out ca.c 阅读全文
posted @ 2018-04-13 15:27 懒企鹅 阅读(448) 评论(0) 推荐(0) 编辑
摘要: DUBBO入门 官方文档:https://dubbo.gitbooks.io/dubbo user book/content/preface/ 服务提供者 项目结构: pom文件: api 接口: pom文件: 默认 实现 实现类: 启动类: 配置文件: pom文件: 服务消费者 项目结构: 调用服 阅读全文
posted @ 2018-04-10 14:26 懒企鹅 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 开源客户端 ZkClient 结果: Curato 创建客户端 节点操作 异步操作 结果: 典型应用 事件监听 NodeCache 结果: 其监听的结果在创建和修改时会通知,删除时不会 Mast选举 分布式锁 一个订单号生成器的例子 1、没有锁: public static void main(St 阅读全文
posted @ 2018-04-03 16:09 懒企鹅 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 扩展篇 云计算 IaaS、SaaS、PaaS、虚拟化技术、openstack、Serverlsess 搜索引擎 Solr、Lucene、Nutch、Elasticsearch 权限管理 Shiro 区块链 哈希算法、Merkle树、公钥密码算法、共识算法、Raft协议、Paxos 算法与 Raft 阅读全文
posted @ 2018-04-03 14:27 懒企鹅 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 架构篇 分布式 数据一致性、服务治理、服务降级 分布式事务 2PC、3PC、CAP、BASE、 可靠消息最终一致性、最大努力通知、TCC Dubbo 服务注册、服务发现,服务治理 分布式数据库 怎样打造一个分布式数据库、什么时候需要分布式数据库、mycat、otter、HBase 分布式文件系统 m 阅读全文
posted @ 2018-04-03 14:25 懒企鹅 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 高级篇 新技术 Java 8 lambda表达式、Stream API、 Java 9 Jigsaw、Jshell、Reactive Streams Java 10 局部变量类型推断、G1的并行Full GC、ThreadLocal握手机制 Spring 5 响应式编程 Spring Boot 2. 阅读全文
posted @ 2018-04-03 14:20 懒企鹅 阅读(491) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页