最近遇到dell 的主机 raid1,坏盘更换后,rebulid 一会,就是白了。重启机器,对应硬盘 状态变成 Unconfigured(good), Spun Up 按照常规首先清理 外来配置 1 /opt/MegaRAID/MegaCli/MegaCli64 -CfgForeign -clear ...
分类:
其他好文 时间:
2017-08-02 13:06:01
阅读次数:
2074
控制台出现以下报错时: 注意检查输入符号是否错误; 出现以下报错时: 1. 检查出错行的id: banner和TagName: img 在相关的html页面中是否存在; 2. 检查html页中引入js文件是否在body底部引入,若是在head标签内引入并且在js中没有用window.onload就可 ...
分类:
Web程序 时间:
2017-08-02 10:24:13
阅读次数:
220
一、expect简介expect是基于TCL的相对简单的一种免费的脚本编程工具语言,用来实现自动和交互式任务程序进行通信,无需人的手工干预,如:SSH、FTP等。这些程序正常情况下都需要手工进行交互,而使用expect就可以模拟人手工交互的过程,实现自动和远端程序的交互,从来达到自动..
分类:
其他好文 时间:
2017-08-01 21:52:18
阅读次数:
235
vi auto_ssh.exp #!/usr/bin/expect set ipaddress "123.227.159.159" set passwd "你的密码" set timeout 30 spawn ssh root@$ipaddress expect { "yes/no" {send " ...
分类:
系统相关 时间:
2017-08-01 14:38:31
阅读次数:
170
一、 1、24/7 24/7 :twenty four hours a day, seven days a week I work 24/7.——meaing i work all the time. 2、ahead of the curve Ahead of the curve :遥遥领先you ...
分类:
其他好文 时间:
2017-07-31 10:10:22
阅读次数:
176
1、定义 1.1 标准定义 适配器模式(AdapterPattern)的定义如下:Convert the interface of a class into another interface clients expect.Adapter lets classes work together tha ...
分类:
其他好文 时间:
2017-07-31 01:08:51
阅读次数:
204
提供 数据结构与算法题目 的平台是LintCode,参考链接是:http://www.lintcode.com/zh-cn/ 问题描述: 参考代码: 结果与评价: ...
分类:
编程语言 时间:
2017-07-27 15:47:57
阅读次数:
171
1.OpenCV包含的模块 cv – 核心函数库 cvaux – 辅助函数库 cxcore – 数据结构与线性代数库 highgui – GUI函数库 ml – 机器学习函数库 2.常用头文件: #include <cv.h> #include <cvaux.h> #include <highgui ...
分类:
其他好文 时间:
2017-07-27 14:30:31
阅读次数:
260
Once upon a time there was a famous actress. As you may expect, she played mostly Antique Comedies most of all. All the people loved her. But she was ...
分类:
其他好文 时间:
2017-07-24 21:36:45
阅读次数:
213
小型自动化运维--expect入门知识Expect的自动交互工作流程简单说明:spawn启动指定进程-->expect获取期待的关键字-->send向指定进程发送指定字符-->进程执行完毕,退出脚本。spawn命令如果没有spawn命令,expect程序将会无法实现自动交互。spawn命令的语法为:spawn[..
分类:
其他好文 时间:
2017-07-24 16:31:52
阅读次数:
160