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服务器部分,讲的很好。主要跟着私房菜的思路在虚拟机中重新实践下了吧
a)需要注意一下几个重要的文件
/etc/named.conf主配置文件,有区域的定义,一定要记住
/var/named/这个文件夹下存放区域数据文件
/etc/rc.d/init.d/na..
分类:
其他好文 时间:
2015-05-28 14:17:57
阅读次数:
271
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
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
一:软件安装[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
多次遇到这个错误,难以解决,有时候出现,有时候没有,很神奇,今天发现了一点端倪,虽然说不上找到了所有导致这个bug的原因。至少,也是很主要的一种了。其实,透过结果,如果debug用心,一行代码一行代码的debug,还是可以定位到错误原因代码的。
分类:
其他好文 时间:
2015-05-25 17:57:30
阅读次数:
130
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>>> 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
There is no getter for property named 'langId' in 'class java.lang.Integer' Mybatis异常处理...
分类:
其他好文 时间:
2015-05-22 13:36:10
阅读次数:
141
一、标题: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