-
调用系统摄像头 录制视频 播放视频实例源码下载(亲测可用)
调用系统摄像头调用系统摄像头调用系统摄像头
- 2015-02-10下载
- 积分:1
-
仿电商后台管理系统源码
【实例简介】仿电商后台管理系统源码
:本系统采用的还layUI模板,基于ssm框架,功能趋于成熟,运行环境:mysql8.0,jdk8.0及以上,IDEA;我做此项目是用来实训结业答辩,项目可流畅运行,毕竟答辩时在领导面前总不能报错吧,若有意外,请亲检查版本,believe me!
- 2021-12-06 00:37:34下载
- 积分:1
-
android 从外部程序获得ContentProvider提供的数据并进行操作 示例源码
android 从外部程序获得ContentProvider提供的数据并进行操作 示例源码
- 2014-03-14下载
- 积分:1
-
android 百度地图定位 实例源码
android 百度地图定位 实例源码
- 2014-06-12下载
- 积分:1
-
android umeng统计实例源码
android umeng统计实例源码
- 2014-09-10下载
- 积分:1
-
远程视频监控
【核心代码】 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
-
indicator android tab切换例子源码(支持Fragment)
indicator android tab切换例子源码(支持Fragment)
- 2015-04-22下载
- 积分:1
-
客车网上售票系统分析与设计(源码+数据库)
本系统分为两部分(可用于毕业设计): 一、前台功能模块 A.用户注册(游客进行该网站需要进行注册方可在系统中进行一系列与预订有关的活动) B.票务查询(旅客按出发地、到达地查询各车次的车票情况) C.车票销售(选择需要的车票,填写购买信息,比如:身份证号等,进行提交) D.改签(用户对已付款的订单车票信息进行变更操作) E.退票(用户对已付款的订单车票信息进行退货操作) F.信息浏览(查看管理员发布的各种信息) G.留言板(用户登陆后可以在留言板中发表留言,未登陆的用户则只能浏览其它用户发表的留言) H.个人信息修改 二、后台系统管理部分 A.用户管理(管理系统用户信息,作增删改查操作) B.票务管理(列车票务信息的增删改查) D.信息发布(管理员发布公告类新闻和图片类新闻) F.留言中心管理 G.订单统计 H.销售情况查询 I.个人信息修改
- 2018-03-18下载
- 积分:1
-
android 视频录制与播放 实例源码下载
android 视频录制与播放 实例源码下载
- 2014-08-09下载
- 积分:1
-
android 左右侧滑抽屉菜单例子源码下载
左右侧滑抽屉菜单
- 2015-03-04下载
- 积分:1