登录
首页 » HTML » HTML5

HTML5

于 2014-01-12 发布 文件大小:199KB
0 150
下载积分: 1 下载次数: 1

代码说明:

  html5 参考手册,包含Html5 的标签说明(html5 reference book which contains all the description the label hatml5 has)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FrCapture-master
    说明:  ## 视频截图工具 可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。 ## 使用 ### 简单使用 主要文件: ``` <script src="poster.js"></script> ``` 在视频预览界面调用: ``` poster($('video')[0],function(e){ //console.log(e); if(e.bool){ //输出文件对象 var blob=e.data;//返回的是blob对象 console.log(blob); p.src=window.URL.createObjectURL(e.data);//创建一个临时预览路径 } }); ``` ### 使用extendvideo.js `extendvideo.js`与`poster.js`不同的是前者会在引入它的页面里每个`video`标签里增加一个`getPoster()`方法 。 用法: ``` var blob=$('video')[0].getPoster();//返回图片blob对象 ``` ## 原理 此视频截图工具,采用了canvas绘图函数实现video图片截取,产生base64编码图片信息,再通过转blob。 你的浏览器需要支持`HTML5`(### simple to use Main documents: . <script src= "poster.js" ></script> . Call on the video preview interface: . Poster ($('video') [0], function (E) {) //console.log (E); If (e.bool) { / / output file object Var blob=e.data; / / return is blob Console.log (BLOB); P.src=window.URL.createObjectURL (e.data); / / create a temporary preview path } }); . The use of extendvideo.js ### The difference between `extendvideo.js` and `poster.js` is that the former adds a `getPoster () method to each `video` tag in the page that is introduced to it. . Usage: . Var blob=$('video') [0].getPoster (BLOB); / / return picture object . ## principle This video capture tool uses a canvas drawing function to intercept video pictures, generate Base64 coded picture information, and then transfer blob. ## compatibility Your browser needs to support `HTML5`)
    2018-01-16 10:49:42下载
    积分:1
  • 0305010411
    随着社会发展的不断进步,民航事业的壮大,人们消费水平的提高,乘坐民航的消费着也越来越多。预定查询系统因此在各机票预定网点中的作用也越显重要,因此,开发一套实时机票预定系统更现紧迫。机票预定系统应克服存储乘客信息少,查询效率低下等问题外,更重要的是其安全性,可靠性,这关系到航班和乘客的安全及准确,本系统因面向广大机票预定网点。重点是销售系统中的方便快捷。(with social development progresses, the growth of civil aviation, people raise the level of consumption. CAD ride to the consumer more and more. Scheduled inquiry system in booking tickets for the networks is the role of the more important, therefore, development of a real-time ticket reservation systems are more pressing. Ticket reservation systems storage passengers should overcome the scarcity of information, inquiries inefficient issues, even more important is their safety, reliability, the relationship of flights and passenger safety and accuracy, the system for booking tickets for the large-oriented networks. Focus on the marketing system convenient and quick.)
    2007-03-21 21:32:56下载
    积分:1
  • ASP.NET-3.5
    HTML控件,服务器控件,C#程序设计基础(HTML controls, server controls, C# programming foundation)
    2013-09-15 21:43:54下载
    积分:1
  • kingdunnet
    金盾防恶意点击软件/系统源码(http://www.kingdun.net/),金盾防恶意点击系统代理平台采用AJAX技术独立注册接口方便简单,蓝色风格页面美观大方,后台管理系统具备新闻资料发布功能,可生成htm静态页面。(Click Golden Shield anti-malware software by tracking the behavior of website visitors judgment, widely used in the Baidu PPC services to improve the effectiveness of the advertisers bid Ads largest, Golden Shield anti-malware click System Agent using AJAX technology platform independent registered convenient and simple interface, blue style nice page, background management system with news publishing features can be generated htm static pages.)
    2013-05-14 11:15:01下载
    积分:1
  • 疯狂HTML5CSS3JavaScript+讲义+源码
    疯狂HTML5CSS3JavaScript+讲义+源码(crazy HTML5CSS3JavaScript+ppt+code)
    2020-06-20 06:40:02下载
    积分:1
  • JQ/xml版省市三级联动
    一个JQ版本的省市三级联动效果,使用xml做数据源。文件列表Area.xml-------数据源文件city.html-------效果主页面ddlAdderss.gif----网页背景图片jquery.js------JQ库文件
    2022-07-08 21:44:46下载
    积分:1
  • SayTocj_jslt_1.1
    SayTo是针对站内访客即时聊天的社交类程序组件。该组件主要实现同时访问网站用户间的交流,可以相互发表观点,即时显示文字信息,无需页面刷新,真正做到了站内实时互动。该产品提供了非常开放的接口功能,站长可以根据实际需求,在组件基础上通过站点用户数据实现对用户聊天的灵活控制,以及创新功能的二次开发。(SayTo visitors for the station' s social class instant messaging program components. The main components of simultaneous communication between users visit the site, can be mutually express their views, instant display text information without page refresh, truly a real-time interactive stations. The product provides a very open interface functions, owners can according to actual demand, on the basis of the component user data through the site user chat achieve flexible control, and innovative features of secondary development.)
    2013-11-04 17:15:06下载
    积分:1
  • J2EETutorial(zn)
    适合初学者,内容很详细,可以作为一本很好的参考教程(for beginners, as a very detailed, can be used as a good reference guide)
    2007-07-03 11:34:21下载
    积分:1
  • qas3
    Sturts 2 框架实现在线答疑系统,这种程序在网站中还是应用十分广泛的。(The Sturts 2 framework for the realization of online question answering system, this program in the web site is still widely used. )
    2014-01-03 22:08:12下载
    积分:1
  • lumianjiance
    说明:  基于ASP的路面检测系统,是原来做过的毕业设计,用ASP和SQL2000实现的,希望大家能用到。(ASP-based road detection system, is the original design did graduate, with ASP and SQL2000 to achieve, and I hope everyone can be that.)
    2010-04-16 14:00:41下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载