码迷,mamicode.com
首页 >  
搜索关键字:Fix    ( 2474个结果
解决ie6下不支持fix属性,模拟固定定位
1 2 3 4 5 模拟固定定位fix 6 12 13 14 15 16 17 18 View Codehtml{ height:100%; overflow:hidden;}//此处让其跟文档height一样body{margin:0; height:100%; overflow...
分类:其他好文   时间:2014-10-13 17:06:09    阅读次数:233
完美解决 Linux 下 Sublime Text 中文输入(转载)
1.保存下面的代码为sublime_imfix.c/*sublime-imfix.cUse LD_PRELOAD to interpose some function to fix sublime input method support for linux.By Cjacker Huang gc....
分类:系统相关   时间:2014-10-09 13:29:33    阅读次数:366
Jar mismatch! Fix your dependencies
在开发Android项目的时候,有时需要引用多个项目作为library。在引用项目的时候,有时会出现“Jar mismatch! Fix your dependencies”错误。这是因为两个项目的jar包(android-support-v4.jar)不一致。 解决方法是把2个...
分类:其他好文   时间:2014-10-09 00:47:27    阅读次数:202
Fix to "Error Value: Error: rpmdb open failed"
"An internal system error has occuredA problem that we were not expecting has occured.Please report this bug in your distribution bugtracker withthe e...
分类:数据库   时间:2014-10-07 00:51:22    阅读次数:325
Xcode6 UIWebView与JavaScript交互(issue fix)
这篇文章中,有介绍UIWebView与JavaScript交互,在UIWebView截获JavaScript请求处理,从app的角度,这是JavaScript的Hook请求。  在Xcode6之前的App版本,JavaScript可以这样将Hook请求发送出来: HTML: test linkJavaScript: function xcode6(){ var...
分类:编程语言   时间:2014-09-30 20:00:29    阅读次数:171
How to find and fix Bash Shell-shock vulnerability CVE-2014-6271 in unix like system
type command -env x='() { :;}; echo vulnerable' bash -c 'echo hello'in your terminal.if your system is vulnerable then above command will return outpu...
分类:其他好文   时间:2014-09-30 15:28:59    阅读次数:152
hive可以drop所有表的bug fix
之前遇到的一个droptable的小问题,默认任何人都可以有使用dropdb.table的权限这是一个bug,bugid:https://issues.apache.org/jira/browse/HIVE-2817解决方法:可以通过设置sethive.exec.drop.ignorenonexistent=false(DonotreportanerrorifDROPTABLE/VIEWspecifiesanon-existe..
分类:其他好文   时间:2014-09-28 03:24:11    阅读次数:223
Fix “Windows cannot access the specified device path or file” Error
http://helpdeskgeek.com/help-desk/windows-cannot-access-the-specified-device-path-or-file/Method 1 – Windows Server 2003 Terminal ServicesFirstly, if ...
分类:数据库   时间:2014-09-23 11:05:04    阅读次数:234
Jar mismatch! Fix your dependencies的问题
看到网上有说:在开发Android项目的时候,有时需要引用多个项目作为library。在引用项目的时候,有时会出现“Jar mismatch! Fix your dependencies”错误。这是因为两个项目的jar包(android-support-v4.jar)不一致。 解决方法是把2个jar...
分类:其他好文   时间:2014-09-18 11:18:33    阅读次数:150
hive0.13数据库锁问题fix
之前同事处理的一个case,记录下hive升级到0.13之后,在创建表时,发现报锁竞争的问题,信息如下:conflictinglockpresentforvipdwmodeEXCLUSIVEhive中有锁是没有问题,但是这里的锁却是数据库层面的锁!而且是排他锁!这个锁的粒度就太大了,这个锁会导致所有的关于这个库的hi..
分类:数据库   时间:2014-09-18 03:10:33    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!