_ 124 EMEDIUMTYPE_ Wrong medium type_ 123 ENOMEDIUM__ No medium found_ 122 EDQUOT___ Disk quota exceeded_ 121 EREMOTEIO__ Remote I/O error_ 120 EISNAM...
分类:
系统相关 时间:
2014-11-04 14:34:14
阅读次数:
400
4.LoadRunner请求无法找到:在录制Web协议脚本回放脚本的过程中,会出现请求无法找到的现象,而导致脚本运行停止。错误现象:Action.c(41): Error -27979: Requested form. not found [MsgId: MERR-27979]Action.c(41...
分类:
其他好文 时间:
2014-11-04 13:06:18
阅读次数:
143
系统环境:Ubuntu 8.04xen-3.3.1错误提示:$xend startDevice “eth0” does not existifdown: interface eth0 not configured具体场景:使用xen桥接的模式下启动xend时候出现了错误,说eth0找不到。运行ifc...
分类:
其他好文 时间:
2014-11-04 12:39:02
阅读次数:
258
Chrome更新后出现了 jquery.min.map404(Not Found) 的信息这个到底是什么东西?查询了一下,得到了以下资料JQuery 官方解释摘录一下內容从jQuery1.9.0 版本后在原始代码里会有@ sourceMappingURL=jquery.min.map什么是Sourc...
分类:
Web程序 时间:
2014-11-04 10:37:38
阅读次数:
300
一、for循环[root@wwwshell]#catfor.sh#!/bin/bashforiin`seq110`;do echo"$i" done通过这个脚本就可以看到for循环的基本结构:for变量名in循环的条件;do
command
done[root@wwwshell]#shfor.sh12345678910例2:[root@wwwshell]#catfor2.sh#!/bin/bashforain`ls`;do echo"$a"do..
分类:
系统相关 时间:
2014-11-04 09:27:51
阅读次数:
231
7、Route命令...语法:...-f选项...-p选项...Print命令...Add命令...Delete命令...Change命令...7、Route命令Route命令用于在本地IP路由表中显示和修改条目。在排除网络故障时常会用到。使用不带参数的Route或Route/?可以显示帮助。语法:route[-f][-p][command[destination][m..
分类:
其他好文 时间:
2014-11-04 00:22:19
阅读次数:
418
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 the...
分类:
其他好文 时间:
2014-11-03 22:07:53
阅读次数:
149
问题类型: 编译错误 问题描述: 文件链接错误 d: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKi.....
分类:
其他好文 时间:
2014-11-03 20:50:52
阅读次数:
284
报错内容:configure: error: mcrypt.h not found. Please reinstall libmcrypt网上搜索了非常多,包含自带的 yum install libmcrypt libmcrypt-devel,这个是没有效果的。去SourceForget下载libm...
分类:
Web程序 时间:
2014-11-03 20:47:12
阅读次数:
297
运行项目时遇见问题:
fatal error: malformed or corrupted AST file: 'Unable to load module
"/Users/me/Library/Developer/Xcode/DerivedData/ModuleCache/XYZYIE6ZV0OP/Darwin.pcm":
file not found' note: after modi...
分类:
移动开发 时间:
2014-11-03 19:28:11
阅读次数:
210