使用步骤1. 引入头文件:在工程的 Build Phases 下将要用到的 frameworks 和 libraries 添加。下图中我已经将要用的 sqlite3 添加到工程。2. 指定数据库存储路径:数据库一般都是存储在沙盒根目录下地 Documents 文件夹下,在指定路径的时候,要将数据库的...
分类:
数据库 时间:
2015-01-16 23:42:40
阅读次数:
358
[xuzhina@localhost ~]$ ls
asm.list Desktop Downloads Pictures Templates vmtoolsd
core.22625 Documents Music Public Videos vmtoolsd.tar.gz
[xuzhina@localhost ~]$ ls core.22625
c...
分类:
其他好文 时间:
2015-01-13 23:22:32
阅读次数:
219
Mac使用快捷键会节省非常多时间。使用最多的键就是shift键 option键 command键的组合了。当然一下略微用得多一点点,还有非常多快捷键没一一列举了进入指定文件夹的一些快捷键进入 All My Files文件夹: shift+command+f进入Documents文件夹:shift+c...
分类:
系统相关 时间:
2015-01-13 10:24:41
阅读次数:
156
*/bin 常用命令 */boot 存放启动引导文件grub */dev 设备文件 */etc 系统配置文件 */home 普通用户主目录,相当于Windows中的Documents and Settings /lib ...
分类:
系统相关 时间:
2015-01-11 16:10:59
阅读次数:
300
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
us...
分类:
数据库 时间:
2015-01-10 12:43:41
阅读次数:
197
法一:新建 %userprofile%\Documents\WindowsPowerShell\profile.ps1 就能让PowerShell 自动载人其中定义的内容。 法二:将.ps1文件改成.psm1文件,将其放在%userprofile%\Documents\WindowsPowerShe...
分类:
系统相关 时间:
2015-01-10 00:57:17
阅读次数:
307
Documents:保存应用运行时生成的需要持久化的数据,iTunes同步设备时会备份该目录。例如,游戏应用可将游戏存档保存在该目录tmp:保存应用运行时所需的临时数据,使用完毕后再将相应的文件从该目录删除。应用没有运行时,系统也可能会清除该目录下的文件。iTunes同步设备时不会备份该目录Libr...
分类:
移动开发 时间:
2015-01-09 23:39:50
阅读次数:
233
一、下载ZStack-CC2530.2.5.1a
http://download.csdn.net/detail/thanksgining/8328925
下载后:
二、安装ZStack-CC2530.2.5.1a
安装后:
Components:顾名思义这个是库文件,里面放了一些ZDO,driver,hal,zcl等库代码
Documents:这个不用...
分类:
其他好文 时间:
2015-01-09 17:35:39
阅读次数:
2085
About Sharepoint Base APP
Sharepoint APP默认的有21个APP,可以满足最基本的用户需求。下面是对每一个APP的介绍。
Document Library
Use a document library to store, organize, sync, and share documents with people. You ...
分类:
移动开发 时间:
2015-01-09 12:38:34
阅读次数:
271
苹果在iOS 5系统时,对app的文件存储提出了新的要求。从它的guildline来看,是推荐开发者尽量把app生成的文件放在Caches目录下的。原文如下:Only user-generated data or that cannot otherwise be recreated by your ...
分类:
其他好文 时间:
2015-01-09 12:08:31
阅读次数:
123