安装setuptools的时候,不能再注册表中识别出来python2.7在网上找了方法,仅作笔记,供下次使用方法:新建一个register.py
文件,把一下代码贴进去,保存(G盘) 1 # 2 # script to register Python 2.0 or later for use wit...
分类:
编程语言 时间:
2014-06-29 14:45:14
阅读次数:
312
1.
修改对应网卡IP的配置文件vi/etc/sysconfig/network-scripts/ifcfg-eth0 修改以下内容DEVICE=eth0
#描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0BOOTPROTO=static #设置网卡获得ip地址的方式,可能的选项...
分类:
系统相关 时间:
2014-06-07 03:56:40
阅读次数:
293
1 #include 2 #include 3 using namespace std; 4
const int Max = 100000; 5 int num[Max]; 6 int find_[Max]; 7 bool found[Max]; 8
int pos[Max] = { 9 ...
分类:
其他好文 时间:
2014-06-07 03:49:29
阅读次数:
250
Bonding:Ethernet Channel Bonding enables two or
more Network Interfaces Card (NIC) to a single virtual NIC card which may
increase the bandwidth and p...
分类:
Web程序 时间:
2014-06-07 03:38:59
阅读次数:
267
Given a sorted array and a target value, return
the index if the target is found. If not, return the index where it would be if
it were inserted in or...
分类:
其他好文 时间:
2014-06-04 20:09:47
阅读次数:
266
我曾经为Mozilla Developer
Network开发一个新功能,它需要加载一个基本的脚本文件的同时加载一个JSON请求。因为我们使用的是jQuery,意味着要使用
jQuery.getScript和jQuery.getJSON。我知道这两者都是异步的并返回一个Deferred(jQue.....
分类:
Web程序 时间:
2014-05-31 17:48:06
阅读次数:
213
run: /usr/lib/libstdc++.so.6: version
`GLIBCXX_3.4.15"" not found
解决错误 呈现该错误的原因是当前的GCC版本中,没有GLIBCXX_3.4.15,须要安装更高版本。 我们可以输入:strings
/usr/lib/libstdc+....
分类:
其他好文 时间:
2014-05-31 12:51:48
阅读次数:
348
1.BT5默认用户名:root.密码:toor(公司是yeslabccies)2.进入图形化界面命令:startx3.更改密码:sudo
passwd
root扫描工具第一部分网络配置:4.网络配置文件有两个:/etc/network/interfaces和/etc/resolv.conf前一个存放...
分类:
其他好文 时间:
2014-05-31 08:00:19
阅读次数:
685
[root@www ~]# vim
/etc/sysconfig/network-scripts/ifcfg-eth0静态IP设置DEVICE="eth0" <==网络卡代号,必须要
ifcfg-eth0 相对应HWADDR="08:00:27:71:85:BD"...
分类:
系统相关 时间:
2014-05-29 15:47:42
阅读次数:
378
参考架构Architecture from OpenStack Install
GuideReference Architecture Network
Isolation在本次部署中,我们采用了OpenStack中新的网络管理组件(neutron),具体参见安装指导。右图为该网络部署结构的示意,分为...
分类:
其他好文 时间:
2014-05-29 11:48:19
阅读次数:
289