码迷,mamicode.com
首页 >  
搜索关键字:starting window    ( 30257个结果
1.1.4 Getting Started_Budding Your First App_Starting Another Activity
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
iframe自动适应高度1
js:function iFrameHeight() {var ifm= document.getElementById("iframepage");var subWeb =document.frames ? document.frames["iframepage"].document : ifm....
分类:其他好文   时间:2014-06-12 16:00:55    阅读次数:240
C#:使用Window自带函数(如:user32.dll)
[DllImport("user32.dll", EntryPoint = "GetScrollInfo", CallingConvention = CallingConvention.StdCall)] public static extern bool GetScr...
分类:Windows程序   时间:2014-06-12 11:59:40    阅读次数:411
开辟和映射虚拟内存块在不同位数不同操作系统的问题
一、开辟内存执行的方法流程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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!