最近,在一项目上,发现后端mule es cpu耗用高。经过jstat -gcutil jvm进程号 1000 10分析,发现FGC次数,较多。
经过gc观察,有大量新生代对象,直接放入了老生代。
修改mule/conf/wrapper.conf .增加如下选择。
wrapper.java.additional.5=-XX:+PrintGCDetails
wrapper.java...
分类:
系统相关 时间:
2015-05-12 17:15:42
阅读次数:
118
Adding In-App Purchase to your iOS and OS X ApplicationsIn-App Purchase allows you to sell additional features and functionality from within your iOS ...
分类:
移动开发 时间:
2015-05-12 11:01:16
阅读次数:
381
getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?> "> getChildData($alias, 'title')):?> escapeHtml($title); ?> ...
分类:
其他好文 时间:
2015-05-07 16:01:13
阅读次数:
116
在做私信时,聊天泡泡仿着QQ做时,聊天泡泡底图有露出,不怎么好看,微信的就比较好看,当时就因为那2行纠结了好久- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the v...
分类:
微信 时间:
2015-05-05 19:29:48
阅读次数:
245
1 @implementation ViewController 2 3 - (void)viewDidLoad { 4 [super viewDidLoad]; 5 // Do any additional setup after loading the view, typic...
分类:
其他好文 时间:
2015-05-04 23:40:16
阅读次数:
210
之前换了JDK7以后,突然发生了在写代码的时候,自动补全功能失效,弹出了computing additional info……巴拉巴拉的提示,以下是网上找得解决方法,亲测可用:
原因是使用了 content assist 功能,eclipse会去查找java的源代码,首先在本地找,然后到internet上找。本地默认是没有java的源代码。computing additiona...
分类:
系统相关 时间:
2015-05-03 14:43:00
阅读次数:
196
Enhancing the Application: Advanced JDBC FeaturesThis chapter describes additional functionality that you can use in your Java application. Some of th...
分类:
移动开发 时间:
2015-04-30 17:58:53
阅读次数:
228
problem:
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.
Return a deep copy of the list.
Hide Tags
...
分类:
其他好文 时间:
2015-04-30 10:45:06
阅读次数:
113
在 VS 中属性页中的“ VC++ 目录->包含目录(VC++ directory->Include directory)” 与“C/C++ ->附加包含目录(C/C++->Additional inlude directory)”等目录名字相似,不知区别在哪里。找到相关说明:
VC2010中"Include Directories" 和 "Additional Include Director...
分类:
其他好文 时间:
2015-04-29 10:12:17
阅读次数:
102
Yii内置扩展(zii)中具有方便的时间控件CJuiDatePicker可供使用。使用这个部件,你可以在视图里面插入以下代码:
$this->widget('zii.widgets.jui.CJuiDatePicker', array(
'language'=>'zh_cn',
'name'=>'EndDate',
// additional javascr...
分类:
其他好文 时间:
2015-04-28 09:54:58
阅读次数:
141