$vi ..etc/named.confkey "hunan.ct" { algorithm hmac-md5; secret "ixF***********j6Q==";};view "hunan.ct" { match-clients { key hun...
分类:
其他好文 时间:
2014-10-23 12:23:05
阅读次数:
196
一、缓存域名服务器1、安装与配置[root@localhost~]#yum-yinstallbindbind-chrootbind-utilbind-libsDNS服务器所需的软件包[root@localhost~]#vim/etc/named.confDNS服务器的主配置文件options{listen-onport53{192.168.1.24;};使用53端口监听,监听的ip地192.168.1.24listen-o..
分类:
其他好文 时间:
2014-10-22 16:08:13
阅读次数:
242
subject { build(:user,firstname:'john',lastname:'doe')}it { should be_named 'john doe'}it{}和subject{}互为别名Gem扩展代码库 shoulda-matchers直接使用subject { Contac...
分类:
其他好文 时间:
2014-10-21 15:22:02
阅读次数:
216
Link:http://stackoverflow.com/questions/3256369/navigating-java-call-stack-in-eclipse解决方法:In the "debug perspective", find/show the view named "debug"...
分类:
编程语言 时间:
2014-10-17 15:07:25
阅读次数:
195
ImportError: No module named MySQLdb 该错误是源于我们没有安装Python连接MySQL所需的MySQLdb库而引起。 MySQL是最流行的开源数据库之一,但在Python标准库中并没有集成MySQL接口程序,MySQLdb是一个第三方包,...
分类:
数据库 时间:
2014-10-17 12:16:51
阅读次数:
204
我们在上一节已经知道了怎么建立DNS的服务器端,可以实现了域名到IP之间的转换。那么好我们现在就来了解一下如何实现反向的DNS解析,也就是IP到域名的映射。步骤如下:l在/etc/named中声明反向区域l在/var/named/chroot/var/named/中创建反向区域配置文件。具体操作:1...
分类:
其他好文 时间:
2014-10-13 02:54:18
阅读次数:
177
JQuery data 接口是什么?.data()Store arbitrary data associated with the matched elements or return the value at the named data store for the first element i...
进程间:管道,消息队列,信号,共享内存,套接字进程间通信的方法主要有以下几种: (1)管道(Pipe):管道可用于具有亲缘关系进程间的通信,允许一个进程和另一个与它有共同祖先的进程之间进行通信。 (2)命名管道(named pipe):命名管道克服了管道没有名字的限制,因此,除具有管道所具有的功能外...
分类:
编程语言 时间:
2014-10-12 20:26:08
阅读次数:
228
labeled statements:mainloop: while(token != null) { // Code omitted... continue mainloop; // Jump to the next iteration of the named loop //...
分类:
其他好文 时间:
2014-10-10 18:49:34
阅读次数:
292
? 前一篇 (Multiple Named Views) 下一篇 (The Components) ? 在你的应用中多数的状态都是基于特定的url地址的。Url Routing机制绝不是在状态机制之上后加的东西,而是一开始就是规划在最初设计方案(译注:angular-ui的设计方案)之中的(在实.....
分类:
其他好文 时间:
2014-10-10 16:33:30
阅读次数:
6262