码迷,mamicode.com
首页 >  
搜索关键字:does not support inn    ( 9201个结果
archlinux yaourt安装 以及出错细节 database file for "archlinuxfr" does not exist.
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
PLSQL_性能优化工具系列_Best Practices: Proactive Data Collection for Performance Issues
占位符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
替代ActivityGroup的Fragment,实现主界面
Fragment低版本使用需要导入V4包 主类文件:(因为低版本Activity中无法调用getFragmentManager()方法,所以继承FragmentActivity) import android.os.Bundle; import android.support.v4.app.Frag...
分类:其他好文   时间:2014-09-24 19:40:17    阅读次数:293
在项目中引用android.support.v7
在Android开发中,新建的项目可能因为缺少对sopport工程的引用而报错,可以这样解决。1、项目右键 --> import --> Android --> Existing Android Code Into workspace --> 选择..\sdk\extras\android\supp...
分类:移动开发   时间:2014-09-24 18:10:17    阅读次数:221
Spring工程报错
错误日志: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
repo sync出现“fatal: '../platform/abi/cpp.git' does not appear to be a git repository”的解决方案
在我下载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
C# 创建Excel并写入内容
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
新装Xcode6,使用终端操作git时的问题
新装了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
用LinkedHashMap实现LRU Cache
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
用LinkedHashMap用实现LRU Cache
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!