摘要: 访问控制列表(Access Control List,ACL) 是路由器接口的指令列表,用来控制端口进出的数据包。ACL适用于所有的被路由协议,如IP、IPX、AppleTalk等。 ACL的定义也是基于每一种协议的。如果路由器接口配置成为支持三种协议(IP、AppleTalk以及IPX)的情况,那么,用户必须定义三种ACL来分别控制这三种协议的数据包。 ACL的作用 ... 阅读全文
posted @ 2008-05-30 16:10 ahuo 阅读(785) 评论(1) 推荐(0) 编辑
摘要: // Replace.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #pragma comment(lib,"shlwapi.lib") int StrReplaceI(char* src,char* oldstr,char* newstr) { ... 阅读全文
posted @ 2008-05-30 14:24 ahuo 阅读(839) 评论(0) 推荐(0) 编辑