- 博客(60)
- 资源 (2)
- 收藏
- 关注
转载 kafka实战(一):kafka版本滚动升级到1.0.0
第一步:先把新版安装包拷贝到对应机器上,并解压。第二步:更新所有broker(新旧版本)上的配置文件config/server.propertiesinter.broker.protocol.version=0.10.1(旧版本号)log.message.format.version=0.10.1(现正在使用clien...
2019-05-30 10:45:36 541
转载 maven-source-plugin 自动将源码打包并发布
maven-source-plugin提供项目自动将源码打包并发布的功能,在需要发布源码项目的pom.xml文件中添加如下代码即可:<!-- Source attach plugin --><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-s...
2019-05-24 15:41:33 440
原创 Apache Httpd安装with ssl 以及OpenSSL心脏出血漏洞修复
一、背景:web网站需要搭建https,计划使用apache做代理,同时使用https加密传输二、工具:操作系统:Red Hat Enterprise Linux Server release 6.5 (Santiago)Apache:httpd-2.4.39openssl:openssl-devel-1.0.1e-57.el6.x86_64.rpm,openssl-1.0.1...
2019-05-09 17:53:03 1564
转载 配置yarn多线程运行模式
修改yarn-site.xml文件,添加如下:<!-- scheduler configuration, for multi-tasks run in queue, avoid mapreduce-run & pyspark ACCEPTED not run problem --> <property> <name>...
2019-01-21 14:45:17 1956
转载 Linux iptables 封ip, Linux iptables 屏蔽ip
iptables 博大精深,知道基本语法其他 需要什么就去查资料好了这里列几条Linux 屏蔽ip的命令,如下:屏蔽单个IP的命令iptables -I INPUT -s 192.168.9.198 -j DROP封整个段即从192.0.0.1到192.255.255.254的命令iptables -I INPUT -s 192.0.0.0/8 -j DRO
2018-05-30 11:33:27 1290
转载 kafka在线版本升级
1.5 Upgrading From Previous VersionsUpgrading from 0.8.x, 0.9.x, 0.10.0.x, 0.10.1.x, 0.10.2.x, 0.11.0.x or 1.0.x to 1.1.xKafka 1.1.0 introduces wire protocol changes. By following the recommended roll...
2018-05-29 17:21:31 3375
转载 Authentication for Hadoop HTTP web-consoles ---Hadoop 1.2.1
ConfigurationThe following properties should be in the core-site.xml of all the nodes in the cluster.hadoop.http.filter.initializers: add to this property the org.apache.hadoop.security.Authen
2017-10-15 20:26:11 457
转载 How to configure Gzip for JBoss?---refer
Question:I think to try to speed up my Web App by reducing the size of transferred data. For example, in Nginx there is a special module. How to enable compression for JBoss server?Answer:
2016-12-28 16:40:39 542
转载 keepalived安装
转载:http://www.cnblogs.com/xiaoit/p/4499703.html1:简介它是一个基于VRRP协议来实现的WEB服务高可用方案,可以利用其来避免单点故障。一个WEB服务至少会有2台服务器运行Keepalived,一台为主服务器(MASTER),一台为备份服务器(BACKUP),但是对外表现为一个虚拟IP,主服务器会发送特定的消息给备份服务器,当备份服
2016-11-22 16:31:02 669
转载 redhat linux手动RPM安装gcc,g++
转载:http://blog.csdn.net/vah101/article/details/17677451首先到http://vault.centos.org/6.5/os/x86_64/Packages/下载用到的rpm包,包括:cloog-ppl-0.15.7-1.2.el6.x86_64.rpmcpp-4.4.7-4.el6.x86_64.rpmgcc-4.4.7
2016-11-22 16:14:55 23334 2
转载 kafka-python安装
InstallInstall with your favorite package managerLatest ReleasePip:pip install kafka-pythonReleases are also listed at https://github.com/dpkp/kafka-python/releasesBle
2016-01-20 17:30:20 11326
转载 修改CentOS的yum源为163
备份 /etc/yum.repos.d/CentOS-Base.repo修改 /etc/yum.repos.d/CentOS-Base.repo[plain] view plaincopy# CentOS-Base.repo # # The mirror system uses the connecting IP address of the clie
2016-01-20 11:36:38 383
转载 graphite安装笔记
0.Graphite目录Graphite安装之后,在安装位置(默认为/opt/graphite)的文件布局如下:目录介绍/opt/graphite/bin二进制文件目录/opt/graphite/conf配置文件目录/opt/graphite/lib库目录/opt/graphite/storage数据存
2016-01-20 11:22:44 3093
转载 Windows command中的Git代理设置
windows下命令行设置代理在Windows命令行 cmd 环境下设置代理可能不是很常用,但是某些情况下还是可能会用到,比如公司的电脑只能通过设置代理访问外网,而你需要在 cmd 环境下使用 gem 命令更新文件时。当然,如果你使用某些代理软件为所有通讯设置了代理,那就不需要这些设置了。为 cmd 设置代理很简单,首先打开 cmd (win + R,输入 cmd,然后
2015-11-20 15:10:22 2005
转载 linux 安装和开启vnc服务
安装好CentOS 5.4后,虽然我们可以通过ssh来远程登陆服务器,但是我们使用ssh毕竟是一个字符型终端,很多图形界面下很方便的操作在字符型终端下显得非常繁琐,或者有些干脆就不能执行,为此我们需要远程登录图形界面。一.开启vncserver,任何时间都可以连接如果服务器是在机房内,平时无人职守,或者无法在本机登陆桌面,就无法使用远程桌面,我们只能求助于vncserver。
2015-04-27 11:15:11 1162
转载 zookeeper监控工具node-zk-zookeeper安装
网上关于zookeeper的web界面查看工具有好几个,Node-ZK-Browser的界面相对好点,是用nodejs写的,尝试搭建了下。1. 安装nodejs到 https://github.com/joyent/node/tags 下载了源码包node-0.8.14.zip。执行如下命令编译nodejs。查看源代码打印帮助1 ./configure --
2015-04-27 11:04:15 1928
转载 redhat/centos yum安装 This system is not registered with RHN
我们在redhat中使用yum命令的时候,可能会遇到这种情况,yum install build-essential提示This system is not registered with RHN,然后yum安装失败。下面分享一下解决办法。 Redhat之所以会出现这个错误是因为没有注册RHN,我们只需要更新一下yum的源就可以了。使用命令 cd /etc/yum.repos.d/
2015-04-24 09:49:22 699
转载 RedHat下如何安装和使用KVM
RedHat 红帽CTO Brian Steven在一次记者招待会说:“我们致力于Xen,RHEL 5有10年的生命周期,因此会有一个较大的交叉过渡。我们将在Red Hat 6中全面使用KVM,但KVM目前已经准备就绪,完全可以正式投入到数据中心和云中,不用再等待了!”KVM要使用2.6.20以上的内核才行.Ubuntu到是不用担心,它基本一直使用的是最新的内核.需要关心一点就是,
2015-04-24 09:38:41 4749
转载 Linux在命令行设置Proxy
在Linux的命令行底下,一般的程序都是使用http_proxy,ftp_proxy,ftp_proxy等环境变量来获得代理设置的。格式如下 export http_proxy=proxy_addr:port export ftp_proxy=proxy_addr:port export https_proxy=proxy_addr:port举个例子:假设你
2015-04-22 11:25:09 5390
转载 安装mod_proxy_html完善Apache反向代理
安装http://www.rschome.com/html/2012-06-16/215.htmllibxml2 downLoad http://download.chinaunix.net/download/0007000/6095.shtmllibxml2 安装 http://www.cnblogs.com/shanzhizi/archive/2012/07/09/258373
2015-03-30 16:20:24 1571
转载 jquery.validate使用攻略 - 1
转载:http://www.cnblogs.com/buzzlight/archive/2010/06/30/1768364.html
2014-05-08 20:42:31 459
转载 iptables常用命令
常用命令列表:命令 -A, --append范例 iptables -A INPUT ...说明 新增规则到某个规则炼中,该规则将会成为规则炼中的最后一条规则。命令 -D, --delete范例 iptables -D INPUT --dport 80 -j DROPiptables -D INPUT 1 说明 从某个规则炼中删除一条规则,可以输入完整规则,或直接指定规
2014-01-27 16:29:53 607
转载 linux防火墙iptables详细教程
2.1 框架图 -->PREROUTING-->[ROUTE]-->FORWARD-->POSTROUTING--> mangle | mangle ^ mangle nat | filter | nat | | | |
2014-01-27 16:28:55 507
转载 apache安装configure: error: APR not found. Please read the documentation
本以为Apache的编译安装很简单,其实不然; 以前的环境下编译报错很少 ,但这次不行了 提示configure: error: APR not found. Please read the documentation. 经网上查阅资料才知道这是Apache的关联软件 在apr.apache.org网站上可以下载此软件(apr-1.4.5.tar.gz);编译安装完成后
2013-12-06 09:53:05 672
翻译 jasypt结合spring加密
1.maven2引用jasypt坐标 org.jasypt jasypt {version} compile jasypt with spring坐标 org.jasypt jasypt-spring31 {version} compile如要结合spri
2013-11-22 16:59:15 5846 1
转载 linux network 配置
[root@mytest ~]# cat /etc/sysconfig/networkNETWORKING=yesHOSTNAME=mytest[root@mytest ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0BOOTPROTO=dhcpHWADDR=00:0C:29:DE:35:7EONB
2013-07-09 12:58:40 617
原创 linux zookeeper 自启动服务
项目中用到zookeeper,运维部门要重启机器,要项目组的人现场维护,哥表示懒得到现场,直接将zookeeper做成服务。首先配置你的zookeeper.下载,解压( 我的放在/usr/zookeeper下),配置zoo.cfg zoo.cfg配置如下:# The number of milliseconds of each ticktickTime=2000# The
2013-06-14 14:56:01 3366 4
转载 余弦相似度
向量空间模型将文档映射为一个特征向量V(d)=(t1,ω1(d);…;tn, ωn(d)),其中ti(i=1,2, …,n)为一列互不雷同的词条项,ωi(d)为ti在d中的权值, 一般被定义为ti在d中出现频率tfi(d)的函数,即在信息检索中常用的词条权值计算方法为 TF-IDF 函数,其中N为所有文档的数目,ni为含有词条ti的文档数目。TF-IDF公式有很多变种,下面是一个常用的TF-I
2013-06-07 23:47:03 669
原创 spring学习笔记(三)
Combining lifecycle mechanismsAs of Spring 2.5, you have three options for controlling bean lifecycle behavior: theInitializingBean and DisposableBean callback interfaces; custominit() anddestro
2013-05-24 23:31:38 1334
转载 CenOS6.0 源码安装vsftpd 配置虚拟用户
#先做些准备工作#查看安装vsftpd需要的基本组件是否安装 #虚拟用户生成密码时需要组件rpm –qa | grep db4#虚拟用户需要使用的组件rpm –qa | grep pam-devel#编译安装时需要使用的组件 rpm –qa | grep gcc#支持tcp_wrappers使用的组件rpm –qa | grep tcp_wrappe
2013-05-24 22:25:59 605
转载 Spring中@Autowired注解、@Resource注解的区别
Spring不但支持自己定义的@Autowired注解,还支持几个由JSR-250规范定义的注解,它们分别是@Resource、@PostConstruct以及@PreDestroy。 @Resource的作用相当于@Autowired,只不过@Autowired按byType自动注入,而@Resource默认按 byName自动注入罢了。@Resource有两个属性是比较重要的,分是nam
2013-05-23 10:15:10 425
转载 java中volatile关键字的含义
在java线程并发处理中,有一个关键字volatile的使用目前存在很大的混淆,以为使用这个关键字,在进行多线程并发处理的时候就可以万事大吉。Java语言是支持多线程的,为了解决线程并发的问题,在语言内部引入了 同步块 和 volatile 关键字机制。 synchronized 同步块大家都比较熟悉,通过 synchronized 关键字来实现,所有加上synchronized
2013-05-22 23:02:13 409
原创 spring学习笔记(二)
5.2 Container overviewThe interface org.springframework.context.ApplicationContext represents the Spring IoC container and is responsible for instantiating, configuring, and assembling the aforement
2013-05-21 22:58:30 938
原创 spring学习笔记(一)
1.2.spring ModulesThe Spring Framework consists of features organized into about 20 modules. These modules are grouped into Core Container, Data Access/Integration, Web, AOP (Aspect Oriented Progr
2013-05-19 09:39:09 1101
转载 Spring中Quartz的配置
Quartz是一个强大的企业级任务调度框架,Spring中继承并简化了Quartz,下面就看看在Spring中怎样配置Quartz:首先我们来写一个被调度的类:package com.kay.quartz;public class QuartzJob{ public void work() { System.out.println("Quart
2013-05-17 16:46:07 416
转载 log4j配置祥解
log4j配置祥解第一步:加入log4j-1.2.8.jar到lib下。第二步:在CLASSPATH下建立log4j.properties。内容如下:1 log4j.rootCategory=INFO, stdout , R23 log4j.appender.stdout=org.apache.log4j.ConsoleAppender4 log4j
2013-05-17 09:29:36 495
转载 Eclipse svn 关键字替换
打开目录:Windows:C:\Documents and Settings\{电脑用户名字}\Application Data\SubversionMac: 需要打开显示隐藏文件夹/Users/{电脑用户名字}/.subversion/编辑 config 文件:找到 # enable-auto-props = yes 行,将 # 去掉,启用自动属性替换。[auto-p
2013-03-19 15:11:16 599
转载 剖析Disruptor:为什么会这么快?(一)锁的缺点
剖析Disruptor:为什么会这么快?(一)锁的缺点原文:http://ifeve.com/disruptor-locks-are-bad/作者:Trisha’s 译者:张文灼,潘曦 整理和校对:方腾飞,丁一Martin Fowler写了一篇非常好的文章,里面不仅提到了Disruptor,而且还解释了Disruptor 如何应用在LMAX的架构里。里面有提及了一些目前没有
2013-02-28 11:09:55 661
lucene0.9.9查看
2010-07-13
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人