因为用console连接交换机,默认是自动显示接口信息的,比如down掉一个接口后,会自动弹出接口被down掉的信息,但是在telnet连接下,默认是不显示这些信息的,需要开启后才可显示。1、首先开启info-center(默认是开启的):# system-view# info-center ena...
分类:
Web程序 时间:
2015-01-16 14:40:18
阅读次数:
278
停数据库时遇到下述问题:$ ./addbctl.sh stopYou are running addbctl.sh version 120.1Shutting down database UAT ...SQL*Plus: Release 11.1.0.7.0 - Production on Fri ...
分类:
其他好文 时间:
2015-01-16 12:57:04
阅读次数:
176
原文:经典算法题每日演练——第二十一题 十字链表 上一篇我们看了矩阵的顺序存储,这篇我们再看看一种链式存储方法“十字链表”,当然目的都是一样,压缩空间。
一:概念 既然要用链表节点来模拟矩阵中的非零元素,肯定需要如下5个元素(row,col,val,down,right),其中:
row:矩阵中的行...
分类:
编程语言 时间:
2015-01-16 12:47:42
阅读次数:
291
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at any point in time. The robot is trying to reach the ...
分类:
其他好文 时间:
2015-01-15 23:56:23
阅读次数:
294
Problem E: How many 0's?A Benedict monk No. 16 writes down the decimal representations of all natural numbers between and includingmandn,m≤n. How many...
分类:
其他好文 时间:
2015-01-15 23:30:26
阅读次数:
216
原文:WIN2003+IIS6+FastCGI+PHP5.4.30的安装配置说明:PHP5.5已不支持win2003了,Win2003最高能安装PHP5.4.30。
安装好系统;并且安装好IIS6。
具体安装方法可查看:http://down.chinaz.com/server/201102/11_...
说明:PHP5.5已不支持win2003了,Win2003最高能安装PHP5.4.30。安装好系统;并且安装好IIS6。具体安装方法可查看:http://down.chinaz.com/server/201102/11_1.htm。下载并安装IIS FastCGI下载地址:http://www.ii...
移动光标的方法
h 或 向左箭头键(←) 光标向左移动一个字符
j 或 向下箭头键(↓) 光标向下移动一个字符
k 或 向上箭头键(↑) 光标向上移动一个字符
l 或 向右箭头键(→) 光标向右移动一个字符
[Ctrl] + [f] 屏幕『向下』移动一页,相当于 [Page Down]按键 (常用)
[Ctrl] + [b] 屏幕『向上』移动一页,相当于 [Page Up] 按...
分类:
系统相关 时间:
2015-01-15 11:05:25
阅读次数:
228
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down or right at...
分类:
其他好文 时间:
2015-01-15 09:28:07
阅读次数:
124
时间控件不管是Android还是iOS中都是必然存在的一个控件,具体的效果大同小异,显示日期,时间,iOS中有四种方式可以选择,Time, Date,Date and Time , Count Down Timer,Demo比较简单,需要一个DatePicker控件和一个Button显示时间或者日期...
分类:
移动开发 时间:
2015-01-15 09:16:10
阅读次数:
177