-
jsp开发的简易购物网站
这是用jsp开发的简单的购物网站,具有基本的购物流程,包括登录,身份验证,购买商品,添加购物车,查看购物车,提交订单等功能。对初学者是一个不错的案例
- 2022-06-12 18:53:31下载
- 积分:1
-
43721395137561941
HTML5 + CSS 程序员告白程序,很好看的效果(HTML5+ CSS 程序员告白程序,很好看的效果)
- 2015-01-27 18:50:30下载
- 积分:1
-
PyML-0.7.14.tar
基于pylon平台的SVM代码,国外网站上找到的,自己不懂,希望对懂的人有用(SVM code based on Pylon)
- 2016-02-20 10:23:35下载
- 积分:1
-
botss
安装注意事项:
如果本程序运行在非windows平台下,请将data文件夹权限设置为:777
安装完成后进入后台,请点击:生成缓存
请在安装完成后立即删除install文件夹
数据库采取UTF-8编码
建立MYSQL数据库时,请选择utf8_general_ci编码
程序安装路径:http://你的网站地址/install
后台路径:http://你的网站地址/AdminLogin.php(Installation notes:
If the program runs in the windows platform, please data folder permissions settings: 777
After the completion of the installation into the background, please click: cache
Please delete the install folder immediately after the installation is complete
A using UTF-8 encoding
The establishment of MYSQL , the utf8_general_ci encoding
Program installation path: http:// your website address /install
Background path: http:// your website address /AdminLogin.php)
- 2020-11-12 16:29:44下载
- 积分: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
-
mybookshop
网上书城 使用了asp.net平台,运用了sql,c#(Online Bookstore)
- 2020-07-02 18:40:01下载
- 积分:1
-
HTML5.pdf
说明: HTML5开发教程,HTML5从入门到精通,详细解释HTML5增加的新Tag。(HTML5 development tutorial, HTML5 from entry to proficiency, explains in detail the new Tag added to HTML5)
- 2020-06-24 17:40:02下载
- 积分:1
-
ciscogeneric
solarwinds cisco 专用图标(solarwinds cisco-specific icon)
- 2010-09-20 00:51:43下载
- 积分:1
-
UPmarkets-0.1.0.tar
是一个股票模拟交易系统 为PHP源码 需要自行建立MYSQL数据库,安装说明在文件夹的INSTALL里(Is a stock simulation trading system the PHP source need to create your own MYSQL database installation instructions in the INSTALL folder)
- 2020-11-12 16:29:44下载
- 积分:1
-
no1erpp5B1p5D
一款不错的ERP,可以作为新手的学习材料(A good ERP, can be used as a novice learning materials)
- 2013-05-24 09:45:45下载
- 积分:1