archlinux yaourt安装 但一直报错如下: :: Synchronizing package databases... core is up to date extra is up to date community is up to date error: fail...
分类:
数据库 时间:
2014-09-24 23:46:07
阅读次数:
1994
占位符https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=2082062510193540&id=1366133.1&_afrWindowMode=0&_adf.ctrl-state=rru77dj7v_139NOTE:14...
分类:
数据库 时间:
2014-09-24 22:16:27
阅读次数:
241
Fragment低版本使用需要导入V4包 主类文件:(因为低版本Activity中无法调用getFragmentManager()方法,所以继承FragmentActivity) import android.os.Bundle;
import android.support.v4.app.Frag...
分类:
其他好文 时间:
2014-09-24 19:40:17
阅读次数:
293
在Android开发中,新建的项目可能因为缺少对sopport工程的引用而报错,可以这样解决。1、项目右键 --> import --> Android --> Existing Android Code Into workspace --> 选择..\sdk\extras\android\supp...
分类:
移动开发 时间:
2014-09-24 18:10:17
阅读次数:
221
错误日志:2014-09-24 10:50:16 [org.springframework.context.support.FileSystemXmlApplicationContext]-[INFO] Refreshing org.springframework.context.support.F...
分类:
编程语言 时间:
2014-09-24 15:53:27
阅读次数:
470
在我下载Android源代码时,在最后一步调用repo sync,出现“fatal: '../platform/abi/cpp.git' does not appear to be a git repository”,后来在网上查了资料,参考http://zxquiet.iteye.com/blog...
分类:
移动开发 时间:
2014-09-24 14:05:56
阅读次数:
268
1 增加应用 Microsoft.Office.Interop.Excel 2 引用命名空间 using Excel = Microsoft.Office.Interop.Excel; /// /// If the supplied excel File does not exist then C....
分类:
其他好文 时间:
2014-09-24 12:08:36
阅读次数:
423
新装了Xcode之后,使用终端git的 gs(git status)命令时会出现xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not exist, use xcode-...
分类:
其他好文 时间:
2014-09-24 12:04:36
阅读次数:
174
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.
get(key) - Get the value (will always be positive) of the
key i...
分类:
其他好文 时间:
2014-09-24 10:31:06
阅读次数:
251
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.
get(key) - Get the value (will always be positive) of the
key i...
分类:
其他好文 时间:
2014-09-24 09:40:46
阅读次数:
177