您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 华为路由交换模拟器V3

  2. ?PCA login: root ;使用root用户 password: linux ;口令是linux # shutdown -h now ;关机 # init 0 ;关机 # logout # login # ifconfig ;显示IP地址 # ifconfig eth0 netmask ;设置IP地址 # ifconfig eht0 netmask down ; 删除IP地址 # route add 0.0.0.0 gw # route del 0.0.0.0 gw # r
  3. 所属分类:Access

    • 发布日期:2009-06-06
    • 文件大小:718kb
    • 提供者:wizardyx
  1. access-list

  2. 问列表(access list,ACL)的主要作用是过滤你不想要的数据包.设置 ACL的一些规则: 1.按顺序的比较,先比较第一行,再比较第二行..直到最后 1 行 2.从第一行起,直到找到 1个符合条件的行;符合以后,其余的行就不再继续比较下去 3.默认在每个ACL中最后1行为隐含的拒绝(deny),如果之前没找到1条许可(permit)语句,意 味着包将被丢弃.所以每个 ACL 必须至少要有 1行 permit 语句,除非你想想所有数据包丢弃
  3. 所属分类:Access

    • 发布日期:2009-07-03
    • 文件大小:89kb
    • 提供者:soberzz
  1. Essential CVS.chm

  2. CVS (Concurrent Versions System) is a tool that enables you to track changes to a set of files over time. CVS is commonly used in software development to allow multiple developers to coordinate changes, track versions, and permit simultaneous develo
  3. 所属分类:其它

    • 发布日期:2009-07-28
    • 文件大小:954kb
    • 提供者:oddstar78
  1. 非常管用的jquery下载

  2. * This file has been commented to support Visual Studio Intellisense. * You should not use this file at runtime inside the browser--it is only * intended to be used only for design-time IntelliSense. Please use the * standard jQuery library for all
  3. 所属分类:Javascript

    • 发布日期:2009-07-30
    • 文件大小:187kb
    • 提供者:lienjiu
  1. CISCO路由之排除路由故障

  2. 一 静态路由故障   1. 静态路由和有类别查找   当路由选择表进程检查一条使用中间地址(路由选择表中作为下一跳引用的IP地址)的可解析的静态路由时,这个检查总是在有类别方式下完成的,无论是否使用ip classless命令如果在路由选择表中有类别方式下的中间地址不能解析,则删除该静态路由。   使用show ip route查看路由选择表。   使用debug 可以显示某个网络宕掉了。   如果使用无类别方式并有一条默认路由存在,那么具有高管理距离的备份表态路由将永远不会在主静态路由失效时
  3. 所属分类:网络基础

    • 发布日期:2009-08-06
    • 文件大小:17kb
    • 提供者:mfkjyi
  1. 加密算法控件dcpcrypt2

  2. 多种加密算法集合 {******************************************************************************} {* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********} {*****************************************************************************
  3. 所属分类:其它

    • 发布日期:2009-12-05
    • 文件大小:652kb
    • 提供者:heavensharp
  1. IA-64CPU指令集及编程方法

  2. 主要讨论了针对IA-64的汇编语言编程 The IA-64 architecture, an implementation of Explicitly Parallel Instruction Computing (EPIC), enables the compiler to exercise an unprecedented level of control over the processor. IA-64 architecture features maximize code paral
  3. 所属分类:硬件开发

    • 发布日期:2009-12-15
    • 文件大小:349kb
    • 提供者:bjpu_cpnet2009
  1. Cisco ACL 配置详解.

  2. 基于名称的访问控制列表举例式: router(config)#ip access-list standard softer 建立了一个名为softer的标准访问控制列表。 router(config-std-nacl)#permit 1.1.1.1 0.0.0.0 router(config-std-nacl)#permit 2.2.2.2 0.0.0.0 router(config-std-nacl)#permit 3.3.3.3 0.0.0.0 假如下面的两条规则在一个arp访问控制列表的
  3. 所属分类:C

    • 发布日期:2009-12-15
    • 文件大小:13kb
    • 提供者:jiang9419
  1. 最新版GDAL,有关开源遥感处理的

  2. GDAL/OGR Licensing ================== This file attempts to include all licenses that apply within the GDAL/OGR source tree, in particular any that are supposed to be exposed to the end user for credit requirements for instance. The contents of this
  3. 所属分类:C

    • 发布日期:2009-12-19
    • 文件大小:8mb
    • 提供者:lovemitter
  1. Essential+CVS(CVS精髓).chm

  2. CVS (Concurrent Versions System) is a tool that enables you to track changes to a set of files over time. CVS is commonly used in software development to allow multiple developers to coordinate changes, track versions, and permit simultaneous develo
  3. 所属分类:其它

    • 发布日期:2010-01-23
    • 文件大小:954kb
    • 提供者:ccbdef123
  1. linker and loader

  2. Linkers and loaders have been part of the software toolkit almost as long as there have been computers, since they are the critical tools that permit programs to be built from modules rather than as one big monolith.
  3. 所属分类:专业指导

    • 发布日期:2010-02-02
    • 文件大小:3mb
    • 提供者:crwang
  1. ACL和RouteMap的permit和deny规则在路由重分配

  2. ACL和RouteMap的permit和deny规则在路由重分配
  3. 所属分类:专业指导

    • 发布日期:2010-02-26
    • 文件大小:779kb
    • 提供者:yiweh
  1. 路由过滤命令详解route-map

  2. 路由过滤命令详解route-map 一) Route Maps   特性:   Route Maps类似于access lists,不同之处在于Route Maps可以改变Packets/Routes的部分属性。   用途:   Route Maps主要用于Redistribution和Policy Routing及BGP的实现。   实现:   Policy Routing发送Packets到Route Maps实现策略路由转发。   Redistribution发送Routes到Route
  3. 所属分类:Access

    • 发布日期:2010-03-12
    • 文件大小:115kb
    • 提供者:huazai321
  1. Common PCN Handset Specification (Version 4.2)

  2. Common PCN Handset Specification (Version 4.2) The information contained in this specification is subject to the terms and conditions of the letter of agreement under which the specification is supplied to the Recipient's organisation. None of the i
  3. 所属分类:其它

    • 发布日期:2010-03-16
    • 文件大小:336kb
    • 提供者:Sammy_chan
  1. cisco模拟器不同ip之间permit和deny

  2. cisco模拟器不同ip之间permit和deny cisco模拟器不同ip之间permit和deny
  3. 所属分类:专业指导

    • 发布日期:2010-12-23
    • 文件大小:19kb
    • 提供者:eewolfee
  1. occupany permit

  2. model of occupancy permit
  3. 所属分类:其它

    • 发布日期:2014-08-26
    • 文件大小:159kb
    • 提供者:qq_20065777
  1. Laravel开发-permit

  2. Laravel开发-permit Lavarel 4.x基于位的权限实现
  3. 所属分类:其它

    • 发布日期:2019-08-27
    • 文件大小:271kb
    • 提供者:weixin_38744270
  1. Node.js-Permit可以很容易地向任何Node.jsAPI添加认证层

  2. Permit 可以很容易地向任何Node.js API添加认证层。 它可以与任何流行的服务器框架(例如Express,Koa,Hapi,Fastify)一起使用,并且由于其简单的,无选择的设计,它可以用于任何类型的API(例如REST,GraphQL等)。
  3. 所属分类:其它

    • 发布日期:2019-08-10
    • 文件大小:166kb
    • 提供者:weixin_39840588
  1. ssh-permit-a38:SSH密钥的集中管理和部署-源码

  2. SSH许可证A38 SSH密钥的集中管理和部署 产品特点 简单易读的JSON数据库中的公共SSH密钥和服务器的集中管理 将授权用户同步到服务器authorized_keys SSH配置支持sync命令连接参数(主机名,用户,端口) 用户组 主机别名 要同步的authorized_keys与现有的密钥不同 最新版本v0.2.0-2018-08-18 下载预编译的二进制文件 或者您可以安装: brew install ssh-permit-a38 变更日志 v0.2.0-2018-08-18
  3. 所属分类:其它

    • 发布日期:2021-02-05
    • 文件大小:31kb
    • 提供者:weixin_42165583
  1. Build a website to permit electronic voting and tabulation.rar

  2. Build a website to permit electronic voting and tabulation
  3. 所属分类:网络攻防

    • 发布日期:2021-01-25
    • 文件大小:1mb
    • 提供者:qq_31293575
« 12 3 4 5 6 7 8 9 10 »