码迷,mamicode.com
首页 >  
搜索关键字:sar    ( 988个结果
初学c# -- 学习笔记 小结
学了到了好些东西, 做了一些练习。 一、C# winform Socket 1、程序主要部分只是用了 Panel、Picturebox、Label、RicheditBox四个组件,滚动条、编辑框什么的都自定义了,应该比较容易看清楚。2、服务端设定地址为192.168.0.103,端口设定为5188, ...
分类:Windows程序   时间:2017-01-30 14:00:35    阅读次数:371
collectionView布局
关于 collectionView的layout布局方法: 设置cell的间距,行间距,组与组之间的间距,都是在layout里面来设置. 包括,滚动方向. -(void)prepareLayout [super prepareLayout] //最小行间距 self.minimumLineSpaci ...
分类:其他好文   时间:2017-01-26 13:18:36    阅读次数:211
Leetcode: Sliding Window Median
方法1:Time Complexity O(NK) 暂时只有两个Heap的做法,缺点:In this problem, it is necessary to be able remove elements that are not necessarily at the top of the heap ...
分类:Windows程序   时间:2017-01-24 07:45:22    阅读次数:265
Automating CSS Regression Testing
The following is a guest post by Garris Shipon . We've touched on the four types of CSS testing here before. Regression testing is the hardest. It's t ...
分类:Web程序   时间:2017-01-23 22:48:24    阅读次数:390
linux-系统资源查看-动态
1.top 2.sar http://blog.csdn.net/hguisu/article/details/7493661 很重要 http://blog.itpub.net/24435147/viewspace-694224/ 要判断系统瓶颈问题,有时需几个 sar 命令选项结合起来 怀疑CP ...
分类:系统相关   时间:2017-01-19 22:48:18    阅读次数:286
高级C#信使(译) - Unity维基百科
高级C#信使 作者:Ilya Suzdalnitski 译自:http://wiki.unity3d.com/index.php/Advanced_CSharp_Messenger 描述 前言 MissingReferenceException的原因和解决方案 信使 用法 事件监听器 注册事件监听器 ...
分类:编程语言   时间:2017-01-17 21:35:35    阅读次数:324
pylint
pylint是一款检查语法规则的工具,刚接触python发现确实很多规则和Java不同。 报错的时候,当使用鼠标在vscode中划上之后,将会显示错误,如果对于错误不解,可以在python控制台敲入(目录引导到%Python安装目录%/Script):pylint --help-msg=cXXXX ...
分类:其他好文   时间:2017-01-16 00:00:26    阅读次数:2834
Sara Chipps
"To be a developer you really need to love to learn because you're going to be learning your entire career." Sara Chipps Developer+Founder ...
分类:其他好文   时间:2017-01-14 16:53:32    阅读次数:159
sar 命令
网卡瓶颈如何在服务器上查看网卡的流量什么时间带宽跑满了。工具:sar#查看网卡流量[root@wy~]#sar-nDEVLinux2.6.32-431.el6.x86_64(wy.com) 2016年09月27日 _x86_64_ (1CPU)13时54分32秒LINUXRESTART14时00分01秒IFACErxpck/stxpck/srxkB/stxkB/srxcmp/stxcmp/srxmcst/srxpck/..
分类:其他好文   时间:2017-01-14 00:33:36    阅读次数:191
Linux 测网速
Linux 测网速: sar -n DEV 1 100 1代表一秒统计并显示一次 100代表统计一百次 使用ntop等工具,就更方便简单了,不过这个更灵活 P.S. sar在sysstat包 ...
分类:系统相关   时间:2017-01-13 14:52:52    阅读次数:212
988条   上一页 1 ... 76 77 78 79 80 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!