在ubuntu 14.04 系统探索部署 nagios nrdp 插件过程中,遇到如下问题? 测试 http: ip /nrdp/ 提交结果的页面中,总是报如下错误: -1 BAD COMMAND FILE -1 BAD CHECK RESULTS DIR “BAD COMMAND FILE” “BAD C...
分类:
移动开发 时间:
2014-10-13 02:03:59
阅读次数:
629
TELOGS
<?php
/* command line parameters: wget "http://localhost/query.php?action=query&sn=123" -O get1.html */
$act=$_GET["action"];
/* http://localhost/query.php?action=query&sn=123 */
if ($...
分类:
其他好文 时间:
2014-10-12 23:52:58
阅读次数:
266
类似complex R/W mem test fail 在preloader阶段挂掉,请和弊司联系;
[SD0] DAT CRC error,请打patch:ALPS00787669;
NAND项目:
init: command r=-1 ' mount ubifs ubi@system /system wait'
init: command r=-1 ' mount ubifs ubi@...
分类:
移动开发 时间:
2014-10-12 23:52:08
阅读次数:
399
升级Xcode6.0.1后,模拟器不在默认显示键盘了。解决方案如下:
1、选择模拟器后,Hardware->Keyboard->Connect hardware keyboard 去掉√ 以后虚拟键盘可以用,否则默认使用外接的键盘
2、快捷键 shift+command+k
如图:
3、快捷键 command+k 直接显示虚拟键盘...
分类:
其他好文 时间:
2014-10-12 20:35:38
阅读次数:
260
Problem Description
The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that digit is the digital root. If the resultin...
分类:
其他好文 时间:
2014-10-12 19:46:59
阅读次数:
205
Python version 2.7 required, which was not found in the registry 参考:http://www.cnblogs.com/min0208/archive/2012/05/24/2515584.html AttributeError: 'mo...
分类:
编程语言 时间:
2014-10-12 19:38:38
阅读次数:
227
[ sed简单介绍:]sed是一个非常好的文件处理工具, 它本身是一个管道命令, 以行为单位进行处理, 能够用于对数据行进行新增、选取、替换、删除等操作。sed命令行格式:sed [-nefri] 'range command' file如: sed '2d' aaa.txt ...
分类:
系统相关 时间:
2014-10-12 16:20:30
阅读次数:
263
format格式与svn版本号我猜对应如下:1.4.x 对应 format 21.5.x 对应 format 3……1.8.x对应 format 6那么每个format创建出的repo要用对应的版本checkout,否则会出错。具体解决方案见:http://lailife.blog.163.com/...
分类:
Web程序 时间:
2014-10-12 13:01:57
阅读次数:
197
Just a few weeks ago, I had a discussion with one of my colleagues about how to manage the transaction in our innovation project, and I found it a big bang knowledge when dig into details. So I want to go through these details and give an internal knowledg...
分类:
编程语言 时间:
2014-10-12 03:04:07
阅读次数:
182
int arr[][] ={{1,2,3},{4,5,6,7},{9}};boolean found = false;for(int i=0;i<arr.length&& !found;i++) {for(int j=0;j<arr[i].length;j++){System.out.println...
分类:
编程语言 时间:
2014-10-11 23:45:46
阅读次数:
249