码迷,mamicode.com
首页 >  
搜索关键字:minimum window subst    ( 31566个结果
每次的蛋疼,
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
缩放窗口时随一个div宽度设置另一个div的宽度
1.获取页面的宽度window.onresize=findDimensions; function findDimensions() //函数:获取尺寸 { //结果输出至两个文本框 $("#heightscrollbardivtwo").width($("#heightscrollbardiv"....
分类:其他好文   时间:2014-06-16 08:40:15    阅读次数:174
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
IPhone手机页面中点击文本输入框,弹出键盘,网页会放大,如何解决
在head标签中加入以上meta声明。具体属性可以谷歌/百度。 我查了下viewport,有几个属性:width - viewport的宽度 height - viewport的高度initial-scale - 初始的缩放比例minimum-scale - 允许用户缩放到的最小比例maximum-...
分类:移动开发   时间:2014-06-12 10:24:54    阅读次数:430
开辟和映射虚拟内存块在不同位数不同操作系统的问题
一、开辟内存执行的方法流程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
迷上了代码!