上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页
摘要: XXL-JOB原理--任务调度中心任务管理 https://blog.csdn.net/qq924862077/article/details/82713758 阅读全文
posted @ 2019-12-02 13:51 cuiqq 阅读(711) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/d1f22a555065?utm_source=oschina-app 阅读全文
posted @ 2019-12-02 13:45 cuiqq 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Mysql数据同步Elasticsearch方案总结 https://my.oschina.net/u/4000872/blog/2252620 阅读全文
posted @ 2019-12-02 10:20 cuiqq 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 一、DML DML(data manipulation language)数据操纵语言: 就是我们最经常用到的 SELECT、UPDATE、INSERT、DELETE。 主要用来对数据库的数据进行一些操作。 SELECT 列名称 FROM 表名称 UPDATE 表名称 SET 列名称 = 新值 WH 阅读全文
posted @ 2019-12-01 20:05 cuiqq 阅读(358) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Yu_6651315/article/details/95197245 阅读全文
posted @ 2019-11-30 09:33 cuiqq 阅读(644) 评论(0) 推荐(0) 编辑
摘要: 一个网络请求中会经历多个节点的负载均衡:DNS、Nginx、网关、RPC(dubbo)等。但是负载均衡的算法大多数是一样的,下面列举一下。 以nginx的负载算法为例: 1、轮询+权重 2.、ip hash 3、url hash 4、least_conn 5、least_time 基本上就这些。这些 阅读全文
posted @ 2019-11-29 22:37 cuiqq 阅读(196) 评论(0) 推荐(0) 编辑
摘要: docker-compose.yml的使用 docker-compose.yml包含version、services、networks3大部分 services的书写规则 1.iamge services: web: # 服务名称,用户自定义 image: busybox # 镜像名称/镜像ID,如 阅读全文
posted @ 2019-11-29 21:28 cuiqq 阅读(2101) 评论(0) 推荐(0) 编辑
摘要: ElasticSearch + Canal 开发千万级的实时搜索系统【转】 https://blog.csdn.net/xiaochendefendoushi/article/details/82077825 阅读全文
posted @ 2019-11-29 16:17 cuiqq 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1、下载JDK,我是本地下载的。拷贝jdk-8u231-linux-x64.tar.gz到服务器 2、解压/安装 cd /usr/local mkdir jdk mv jdk-8u231-linux-x64.tar.gz /jdk/. cd /jdk tar -xzvf jdk-8u231-linu 阅读全文
posted @ 2019-11-29 09:42 cuiqq 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 如何查看fullGC 次数 如何较少fullGC 如何保证几周才发生一次fullGC 阅读全文
posted @ 2019-11-28 23:43 cuiqq 阅读(2060) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页