Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7857287
  • 博文数量: 701
  • 博客积分: 2150
  • 博客等级: 上尉
  • 技术积分: 13233
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-29 16:28
个人简介

天行健,君子以自强不息!

文章分类

全部博文(701)

文章存档

2019年(2)

2018年(12)

2017年(76)

2016年(120)

2015年(178)

2014年(129)

2013年(123)

2012年(61)

发布时间:2014-01-10 15:18:42

c++中静态成员变量要在类外部再定义,否则产生link2001错误.class testClass{  public:  static int m_i;};// 类外部定义,若不写会产生// error LNK2001: unresolved external symbol "public: static int testClass::m_i" (?m_i@testClass@@2HA)int testClass::m_i;int main(int argc, char* argv[].........【阅读全文】

阅读(6297) | 评论(0) | 转发(0)

发布时间:2014-01-08 11:10:31

查看主机名命令:# uname -ncsdba#hostnamecsdba1、通过hostname命令。命令格式:hostname newhostname此命令的作用是暂时的修改linux的主机名,它的存活时间linux当前的运行时间,即在重启前的运行时间内。一般修改以后就生效,但是不能永久修改2、 通过配置文件/etc/sysconfig/network修改.........【阅读全文】

阅读(1942) | 评论(0) | 转发(0)

发布时间:2014-01-05 23:52:30

3.5 Network bottlenecksA performance problem in the network subsystem can be the cause of many problems, suchas a kernel panic. To analyze these anomalies to detect network bottlenecks, each Linuxdistribution includes traffic analyzers.网络子系统的性能问题可能的原因有很多,如内核的小问题;linux.........【阅读全文】

阅读(2172) | 评论(0) | 转发(1)

发布时间:2014-01-05 23:41:15

翻译:Hank (http://blog.csdn.net/fireroll)版权所有,尊重他人劳动成果,转载时请注明作者和原始出处及本声明。原文名称:《Linux Performance and Tuning Guidelines》原文地址:http://www.redbooks.ibm.com/abstracts/redp4285.html3.4 Disk bottlenecks 磁盘瓶颈The disk subsystem is often the most importan.........【阅读全文】

阅读(6205) | 评论(2) | 转发(2)

发布时间:2014-01-05 11:47:31

翻译:Hank (http://blog.chinaunix.net/uid/26000296.html)版权所有,尊重他人劳动成果,转载时请注明作者和原始出处及本声明。原文名称:《Linux Performance and Tuning Guidelines》原文地址:http://www.redbooks.ibm.com/abstracts/redp4285.html3.3 内存瓶颈On a Linux system, many programs run at the sam.........【阅读全文】

阅读(1768) | 评论(0) | 转发(1)
给主人留下些什么吧!~~

七月羽歌2017-04-14 11:13

美的事物是永恒的喜悦。

回复  |  举报

七月羽歌2017-04-14 10:40

全局留言。哇,

回复  |  举报

指尖上的幽灵2015-03-17 18:05

看了你这么多东西,如果不留下点什么多说不过去啊!加油啊

回复  |  举报
留言热议
请登录后留言。

登录 注册