码迷,mamicode.com
首页 >  
搜索关键字:Fix    ( 2474个结果
当有多于64合乎逻辑的cpu时刻,Windows 下一个Oracle db 实例启动(startup)什么时候会hang(待定)
Bug 9772171 - Database startup hangs on Windows when machine has more than 64 cores [ID 9772171.8]该文章已经说明:在11.2.0.2已经fix(解决)该bug。而如今11gR2版本号已经推出了11.2....
分类:数据库   时间:2015-08-25 21:16:10    阅读次数:211
Nodemanager Out of heap memory[fix bug全过程]
问题:自己写了一个yarn上的application,发现nodemanager过段时间,会out of memory退出,把nodemanager的heap memory从1G增大到2G也是无法避免NM程序OOM开启NM的jmx监控-Dcom.sun.management.jmxremote -D...
分类:其他好文   时间:2015-08-25 15:41:14    阅读次数:185
matlab的rem()和mod()函数
matlab的rem()和mod()函数rem(x,y):求整除x/y的余数mod(x,y):求模rem(x,y)=x-y.*fix(x./y);(fix()向0取整)mod(x,y)=x-y.*floor(x./y); (floor()向左取整)如果x和y的符号相同(同为‘+’,同为‘-’),那么...
分类:其他好文   时间:2015-08-20 10:23:11    阅读次数:102
IE6兼容透明背景图
JS代码:html代码:DD_belatedPNG实现IE6下的透明背景1、通过公共类pngFixwindow.onload = function () {DD_belatedPNG.fix(".pngFix,.pngFix:hover");}2、直接用选择器:类名,ID,标签实现DD_belate...
分类:其他好文   时间:2015-08-19 16:27:28    阅读次数:134
HDU 3362 Fix(状压DP)
Fix Time Limit: 20000/10000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 916    Accepted Submission(s): 309 Problem Description There are a few poin...
分类:其他好文   时间:2015-08-17 14:07:57    阅读次数:116
安装 GitHub desktop for windows 失败
How to fix this error while installing github on windows 7/8/8.1 64bit???? 前言: 给win8.1安装GitHub桌面版的时候报错,如图: An error occurred attempting to install GitHub. 解决思路: 唉~这句话的中文意思...
分类:Windows程序   时间:2015-08-16 00:44:51    阅读次数:629
android framebuffer
struct fb_fix_screeninfo 该结构体保存的是关于屏幕固定的参数 struct fb_var_screeninfo 该结构体保存的是关于屏幕变化的参数,需要获取frame buffer之前,这个结构体需要更新。 fb_var_screeninfo 的参数介绍 ...
分类:移动开发   时间:2015-08-14 11:58:22    阅读次数:199
Android打包常见错误之Export aborted because fatal lint errors were found
打包时报如下错误:Export aborted because fatal lint errors were found. These are listed in the Lint View. Either fix these before running Export again,or turn ...
分类:移动开发   时间:2015-08-12 00:56:38    阅读次数:206
QuickFix的SSL问题
QuickFix是FIX协议的一个开源引擎,有多中语言的实现: Java: QuickFIX/J C#: QuickFIX/N C++: Python和Ruby的接口基于C++的版本 最近在学习FIX和QuickFIX,碰到一个问题,broker提供的Demo是基于QuickFIX/J的,可以正常工...
分类:其他好文   时间:2015-08-11 15:32:42    阅读次数:1080
Export aborted because fatal Lin error were founds. These are listed in the problems view. Either fi
Export aborted because fatal Lin error were founds. These are listed in the problems view. Either fix these before running Export Again, or turn off "Run full error check when exporting app" in the An...
分类:其他好文   时间:2015-08-11 14:17:35    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!