码迷,mamicode.com
首页 >  
搜索关键字:support    ( 6791个结果
11gR2 dataguard 备库文件损坏处理一例
原文链接:11gR2 dataguard 备库文件损坏处理一例   某客户的一套11gR2 dataguard环境出现异常,检查发现是备库出现文件损坏,且无法正常情况,已经超过1个多月没同步了。 我们先来看下备库的日志: .......省略部分内容 See Note 411.1 at My Oracle Support for error and packaging details. S...
分类:其他好文   时间:2014-06-07 01:25:07    阅读次数:217
SSI事务问题
搭建SSI框架,使用编程式事务,怎么执行都报错 信息: Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml] 2014-5-28 17:07:32 org.springframework.jdbc.support.SQLErro...
分类:其他好文   时间:2014-06-05 06:06:15    阅读次数:334
google推出的SwipeRefreshLayout下拉刷新用法
使用如下:1.先下载android-support-v4.jar最新版本,之前的版本是没有SwipeRefreshLayout下拉刷新控件的,如果已经更新,此步骤可省略。2.在xml文件中引用android.support.v4.widget.SwipeRefreshLayout控件,在里面可以放置...
分类:其他好文   时间:2014-06-03 13:10:17    阅读次数:300
6410开发板sd卡启动时烧写u-boot.bin以及u-boot-spl-16k.bin步骤
参考文档:《SMDK6410_IROM_APPLICATIONNOTE_REV1.00》(可以从这里下载到》参考博客:Tekkaman的博文《u-boot-2010.09 for mini6410 (add MMC support)》 《Tiny6410_SMDK从SD卡直接启动裸板代码 》 《使u...
分类:其他好文   时间:2014-06-03 11:31:54    阅读次数:403
ActionBar 溢出菜单和兼容问题解决
当我们想做一个类似于微信菜单很快我们应该可以想到可以用support-v7包或者actionbarshecklock,然后就写menu布局,如下 然后就是在onCreateOptionsMenu中调用一下menu布局,貌似一切都大功告成了,在类似于nexus5这样...
分类:其他好文   时间:2014-05-31 13:49:46    阅读次数:237
LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-05-30 15:09:06    阅读次数:223
沙盒目录常用获取方式
获取程序的Home目录 NSString *home = NSHomeDirectory();注意: 虚拟机Home目录: /Users/userName/Library/Application Support/iPhone Simulator/6.1/Applications/C926CCFA-A...
分类:其他好文   时间:2014-05-30 03:05:43    阅读次数:233
ViewPager 限制左右滚动
importandroid.content.Context;importandroid.support.v4.view.ViewPager;importandroid.util.AttributeSet;importandroid.view.MotionEvent;/****@类名CustomVie...
分类:其他好文   时间:2014-05-29 19:24:15    阅读次数:341
Maven 本地jar添加
以 spring-context-support-3.1.0.RELEASE.jar 为例,在 @3图中已经给出这个 jar 包的 groupId,artifactId,version信息,手动安装的时候这些信息不要改,否则 Maven 项目移植的话,jar 包下载就会失败。顺便把这信息帖下面,方便...
分类:其他好文   时间:2014-05-28 22:56:52    阅读次数:270
Qtwebkit flashplayer插件问题
复制npswf32.dll 到 C:\WINDOWS\system32\Macromed\Flash\ 代码加入: //! [1] QNetworkProxyFactory::setUseSystemConfiguration(true);// flash support QWebSettings:...
分类:Web程序   时间:2014-05-28 19:11:55    阅读次数:391
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!