IPv4私有地址、保留地址
Summary Table
Address Block Present Use Reference
———————————————————————
0.0.0.0/8 “This” Network [RFC1700, page 4]
10.0.0.0/8 Private-Use Networks [RFC1918]
14.0.0.0/8 Public-Data Networks [RFC1700, page 181]
24.0.0.0/8 Cable Television Networks –
39.0.0.0/8 Reserved but subject
to allocation [RFC1797]
127.0.0.0/8 Loopback [RFC1700, page 5]
128.0.0.0/16 Reserved but subject
to allocation –
169.254.0.0/16 Link Local –
172.16.0.0/12 Private-Use Networks [RFC1918]
191.255.0.0/16 Reserved but subject
to allocation –
192.0.0.0/24 Reserved but subject
to allocation –
192.0.2.0/24 Test-Net
192.88.99.0/24 6to4 Relay Anycast [RFC3068]
192.168.0.0/16 Private-Use Networks [RFC1918]
198.18.0.0/15 Network Interconnect
Device Benchmark Testing [RFC2544]
223.255.255.0/24 Reserved but subject
to allocation –
224.0.0.0/4 Multicast [RFC3171]
240.0.0.0/4 Reserved for Future Use [RFC1700, page 4]
From RFC3330
windows下Apache2.2,php5.3,mysql安装配置
很久没有用php了,没想到变了很多的东西。详细的步骤看这个http://drupalchina.org/node/2688(老版本)本文只介绍需要变更的部分。
1.php5.3的变化
一共给了四个版本,VC9 x86 Non Thread Safe、VC9 x86 Thread Safe、VC6 x86 Non Thread Safe、VC6 x86 Thread Safe,
VC6 版本是使用 Visual Studio 6 编译器编译的,如果你的 PHP 是用 Apache 来架设的,那你就选择 VC6 版本。
VC9 版本是使用 Visual Studio 2008 编译器编译的,如果你的 PHP 是用 IIS 来架设的,那你就选择 VC9 版本。
这里要选“VC6 x86 Thread Safe” php-5.3.1-Win32-VC6-x86.zip
2.mysql扩展
打开php.ini文件并找到;extension_dir=”./”,去掉前面的 ; 并修改为extension_dir=”d:/php5/ext”
找到 ;extension=php_mysql.dll 这一行,去掉前面的“;”,使PHP支持MySQL数据库
3.其他的没什么了,phpinfo里多了个mysqlnd,ms没什么用。
再次抛弃腾讯旋风下载
卡,是个大问题,后果只有一个,死!
假,下载速度估计乘了某个参数,让用户看起来舒服
慢,我百兆电信速度才1M,其他的呢
跟QQ影音比起来,这是一款失败的产品!
Cisco IOS权限等级
Cisco IOS的权限等级有三个level0、level1、level15
其中level0有5条命令,level1有大概40条命令,其余的都在level15中。
高等级可以调用低等级的命令。
用户EXEC模式-权限等级1 特权EXEC模式-权限等级15
我们先看level0的命令:
Router#enable 0
Router>?
Exec commands:
disable Turn off privileged commands
enable Turn on privileged commands
exit Exit from the EXEC
help Description of the interactive help system
logout Exit from the EXEC
Router>enable 1
% No password set
Router> 阅读全文…