题记:原本要写nfs的I/O小测试的,但考虑到只是的完整性和系统性,转一篇调度策略相关文章。1.linux中的调度策略参考:http://scoke.blog.51cto.com/769125/490546当前有cfq,noop,deadline察看方法:cat /sys/block/sda/que...
分类:
系统相关 时间:
2014-10-10 18:52:54
阅读次数:
170
#dmsetuplslive-osimg-min (253:1)live-rw (253:0)内核为LVM建立映射关系实际上是可以使用iostat检测到内存的使用状态的,因为内存被映射成dm-0.
分类:
其他好文 时间:
2014-10-10 16:16:14
阅读次数:
296
1、替代UIAlertView
代码:
if(SYSTEM_VERSION >= 8.0)
{
UIAlertController * alertCtr = [UIAlertController alertControllerWithTitle:@"" message:@"删除联系人?" preferredStyle:UIAlertControllerStyleAle...
分类:
其他好文 时间:
2014-10-10 16:05:24
阅读次数:
132
本文接上一篇文章,介绍了tfs2.2.16版本下采用syn_by_file工具根据文件名来实现两套tfs系统间的数据迁移。测试的环境同上一篇文件一致。一:清除上一次迁移结束后target上的数据#/usr/local/tfs/bin/ssm-s192.168.1.12:8108
show>block#/usr/local/tfs/scripts/tfsstop_ds1-..
分类:
Web程序 时间:
2014-10-10 15:23:14
阅读次数:
404
未知宽度水平居中:.page{position: relative;left: 50%;float: left;}.page li{position: relative;right: 50%;display: inline-block;float: left;margin: 0 4px;}
分类:
其他好文 时间:
2014-10-10 14:48:43
阅读次数:
182
用到知识点:float,块元素居中,注意:(如何让浮动元素和块元素在同一行--display: inline-block失效)正确布局代码 正确CSS#left { height: 500px; width: 200px; border:2px solid red; float...
分类:
其他好文 时间:
2014-10-10 14:40:54
阅读次数:
164
1、前言
iOS8新增了UIAlertController来代替UIAlertView、UIActionSheet的使用。本文在不使用UIAlertController的情况下,用最简单的方法让UIAlertView、UIActionSheet兼容iOS8.
2、UIAlertView
iOS8下,如果UIAlertView初始化的时候title为nil的话,iOS8下面弹框中m...
分类:
移动开发 时间:
2014-10-10 13:58:14
阅读次数:
433
看到官方的一个例子不错,这里留记。
#import
@interface NSMutableArray (variadicMethodExample)
- (void) appendObjects:(id) firstObject, ...; // This method takes a nil-terminated list of objects.
@end
@implementat...
分类:
移动开发 时间:
2014-10-10 13:32:54
阅读次数:
227
在RAC数据库上会比单实例数据库多一些进程,这些进程是RAC特有的,为了实现集群数据库功能而设置的。这篇文章会对RAC特有的进程做一些介绍。
1、LMSn: Global Cache Service Process。
LMSn进程会维护在Global Resource Directory (GRD)中的数据文件以及每个cached block的状态。LMSn用于在RAC的实例间进...
分类:
其他好文 时间:
2014-10-10 13:23:24
阅读次数:
188
1,storage systems use LVM Ins and configuration Block Storage;apt-get install lvm2;创建Physical volume创建volume groupadd a filter entry to the devices se...
分类:
其他好文 时间:
2014-10-10 12:36:24
阅读次数:
274