码迷,mamicode.com
首页 >  
搜索关键字:disable    ( 2955个结果
屏蔽storm ui的kill功能
今天有个storm的topology被人kill掉了,但是找不到是谁做的,storm的ui有killtopology的功能,但是没有权限验证,这样就导致知道ui地址的任何人都可以kill掉topology,比较危险,考虑把这个actiondisable掉。有两种方法:1.前端增加nginx,做location分析ui页面,对应kill的but..
分类:其他好文   时间:2014-09-24 04:41:26    阅读次数:212
3.使用OGG进程进行初始化数据
开始初始化数据的时候要满足下面的条件:1.disable掉目标段表的外键约束2.disable掉目标端表的触发器3.删除目标段表的索引,加快初始化速度4.目标端表结构创建完成源端配置初始化抽取进程GGSCI (db11) 72> edit params IHREMD1 Extract IHREMD1...
分类:其他好文   时间:2014-09-24 01:23:45    阅读次数:472
Oracle alter index disable/unusable的区别
alter index index_name disable,enable针对函数索引。 SQL> create table test as select * from all_objects; SQL> create index ind_t_object_id on test(object_id) nologging; SQL> exec dbms_stats.gather_table_s...
分类:数据库   时间:2014-09-15 19:34:07    阅读次数:521
网络安装linux
一、 在另外一台服务器安装 tftp tftp-server ftp hdcp yum install tftp tftp-server  vsftpd dhcp -y 安装过程中 会自动检查依赖关系并自动将 xinetd(超级守护进程)安装 二、 配置 xinetd vim /etc/xinetd.d/tftp 打开tftp的配置文件 可以看到 disable 默认为Yes 将其改为 n...
分类:系统相关   时间:2014-09-15 17:50:29    阅读次数:335
ubuntu12.04下chromium的编译与运行
在查看了ubuntu的debian rules,重新配置chromium GYP_GENERATORS=make GYP_DEFINES="disable_sse2=1 use_third_party_translations=1 werror= sysroot= disable_nacl=1 linux_use_gold_binary=0 linux_use_gold_flags=0 enab...
分类:其他好文   时间:2014-09-15 14:23:38    阅读次数:231
boost序列化
#include #include #include #include #include #include #include #pragma warning (disable: 4244) //解决boost 中binary序列化:“std::streamsize”转换到“size_t”usi...
分类:其他好文   时间:2014-09-15 01:02:07    阅读次数:295
Adobe Acrobat XI Pro安装破解
注册机使用说明: Install Instructions: (Read carefully!) 安装说明(仔细阅读!) 1. Disable your Network card or pull the network cable. 禁用网络或拔出网线 2. Install Acrobat Pro ...
分类:其他好文   时间:2014-09-14 11:14:16    阅读次数:335
关闭 ubuntu System program problem detected
关闭 ubuntu System program problem detected 小编使用的系统是Ubuntu 14.0.4,最近不知什么原因,每次开机都出现: System program problem detected 很麻烦,关闭方法: vim /etc/default/apport # set this to 0 to disable apport...
分类:其他好文   时间:2014-09-12 22:08:44    阅读次数:231
rsync重启
一般编辑 /etc/rsync.conf, 后需要杀掉重开rsync进程可以在/etc/xinetd.d/rsync 中, 将disable设为no;然后 /etc/init.d/xinetdrestart就可以了。 xinetd读取的配置文件是 /etc/rsyncd.conf ............
分类:其他好文   时间:2014-09-12 20:35:34    阅读次数:217
Chromium项目的配置与编译
在Ubuntu12.04上下载了Chromium Browser浏览器的源码,需要经过配置与编译才能运行。 配置的脚本如下: #!/bin/sh  export GYP_DEFINES="disable_nacl=1 linux_use_gold_binary=0 linux_use_gold_flags=1 target_arch=ia32 remove_webcore_debug_sym...
分类:其他好文   时间:2014-09-12 17:22:33    阅读次数:338
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!