Async Uploader
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/ayncuploader
软件介绍
AsyncUploader is a way for webdevelopers who use jQuery, to implement aynchronous uploading to their sites. This is done in three easy steps.
- Including the jquery.asyncUploader.js in your html file.
- Create a form field with file upload capeabilities.
- Setup the plugin.
Create a simple form, with a filebrowser field and a submit button (in this example the id of the submit button is uploadFileButton).
In the header of your HTML file you setup the asyncUploader with something like this:
$(document).ready(function(){
$("#myForm").handleUpload({
submitButtonId: "uploadFileButton",
fileHandlerUrl: "fileThatShouldProcess.php (.asp/.jsp)",
printTxtIn: "uploadText"
});
});
I will no longer be working on this project. Do what you want with it =)
OpenCV3编程入门
毛星云 / 电子工业出版社 / 2015-2 / 79
OpenCV在计算机视觉领域扮演着重要的角色。作为一个基于开源发行的跨平台计算机视觉库,OpenCV实现了图像处理和计算机视觉方面的很多通用算法。本书以当前最新版本的OpenCV最常用最核心的组件模块为索引,深入浅出地介绍了OpenCV2和OpenCV3中的强大功能、性能,以及新特性。书本配套的OpenCV2和OpenCV3双版本的示例代码包中,含有总计两百多个详细注释的程序源代码与思路说明。读者......一起来看看 《OpenCV3编程入门》 这本书的介绍吧!