系统环境: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
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
报错内容: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
问题重述:
在删掉原来工作空间,重新install pods之后,遇到warning:
ld: warning: directory not found for option '-L/Users/.../Pods/build/Debug-iphoneos'
解决方案:
在Target-Build Settings中找到Search Paths-Library Search Path...
分类:
移动开发 时间:
2014-11-03 19:24:03
阅读次数:
198
问题描述:
RMAN> run {
2> allocate channel t1 type 'sbt_tape';
3> send 'NB_ORA_SERV=netbackup,NB_ORA_CLIENT=hz1';
4> restore controlfile to '/oracle11/oradata/control01.ctl' from '/c-3201563006-201...
分类:
Web程序 时间:
2014-11-02 18:22:20
阅读次数:
183
这个问题很容困扰,一般有以下几个方案
进入target的 Build Phases- Link binary Library,找到libPods.a,如果是红色的,删除,即可
其他解决方案
Build Setting > Other Linker Flag:
Try to change wherever $(TARGET_BUILD_DIR) to $(BUILT_PRODUCTS...
分类:
其他好文 时间:
2014-11-01 23:19:24
阅读次数:
241
项目复制粘贴,发布时出现:An existing resource has been found at location D:\Tomcat 7\apache-tomcat-7.0.55\webapps\futureOA02....
分类:
移动开发 时间:
2014-11-01 17:55:31
阅读次数:
303