【资料整理】cisco[shell,command]PromotMode
{
UserMode:
Router>(input:enable)
PrivilegeMode:
Router#(input:conft)
GlobalConfigMode:
Router(config)#
----Ctrl-Z->PM,Exit->GCM
Interface:
Router(config-if)#
Sub-interface:
Router(config-subif)#
..
分类:
系统相关 时间:
2015-06-09 17:49:05
阅读次数:
168
修复使用sub和sup时的行间距问题sub,sup{ font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup{ top:-0.5em;}sub{ botto...
分类:
Web程序 时间:
2015-06-09 13:24:13
阅读次数:
147
apt-get安装软件出现问题:E: Sub-process /usr/bin/dpkg returned an error code (1)解决方法:sudo mv /var/lib/dpkg/info /var/lib/dpkg/info.bak //现将info文件夹更名sudo mkdir ...
分类:
其他好文 时间:
2015-06-09 11:43:32
阅读次数:
135
制作二级菜单要实现鼠标移动上去显示子菜单,鼠标移出子菜单隐藏,或者其他类似需求的地方,首先我会想到用jquery的hover事件来实现,如:$(".nav").hover(function(){ $("sub-nav").addClass("show");},function(){ $(...
分类:
Web程序 时间:
2015-06-09 11:38:00
阅读次数:
162
Description
Given a sequence, {A1, A2, ..., An} which is guaranteed A1 > A2, ..., An, you are to cut it into three sub-sequences and reverse them
separately to form a new one which is the smalle...
分类:
编程语言 时间:
2015-06-08 21:40:56
阅读次数:
290
bomb: file format elf64-x86-64Disassembly of section .init:0000000000400b38 : 400b38: 48 83 ec 08 sub $0x8,%rsp 400b3c: e8 1b 02 00 00 ...
分类:
其他好文 时间:
2015-06-08 19:21:54
阅读次数:
336
发现一些文章对call和apply的存在误解,因为误解的解释方式比较容易被理解吧,当然也有批判的,但都只是说说怎么才是对的,没有具体分析误解为什么是误解今天让我们来仔细分析一下,为何不恰当function add(a, b) { alert(a + b);}function sub(a, b...
分类:
移动开发 时间:
2015-06-07 12:21:14
阅读次数:
200
DescriptionGiven a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the ma...
分类:
其他好文 时间:
2015-06-04 19:02:01
阅读次数:
96
环境:mysql-5.6.25-winx64,MySQL workbench
问题:MySQL更新时出现异常:
warning(s): 1366 Incorrect string value: '\xE8\x82\x96\xE5\xB1\xB1...' for column 'sub_station_name'
解决:
1、数据库schema字符集设置为utf-8
2、...
分类:
数据库 时间:
2015-06-04 06:15:46
阅读次数:
340
发布订阅(pub/sub)是一种消息通信模式,主要的目的是解耦消息发布者和消息订阅者之间的耦合,这点和设计模式中的观察者模式比较相似。pub/sub不仅仅解决发布者和订阅者直接代码级别耦合也解决两者在物理部署上的耦合。redis作为一个pub/subserver,在订阅者和发布者之间起到了..
分类:
其他好文 时间:
2015-06-03 19:49:36
阅读次数:
199