码迷,mamicode.com
首页 >  
搜索关键字:support library    ( 15455个结果
Workflow:实现一个简单的审批流程
1. 创建一个空白的项目,在其中创建Host – Windows Console Application,Client – Windows forms Application和DataExchangeWorkflows – Activity Library这三个项目。创建后应该结构类似于下图:2. ...
分类:其他好文   时间:2014-05-16 19:13:25    阅读次数:895
调优3(share pool 调整)
第三章 share pool 调整1、sga 组成部分1)database buffer2)redolog buffer3)share pool :共享池,存放最近最常使用的sql和plsql语句及解析计划和数据字典信息---library cache: 存放最近最常使用的sql及plsql 语句....
分类:其他好文   时间:2014-05-16 19:08:16    阅读次数:489
LeetCode OJ - LRU Cache
题目: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset. get(key)- Get ...
分类:其他好文   时间:2014-05-16 05:42:29    阅读次数:280
APP进入后台时自动截屏的应对方法
点击HOME键使应用进入后台时,iOS会自动对当前屏幕进行截屏处理,并保存成图片文件。在Mac中可以看到,这些截屏文件会被保存在下述路径中:/Library/Caches/Snapshots/(Bundle identifier)/且文件名以"UIApplicationAutomaticSnapsh...
分类:移动开发   时间:2014-05-15 16:01:46    阅读次数:370
- The import javax.servlet.jsp.JspWriter cannot be resolved
?? Add servlet-api.jar and jsp-api.jar from Tomcat 6.0 library to ecipse project....
分类:编程语言   时间:2014-05-15 11:21:43    阅读次数:446
百度地图js小结
1、获取javascript API 服务方法,首先申请密钥(ak),才可成功加载APIJS文件。 使用方法如下: http://api.map.baidu.com/api?v=2.0&ak=您的密钥">> 如果需要限制区域,那么需要引入下面的js http://api.map.baidu.com/library/AreaRestriction/1.2/src/AreaRestrict...
分类:Web程序   时间:2014-05-15 06:49:02    阅读次数:470
10gocm->session2->ocm02库与GC安装与配置
ocm02库与GC安装与配置 安装顺序:ocmdb02库(host:ocm02) 1.安装ocmdb02库 作用:存放历史数据,用于历史分析 --后续安装oms,oms需要一个容器来存放各个agent推送来的信息,ocmdb02就是这个容器。 2.配置oracle用户环境变量 export ORACLE_BASE=/u01/oracle export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1 export LD_LIBRARY_PATH=$ORACLE_HOM...
分类:其他好文   时间:2014-05-15 05:52:11    阅读次数:238
Intel baytrail-t support Linux?
点击这里查看文章 有空试试~~~唉。。。 Ubuntu (Linux) on Atom Z3700 Series ASUS Transformer Book T100 is particularly interesting platform, because some guys at XDA developers forum have already installed Androi...
分类:系统相关   时间:2014-05-14 15:08:01    阅读次数:547
Custom Action : dynamic link library
工具:VS2010, Installshield 2008实现功能:创建一个C++ win32 DLL的工程,MSI 工程需要调用这个DLL,并将MSI工程中的两个参数,传递给DLL,参数1:Property 表中的 ProductName参数2:操作 MSI 工程的 installer datab...
分类:其他好文   时间:2014-05-14 10:23:32    阅读次数:356
android-support关联源码
http://blog.csdn.net/xiaanming/article/details/9031141http://www.cnblogs.com/androidez/archive/2013/07/21/3203964.html如果在有用到过viewpager或者fragmentActivi...
分类:移动开发   时间:2014-05-14 10:13:24    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!