There is a kind of balanced binary search tree named red-black tree in the data structure. It has the following 5 properties: (1) Every node is either ...
分类:
其他好文 时间:
2018-08-24 17:19:54
阅读次数:
144
前言 有一台Linux机器作为DNS服务器,查看这台机器上的DNS文件,发现指向互联网上的DNS服务器。 [root@ziqiang named]# cat /etc/resolv.conf # Generated by NetworkManager nameserver 8.8.8.8 names ...
分类:
其他好文 时间:
2018-08-23 23:10:09
阅读次数:
1056
1,安装 python3 主要是版本问题,用3.6 好过3.7 报错ModuleNotFoundError: No module named '_ctypes' https://www.cnblogs.com/Mr-wangxd/p/7028285.html 2,安装pip时一直有 报错pkg_re ...
分类:
编程语言 时间:
2018-08-22 17:07:06
阅读次数:
143
安装后运行到:pythonsetup.pyinstall出现错误,如下:[root@localhostpip-18.0]#pythonsetup.pyinstallTraceback(mostrecentcalllast):File“setup.py”,line6,infromsetuptoolsimportsetup,find_packagesImportError:Nomodulenameds
分类:
其他好文 时间:
2018-08-22 10:21:07
阅读次数:
741
今天使用pip安装模块提示错误信息: windows 解决方法: 升级pip版本: linux解决方法: 使用pip安装模块时提示: No module named pip ...
分类:
其他好文 时间:
2018-08-21 15:21:44
阅读次数:
3152
There is a classical process named partition in the famous quick sort algorithm. In this process we typically choose one element as the pivot. Then th ...
分类:
其他好文 时间:
2018-08-20 19:44:40
阅读次数:
192
在编写Python程序时候命名在IDE中运行正常可是到了服务器上就出现各种问题,经常发生的就是如下的错误: ImportError: No module named 'hello' 这个错误我相信大家都不陌生学习初期都会遇到尤其是你引入第三方模块(从网上下载的或者是你自己写的)的时候可能会发生。那是 ...
分类:
编程语言 时间:
2018-08-20 13:10:33
阅读次数:
174
Description N cities named with numbers 1 ... N are connected with one-way roads. Each road has two parameters associated with it : the road length an ...
分类:
其他好文 时间:
2018-08-19 20:56:13
阅读次数:
183
一、dns的搭建安装dns服务 yum install bind修改dns的主配置文件 1 [root@234c17 named]# vim /etc/named.conf 2 3 // 4 5 // named.conf 6 7 // 8 9 // Provided by Red Hat bind... ...
分类:
其他好文 时间:
2018-08-19 11:58:18
阅读次数:
199
from dns.resolver import Resolver ImportError: No module named dns.resolver python2运行BBScan时提示: from dns.resolver import Resolver ImportError: No modu ...
分类:
其他好文 时间:
2018-08-19 11:53:15
阅读次数:
765