-
论道html5
本书先简要介绍了如何用 HTML5 和 CSS3 制作网站,然后全面介绍了 API 和 Canvas 2D,接着介绍了如何在手机浏览器上开发 HTML5 相关的应用、WebSocket API 相关的三个案例和时下较为流行的 Node.js环境,最后介绍了瘦服务器战略和云的概念。
本书主要供业内的前端开发人员使用,也可供大专院校相关师生、行业技能培训学校作为相关教材和参考书(This book gives a brief introduction to how to use HTML5 and CSS3 production site, and then a comprehensive introduction to the API and Canvas 2D, then introduced how to develop HTML5 mobile browser browser-related applications, WebSocket API related to the three cases and nowadays more popular Node.js environment, and finally introduced the thin server strategy and cloud concept.
This book is mainly used for front-end developers in the industry, but also for the relevant teachers and students, industry skills training schools as a related materials and reference books)
- 2017-07-10 20:59:34下载
- 积分:1
-
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
-
BusyBox combines tiny versions of many common UNIX utilities
Please see the LICENSE file for details on copying and usage.
Please refer to the INSTALL file for instructions on how to build.
What is busybox:
BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides minimalist replacements for most of the
utilities you usually find in bzip2, coreutils, dhcp, diffutils, e2fsprogs,
file, findutils, gawk, grep, inetutils, less, modutils, net-tools, procps,
sed, shadow, sysklogd, sysvinit, tar, util-linux, and vim. The utilities
in BusyBox often have fewer options than their full-featured cousins;
however, the options that are included provide the expected functionality
and behave very much like their larger counterparts.
BusyBox has been written with size-optimization and limited resources in
mind, both to produce sma
- 2022-01-31 16:48:12下载
- 积分:1
-
oa
说明: 非常完整,SQL2000数据库,办公OA,功能实用。非常适合公司使用(Very complete, SQL2000 database, office OA, functional and practical. Very suitable for use)
- 2008-10-29 01:33:16下载
- 积分:1
-
ADAutoClick
自动点击广告链接,应一个朋友要求写的,现在送给大家了。(automatically click advertising link, a friend wrote, and now gave people.)
- 2007-03-06 00:04:18下载
- 积分:1
-
Product-information-release
本程序可是使用者浏览相关产品的信息,并发表评论,管理员可以对产品进行删除、添加等修改(Product information release)
- 2012-04-29 12:21:59下载
- 积分:1
-
html5花朵产生器
应用背景
这是一个用JavaScript在网页中生成随机花朵的demo,点击页面某处就会随机产生一朵绽放的花朵。很简单,虽然代码不是很多,但是效果还蛮不错的。能有啥应用场景我没有想到,也许就是在情人节那天给自己女友写个小页面中间放上照片,然后点击页面给点小惊喜。web程序就是这样吧,很简单,但很效果很惊人。
关键技术canvas、JavaScript、html、随机数、花朵、css、requestAnimationFrame
- 2022-01-25 18:51:24下载
- 积分:1
-
MOD_REWRITE
MOD_REWRITE manual for manage server with asp or apache
- 2010-02-20 01:30:43下载
- 积分:1
-
loan
贷款金融网站重要经营金融等等,同时含有资金池、交易功能(loan web)
- 2015-05-10 17:26:24下载
- 积分:1
-
CSS1
一个非常不错的源码个人博客使用.推荐使用(A very good source of personal blog use. Recommended)
- 2014-06-07 23:48:52下载
- 积分:1