码迷,mamicode.com
首页 >  
搜索关键字:documents    ( 1362个结果
做权限树时 使用EasyUI中Tree
符合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
IOS持久化数据----(保存数据的一系列方法
数据持久存储到IOS文件系统中有三种不同的机制:属性列表,对象归档,嵌入式数据库SQLite3(另外还有其他方法,可以用传统的C IO函数读取或者写入数据,也可以使用Cocoa的低级文件管理工具)每一个应用程序支持三个文件夹 Documents, Library 和 tmp。应用程序将其数据存储在D...
分类:移动开发   时间:2015-01-29 23:42:39    阅读次数:245
knowledge_based topic model - AMC
ABSTRACT摘要         Topic modeling has been widely used to mine topics from documents. However, a key weakness of topic modeling is that it needs a large amount of data (e.g., thousands of doc- ument...
分类:其他好文   时间:2015-01-29 16:03:08    阅读次数:220
knowledge_based topic model - AMC
ABSTRACT摘要         Topic modeling has been widely used to mine topics from documents. However, a key weakness of topic modeling is that it needs a large amount of data (e.g., thousands of doc- ument...
分类:其他好文   时间:2015-01-29 16:02:57    阅读次数:189
POJ2159Ancient Cipher
DescriptionAncient Roman empire had a strong government system with various departments, including a secret service department. Important documents we...
分类:其他好文   时间:2015-01-26 19:13:07    阅读次数:165
NSSearchPathForDirectoriesInDomains用法
iOS可操作目录有两种:Documents下与Caches下, 如图:1、创建目录createDirectoryAtPath:withIntermediateDirectories:attributes:error:NSFileManager * fileManager =nil;NSArray *...
分类:其他好文   时间:2015-01-26 16:48:56    阅读次数:200
IOS学习笔记(五)数据存储
应用程序包: (bundle)包含了所有的资源文件和可执行文件documents:保存应用运行时生成的需要持久化的数据,ITuns同步设备时会备份该目录。例如,游戏应用可将游戏存档保存在该目录Library/Caches:保存应用运行时生成的需要持久化的数据, iTuns同步设备时不会备份该目录。一...
分类:移动开发   时间:2015-01-26 16:38:40    阅读次数:193
SQL中利用脚本恢复数据库
SQL中利用脚本恢复数据库 编写人:CC阿爸 2014-6-15 在日常SQL数据库的操作中,如何恢复数据库 use master drop database SCS1 RESTORE DATABASE SCS1 from disk='C:\Documents and S...
分类:数据库   时间:2015-01-25 00:02:03    阅读次数:219
Mongodb
Collection:A collection is simply a grouping of documents that have the same or a similar purpose.A collection is not enforced by a strict schema. Ins...
分类:数据库   时间:2015-01-23 19:42:02    阅读次数:152
app上架,iCloud存储的内容过多问题。
问题描述:我的db 图片 MP3 文件 当用户启动app的时候都把它们拷贝到/Documents 目录下 这样貌似不行。In particular, we found that on launch and/or content download, your app stores 2.02 MB. T...
分类:移动开发   时间:2015-01-23 00:42:50    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!