符合EasyUI中Tree的Json格式,我们先看一下,格式是如何的[{ "id":1, "text":"My Documents", "children":[{ "id":22, "text":"Photos", "state":"closed", "children":[{ "id":111, ...
分类:
其他好文 时间:
2015-01-30 01:24:20
阅读次数:
127
1.ALAssetsLibrary 实例为我们提供了获取相册(照片app)中的图片和视频的功能。在ios8 photos framework代替了ALAssetsLibrary。
在使用ALAssetsLibrary时,我们需要申明它的实例。
ALAssetsLibrary* library = [[ALAssetsLibrary alloc] init];
2. 迭代获取相册ALA...
分类:
移动开发 时间:
2015-01-15 00:34:45
阅读次数:
231
http://www.cnblogs.com/v2m_/archive/2012/12/21/2827324.html一.使用系统的Assets Library Framework这个是用来访问Photos程序中的图片和视频的库。其中几个类解释如下 ALAsset ->包含一个图片或视频的各...
分类:
移动开发 时间:
2015-01-08 17:10:00
阅读次数:
185
当用户进行某些更改(裁剪,消除红眼,...),在内置 Photos.app iOS上,这些更改将不会应用到由相应 fullResolutionImage 返回的 ALAssetRepresentation 照片.但是,这些更改应用到 thumbnail 并由 fullScreenImage 返回的 ...
分类:
其他好文 时间:
2014-12-29 16:46:51
阅读次数:
163
最近在做学校的基础系统的时候前台需要树形的组织结构,由于前台的整体框架都用的是EasyUI,所以只能采用EasyUi中Tree的格式,可是麻烦的是,需要符合EasyUI中Tree的Json格式,我们先看一下,格式是如何的呢?
[{
"id":1,
"text":"My Documents",
"children":[{
"id":22,
"text":"Photos",
"st...
分类:
Web程序 时间:
2014-12-23 10:29:23
阅读次数:
279
由于目录下全是琐碎的小文件而且目录结构具深,使用rm-rf/backup,速度是每秒钟40-60M,我去,10T的数据得删多长时间啊!网上找资料,可以通过rsync来实现,mkdir/tmp/nullrsync--delete-before-a-H-v--progress--stats/tmp/null//backup/photos/
测试了删除速度,刚开始时候每秒..
分类:
系统相关 时间:
2014-12-11 19:21:56
阅读次数:
307
虽然是小问题一个,但也困扰了我一段时间,现在记下来,给自己做个备忘,也可以给其他人一个参考Java代码viewplaincopytoclipboardprint?01-0801:49:27.874:ERROR/WindowManager(473):Activitycom.photos.MainAct...
分类:
移动开发 时间:
2014-12-11 15:26:19
阅读次数:
201
ALL YOUR DOCS, PHOTOS, MUSIC AND VIDEOS FROM ANYWHERETonido allows you to access your entire collection of documents, photos, music and videos in your...
分类:
其他好文 时间:
2014-11-23 14:22:27
阅读次数:
159
1. App Extension Programming Guide
2.LocalAuthentication.framework - Touch ID Authentication
3.Local Authentication Framework Reference.
4.Photos.framework/PhotosUI.framework
5.AV Foun...
分类:
移动开发 时间:
2014-11-17 10:49:14
阅读次数:
189
1. image filter : 项目描述: Image filtering allows you to apply various effects on photos. after open the app, customer can pick a image from Sd card ori....
分类:
其他好文 时间:
2014-10-31 06:21:50
阅读次数:
262