-
xitongdown1.0
系统之家通用下载系统是由岁月工作室基于aspCMS二次研发而成。我们致力于中小企业网站的搭建。根据现有企业的需求。开发适合企业的模块, 让企业可以轻松搭建适合自己企业的网站,后台功能强大,管理便捷。(System house general download system is made by the years of secondary development studio based aspCMS. We are committed to build the SME website. According to the needs of existing enterprises. Module development for enterprises, so that enterprises can easily build their own corporate Web site, powerful back-office functions, ease of administration.)
- 2016-05-21 09:58:58下载
- 积分:1
-
ASPDepends
ASPDepends列出你的网站和他们的子内容,检查包括文件和COM依赖你的“ASP”web站点或虚拟目录。它还显示方法和变量在所有的文件(ASPDepends your site and the content of their children are listed, check the file and COM rely on your ASP web site or virtual directory. It also shows the methods and variables in all documents)
- 2013-05-17 11:54:21下载
- 积分:1
-
Admin5demo
Admin5网站全站模板,使用织梦CMS系统!(Station Admin5 site-wide template, use the CMS system weaving dreams!)
- 2009-04-14 10:29:09下载
- 积分:1
-
caiquan-game-ASP-program
一个简单的网页版猜拳游戏,带有记分功能,短小易懂,适合ASP网页初学者学习使用。(A simple web version the mora game, with a scoring function, short and easy to understand, for ASP pages for beginners learning to use.)
- 2012-08-16 23:29:10下载
- 积分:1
-
Flash在线录音
这是一个web利用Flash实现在线录音的源码,里面有一个main.swf是主文件买就是一个Flash可以通过flash播放器播放,record.as是主要的类文件
- 2022-06-27 07:10:57下载
- 积分:1
-
oa
说明: 基于PHP,主要实现OA办公自动化系统的权限管理模块(OA office automation system based on PHP, rights management module)
- 2012-06-16 22:26:19下载
- 积分:1
-
freeodds_gpxz
足球網,比分賠率全自動更新,進球桌面提示(soccer live odds)
- 2010-05-13 14:16:08下载
- 积分:1
-
javaee网上商店
资源描述javaee网上商店
购物车
- 2023-08-28 18:10: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
-
pdfjs-2.0.943-dist
显示PDF文件,给PDF文件添加水印,控制PDF文件下载,打印。(Display PDF file, add watermarking to PDF file, control PDF file download and print.)
- 2020-06-18 00:40:02下载
- 积分:1