S5700交换机配置端口镜像system-view //进入系统视图Enter system view, return user view with Ctrl+Z.[Quidway][Quidway]observe-port 1 interface GigabitEthernet 0/0/1 //o...
分类:
其他好文 时间:
2015-03-30 18:03:16
阅读次数:
225
一、关于Switch代码:Java代码 1 public class TestSwitch {2 public static void main(String[] args) {3 int i = 2;4 switch (i) {5 case 1:6 System.out.println(1);7 ...
分类:
编程语言 时间:
2015-03-30 17:59:29
阅读次数:
215
[翻译]如何安装ACRA-一个Android应用Crash跟踪系统—在你自己的服务器上How to setup ACRA, an Android Application Crash Tracking system, on your own host
原文地址:
http://inthecheesefactory.com/blog/how-to-install-and-use-acra-andro...
分类:
移动开发 时间:
2015-03-30 16:31:22
阅读次数:
1013
第一个方法简单点,不过需要在Android系统源码的环境下用make来编译: 1. 在应用程序的AndroidManifest.xml中的manifest节点中加入android:sharedUserId="android.uid.system"这个属性。
2. 修改Android.mk文件,加入LOCAL_CERTIFICATE := platform这一行
3. 使用mm命令来编...
分类:
移动开发 时间:
2015-03-30 16:26:57
阅读次数:
173
Imports SystemImports System.ThreadingImports System.DiagnosticsImports System.Diagnostics.ThreadStateModule Module1 Sub Main() Dim mythread1 As Thread Dim mythread2 As Thread ...
分类:
Web程序 时间:
2015-03-30 16:26:36
阅读次数:
194
Linux下面通常用du和df命令看磁盘空间的使用情况,基本语法如下:
df - report file system disk space usage
df [OPTION]... [FILE]...
-h, --human-readable
print sizes in human readable format (e.g., 1K 234M 2G)
du -...
分类:
系统相关 时间:
2015-03-30 16:24:38
阅读次数:
179
转自:http://ubuntuguide.net/get-back-typing-break-in-ubuntu-12-04-11-10Since Ubuntu 11.10 Oneiric, the typing break has gone away from “System Settings ...
分类:
系统相关 时间:
2015-03-30 16:06:36
阅读次数:
176
1、CPU使用率监控sar -P ALL 1 100输出结果如下:CPU %user %nice %system %iowait %steal %idleall 85.54 0.00 5.69 0.00 0.00 ...
分类:
Web程序 时间:
2015-03-30 16:04:38
阅读次数:
376
问题描述:在客户端站点访问WCF服务后,在页面停留时间过长,客户端站点将会报错。报错内容如下:通信对象System.ServiceModel.Channels.ServiceChannel 无法用于通信,因为其处于“出错”状态。在网上看到的处理方法:receiveTimeout 尽可能的将值设置大,...
分类:
其他好文 时间:
2015-03-30 16:00:56
阅读次数:
1010
父类(Parent):public class Parent { public String name = "parent 父类属性"; public void say(){ System.out.println("parent say被调用"+this.getClass(...
分类:
编程语言 时间:
2015-03-30 14:36:02
阅读次数:
110