-
预约功能
function yuyueshanchu4(btn){
var name=$(btn).parent().siblings().eq(0).text();
var id = getCookie("uid");
$.ajax({
url:"http://localhost:8888/design/user/yuyuedecrease4.do",
type:"post",
data:{"name":name,"id":id},
dataType:"json",
success:function(result){
if(result.status==0){
alert(result.msg);
$(btn).parent().parent().remove();
}
},
error:function(){
alert("删除异常");
}
});
}
- 2022-10-14 13:15:03下载
- 积分:1
-
我的JAVA,
不知道好不好,希望你可以改
我的JAVA,
不知道好不好,希望你可以改-My JAVA, do not know good or not, I hope you can be changed
- 2022-04-09 17:49:31下载
- 积分:1
-
accessPjsp-xinxiguanli
JSP+ACCESS 用户管理系统
用作毕业设计 适合初学者,。(JSP ACCESS user management system used for graduation design for beginners,.)
- 2011-12-13 21:59:15下载
- 积分:1
-
滚动条轮播
轮动条样式设置,hover事件,休息状态滚动条自动隐藏,代码兼容性好,
- 2022-02-04 12:44:45下载
- 积分:1
-
华为官网
说明: HTML+原生css+原生Javascript编写的华为官网项目,适合前端新手练习。(The project of Huawei official website written by HTML + native CSS + native JavaScript is suitable for beginners to practice.)
- 2020-09-15 16:03:59下载
- 积分:1
-
wxbarcode-master
小程序二维码条形码生成,可根据需求自行设置分享扫描(Small program two-dimensional code barcode generation, can be set according to the needs of their own share scan.)
- 2018-10-15 14:54: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
-
jquery文本框商品数量加减,自动计算总价与积分
jquery文本框商品数量加减,自动计算总价与积分
适用浏览器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗.
- 2022-04-15 01:42:28下载
- 积分:1
-
使用javascript编写的图片的各种展示方式,使用简单,实例丰富,效果良好...
使用javascript编写的图片的各种展示方式,使用简单,实例丰富,效果良好-picShow
- 2022-03-24 00:05:34下载
- 积分:1
-
1
小钱袋子是一款免费网络版记帐系统(B/S),适用于个人记帐、家庭记帐、团队记帐,帮你记录你财富的增长过程。该系统使用简单方便,界面设计美观,用户体验良好,代码安全性高。
小钱袋子记帐系统 1.1 更新内容:
1、账单列表显示更新为以天为单位,方便查看
2、账单列表增加以以天为单位统计收入与支出金额功能
3、账单列表增加补记功能(The money bag is a free online bookkeeping system (B/S). It can be used for personal bookkeeping, family bookkeeping, team accounting, to help you record your wealth growth process. The system is simple and convenient, with beautiful interface design, good user experience and high code security.
Small money bag accounting system 1.1 update content:
1. The bill list is updated to be a unit of days.
2. The bill list is added to the daily income and expenditure function.
3, Bill list added supplement function)
- 2018-07-24 09:02:33下载
- 积分:1