-
介绍一种美观实用的JS日历,制备的介绍…
介绍一个漂亮并且实用的js日历,编写jsp页面时引入其中的calendar.jsp即可。-Introduce a beautiful and practical js calendar, the preparation of the introduction of jsp page which can calendar.jsp.
- 2022-11-16 09:10:03下载
- 积分:1
-
图书管理系统
基于Javaweb的图书管理系统,数据库是mysql,运用了java,html,jsp/servlet等知识。基于Javaweb的图书管理系统,数据库是mysql,运用了java,html,jsp/servlet等知识。基于Javaweb的图书管理系统,数据库是mysql,运用了java,html,jsp/servlet等知识。基于Javaweb的图书管理系统,数据库是mysql,运用了java,html,jsp/servlet等知识。
- 2022-07-20 02:04:31下载
- 积分:1
-
KinSlideshow
jquery.KinSlideshow-1.2.1 源码
- 2013-12-30 15:03:38下载
- 积分:1
-
测试才知道微信
@RequestMapping(value="/upload",method=RequestMethod.POST)
public void fileUpload(@RequestParam("file")CommonsMultipartFile file,HttpServletRequest request
,HttpServletResponse response){ //图片文件上传
Map resMap = new HashMap();
String imageCode = "-1";//默认上传失败
/**判断文件是否为空,空直接返回上传错误**/
if(!file.isEmpty()){
//获得文件后缀名
String suffix = file.getOriginalFilename().substring(file.getOriginalFilename().lastIndexOf("."));
if(suff
- 2023-04-10 10:10:03下载
- 积分:1
-
C语言在单片机中的应用
源程序51与PC通信原理及实现.rar(source 51 and PC Communication Theory and Implementation. Rar)
- 2004-11-07 22:47:21下载
- 积分:1
-
前台登录页面
前台登录页面,包含了JQuery验证逻辑,JavaScript,bootstrap等效果,页面很好看,采用网格系统,跨平台显示没有问题,尤其是在移动端显示更加美观。
- 2022-03-19 17:52:11下载
- 积分: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
-
校园小程序
校园小程序,校园小程序,校园小程序,微信小程序,关于校园的微信小程序
- 2022-07-11 12:57:09下载
- 积分:1
-
宠物租赁系统
这是我毕设的程序。
主要写了几个页面,后台只写了登录的一套,宠物租赁部分都没怎么写。
(比较懒,后来就不想能了)
由于需要积分所以拿出来分享。
完成度不是很高,拿去交个大作业还是可以的,,,,
- 2022-12-10 21:00:05下载
- 积分:1
-
Moving Ball Application Using Java Beans
Moving Ball Application Using Java Beans
- 2023-05-23 04:35:03下载
- 积分:1