-
html5花朵产生器
应用背景
这是一个用JavaScript在网页中生成随机花朵的demo,点击页面某处就会随机产生一朵绽放的花朵。很简单,虽然代码不是很多,但是效果还蛮不错的。能有啥应用场景我没有想到,也许就是在情人节那天给自己女友写个小页面中间放上照片,然后点击页面给点小惊喜。web程序就是这样吧,很简单,但很效果很惊人。
关键技术canvas、JavaScript、html、随机数、花朵、css、requestAnimationFrame
- 2022-01-25 18:51:24下载
- 积分:1
-
zhuce
该文件是一个简单的注册登录系统,使用方便(The file is a simple registration log, easy to use)
- 2012-01-12 15:50:45下载
- 积分:1
-
q
说明: 盗号收信盗号收信盗号收信盗号收信盗号收信盗号收信盗号收信盗号收信盗号收信盗号收信(Prepared to receive prepared to receive hacking hacking hacking hacking prepared to receive prepared to receive prepared to receive hacking hacking hacking prepared to receive prepared to receive prepared to receive hacking hacking hacking prepared to receive prepared to receive)
- 2011-01-02 19:32:53下载
- 积分: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
-
Myblog
博客近两年来在国内的发展非常快速,它可作为使用者个人或工作当中的文章、连结、照片的分享平台,逐渐成为以内容为主的新兴网路媒介,并延伸至行销、商业推广等主流应用,越来越多的人建立了自己的博客网站来展示自己想展示的信息。
本博客系统设计目的旨在建立一个以ASP.NET与SQL2005数据库为工具,功能简单、结构灵活而且轻量、精致的个人博客系统网站。网络日志管理为本系统的主要应用目标,同时能够满足用户对相册,图片,留言,个人信息等信息的管理和显示,以及设置博客的背景音乐等功能。
本设计以Microsoft Visual Studio 2005为开发环境,采用当前比较流行的C#编程语言进行编码,数据库采用的是SQL2005数据库。
- 2015-01-14 05:27:19下载
- 积分:1
-
sshDemo
Spring+struts+hibernate
- 2020-06-17 12:20:02下载
- 积分:1
-
Discuz_X2.5_SC_UTF8
php论坛开发框架,适合高效快速开发。也适用于二次开发。(Forum php development framework for efficient and rapid development. Also applies to the secondary development.)
- 2013-10-11 22:11:30下载
- 积分:1
-
Microsoft+.NET+Pet+Shop+5.0
说明: 本系统采用C#语言开发的经典三层架构,从下至上分别为:数据访问层、业务逻辑层(又或成为领域层)、表示层(This system adopts the classical three-tier architecture developed by C# language, from bottom to top: data access layer, business logic layer (or domain layer), presentation layer.)
- 2020-06-24 14:40:02下载
- 积分:1
-
Vote
投票选系统,整个系统仅一个文件,实现了数据维护、投票、排名、刷票分析等功能(Vote election system, the entire system is only one file, data maintenance, voting, ranking, and the analysis of brush votes)
- 2013-03-28 08:17:50下载
- 积分:1
-
仿淘宝的购物车效果
资源描述仿淘宝的右侧淘宝车效果,可添加自己喜欢的信息。方便,快捷。
- 2022-01-30 23:17:33下载
- 积分:1