原文:http://www.cnblogs.com/rainman/archive/2011/06/22/2086069.htmlHTML5
本地存储1、sessionStorage2、localStorage3、Database
Storage4、globalStorage5、兼容性参考文献本地持...
分类:
Web程序 时间:
2014-05-09 17:41:41
阅读次数:
386
;*********************************************
; Boot1.asm
; - A Simple Bootloader
;
; Operating Systems Development Tutorial
;*********************************************
bits 16 ; we are in ...
分类:
其他好文 时间:
2014-05-05 13:13:30
阅读次数:
228
如果你现在开始用html5的声明来写页面时,你会发现在定义table的cellspacing和cellpadding时被提示该属性已过时或者提示非法属性。具体原因是在html5中table标签的这两个属性已经被移除,需要定义边框之类的时应该使用css的写法。具体实现如下:
Html5 Tabl...
分类:
Web程序 时间:
2014-05-05 10:26:59
阅读次数:
603
http://radiowar.org/security/samsung-nfc-reader-app-demo-video.html以三星NFC手机i9023作为原型机设计的一款读卡程序,模拟部分Crack的功能!将会进一步完善功能!备注:演示视频当初并非为了演示程序而生,程序一开始就内置了大量的...
分类:
移动开发 时间:
2014-05-05 09:51:51
阅读次数:
542
现在主流浏览器基本上实现了全屏效果,但是不同浏览器实现不一样:【进入和退出全屏】//
Webkit (works in Safari5.1 and Chrome
15)element.webkitRequestFullScreen();document.webkitCancelFullScreen(...
上下左右滑动页面,可以切换到图片(表格布局)。...
分类:
移动开发 时间:
2014-05-04 09:34:15
阅读次数:
392
MSU Perceptual Video Quality tool是莫斯科国立大学(Moscow State University)的Graphics and Media Lab制作的一款视频主观评价工具,使用起来比较方便。最近这段时间赶上毕设需要大量的主观评价试验,使用了一阵子这个软件,感觉还是挺方便的,记录一下它的使用方法。
1. 软件的特性
(1) 6种主观评...
分类:
其他好文 时间:
2014-05-04 08:59:56
阅读次数:
271
原文:http://www.php100.com/html/webkaifa/HTML5/2012/0831/10979.html随着高端手机(Andriod,Iphone,Ipod,WinPhone等)的盛行,移动互联应用开发也越来越受到人们的重视,用html5开发移动应用是最好的选择。然而,每一...
分类:
Web程序 时间:
2014-05-03 23:33:30
阅读次数:
508
Playback control of audio/video files and streams is managed as a state machine. The following diagram shows the life cycle and the states of a MediaPlayer object driven by the supported playback cont...
分类:
移动开发 时间:
2014-05-03 21:36:21
阅读次数:
568
html5中大概最吸引人的新功能就是canvas...