-
简介For命令具体格式以及Windows中妙用
实战,先让我们来看一下For命令的用法。For命令的具体格式如下: For %variable IN (set) do command [commandparameters],
应用 2007-07-04
-
cisco l2tpv3 configure
500)this.width=500;" border=0>r1(configif)#do wr tBuilding configuration...Current configuration
应用 2007-06-28
-
RIP and OSPF Redistribution
RIP to communicate with hosts or to communicate with portions of the internetwork that do not use OSPF.
应用 2007-06-22
-
RIP and OSPF Redistribution
RIP to communicate with hosts or to communicate with portions of the internetwork that do not use OSPF.
应用 2007-06-22
-
TELNET协议选项协商
的选项,连接的任何一方都可以发送下面4种请求的任意一个请求。1)WILL:发送方本身将激活(enable)选项。2)DO:发送方想叫接收
应用 2007-06-21
-
AAL5层业务接口
一个字节业务接口给AAL5层。传输速率PPP层对ATM层的传输速率及流量描述参数无任何限制。控制信号当VC连接建立或断开时,AAL5层必须提供UP和DO
应用 2007-06-20
-
3550 配置 SSH举例
Switch(config)# line vty 0 4 Switch(config)# login local (Required if you want to do local
应用 2007-06-19
-
DOS命令扫描网段的端口
不需要任何工具,DOS命令扫描一个网段的全部端口!在Windows2000下开一个DOS窗口,然后执行 for /l %a in (1,1,254) do start /min /low
应用 2007-06-14
-
怎样来限制 SQL Server指定主机连接
? 怎样才能限制我的SQL Server只能让指定的机器连接A. SQL Server has no builtin tools/facilities to do this. It also
应用 2005-10-31
-
PostgreSQL-视图和规则系统
CREATE TABLE myview (same column list as mytab);CREATE RULE "_RETURN" AS ON SELECT TO myview DO INSTEAD SELECT * FROM mytab; 之间绝对没有区别,因为这就是CREATE VIEW命
应用 2005-09-21