码迷,mamicode.com
首页 >  
搜索关键字:named    ( 2321个结果
shell脚本之dns安装配置
conf="/var/named/chroot/etc/named.conf"datadir="/var/named/chroot/var/named"rpm-qbind&>/dev/nullif[$?-ne0];then yum-yinstallbindbind-chrootcaching* echo"options{ directory\"/var/named\";};">$conffiread-p"pleaseinputdomain:"domaingrep$domain$conf&a..
分类:系统相关   时间:2014-11-27 18:58:56    阅读次数:223
WWW服务器虚拟主机配置
准备工作先搭建一台DNS,创建3个域名[root@localhost~]#yuminstallbind*修改named.conf主配置文件listen-onport53{any;};allow-query{any;};zone"ccav.cn"IN{typemaster;file"ccav.cn.zone";};zone"ccav1.cn"IN{typemaster;file"ccav1.cn.zone";};zone"ccav2.cn"IN{typemaster;..
分类:其他好文   时间:2014-11-27 18:51:01    阅读次数:103
鸟哥centos6.6 BIND DNS实验
使用软件VM2台centos6.6未升级1台DNS服务器1台客户机2.操作手动安装时选择DNS服务器,选择2个BIND的rpm包设置ipv4ip地址dns服务器hostname修改/etc/named.conflisten-onport53{any;};//listen-on-v6port53{::1;};allow-query{192.168.0.100/24;或any;};允许IP访问aclintranet{1..
分类:其他好文   时间:2014-11-26 19:18:43    阅读次数:304
An attempt to attach an auto-named database for file
在用VS自带的 .mdf读取(joint)时,报错: 1 Server Error in '/' Application. 2 An attempt to attach an auto-named database for file F:\cs\office\ReadWriterOffice\Rea...
分类:数据库   时间:2014-11-26 06:38:50    阅读次数:351
对Linux上的各类型压缩格式的一个总结
我使用的环境是64位的 Red Hat Enterprise Linux Server release 6.4 (Santiago) 1.compress与*.Z文件 compress程序的作用是:Compress reduces the size of the named files using adaptive Lempel-Ziv coding 即...
分类:系统相关   时间:2014-11-25 23:56:19    阅读次数:491
Mybatis中传参包There is no getter for property named 'XXX' in 'class java.lang.String'
一.发现问题<!--标准物质库存查询--> <selectid="selectBzwzkucun"resultType="com.labway.portal.po.X_bzwz_kucun"parameterType="String"> selectbzwzname,sum(buynumber)asstocknumberfromx_bzwz_rukugroupbybzwzname <iftest="name!=nullandname!=‘‘">..
分类:编程语言   时间:2014-11-25 10:58:31    阅读次数:194
MySQL Handling of GROUP BY--官方文档
In standard SQL, a query that includes aGROUP BYclause cannot refer to nonaggregated columns in the select list that are not named in theGROUP BYclaus...
分类:数据库   时间:2014-11-24 16:46:15    阅读次数:275
iOS Could not find a storyboard named 'Main' in bundle NSBundle
1、在最新的Xcode6.0之后新建项目默认的是使用Main.storyboard,有些人习惯用storyboard有些人不习惯使用,当我们新建项目删除storyboard时我们运行项目发现会报错:Could not find a storyboard named 'Main' in bundle ...
分类:移动开发   时间:2014-11-24 11:31:34    阅读次数:198
List of XML and HTML character entity references
A character entity reference refers to the content of a named entity. An entity declaration is created by using thesyntax in aDocument Type Definition...
分类:Web程序   时间:2014-11-20 11:35:18    阅读次数:579
简单配置PostFix服务器
简单配置PostFix服务器安装包:[root@rhel6-1named]#yuminstallpostfixtelnet[root@rhel6-1named]#yuminstallbindbind-chroot配置 DNS 服务器[root@rhel6-1named]#vi/etc/named.c...
分类:其他好文   时间:2014-11-20 10:14:27    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!