-
javaweb投票系统
1、可以实现在个人登陆,在线投票,票数统计的功能;
2、规定每个投票者每天只能投一票,并要求登录成功后才可以投票;
- 2023-02-18 14:20:04下载
- 积分:1
-
微信小程序实现移动端商城
微信小程序实现移动端商城
项目说明:
微信小程序:实现一个移动端商城
目录结构:
- images — 存放项目图片
- pages — 存放项目页面相关文件
- style — 存放独立wxss样式文件,可import引入
- utils — 存放utils文件,可require引入
- 2022-10-31 09:40:02下载
- 积分:1
-
net.代码
串口源代码,分享给用的上的人....................................
- 2022-03-19 19:14:17下载
- 积分:1
-
一个很好的时钟程序,很值得分享!有12种风格
很好的一个时钟程序,值得分享!有十二种风格-A very good clock procedures, it is worth sharing! There are 12 kinds of style
- 2022-07-02 04:51:35下载
- 积分:1
-
Mottie-tablesorter-v2.17.8
TableSorter 2.17.8 - Client-side table sorting with ease!(TableSorter 2.17.8- Client-side table sorting with ease!)
- 2014-12-10 13:14:02下载
- 积分: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
-
实用ligerui-
实用的ligerui本人亲测,让前端工程师们方便快捷,通用各种浏览器,简单易懂,让你的代码更具有灵性。
- 2022-01-30 11:32:44下载
- 积分:1
-
坦克大战HTML5版
完整的90烟山坦克大战,经典怀旧版,现在已经在html5上实现了,
既不需要安装IIS,也不需要flash组件,或者是任何的数据库搭建,
解压后直接可用,兼容chrome、firefox、搜狗和360安全浏览器。
主要技术:html5,canvas,javascript
- 2022-03-04 02:54:14下载
- 积分:1
-
网络拓扑图
简单的网络拓扑图,利用D3.js的javascript类库,编写的网络拓扑图,html5标签。 可以动态显示各个节点。先进而且实用。内有网页源码。支持chrome、火狐浏览器, 不支持IE。代码有点长, 但是很简单,
- 2022-02-09 17:15:05下载
- 积分:1
-
FileManager
网上文件管理系统:myeclipse开发的,可以上传下载文件,struts2框架,附带mysql数据库(Online document management system: myeclipse developed can upload and download files, struts2 framework with mysql database)
- 2013-11-29 14:35:26下载
- 积分:1