-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
这是一个JAVA宠物网站
这是一个JAVA宠物网站--epet。用的是MVC架构编写的(struts+Hibernate+Spring+Ajax版)。-This is a JAVA pet site- epet. Using a MVC framework for the preparation of the (struts+ Hibernate+ Spring+ Ajax version).
- 2022-02-13 13:42:29下载
- 积分:1
-
My97DatePicker
一款强大的日期选择插件,大部分日期控件都具备功能如:带时间显示,支持周显示,自定义格式,自动纠错,智能纠错,起始日期,操作按钮自定义,快速选择日期,支持多种调用模式等,My97DatePicker在这些方面做得更全面,更人性化,并且速度一流(it s your need!)
- 2012-07-16 10:42:08下载
- 积分:1
-
产品报废评估系统
产品报废评估系统旨在找出不符合规定的质量参数的产品。系统将自动检查本产品根据已定义的参数,并完成一定不完美的产品区分开来。
- 2022-06-11 17:42:50下载
- 积分:1
-
行业分类数据库管理系统
行业分类数据库管理系统-Industrial Classification database management system
- 2022-07-23 13:57:06下载
- 积分:1
-
8583解包工具
说明: 8583解包工具.rar, 8583报文组包解析源码,可以和银联的POS后台连接。(8583 unpacking tool. rar, 8583 packet group parsing source code, can be connected with the POS background of UnionPay.)
- 2020-06-18 16:00:02下载
- 积分:1
-
MinToolsPackage
Represents an XML node in an SDK repository that has a min-tools-rev requirement.
- 2014-02-27 10:27:52下载
- 积分:1
-
SSH整合循序渐进
这是关于servlet,jsp,mvc,hibernate等整合的一个教程(This is a tutorial on servlet, jsp, mvc, hibernate, etc.)
- 2019-04-19 09:34:06下载
- 积分:1
-
基于web的图书管理系统
通过本系统软件,能帮助旅行社利用计算机,快速方便的对旅游路线和旅游者的相关信息进行管理、输入、输出、查找的所需操作,使散乱的旅游路线能够具体化,直观化、合理化。 本软件适用于旅游业,对旅行者的相关信息可以随时输入、输出、查找、修改。 旅游信息管理系统利用可靠的技术实现游客信息管理的自动化、系统化、标准化,为旅行社针对客户信息制订出的经营构建了一个高效的信息管理系统。
- 2022-04-29 12:13:04下载
- 积分:1
-
安卓记住密码登录界面
根据网上看的一部份代码改编成自己的安卓记住密码界面
- 2022-10-14 17:35:06下载
- 积分:1