码迷,mamicode.com
首页 >  
搜索关键字:background gc    ( 9893个结果
windbg bp condition
0:000> bp 0012f2fc "j @ecx == 0 '';'gc'"0:000> g j代表judgement,与c++中的condition?A:B类似。如果断点处ecx是0,则停下;否则go until next breakpoint(gc).
分类:数据库   时间:2014-07-16 22:51:13    阅读次数:218
html5+css3中的background: -moz-linear-gradient 用法
在CSS中background:-moz-linear-gradient让网站背景渐变的属性,目前火狐3.6以上版本和google浏览器支持这个属性。background:-moz-linear-gradient(top,#bccfe30%,#d2dded100%);适合FF3.6+backgrou...
分类:Web程序   时间:2014-07-16 20:55:53    阅读次数:322
css
background:url(背景图片路径) no-repeat;/*不重复默认在左上方*/background:url(背景图片路径) no-repeat center;/*不重复背景图片中间显示*/background:url(背景图片路径) no-repeat bottom center...
分类:Web程序   时间:2014-07-16 20:37:51    阅读次数:233
CSS控制元素背景透明度总结
方法一:CSS3的background rgbafilter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000',endColorstr='#7F000000');background...
分类:Web程序   时间:2014-07-16 20:01:19    阅读次数:275
D广搜
/* D - 广搜 基础 Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64u Submit Status Description Background Mr Somurolov, fabulous chess-gamer indeed, asserts that no one else but...
分类:其他好文   时间:2014-07-13 13:51:23    阅读次数:223
hdu 4644 BWT (kmp)
看完题目你很容易想到,这个题目的关键点就是如何把给出的数组还原成原数组。 还原的原数组之后不管是AC自动机 还是 kmp都可以解决 - -虽然我觉得kmp会超时的感觉。 那么如何还原这个字符串就是在个题目的难点。。。 gc$aaac 1234567 排序之后变成了 $aaaccg  3456271 然后你按照排序后的下标依次走过去 会发现 $->a-...
分类:其他好文   时间:2014-07-12 22:10:26    阅读次数:256
大量数据更新导致fgc频繁引起jvm服务暂停。
线上跑的几台服务器突然出现大量fgc,由于在fgc过程的stop the world太久,引起其它应用访问该服务器上的接口大量超时。(发生超时的时间点和fgc时间点一致)先进行初步的优化。方案:修改CMSInitiatingOccupancyFraction=85这个调低到60,加快cms gc处理防止concurrent mode failure触发FGC,           减少CMSMax...
分类:其他好文   时间:2014-07-12 21:26:45    阅读次数:228
jquery动态改变背景颜色插件
GETHUB下载地址 背景颜色用animate方法时时无法改变颜色的 所以要使用插件进行补充。 使用方法: div { background-color: #bada55; width: 100px; border: 1px solid green; } Simple Desaturate Hello! jQuery("#...
分类:Web程序   时间:2014-07-12 19:08:29    阅读次数:170
PatentTips - Heterogeneous Parallel Primitives Programming Model
BACKGROUND1. Field of the InventionThe present invention relates generally to a programming model for a heterogeneous processor system.2. Background A...
分类:其他好文   时间:2014-07-12 14:52:45    阅读次数:387
PatentTips - Scheduling compute kernel workgroups to heterogeneous processors based on historical processor execution times and utilizations
BACKGROUND OF THE INVENTION 1. Field of the InventionThe present invention relates generally to heterogeneous computer systems.2. Background ArtComput...
分类:其他好文   时间:2014-07-12 14:44:24    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!