大家都知道交换机的端口都是比较多,当你想查看某些端口状态(是处于UP还是DOWN状态)时,通常我们会使用以下命令:思科:showinterfaceXH3C:displayinterfaceX注:X表代端口号,如e1/0/1之类的。但如果当交换机的端口非常多时,而且你想知道所有端口的状态时,你再一条一条命..
分类:
其他好文 时间:
2015-01-12 19:33:03
阅读次数:
176
转载地址:http://it.deepinmind.com/jvm/2014/04/11/classnotfoundexception-is-it-slowing-down-your-jvm.html不容忽视的ClassNotFoundException Published: 11 Apr 2014...
分类:
其他好文 时间:
2015-01-12 17:15:47
阅读次数:
227
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-12 16:41:29
阅读次数:
144
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-12 16:31:05
阅读次数:
180
简介Parsing方法分类: Universal: Cocke-Younger-Kasami Algorithm and Earley's Algorithm. Top-down: LL(k). Bottom-up: LR(k).错误恢复模式: Panic-Mode Recovery: P...
分类:
其他好文 时间:
2015-01-12 10:42:39
阅读次数:
180
非常详细的七层参考模型图,里面把每一次相关的协议和每一层协议之间的关系都描述出来了,对初学网络的朋友来说,这个图会让你更好的理解网络相关的TCP/IP协议下载地址:http://down.51cto.com/data/1974168
分类:
其他好文 时间:
2015-01-12 07:05:27
阅读次数:
220
原文地址:http://www.fyhqtrade.com/articles/?type=detail&id=12
编辑时间:2015年1月11日星期日
国税2.0及升级包的下载
国税2.0:http://down.tech.sina.com.cn/page/39034.html
升级包:http://pan.baidu.com/s/1c0nMmpM
链接已经...
分类:
其他好文 时间:
2015-01-11 20:26:14
阅读次数:
300
The problem 1:Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to t...
分类:
其他好文 时间:
2015-01-11 06:07:49
阅读次数:
216
oracle 11g RMAN:Active Database Duplication
for standby database 创建dg 命令解读
继上篇如果没有正确配置理解duplicate from active dg 的 run 脚本,就会出现以下错误:
1:路径不存在:
Oracle instance shut down
connected to auxilia...
分类:
其他好文 时间:
2015-01-10 23:43:05
阅读次数:
354
//首先用枚举 列出方向 上,下,左,右(枚举的最后一位数后不用符号 否则会报错) public enum dro { up = 1, down = 2, left = 3, right = 4 } //坐标 定义 二维坐标 地图 (横坐标x,纵坐标y) public struct zuobia.....
分类:
移动开发 时间:
2015-01-10 23:37:39
阅读次数:
245