Xcode 6制作动态及静态FrameworkiOS静态库关键点新建Target为Cocoa Touch Framework,deployment target(支持的最低版本的系统)设置成5.1.1。制作通用动态库(可同时在真机以及模拟器上使用)# Sets the target folders ...
分类:
其他好文 时间:
2015-07-11 00:57:13
阅读次数:
116
Xcode 6制作动态及静态FrameworkiOS静态库关键点新建Target为Cocoa Touch Framework,deployment target(支持的最低版本的系统)设置成5.1.1。制作通用动态库(可同时在真机以及模拟器上使用)# Sets the target folders ...
分类:
其他好文 时间:
2015-07-11 00:57:13
阅读次数:
185
170.ASM supports all but which of the following file types? (Choose all that apply.)
A. Database files
B. Spfiles
C. Redo-log files
D. Archived log files
E. RMAN backup sets
F. Password files
G...
分类:
其他好文 时间:
2015-07-10 13:36:26
阅读次数:
140
简单记录几个hdfs的运维命令//查看hdfs的状态,是否有missing block,corrupt block等,也可以看datanode的状态hdfs dfsadmin -report//查看hdfs根目录下是否有文件处于missing,currupt状态,而且不是under replica的...
分类:
其他好文 时间:
2015-07-09 12:59:52
阅读次数:
111
There are a bunch of different methods you can use to back up your MongoDB data, but if you want to avoid downtime and/or potential performance degrad...
分类:
数据库 时间:
2015-07-08 20:31:16
阅读次数:
160
mongodb版本:3.0.4准备:1、校验服务器的时间,3台同步2、关闭防火墙3、关闭selinuxSharding+Replica Sets 主机 IP 服务及端口Server A 192.168.31.231 mong...
分类:
数据库 时间:
2015-07-08 12:29:47
阅读次数:
141
(N) AP > Setup > Invoice > Distribution Sets (定义分配集) You can use a Distribution Set to automatically enter distributions for an invoice when you areno...
分类:
其他好文 时间:
2015-07-07 18:55:32
阅读次数:
185
之前的几篇文章大致说了副本集的搭建、副本集的管理,现在说下MongoDB数据库的管理。一:查看服务器状态:db.serverStatus()zjy:PRIMARY> db.serverStatus(){ "host" : "zhoujinyi", "version" : "3.0.4",...
分类:
数据库 时间:
2015-07-06 14:02:54
阅读次数:
171
Redis是一款开源的、高性能的键-值存储(key-value store)。它常被称作是一款数据结构服务器(data structure server)。Redis的键值可以包括字符串(strings)、哈希(hashes)、列表(lists)、集合(sets)和 有序集合(sorted sets)等数据类型。 对于这些数据类型,你可以执行原子操作。例如:对字符串进行附加操作(append);递增哈希中的值;向列表中增加元素;计算集合的交集、并集与差集等。...
Eloquent: Collections Introduction Available Methods Custom Collections Introduction All multi-result sets returned by Eloquent are an instance of the...
分类:
其他好文 时间:
2015-07-06 11:49:56
阅读次数:
127