AnIntentis an object that provides runtime
binding between separate components (such as two activities).
Theintentrepresents an app’s "intent to do so...
分类:
移动开发 时间:
2014-06-16 10:00:27
阅读次数:
248
1.open your key chain access.2.on top left corner
unlock the key chain (if it is locked).3.click system from top left
corner.4.then click your distrib...
分类:
其他好文 时间:
2014-06-16 09:46:12
阅读次数:
220
js:function iFrameHeight() {var ifm=
document.getElementById("iframepage");var subWeb =document.frames ?
document.frames["iframepage"].document : ifm....
分类:
其他好文 时间:
2014-06-12 16:00:55
阅读次数:
240
[DllImport("user32.dll", EntryPoint =
"GetScrollInfo", CallingConvention = CallingConvention.StdCall)] public static
extern bool GetScr...
一、开辟内存执行的方法流程1.CreateFileMapping
创建一个内存块,指定大小。2.OpenFileMapping打开一个已经存在的内存块做映射。3.MapViewOfFile
获得内存块数据的头指针,需要制定大小。二、操作系统:Windows 7 旗舰版, 32-bit在不同的进程A和...
分类:
其他好文 时间:
2014-06-12 09:14:17
阅读次数:
260
编程工具:sublimeText2编程环境: 1,window操作系统 2,nodejs
3,npm自动化:grunt(编译、压缩、打包、构建项目) (npminstall-ggrunt-cli)js自动生成文档:jsDoc (npm install
-g jsdoc)
分类:
其他好文 时间:
2014-06-12 08:25:18
阅读次数:
219