-
star
1、ads目录下的三个文件分别为:头部广告、左侧广告和版权信息,请自行更改 2、网站的设置只需要更改根目录下的config.php即可,程序中有说明 3、根目录下的logo.gif为网站的logo,换成自己就行了 4、上传到PHP空间 祝偷得愉快!(1, three files directory ads are: head advertising, advertising on the left, and copyright information, change their own 2, set the site only need to change the config.php to the root directory of the program in a note 3, logo.gif in the root directory of the site s logo, replace himself on the line 4, upload PHP space stolen wish happy!
)
- 2016-07-19 22:55:49下载
- 积分:1
-
MLMCMSASP6直销源码
演示地址:http://6.mlmcms.com
下载地址:http://www.mlmcms.com/mlmcms/mlmcmsasp6.rar
管理账户:100000 密码:100000 二级密码:100000 三 级密码:10
- 2022-03-25 00:55:32下载
- 积分: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
-
阿里巴巴Java开发手册(详尽版)
说明: 阿里巴巴开发手册详尽版本,欢迎分享,请多多指教。(Detailed version of Alibaba Development Manual
Are you a stone pig?Divine Meaning)
- 2020-06-21 18:00:01下载
- 积分:1
-
wxpayv43
据微信提供的开放SDK,独立开发了Asp微信支付接口(According to the open SDK provided by Wechat, Asp Wechat Payment Interface has been independently developed.)
- 2020-06-24 12:20:02下载
- 积分:1
-
xdcms_v2.0.5
XDcms是南宁旭东网络科技有限公司推出的一套完全开源的通用的内容管理系统。主要使用php+mysql+smarty技术基础进行开发,XDcms采用OOP(面向对象)方式进行基础运行框架搭建。模块化开发方式做为功能开发形式。框架易于功能扩展,代码维护,二次开发能力优秀。(XDcms Nanning of Xudong Network Technology Co., Ltd. launched a completely generic open source content management system. Mainly use php+mysql+smarty basis the development, XDcms using OOP (object-oriented) basic operating framework structures. Modular development approach as a form of functional development. Framework easy functionality expansion, code maintenance, excellent secondary development capacity.)
- 2013-01-13 14:29:42下载
- 积分:1
-
NewsManager
新闻发布系统 增删查改 新闻动态页面(Press Release System CRUD News page)
- 2013-12-20 21:14:44下载
- 积分:1
-
thinkphp项目
资源描述thinkphp后台模板,基于bootstrap实现,包含html5+css3+js等
- 2022-02-02 12:31:00下载
- 积分:1
-
xos shop expansion from oscommerce
XOS-Shop是一个综合性的网络商店系统,它通过一个web界面进行管理,可以适应运营商的需要。它与XOS-Shop有关,是对著名的开源web-Shop系统osCommerce的进一步开发;
- 2022-12-09 02:30:04下载
- 积分:1
-
UBB
建站必须掌握的基础知识,特别是新站长必熟悉才可以,排版必备(Jianzhan must master the basics)
- 2011-08-28 18:35:55下载
- 积分:1