码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
初始建库SGA该设多大、PGA该设多大的建议
很多新业务系统上线,大部分DBA也不懂业务,就闷着头建库,SGA值设多大,PGA设多大,随便指定一个值就得了,运行一段时间后,也许就因为这个值是随便指定的,例如SGA+PGA大于总物理内存,SGA值或PGA值太小等等,造成DOWN机或性能低下的情况,屡见不鲜。 其实,SGA初始设置多大,PGA初始设置多大,在OLTP系统上该怎么设,在OLAP系统上又该怎么设,ORACLE是有说法的。...
分类:其他好文   时间:2014-12-17 21:05:24    阅读次数:203
OpenWrt TL-WR841N WAN口down问题
这个问题产生的问题是 tl-wr841n v8版本的有线网卡down, 然后up,不知道具体原因是什么。但是肯定会导致PPPoE拨号过程中出现问题,拨号失败,程序hang住。 以下是我修改的关于有线网口顺序的地方,这里可能存在问题,但是我们需要认真解决。 ?http://note.youdao.com/share/?id=b71ad6f21712cd8116bc31744ccf623a&t...
分类:其他好文   时间:2014-12-17 20:54:04    阅读次数:1642
ganglia Web前端清除当机节点
ganglia默认如果服务器down机也不会在web前段清除该设备,官方文档介绍的办法如下:1. 登录中央gmeta和gmond机器2. vi gmond.conf,修改如下,host_dmax默认值为0,86400为1天,即超过1天未汇报数据的节点会从前段清除。globals {...host_d...
分类:Web程序   时间:2014-12-17 18:16:58    阅读次数:242
Android_Application Fundamentals
Key classesActivityServiceBroadcastReceiverContentProviderIntentIn this documentApplication ComponentsActivating components: intentsShutting down comp...
分类:移动开发   时间:2014-12-17 12:27:29    阅读次数:272
信号量
信号量的取值可以为0(表示没有保存下来的唤醒操作),可以为正值(表示有一个或者多个唤醒操作)。 两个操作:down操作:若该值大于0,将其值减1(即用掉一个保存的唤醒信号);若该值为0,则进程将睡眠,并且down操作并未结束!检查数值,修改变量值以及可能发生的睡眠操作均作为...
分类:其他好文   时间:2014-12-16 22:23:35    阅读次数:185
Maximum Depth of Binary Tree
本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/41964475 Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node....
分类:其他好文   时间:2014-12-16 21:07:51    阅读次数:197
Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node. /** * Definition for binary tree ...
分类:其他好文   时间:2014-12-15 21:52:22    阅读次数:124
494 - Kindergarten Counting Game
Kindergarten Counting GameEverybody sit down in a circle. Ok. Listen to me carefully.``Woooooo, you scwewy wabbit!''Now, could someone tell me how man...
分类:其他好文   时间:2014-12-15 21:31:18    阅读次数:203
Stackoverflow 打开慢或样式(CSS)无法正常显示问题
原文链接:http://stackvoid.com/stackoverflow-css-down/ 最近使用 stackoverflow 超级不爽,加载慢不说 样式还刷不出来,极大影响工作效率。 查了下原因,原来是stackoverflow网站指向 CloudFlare 这个牛逼的 CDN,但是国内此 CDN 被墙了,so... 该怎么解决呢?网上搜到一个以备...
分类:Web程序   时间:2014-12-15 12:09:49    阅读次数:177
CentOS Linux解决Device eth0 does not seem to be present
在VMware里克隆出来的CentOSLinux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:系统相关   时间:2014-12-14 15:47:32    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!