摘要:
访问控制列表(Access Control List,ACL) 是路由器接口的指令列表,用来控制端口进出的数据包。ACL适用于所有的被路由协议,如IP、IPX、AppleTalk等。 ACL的定义也是基于每一种协议的。如果路由器接口配置成为支持三种协议(IP、AppleTalk以及IPX)的情况,那么,用户必须定义三种ACL来分别控制这三种协议的数据包。 ACL的作用 ... 阅读全文
摘要:
// 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) { ... 阅读全文