-
票务系统
年开发的电影票预订系统Asp.net使用登录参数,注册、预订、添加到购物车,然后最终预订机票。
- 2022-01-23 10:58:50下载
- 积分:1
-
juhe
一个有登录注册,资料上传,交易管理,门店管理,会员管理的前端html(A front-end HTML with login registration, data upload, transaction management, store management, membership management)
- 2019-01-13 21:58:14下载
- 积分:1
-
1
CSS3鼠标经过图片遮罩层代码基于Bootstrap3.3.5制作,自适应分辨率,兼容PC端和移动端,CSS3鼠标悬停动画效果遮罩层。(CSS3 mouse passes through the image mask layer code based on Bootstrap 3.3.5, adaptive resolution, compatible with PC and mobile, CSS3 mouse hover animation effect mask layer.)
- 2019-01-19 00:45:47下载
- 积分: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
-
在 C#.Net 中的投资管理体制
"投资管理系统"旨在开发交互式界面为用户有效地管理他们的投资,并给出一个简短的想法关于目前在金融市场中的投资各种。开发交互式界面为用户有效地管理他们的投资。了解所有关于在印度现有的不同的投资渠道。找出如何,投资者想要投资,他们喜欢投资的金融工具的类型。他们期望从投资的回报是什么?目的对节约的消费态度和决策方面的投资。向用户在前几年看到他累积投资提供一种功能。要生成在投资政策失效的情况下用户及时的警告消息。
- 2022-01-26 03:28:51下载
- 积分:1
-
php-webdriver-bindings_sy54h6
脚本语言服务端php实现,这是一个用php脚本语言写的邮件邮箱,k780邮件群发程序 beta20120513,php邮件群发程序,只需普通php环境即可,无需插件,无任何功能限制。带邮箱地址导入功能,群发可加随机码,可一键安装。,作为开发的各种例子程序代码(Php server-side scripting language implementation , which is a scripting language used to write php mail mailbox , k780 mass mailing program beta20120513, php mass mailing program, just ordinary php environment can be, without plug-ins , without any functional limitations.)
- 2013-09-19 16:41:26下载
- 积分:1
-
简约响应式网站建设html页面模板源码
说明: HTML网页原码,简约式响应网站搭建,复制粘贴可用(HTML page original code, simple response website construction)
- 2021-01-06 16:24:03下载
- 积分:1
-
bootstrap-table-master
bootstrap表格插件,非常方便的表格插件 可以通过ajax加载数据(Bootstrap table plug-in)
- 2020-06-25 17:00:02下载
- 积分:1
-
guoshanche
HTML5 SVG实现过山车动画,纯动画效果,效果非常好。(HTML5 SVG animation to achieve a roller coaster, pure animation effects, the effect is very good.)
- 2020-09-10 13:28:03下载
- 积分:1
-
feifeisitemap1.1
飞飞Asp站点地图(sitemap)生成类 主要功能:
1.设定链接的域名
2.设定每个页面的链接数量
3.设定程序访问目录
4.设定程序禁止访问的子目录
5.设定允许访问的文件的扩展名
【3-5为按照目录文件生成】
6.选择数据库类型(access或Sql)
7.设定数据库的链接方式
8.设定所取数据的sql语句
9.设定动态页面的链接地址
【6-9为按照数据库类型生成】
10.添加其他非扫描文件目录及名称(The main function of the the Feifei Asp site map (sitemap) generated class: 1 set linked domain set the number of links per page 3 Set Program Access directory 4. Prohibit access to the setup process subdirectories Let set to allow access file extensions [3-5 generated according to the catalog file] 6. taken to select the type of database (access or Sql) set database link. settings data sql statement set dynamic page link address [6-9 generated in accordance with the type of database] 10. adding other non-scan file directory and name)
- 2013-01-12 23:37:46下载
- 积分:1