-
SSO单点登录
【实例简介】
XXL-SSO 是一个分布式单点登录框架。只需要登录一次就可以访问所有相互信任的应用系统。 拥有"轻量级、分布式、跨域、Cookie Token均支持、Web APP均支持"等特性。现已开放源代码,开箱即用。
- 2021-09-28 00:31:11下载
- 积分:1
-
断点续传 单任务断点下载
断点续传_单任务断点下载 断点续传_单任务断点下载
- 2014-04-10下载
- 积分:1
-
android 底部tab签实例源码下载(Fragment实现)
android 底部tab签实例源码下载(Fragment实现)
- 2015-01-23下载
- 积分:1
-
android 图片高斯模糊 实例源码下载
android 图片高斯模糊 实例源码下载
- 2014-12-05下载
- 积分:1
-
STM32F103RCT6最小系统板和原理图
STM32F103RCT6最小系统板和原理图,Altium designer16工程文件,实际测过可用
- 2019-04-15下载
- 积分:1
-
学生管理系统(选课)app源码
【实例简介】
管理系统实现的功能主要是:学生、教师的注册登录,和选课,以及修改学生的成绩等基本简单的功能。
- 2021-05-18 10:33:55下载
- 积分: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
-
android 多级菜单
android 多级菜单
- 2013-12-23下载
- 积分:1
-
Bregman算法
Bregman算法的原理,非常详尽的解释
- 2020-05-26下载
- 积分:1
-
android 仪表盘源码下载
android 仪表盘源码下载
- 2014-09-05下载
- 积分:1