所有操作均在192.168.1.104上进行一、安装bind9:yuminstall-ybind二、修改配置文件:cp/etc/named.conf{,.back}//先做备份vim/etc/named.conf三、启动服务:chkconfig--level35namedon//设置开机启动servicenamedstart验证:dig-tAwww.souhu.com@192.168.1.104//在192.168.1.0..
分类:
其他好文 时间:
2017-01-03 08:24:10
阅读次数:
681
BlockOperation和GCD实用代码块 ...
分类:
编程语言 时间:
2017-01-01 22:36:58
阅读次数:
440
看下组织结构: System.Object System.MarshalByRefObject System.Threading.WaitHandle System.Threading.Mutex System.Threading.Semaphore System.Threading.EventWa ...
管道( pipe ):管道是一种半双工的通信方式,数据只能单向流动,而且只能在具有亲缘关系的进程间使用。进程的亲缘关系通常是指父子进程关系。 有名管道 (named pipe) : 有名管道也是半双工的通信方式,但是它允许无亲缘关系进程间的通信。 信号量( semophore ) : 信号量是一个计 ...
分类:
系统相关 时间:
2016-12-30 20:25:08
阅读次数:
302
一、 加载视图 init-初始化程序 viewDidLoad-加载视图 viewWillAppear-UIViewController对象的视图即将加入窗口时调用; viewDidApper-UIViewController对象的视图已经加入到窗口时调用; viewWillDisappear-UIV ...
分类:
其他好文 时间:
2016-12-29 19:14:24
阅读次数:
140
``` ... earlier we said top-level code isn’t allowed in most of your app’s source files. The exception is a special file named “main.swift”, which beh ...
分类:
编程语言 时间:
2016-12-28 12:02:15
阅读次数:
430
a method is named and attached to an object. so, for example, a method is like a function but is contained inside a class. its scope is limited to tha ...
分类:
其他好文 时间:
2016-12-27 07:29:12
阅读次数:
141
xcat更新到2.13了,老的manual很多都没用了。前一整子居然没搞成功,只好再来试一次。 官网也搬到了xcat.org。首先就是下core和dep包 分别是 xCAT Core Packages (xcat-core) 和 xCAT Dependency Packages (xcat-dep) ...
分类:
其他好文 时间:
2016-12-26 21:21:36
阅读次数:
503
From http://blog.csdn.net/wujiandao/article/details/6621073 1. Four ways to get execution plan(anytime you want, for specified sql) ? Execute the SQL ...
分类:
数据库 时间:
2016-12-26 16:37:17
阅读次数:
242
A user-named trigger is a trigger defined in a form by the developer. User-Named triggers do not automatically fire in response to a Form Builder even... ...
分类:
数据库 时间:
2016-12-25 23:36:23
阅读次数:
261