-
zxkf
一个聊天室控件,含使用示例,适合开发聊天室和网络客服程序(A chat room control, including use of examples, for developing procedures for chat rooms and Network Service)
- 2010-07-25 23:01:24下载
- 积分:1
-
02_03
一个简单到不能简单的网页(html5)
舰队collection游戏对萌新的介绍及部分功能导航,双语poi
夕立太棒了poi~(A very simple website based on html5.
It is a website that includes site navigation, introduction, and poi~ for a game
called "Kantai collection".
POI~)
- 2017-09-14 21:01:35下载
- 积分: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
-
我爱自学网第十三章课程源代码
适用于初学者使用,常用模块功能的模块开发。包括网页导航,文件下载,用户登录等模块,自定义类和移动动画模块。
- 2022-02-01 23:10:39下载
- 积分:1
-
在线音乐商店的音乐沃尔玛ASP.NET项目
资源描述音乐沃尔玛ASP.NET项目 ;在线音乐商店是一个网站的在线音乐爱好者,用户可以下载新的歌曲可以听到在线观看视频和最新更新
- 2023-03-11 17:45:04下载
- 积分:1
-
webpage
做的一个小网页源代码,上传上来和大家一起讨论讨论,提高自己。(Make a small page source code, upload up and everyone together to discuss the discussion, improve their own.)
- 2007-11-07 23:13:45下载
- 积分:1
-
DIV-CSS
div+css的详细介绍,如何实际在java中应用(div+ css detailed description of how the java application)
- 2013-10-19 16:23:50下载
- 积分:1
-
Brush-quote
刷帖机,可以在论坛上面很方便,迅速的刷帖子,能用来抢票等等(Brush quote machine, you can easily top the forum, quickly brush the post, so I can rob ticket)
- 2014-02-19 18:44:13下载
- 积分:1
-
APS.NET 颜色创建器
应用背景
在网页上,很多时候为了区别一些DIV,所以需要用颜色去区分。
为了达成这个目标,所以写了一个生成柔和的颜色方法。
关键技术
本功能点是asp.net写的。用的是VS2011,所以自己准备一下。
同时,因为是网页上很多东西都是动态加载,比如说页面。
本DEMO里面也有方法动态调用一个Html显示在另外的html上面。
颜色创建器创建的颜色比较柔和,而且颜色也比较多。值得推荐,。
- 2022-02-14 15:43:33下载
- 积分:1
-
PhpColorV3.5-GBK-FREE
3.5版本修正了已发现的BUG,同时对很多功能进行了更新升级,这里不一一列举了,大家自行体验吧,下面介绍下基本功能 PhpColor 采用为php编写,数据库为mysql,使用模板引擎smarty使得程序与页面分离。 基本功能简介: 1、支持登录或匿名创建贴吧; 2、支持登录或匿名发帖回帖; 3、支持登录用户短消息功能; 4、支持登录用户申请吧主(Version 3.5 fixes have been found BUG, while many features have been updated to upgrade, not to enumerate here, and we experience it yourself, here are the basic functions under PhpColor adopted as written in php, database mysql, smarty template engine makes use procedures and page separation. Basic Features: 1, Support Login or create anonymous posted it 2, Support Login or anonymous posting replies 3, logged-on user support short message function 4, support for bar owners login user application)
- 2014-01-04 14:20:38下载
- 积分:1