caps 相关的软件列表

首页

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

首页

像素与毫米的转换公式

2020-02-16 标签:像素,毫米,转换,公式,还需要,知道,另一个,参数,dpi,英寸,多少,象素,25,显示,设备,不管是,打印机

像素与毫米的转换 转换还需要知道另一个参数:DPI(每英寸多少点) 象素数 / DPI = 英寸数 英寸数 * 25.4 = 毫米数对于显示设备,不管是打印机还是屏幕,都有一种通用的方法 先用GetDeviceCaps(设备句柄,LOGPIXELSX) 或者 GetDeviceCaps(设备句柄,L

首页

Trunk配置实例

2020-02-16 标签:trunk,配置,实例,一台,4506,switch,通过,3550,连接,交换机,具体,如下,int,gi

一台4506switch,通过trunk口和3550连接,在3550下再通过trunk接6台交换机!具体配置如下:4506:在int gi4/1上做trunk,encapsulation dot1qvtp domain ciscovtp mode server划分了10个vlan3550:做了6个t

首页

多等级reflect acl 配置实例

2020-02-16 标签:多等,reflect,acl,配置,实例,interface,n,o,ip,autospeed,auto,isl,11,address

interface FastEthernet0/0no ip addressduplex autospeed auto!interface FastEthernet0/0.1encapsulation isl 11ip address 192.168.0.1 255.255.255.0ip acce

首页

路由器的广域网协议配置

2020-02-16 标签:路由器,广域网,协议,配置,高层,控制,hdlc,操作,步骤,进入,全局,状态,config,term,端口,interface,serial,slot

高层链路控制HDLC的配置 操作步骤:进入全局配置状态 config term进入端口配置状态 interface serial slot/position设置HDLC的帧类型 encapsulation hdlc设置IP地址及其子网掩码  ip address ip-address netmask

CSS经典技巧十则
CSS

CSS经典技巧十则

2020-02-16 标签:css,经典,技巧,十则,字体,属性,简写,规则,一般,设定,这样做,font,weight,bold,style,italic,varient,small,caps

1.CSS字体属性简写规则一般用CSS设定字体属性是这样做的:font-weight:bold;font-style:italic;font-varient:small-caps;font-size:1em;line-height:1.5em;font-family:verdana,sans-ser