三、部署nagios监控系统1、安装nagios系统(1)创建nagios用户和组#groupadd-g1000nagios#useradd-gnagios-u1000nagios(2)安装nagios#./configure--prefix=/usr/local/nagios--enable-event-broker--with-nagios-user=nagios--with-nagios-group=nagios--with-command-user=nagio..
分类:
移动开发 时间:
2015-04-13 21:03:58
阅读次数:
146
目录 前言逼优鸡知己知彼 百战不殆抽刀断Bug 普通操作 全局断点(Global BreakPoint) 条件断点(Condational Breakpoints)打印的艺术 NSLog 开启僵尸对象(Enable NSZombie Objects)进击的码农 Console(lldb...
分类:
移动开发 时间:
2015-04-13 12:33:42
阅读次数:
207
19.按钮控件1.常用的属性。a.Text属性。该属性设定在按钮上显示文本。b.FlatStyle属性。该属性指定按钮的外观风格。c.Image属性。该属性指定在按钮上显示图形。d.ImageAlign属性。该属性可以调节图片在按钮上的位置。e.Enable属性。该属性是否可用,不可用则用灰色表示。f.Visi..
-(IBAction)doImage:(id)sender{ CGFloat screenWidth = [UIScreen mainScreen].bounds.size.width; NSArray *mArray = @[@"1.jpeg",@"2.jpeg",@"3.jpeg",@"4......
分类:
其他好文 时间:
2015-04-12 14:39:15
阅读次数:
132
通过Gii来实现系统的 CRUD 操作
1、修改 config 文件夹的 main.php,激活 Gii ,如下
'modules'=>array(
// uncomment the following to enable the Gii tool
'gii'=>array(
'class'=>'system.gii....
分类:
其他好文 时间:
2015-04-12 13:26:28
阅读次数:
194
建议先看看官网安装https://www.zabbix.com/documentation/2.4/manual/installation/install1.下载并解压tar-zxvfzabbix-2.4.0.tar.gz2.创建zabbix用户groupaddzabbix
useradd-gzabbixzabbix3.编译安装./configure--enable-server--enable-agent--with-mysql--enable-ipv6--wit..
分类:
其他好文 时间:
2015-04-12 07:00:31
阅读次数:
156
先是思科的,命令不多,都是基础的。不包括stp,升级,acl,web之类的。锐捷和思科99%类似。CISCO layer-2Switch> 进入超级终端控制台Switch>enable 进入交换机特权模式Switch#conf...
分类:
系统相关 时间:
2015-04-11 14:29:28
阅读次数:
199
Flooded!
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
To enable homebuyers to estimate the cost of flood insuranc...
分类:
其他好文 时间:
2015-04-11 08:58:19
阅读次数:
118
filter:使用CI的hooks来实现filter.1.在system/application/config/config.php中,把enable_hooks的值改为TRUE $config['enable_hooks'] = TRUE;2.在syste/application/config/h...
分类:
其他好文 时间:
2015-04-10 19:22:18
阅读次数:
111
//启动hooks//app/config/config.php$config['enable_hooks'] = TRUE;//hooks配置///app/config/hooks.php$hook['post_controller_constructor'][] = array( ...
分类:
其他好文 时间:
2015-04-10 17:31:09
阅读次数:
193