关于内存泄露的问题,之前遇到过一次,当时的应用场景是这样的:
生产环境的oracle分为两个RAC,需要做单点故障的测试,就把其中的一个RAC给停掉了,看看程序能否连接到另外一个RAC。有一个程序在这种情况下,出现了内存泄露的情况,内存疯狂增长,最终内存耗尽,导致业务主机宕机。后来派出...
分类:
其他好文 时间:
2014-05-09 10:09:26
阅读次数:
1116
转载:http://www.kernelchina.org/node/1050linux的list实现之中有如下东东:#define
list_for_each(pos, head) \ for (pos = (head)->next; prefetch(pos->next),
pos != (h....
分类:
系统相关 时间:
2014-05-09 10:04:38
阅读次数:
323
默认使用软件中心安装node.js,然后参考https://famo.us/install进行安装1.sudo
apt-get install git2.npm install -g yo grunt-cli bower generator-famous
执行后结果报如下错误 使用npm WARN ...
分类:
Web程序 时间:
2014-05-09 08:12:08
阅读次数:
478
《Windows 7 ALL-IN-ONE for dummies》作者:Woody
Leonhard主攻方向:windows +
office管理网站http://www.askwoody.com/http://windowssecrets.com/著作:Windows 8.1
All-in-On...
分类:
Windows程序 时间:
2014-05-09 07:50:10
阅读次数:
1269
arch/arm/kernel/process.c实现pm_power_off=关机函数参考board-omap3touchbook.c文件中pm_power_off=omap3_touchbook_poweroff;staticvoidomap3_touchbook_poweroff(void)
{
intpwr_off=TB_KILL_POWER_GPIO;
if(gpio_request_one(pwr_off,GPIOF_OUT_INIT_LOW,"DVIreset")<0..
分类:
系统相关 时间:
2014-05-09 07:03:00
阅读次数:
470
题目如下:
Problem D: ShellSort
He made each turtle stand on another one's back
And he piled them all up in a nine-turtle stack.
And then Yertle climbed up. He sat down on the pile.
What a wonderful v...
分类:
其他好文 时间:
2014-05-09 06:20:44
阅读次数:
396
The ? 1 ? 2 ? ... ? n = k problem
The problem
Given the following formula, one can set operators '+' or '-' instead of each '?', in order to obtain a given k
? 1 ? 2 ? ... ? n =...
分类:
其他好文 时间:
2014-05-09 06:10:40
阅读次数:
285
绝大多数对于Node.js的讨论都把关注点放在了处理高并发能力上,做开发的时候一定要明白node内部做出的权衡,以及node应用性能好的原因。
node采用一个长期运行的进程
而php在apache中会产生多个进程...
分类:
Web程序 时间:
2014-05-09 02:11:13
阅读次数:
311
绪:因工作需要,最近开始学习Node js,之前隐隐约约听到过node js 但没有实际见到过,只好google了;至于什么是node js,能做些什么,有多么好,或者有哪些弊端我这里就不多说了,因为我也说不来。
注:因工作系统平台是windows环境,所以这一系列开发测试都以windows系统。(win7)系统;
一、准备工作:
node js 安装
1、 进入node js...
分类:
微信 时间:
2014-05-09 01:28:00
阅读次数:
630
AIX5.3InstallOracle10gRAC错误集锦--磁盘I/O故障系统环境:操作系统:AIX5300-09集群软件:CRS10.2.0.1数据库:Oracle10.2.0.1系统架构图本机采用vg并发(VGconcurrent)作为共享的存储故障现象:、当在第一个node(aix211)执行root.sh时,被hang住......查看日志:[root@aix..
分类:
数据库 时间:
2014-05-09 00:55:46
阅读次数:
520