自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (11)
  • 收藏
  • 关注

转载 nginx负载均衡的5种策略(转载)

nginx可以根据客户端IP进行负载均衡,在upstream里设置ip_hash,就可以针对同一个C类地址段中的客户端选择同一个后端服务器,除非那个后端服务器宕了才会换一个。 nginx的upstream目前支持的5种方式的分配 1、轮询(默认) 每个请求按时间顺序逐一分配到不同的后端服务器,如果后端服务器down掉,能自动剔除。  upstream backserver { 

2017-12-14 14:32:36 127

原创 centos 最小化安装后网络启用和主机名称修改

最小化安装centos 默认网络不开启 输入ip addr  查看 使用的是什么网卡,比如ifcfg-ens33 su root 切换root用户 vi /etc/sysconfig/network-script/ifcfg-ens33 将ONBOOT=yes 保存退出:wq reboot 或者 systemctl restart network  或者

2017-12-06 23:40:36 348

原创 hadoop 集群系列 一:Linux 安装JDK

1:上传JDK包,使用XFTP  2: 查询内置jdk 版本 rpm -qa|grep jdk     3.卸载内置jdk sudo rpm -e --nodeps java-1.8.0-openjdk-headless-1.8.0.131-11.b12.el7.x86_64 java-1.8.0-openjdk-1.8.0.131-11.b12.el7.x86_64

2017-12-03 16:41:49 457

原创 Hbase 相关概念

HRegionServer HRegionServer 内部管理了一系列的HRegion 对象,每个HRegion对应了 table 中的一个region,HRegion中由多哦个HStore组成,每个HStore对应 了table中的一个column family,可以看出每个columnfamily 其实就是一个集中的 存储单元,因此最好将具备共同IO特性的column放在一个

2017-12-03 13:15:59 257

漫谈大数据和数据挖掘.pdf

漫谈大数据和数据挖掘.pdf

2021-06-17

Garbage-First LSM 论文

Garbage-First is a server-style garbage collector, targeted for multi-processors with large memories, that meets a soft real-time goal with high probability, while achieving high throughput. Whole-heap operations, such as global mark- ing, are performed concurrently with mutation, to prevent interruptions proportional to heap or live-data size. Concur- rent marking both provides collection "completeness" and identies regions ripe for reclamation via compacting evac- uation. This evacuation is performed in parallel on multi- processors, to increase throughput.

2019-06-13

rabbit in action

rabbitmq in action 中文版英文版压缩包,解压密码是123456

2019-02-19

java 并发编程实战

java 并发编程实战 中文版 英文版 读书的思维导图 Advance praise for Java Concurrency in Practice

2018-12-26

spring 5 , Spring Boot 2.0,Spring cloud

spring 5 in action pdf ,Learning Spring Boot 2.0 pdf,Spring Microservices in Action-Manning.pdf

2018-12-05

Linux Shell脚本攻略(第2版)

如果你是一位初中级用户,希望通过掌握快速编写脚本的技巧来完成各类事务处理,而又不 愿去逐页翻阅手册,那么本书就是写给你的。你不用了解任何shell脚本或Linux的工作原理,只 需要参照书中类似的例子和描述就可以动手了。对于中高级用户以及系统管理员或程序员而言, 本书则是在编码过程中寻求问题解决之道的一份绝佳参考资料。

2018-11-13

kafka-definitive-guide pdf

As we mentioned in the previous section about committing offsets, a consumer will want to do some cleanup work before exiting and also before partition rebalancing. If you know your consumer is about to lose ownership of a partition, you will want to commit offsets of the last event you’ve processed

2018-11-13

office android

可以打开Android office的源代码程序欢迎下载!

2015-01-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除