native 相关的软件列表

首页

javascript 写类方式之十

2020-02-16 标签:javascript,方式,10,mootools,js,最新版,本是,使用,的是,mootool,设计,非常,紧凑,模块化

10、mootools.js的写类方式 mootools.js的最新版本是1.2.3,这里使用的是1.2.0。mootool被设计成非常紧凑的,模块化的,面向对象的的js库。mootool中写类用Class类。Class类由Native类new出来的: 实现代码如下:/* *Script: Clas

首页

Prototype PeriodicalExecuter对象 学习

2020-02-16 标签:prototype,对象,学习,a,simple,facility,periodical,execution,function,essentially,n,ative,setinterval,mechanism,found,window,objects

This is a simple facility for periodical execution of a function. This essentially encapsulates the native clearInterval/setInterval mechanism found i

首页

对象特征检测法判断浏览器对javascript对象的支持

2020-02-16 标签:对象,特征,检测,判断,浏览器,javascript,支持,实现,代码,如下,document,alert,output,function,n,ative,code,如上

实现代码如下: if(document.getElementById) { alert(document.getElementById);//output: function getElementById(){ [native code] }; }如上例,该方法判断所在浏览器是否支持getEleme

用vbs实现zip功能的脚本
VB

用vbs实现zip功能的脚本

2020-02-16 标签:vbs,实现,zip,功能,脚本,压缩,function,fzip,will,add,files,a,source,folder,file,using,windows,n

压缩:Function fZip(sSourceFolder,sTargetZIPFile)'This function will add all of the files in a source folder to a ZIP file'using Windows' native folder Z

cisco6509 CatOS 转换为Native IOS实际过程
服务器

cisco6509 CatOS 转换为Native IOS实际过程

2020-02-16 标签:cisco,6509,catos,转换,native,ios,实际,过程,引擎,ws,sup,720,b,一块,线路

引擎:WS-SUP720-3B 主备各一块 线路卡:WS-X6148X2-45AF 五块。 Cisco CompactFlash Memory Card, 128 MB 2块。 该设备原为cisco ios模式,但因当时IOS不支持WS-X6148X2-45AF 线路卡所以采用CatOS模式以支持上

cisco6509 CatOS转为Native IOS过程实录
服务器

cisco6509 CatOS转为Native IOS过程实录

2020-02-16 标签:cisco,6509,catos,转为,native,ios,过程,实录,引擎,ws,sup,720,b,一块,线路

引擎:WS-SUP720-3B 主备各一块线路卡:WS-X6148X2-45AF 五块。Cisco CompactFlash Memory Card, 128 MB 2块。该设备原为cisco ios模式,但因当时IOS不支持WS-X6148X2-45AF 线路卡所以采用CatOS模式以支持上述线路

Catalyst6000从CatOS升级到Native IOS步骤
服务器

Catalyst6000从CatOS升级到Native IOS步骤

2020-02-16 标签:catalyst,6000,catos,升级,native,ios,步骤,备份,msfc,配置,文件,放到,slot,flash,c

1、备份CATOS和MSFC的配置。2、将IOS文件放到slot0的FLASH卡中。如c6sup12-jsv-mz.121-11b.EX13、使用dir slot0:命令确认该文件已经在slot0中的flash卡中4、配置Catos启动参数,下次将启动到ROMMON中:  Console>(e

65xx系列交换机配置Native IOS
服务器

65xx系列交换机配置Native IOS

2020-02-16 标签:65,xx,系列,交换机,配置,native,ios,6509,介绍,cisco,catalyst,6500,提供,插槽,13,机箱

65xx系列交换机配置(Native IOS)1. 6509介绍Cisco Catalyst 6500系列交换机提供3插槽、6插槽、9插槽和13插槽的机箱,以及多种集成式服务模块,包括数千兆位网络安全性、内容交换、语音和网络分析模块。 Catalyst 6500系列中的所有型号都使用了统一的模块和操

首页

定制 404 页面的一些心得

2020-02-16 标签:定制,404,页面,心得,一篇,文章,列出,非常好,建议,下面,我将,列出来,use,appealing,visual,elements,provide,n,avigation

看到一篇文章,它列出了很多对于定制 404 页面非常好的建议,下面我将其列出来:Use appealing visual elements.Provide alternatives for navigation.Offer an overview of possibly related posts.

比较详细的js对象的property和prototype是什么一种关系
JavaScript

比较详细的js对象的property和prototype是什么一种关系

2020-02-16 标签:比较,详细,javascript,对象,property,prototype,是什么,关系,ecmascript,识别,两种,类型,叫做,native,object,属于,语言,范畴,host

ECMAScript可以识别两种类型的对象,一种叫做Native Object属于语言范畴;一种叫做Host Object,由运行环境提供例如document对象, Dom Node等 Native objects是一种松散的结构并且可以动态的增加属性(property),所有的属性都有一个名字和一