top命令 是Linux下常用的性能 分析工具 ,能够实时显示系统
中各个进程的资源占用状况,类似于Windows的任务管理 器。下面详细介绍它的使用方法。 top - 02:53:32 up 16 days, 6:34, 17
users, load average: 0.24, 0.21, 0....
分类:
系统相关 时间:
2014-06-13 13:27:01
阅读次数:
446
因學校習作需要而研究Python使用教材:Python3.4.1 Official
Documentation - The Python Standard LibraryChapter 1Basic Information of
Python1) Nature of Python: a high-l...
分类:
编程语言 时间:
2014-06-11 07:58:49
阅读次数:
218
OpenResty (aka. ngx_openresty) is a
full-fledged web application server by bundling the standard Nginx core, lots of
3rd-party Nginx modules, as well ...
分类:
其他好文 时间:
2014-06-10 00:02:19
阅读次数:
384
不同的ZigBee联盟成员厂商在生产不同的商品,因此他们追逐不同的Profile,各自在自己的领域推广ZigBee的技术,也不断通过市场需要来完善Profile,进而推动ZigBee技术的推广和发展。自分化的开始,ZigBee 联盟前后共提出了10项Standard
Profile(见表一),部分尚在制定之中,按规定,某些Profile可以共存于一个设备。联盟还曾提出对ZigBee协议进行简化...
分类:
其他好文 时间:
2014-06-08 17:47:25
阅读次数:
221
1. 普通的二分查找2. 查找最左边的值3. 查找最右边的值Worst case
performance: O(log n)Best case performance: O(1)Average case performance: O(log
n)Worst case space complexity...
分类:
其他好文 时间:
2014-06-07 11:19:48
阅读次数:
248
package l002;import java.io.File;import
java.io.IOException;import org.apache.lucene.analysis.Analyzer;import
org.apache.lucene.analysis.standard.Stan...
分类:
其他好文 时间:
2014-06-07 06:51:41
阅读次数:
208
php composer.phar create-project
symfony/framework-standard-edition path/
2.2.1第一个参数PHP为本地PHP开发环境,指向PHP运行命令。第二个参数,为composer.phar方式下载。第三个参数,为动作命令,例如cre...
分类:
其他好文 时间:
2014-06-07 06:15:58
阅读次数:
199
SGI -- Silicon Graphics[Computer System]
Inc.硅图[计算机系统]公司.STL -- Standard Template
Library标准模板库。容器的概念所谓STL容器,即是将最常运用的一些数据结构(data structures)实现出来。容器是指容纳...
分类:
编程语言 时间:
2014-06-05 18:27:04
阅读次数:
431
电脑系统:windows8在这里介绍一下java平台的3个版本:Java SE--Java
Standard Edition,Java的标准版,主要用于桌面级的应用和数据库开发。Java EE--Java Enterprise
Edition,Java的企业版,提供了企业级开发的各种技术,主要用于企...
分类:
编程语言 时间:
2014-06-02 07:26:12
阅读次数:
349
第3个版本用浮点数计算平均值,并且添加了小数位固定和强制类型转换3个文件GradeBook.h//
GradeBook.h// Definition of class GradeBook that determines a class average.//
Member functions are ...
分类:
其他好文 时间:
2014-06-01 11:34:10
阅读次数:
340