-
用于记录女生生理期,以便女生自我保护
界面均为自己绘图画出来的,可以参看学习一下绘图基本方法
- 2015-04-02下载
- 积分:1
-
微信小程序:电商源码
【实例简介】微信小程序:电商源码
- 2021-12-08 00:37:38下载
- 积分:1
-
android常用操作:sdcard的读取和写入 实例 附完整源码
首先如果要在程序中使用sdcard进行存储,我们必须要在AndroidManifset.xml文件进行下面的权限设置: 在AndroidManifest.xml中加入访问SDCard的权限如下: 接着我们在使用SDcard进行读写的时候 会用到Environment类下面的几个静态方法 1: getDataDirectory() 获取到Androi中的data数据目录 2:getDownloadCacheDirectory() 获取到下载的缓存目录 3:getExternalStorageDirectory() 获取到外部存储的目录 一般指SDcard 4:getExternalStorageState() 获取外部设置的当前状态 一般指SDcard, android系统中对于外部设置的状态,我们比较常用的应该是 MEDIA_MOUNTED(SDcard存在并且可以进行读写) MEDIA_MOUNTED_READ_ONLY (SDcard存在,只可以进行读操作) 当然还有其他的一些状态,可以在文档中进行查找到 5:getRootDirectory() 获取到Android Root路径 6:isExternalStorageEmulated() 返回Boolean值判断外部设置是否有效 7:isExternalStorageRemovable() 返回Boolean值,判断外部设置是否可以移除
- 2013-05-27下载
- 积分:1
-
乱码
乱码
- 2013-12-30下载
- 积分:1
-
Android上传视文件到服务器
Android上传视文件到服务器
- 2017-06-08下载
- 积分:1
-
android 选择照片/拍照 并上传图片到服务器源码(含服务器端接收源码)
android上传图片,服务器端用C#语音接收
- 2015-05-07下载
- 积分:1
-
android 移动PathMenu 菜单 例子源码下载
pathmenu
- 2015-04-01下载
- 积分: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 WIN8系统 磁贴点击下沉倾斜效果源码下载
android WIN8系统 磁贴点击下沉倾斜效果源码下载
- 2014-08-24下载
- 积分:1