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
1.获取页面的宽度window.onresize=findDimensions; function
findDimensions() //函数:获取尺寸 { //结果输出至两个文本框
$("#heightscrollbardivtwo").width($("#heightscrollbardiv"....
分类:
其他好文 时间:
2014-06-16 08:40:15
阅读次数:
174
以下是指在js中实现,而非这种方法!因为这样是在unload掉body的时候触发,而无聊任何浏览器,都会在关闭的时候unload掉body的!模型1:functionclose(){alert("sdfsdfsdf");}window.onbeforeunload=close;模型2:functio...
分类:
Web程序 时间:
2014-06-16 07:36:01
阅读次数:
227
1、设置或获取整个 URL 为字符串:window.location.href2、设置或获取与 URL
关联的端口号码:window.location.port3、设置或获取 URL 的协议部分window.location.protocol4、设置或获取
href 属性中跟在问号后面的部分wind...
分类:
Web程序 时间:
2014-06-13 14:31:43
阅读次数:
274
[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