# mount -t nfs -o nolock 192.168.1.84:/home/jason/filesys /mnt/nfsmount: wrong fs type, bad option, bad superblock on 192.168.1.84:/home/jason/filesys, missing codepage or helper program, or oth...
分类:
其他好文 时间:
2015-07-14 15:44:54
阅读次数:
244
case 10004: error = "Interrupted system call 中断的系统呼叫"; break; case 10009: error = "Bad file number"; break; case 10013: error = "Permission denied 进入被...
分类:
其他好文 时间:
2015-07-13 16:02:47
阅读次数:
100
Description
Some of Farmer John's N cows (1 ≤ N ≤ 80,000) are having a bad hair day! Since each cow is self-conscious about her messy hairstyle, FJ wants to count the number of other cows that can ...
分类:
其他好文 时间:
2015-07-13 14:01:45
阅读次数:
135
在使用WEB-IOU进行试验的时候,偶然发现一个试验拓扑中,20台左右的设备,有6台设备无法保存配置,保存的时候还出现报错,报错内容如下:*Jun3005:49:50.842:%SYS-2-NV_BAD_PTR:BadNVRAMpointer.NVHeadervaluesare,nv:0x0x10FAD788.textbase:0x0xAB736714.textsize:2542.magic:..
分类:
Web程序 时间:
2015-07-07 19:46:15
阅读次数:
268
http://blog.sina.com.cn/s/blog_53a5865c0102e2u6.html使用的时候出现一个错误: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 是因为64位系统中安装了32位程序....
分类:
数据库 时间:
2015-07-07 19:04:07
阅读次数:
167
从 ubuntu 6.10 开始,ubuntu 就将先前默认的bash shell 更换成了dash shell;其表现为 /bin/sh 链接倒了/bin/dash而不是传统的/bin/bash。ubuntu edgy是第一个将dash作为默认shell来发行的版本,这似乎是受了debian的影响...
分类:
其他好文 时间:
2015-07-07 18:36:11
阅读次数:
134
今天一个数据库损坏了,不管对 该表 查询、修改、添加 都会出错, 错误信息如下: I/O error (bad page ID) detected during read at offset 0x0000000171a000 in file “路径\文件” 连接中断导致错误的可能性有: 1:服务器....
分类:
数据库 时间:
2015-07-07 16:13:26
阅读次数:
193
调用别人接口或请求某个网址内容的时候,容易出现一些故障,最近碰到了就记录一下。1.curl中的CURLOPT_TIMEOUT 时间设置长一点,否则容易出现白板页面,还不容易查找原因,一开始一直怀疑是同事接口写的有问题... o(╯□╰)o2.如果是有php-fpm的情况下,即使在php程序中设置了s...
分类:
其他好文 时间:
2015-07-06 23:18:58
阅读次数:
184
Bad Hair Day
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 14989
Accepted: 4977
Description
Some of Farmer John's N cows (1 ≤ N ≤ 80,000) are having a ...
分类:
其他好文 时间:
2015-07-06 21:49:40
阅读次数:
112
1.对字符串使用单引号(避免动态添加元素时html会出现的双引号"引起的冲突,方便操作-单引号一个键,双引号两个键) // bad var name = "Barrior"; // good var name = 'Barrior';2.使用一个var声明多个变量,用逗号隔开...
分类:
Web程序 时间:
2015-07-03 19:03:35
阅读次数:
217