-
领读阅读
说明: 使用了css3和html开发的微信小程序,主要是阅读页面和书架(It uses the Wechat program developed by CSS3 and html, mainly reading pages and bookshelves.)
- 2020-06-19 23:40:02下载
- 积分:1
-
blog_swan_8apytg
采用php的源码实现,这是一个用php脚本语言写的计数统计,qita短网址(MYSQL高负载版) v1.1,qita短网址SQLITE版发布后,得到大量网友的支持。,简单全面供给各类学习参考(Using php source code to achieve , which is a scripting language used to write php counting statistics , qita short URL (MYSQL high load version ) v1.1, qita short URL SQLITE release , got the support of a large number of users .)
- 2013-09-19 16:54:50下载
- 积分:1
-
aboutus
商品购买的一个板块 实现商品的购买 很实用的(Purchase of goods to buy a plate to achieve a very useful product)
- 2010-12-27 17:07:20下载
- 积分:1
-
asp.net_database_qinghua_bymousechen
asp数据库开发案例,很经典的例子。希望大家能喜欢(asp database development case, the classic example. Like to hope that we can)
- 2007-05-23 09:31:33下载
- 积分:1
-
stry_codesearch
一个邮政编码的文件操作,很强大的,asp写的,本人收藏的(A postcode file operations, it is powerful, asp writing, I collected)
- 2008-02-23 10:35:14下载
- 积分:1
-
shudongwl_v2.4.4.1023
树洞外链是一款免费开源的PHP外链网盘系统,界面简洁友好,支持阿里云OSS、又拍云、七牛、本地、远程五种储存方式,支持多用户系统。
(Tree outside the chain is a free open-source PHP outside the chain network system, the interface is simple and friendly, support Ali cloud OSS, and shoot clouds, seven cattle, local, remote five storage methods to support multi-user system.)
- 2016-12-09 20:58:55下载
- 积分: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
-
pagesc
网上收集的asp.net2.0分页控件, 含有测试页(Web page controls collection of asp.net2.0)
- 2009-10-20 12:33:21下载
- 积分:1
-
源程序
说明: 实现网上报名系统和查分。要求:1.通过以下过程:需求分析、E-R 模型、关系模型分析,在数据库中构建数据库、表或视图,熟悉数据库开发流程;
2.根据网上报名系统功能,条理清晰地设计前台各脚本页面;
3.同时要求实现网上报名费的收取(注意安全性),统计功能;
4.在时间允许的情况下,适当考虑页面的美观(Realize online registration system and score check. Requirements: 1. Through the following processes: requirements analysis, E-R model, relationship model analysis, build database, table or view in database, and be familiar with database development process;
2. According to the function of the online registration system, the script pages of the front desk are designed in a clear and orderly way;
3. At the same time, it is required to realize the collection (pay attention to safety) and statistical function of online registration fee;
4. When time permits, the beauty of the page shall be properly considered)
- 2020-11-25 09:59:32下载
- 积分:1
-
yysguestbook2.0
1、自定义站点信息。(地址、名称、邮件等……)
2、自定义站点版权信息。
3、自定义页面位置风格。
4、随意更新移动文本公告。
5、控制页面广告。
6、控制访问者留言发布模式(直接显示/验证)。(1, custom site information. (Address, name, e-mail and so on ......)
2, custom site copyright information.
3, custom page style position.
4, free to move text update bulletin.
5, control pages advertising.
6, the control Visitor Messages release mode (direct display/verification).)
- 2016-03-10 21:21:54下载
- 积分:1