1. Because of a power outage,instance failure has occurred. From what point in the redo log does recovery begin and where does it end?A. Current redo ...
分类:
其他好文 时间:
2015-02-27 16:50:49
阅读次数:
290
今天写代码时,每保存一次就弹出一次Errors occurred during the build的错误,百度上的方法普遍是:选择一个项目—-右键Properties—-Builders—-取消 “JavaScript Validator” 和Mule 3 hot deployment 的勾就OK了...
分类:
Web程序 时间:
2015-02-27 10:02:01
阅读次数:
168
重装了VS2010,在编译程序时出现了“error: LNK1123: failure during conversion to COFF: file invalid or corrupt ”这个错误,意思是由于COFF标识转换失败。而在连接中完成此项工作的是cvtres.exe。这个错误的原因是存在多个版本的cvtres.exe。
系统目录:C:\Windows\Microsoft.NET\F...
分类:
其他好文 时间:
2015-02-27 00:24:27
阅读次数:
203
在Java Build Path中将被引用项目Add加入到引用项目中。在Deployment Assembly中将被引入项目Add加到配置项中。这样在项目发布到tomcat中时被引入项目会被打成jar包,其关联的jar包也会随着发布。
分类:
系统相关 时间:
2015-02-26 21:29:49
阅读次数:
167
错误:java.lang.NullPointerException at com.genuitec.eclipse.ast.deploy.core.Deployment.(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.ModuleDe...
分类:
系统相关 时间:
2015-02-26 13:16:43
阅读次数:
343
使用XCode5创建新项目的时候发现无法修改Deployment Target,只能选择iOS7这是由于XCode5默认会选择在64位的环境下运行,在Build Settings中修改Architectures为Standard architectures(armv7, armv7s),回到Gene...
分类:
其他好文 时间:
2015-02-24 15:04:43
阅读次数:
127
在执行$ tar jxf rootfs.tar.bz2 -C ./rootfs/时遇到如下问题:tar: dev/console: Cannot mknod: Operation not permittedtar: dev/tty: Cannot mknod: Operation not permi...
分类:
系统相关 时间:
2015-02-13 14:47:33
阅读次数:
263
报错提示:*** Assertion failure in -[UICollectionView _dequeueReusableViewOfKind:withIdentifier:forIndexPath:viewCategory:], /SourceCache/UIKit_Sim/UIKit-3...
分类:
其他好文 时间:
2015-02-13 12:59:01
阅读次数:
633