Android SDK的很多API是隐藏的,我无法直接使用。但是我们通过编译Android系统源码可以得到完整的API库。编译Android系统源码后可以在out\target\common\obj\JAVA_LIBRARIES目录中有它所有API库(java)。当然对于一般情况,out\targe...
分类:
移动开发 时间:
2014-07-03 10:24:02
阅读次数:
239
一.创建一个弹出窗1.html代码 " id="target" alt="[Jcrop Example]" /> ...
分类:
其他好文 时间:
2014-07-02 22:16:37
阅读次数:
473
#import "TargetConditionals.h"gcc based compiler used on Mac OS Xfor EX#if !TARGET_IPHONE_SIMULATOR Float32 preferredBufferSize = 0.0232; if (checkE.....
分类:
其他好文 时间:
2014-07-02 18:43:36
阅读次数:
203
1 # pro file 2 [plain] view plaincopy 3 CONFIG += qaxcontainer 4 5 QT += core 6 7 QT -= gui 8 9 TARGET = QExcel 10 CON...
分类:
其他好文 时间:
2014-07-02 18:08:17
阅读次数:
301
rman 连接:
连接到本地数据库:
1、首先指定ORACLE_SID ; --如果数据库只有一个实例,那么就不需要进行指定了,rman默认连接到唯一的实例上;
>set ORACLE_SID=ORCL
2、然后rman target usr/pwd nocatalog;--这样默认就是连接的指定的数据库服务名称,关于catalog是什么意思,我还不知道;
>rman target us...
分类:
数据库 时间:
2014-07-02 11:38:08
阅读次数:
195
继上一篇云平台完成SCCM部署篇之后,SCCM篇正式开始,今天将开始介绍SCCM如何为域内机器推送OS(即OSD功能)(紫色为完成实施,红色为实施中):1、为你想做为分发点的PXE分发点安装Windows部署服务:2、安装完成:3、点击部署服务器进行配置:4、一路默认进行配置:5、到达该..
分类:
其他好文 时间:
2014-07-02 06:35:18
阅读次数:
302
简要分析一下build.prop是如何生成的。Android的build.prop文件是在Android编译时收集的各种property(LCD density/语言/编译时间, etc.),编译完成之后,文件生成在out/target/product//system/目录下。在Android运行时...
分类:
移动开发 时间:
2014-07-01 16:56:01
阅读次数:
515
一.安装tar zxvf haproxy-1.4.22.tar.gzcd haproxy-1.4.22make TARGET=linux26 PREFIX=/usr/local/haproxy install ( 注意要大写) 注:linux26就是linux内核的版本号可以用uname -...
分类:
其他好文 时间:
2014-07-01 16:54:10
阅读次数:
213
# Sets the target folders and the final framework product.
FMK_NAME=HovnVoipEngine
FMK_VERSION=1.0
# Install dir will be the final output to the framework.
# The following line creat...
分类:
移动开发 时间:
2014-07-01 15:36:58
阅读次数:
265
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array....
分类:
其他好文 时间:
2014-07-01 15:22:44
阅读次数:
140