-
3d切割轮播图 (2)
具有炫酷3D切割轮播图插件,可修改参数,相当好用,推荐给大家(It has a cool plug-in for 3D cutting and rotatable drawing. It can modify the parameters and is very useful. It is recommended to you.)
- 2020-06-23 06:00:02下载
- 积分:1
-
Excel使用POI 导入导出
使用POI 对Excel 进行导入导出 内部有sql
- 2023-05-16 04:40:10下载
- 积分:1
-
音乐系统
音乐网站,页面大气,可做二次开发
- 2023-04-07 05:30:03下载
- 积分:1
-
大型电子花店系统
此项目为电子花店系统,架构为Struts2+Hibernate+Spring,数据库采用mysql,合理的采用分层开发的方式,很容易学习,作为参考。系统架构层次分明,从DAO层,entity层,到service层,到资源配置,一目了然。
- 2022-03-09 14:08:38下载
- 积分:1
-
3
HTML5 canvas数字时钟15种样式代码,网页走动时钟。(HTML5 canvas digital clock 15 style codes, page walk clock.)
- 2019-02-10 17:29:59下载
- 积分:1
-
省市级联
实现了省份和城市的二级级联效果,简单易懂,大家可以参考(It achieves the secondary cascade effect of provinces and cities, which is simple and easy to understand. You can refer to it.)
- 2020-06-24 17:00:02下载
- 积分:1
-
JS获取中文首字母
JS获取中文首字母
- 2015-04-09下载
- 积分: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
-
4
HTML5 canvas小人推箱子小游戏,原生JS编写,用键盘上的上、下、左、右键移动小人,把箱子全部推到小球的位置即可过关。箱子只可向前推,不能往后拉,并且小人一次只能推动一个箱子。(HTML5 canvas small person push box games, native JS programming, using the keyboard up, down, left, right keys to move the small person, the box all pushed to the position of the ball can pass. The box can only be pushed forward, not backward, and the person can only push one box at a time.)
- 2019-01-31 21:59:29下载
- 积分:1
-
js 橡皮擦效果 实例源码下载
js 橡皮擦效果 实例源码下载
- 2015-01-12下载
- 积分:1