码迷,mamicode.com
首页 >  
搜索关键字:named    ( 2321个结果
DNS 主从同步
一:主域名服务器.[root@localhost~]#vim/etc/named.conf----------------------------------------------------------------options{listen-onport53{199.100.77.137;};listen-on-v6port53{::1;};directory"/var/named";dump-file"/var/named/data/cache_dump.db";statistics-..
分类:其他好文   时间:2015-09-16 20:15:27    阅读次数:239
struts2的Invalid action class configaration错误
今天做项目时出现Invalid action class configuration that references an unknown class named这种错误,我的项目是采用了struts2和spring。这种错误的原因有很多,我的错误是由于:我在action里面有一个类staff...
分类:其他好文   时间:2015-09-16 16:11:38    阅读次数:130
DNS(bind)服务
1.overviewa.packages:bind#主程序bind-libs#库bind-utils#查询工具bind-chroot#chrootb.port:udp(53)-->request,tcp(53)-->synchronizedatebetweenmasterandslaveserverc.script:/etc/init.d/namedd.configurationfile:/etc/named.conf#主配置文件/etc/named/#额外的配..
分类:其他好文   时间:2015-09-16 16:04:23    阅读次数:279
Gym 100733 A
题目:After suddenly becoming a billionaire, Shi adopted YOLO as his motto and decided to buy a small european island, which he named Shitalia. Many peop...
分类:其他好文   时间:2015-09-11 23:19:37    阅读次数:186
bind 配置文件详解
安装bind[root@46/]#yum-yinstallbindbind-chrootbind-libsbind-utils目录说明/var/named/chroot/etc#存放named.conf/var/named/chroot/var/named#存放zone&arpa文件/var/log/messages#查看配置过程中出错信息[root@46etc]#pwd/var/named/chroot/etc[root@46etc]#cp-pnamed..
分类:其他好文   时间:2015-09-10 17:44:11    阅读次数:264
role 'PLUSTRACE' does not exist
I have created a new user named watson and granted the related priviledges as following:SQL> create user watson identified by watson;SQL> grant resour...
分类:其他好文   时间:2015-09-09 21:11:28    阅读次数:182
hdu 4255 A Famous Grid
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=4255A Famous GridDescriptionMr. B has recently discovered the grid named "spiral grid".Construct the gri...
分类:其他好文   时间:2015-09-08 22:07:41    阅读次数:188
There is no getter for property named ‘‘ in ‘class
今天突然遇到这个问题 There?is?no?getter?for?property?named?‘‘?in?‘class?java.lang.String‘ 通过以下文章解决 There?is?no?getter?for?property?named?‘moduleCode‘?in?‘class?java.lang...
分类:其他好文   时间:2015-09-08 17:00:00    阅读次数:158
Delete Duplicate records
2015.8.31 查询目标 DeleteDuplicate Emails Writea SQL query to delete all duplicate email entries in a table named Person,keeping only unique emails based on its smallest Id. 题目来自 Leetcode Person表如下: ...
分类:其他好文   时间:2015-09-01 10:46:05    阅读次数:125
将domels.py中的class误删,恢复后报错"No module named form.urls"
错误现象:访问:http://localhost:9000/app01/host报错:ImportError at /app01/hostNo module named form.urls访问:http://localhost:9000/hostMange/host报错:ImportError at...
分类:Web程序   时间:2015-08-31 21:31:16    阅读次数:129
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!