码迷,mamicode.com
首页 >  
搜索关键字:named    ( 2321个结果
Python安装pip
1:安装pip过程中的报错解决:ImportError: No module named setuptools 解决方案 2:wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gztar z....
分类:编程语言   时间:2015-06-02 19:34:05    阅读次数:145
DNS服务器配置小结(参考私房菜,马哥视频)
DNS原理方面的东西就不介绍了,具体的可以看私房菜的DNS服务器部分,讲的很好。主要跟着私房菜的思路在虚拟机中重新实践下了吧 a)需要注意一下几个重要的文件 /etc/named.conf主配置文件,有区域的定义,一定要记住 /var/named/这个文件夹下存放区域数据文件 /etc/rc.d/init.d/na..
分类:其他好文   时间:2015-05-28 14:17:57    阅读次数:271
Codeforces Round #305 (Div. 2) C. Mike and Frog +B. Mike and Fun
Mike has a frog and a flower. His frog is named Xaniar and his flower is named Abol. Initially(at time 0), height of Xaniar is h1 and height of Abol is h2. Each second, Mike waters Abol and Xaniar...
分类:其他好文   时间:2015-05-28 09:41:48    阅读次数:225
Codeforces Round #305 (Div. 2)C---Mike and Frog(扩欧+乱搞)
Mike has a frog and a flower. His frog is named Xaniar and his flower is named Abol. Initially(at time 0), height of Xaniar is h1 and height of Abol is h2. Each second, Mike waters Abol and Xaniar.So,...
分类:其他好文   时间:2015-05-27 22:56:45    阅读次数:195
简单dns服务器搭建
一:软件安装[root@localhost~]#yum-yinstallbind*二:修改主配置文件[root@localhost~]#cp/etc/named.conf/etc/named.conf.bak#修改之前先备份一遍[root@localhost~]#vi/etc/named.confoptions{listen-onport53{any;};//监听在主机的53端口上。any代表监听所有的主机directory..
分类:其他好文   时间:2015-05-27 19:23:41    阅读次数:155
Invalid action class configuration that references an unknown class named [XX] .
多次遇到这个错误,难以解决,有时候出现,有时候没有,很神奇,今天发现了一点端倪,虽然说不上找到了所有导致这个bug的原因。至少,也是很主要的一种了。其实,透过结果,如果debug用心,一行代码一行代码的debug,还是可以定位到错误原因代码的。
分类:其他好文   时间:2015-05-25 17:57:30    阅读次数:130
题目7:MySQL----------Duplicate Emails
Write a SQL query to find all duplicate emails in a table named Person. +----+---------+ | Id | Email | +----+---------+ | 1 | a@b.com | | 2 | c@d.com | | 3 | a@b.com | +----+---------+ For ...
分类:数据库   时间:2015-05-24 08:53:04    阅读次数:133
python 安装 MySQL-python
$python>>> import MySQLdbTraceback (most recent call last): File "", line 1, in ImportError: No module named MySQLdbwget http://jaist.dl.sourceforge.....
分类:数据库   时间:2015-05-22 18:37:51    阅读次数:243
Mybatis单个参数的if判断(针对异常:There is no getter for property..)
There is no getter for property named 'langId' in 'class java.lang.Integer' Mybatis异常处理...
分类:其他好文   时间:2015-05-22 13:36:10    阅读次数:141
django初始化安装异常错误问题总结
一、标题:django初始化安装异常错误问题总结二、目录2.1 pip 安装2.2 加载django SyntaxError: invalid syntax异常错误2.3运行yum报错:No module named yum处理2.4 vimrc E488: Trailing characters:...
分类:其他好文   时间:2015-05-21 22:07:52    阅读次数:399
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!