系统相关[总排行] [月排行] [周排行] [日排行]
前言 在淘宝开源自己基于nginx打造的tegine服务器的时候,有这么一项特性引起了笔者的兴趣。“自动根据CPU数目设置进程个数和绑定CPU亲缘性”。当时笔者对CPU亲缘性没有任何概念,当时作者只是下意识的打开了google并输入CPU亲缘性(CPU Affinity)简单了做了个了解。 ...
分类:系统相关 时间:2014-07-27 10:16:42 阅读:1575
转载自:http://www.ibm.com/developerworks/cn/opensource/os-cn-gradle/构建系统时候常常要用到 Ant, Maven 等工具,对于初学者来说,它们还是过于复杂,上手还是需要时间的。本文将向读者介绍一种全新的构建项目的方式 gradle,它简单...
分类:系统相关 时间:2014-07-27 10:14:02 阅读:461
最近发现几个好用的工具,顺便总结下。procps-ng: top, free, ps, pgrep, vmstat ...sysstat: iostat, sar ...lsof,iftop,mtr,htopcv:新发现的监控cp,dd等即时速度的nmon:从AIX鼎鼎大名的topas移植过来的ds...
分类:系统相关 时间:2014-07-27 10:04:32 阅读:333
本文记录Hibernate4.3.5搭建Log4j日志环境的过程1、搞清楚Hibernate4.3.5的日志环境依赖方法:查看帮助文档3.5. LoggingImportantCompletely out of date. Hibernate uses JBoss Logging starting ...
分类:系统相关 时间:2014-07-27 10:04:22 阅读:2115
安装输入法框架: sudo apt-get install scim安装输入法: sodu apt-get install scim-pinyin此时启动的输入法的候选词框不随着光标移动,需要安装下面四个包: sodu apt-get install scim-qt-immodule scim...
分类:系统相关 时间:2014-07-27 10:03:12 阅读:278
epoll模型#include #include /* basic system data types */#include /* basic socket definitions */#include /* sockaddr_in{} and othe...
分类:系统相关 时间:2014-07-27 09:57:12 阅读:296
问题引入...
分类:系统相关 时间:2014-07-26 17:22:12 阅读:497
想要能修改 ARM板上的系统时间,试了两种方法: 1.采用系统命令。system()   尝试了很多命令,date -s "20090807 16:02:23" ;date -s 16:02:23 ;但板子上的日期就是设置不成功,采用date -s 16:02:23 可以将时间设置成功。于是不得不考虑别的方法。 2.标准C库  首先感叹下,C库很强大呀!   而且我觉着C库的移植...
分类:系统相关 时间:2014-07-26 17:19:32 阅读:414
linux awk详解与应用...
分类:系统相关 时间:2014-07-26 17:18:32 阅读:298
#include #include int main(){ time_t now; struct tm *w; time(&now); w=localtime(&now); printf("%04d/%02d/%02d\n%...
分类:系统相关 时间:2014-07-26 16:57:52 阅读:217
113407134081340913844
上一页138431下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!