码迷,mamicode.com
首页 >  
搜索关键字:Fix    ( 2474个结果
解决启动Eclipse后提示'Running android lint'错误的问题
打开项目的AndroidManifest.xml文件,android:targetSdkVersion="21"改为“20”或以下的值。由于Android L为预览版本,版本号还是使用“20”的原因导致了此问题。修改完后,再Project -> Context Menu -> Android Tools -> Fix Project Properties操作一次,问题解决了。...
分类:移动开发   时间:2014-07-30 12:21:22    阅读次数:213
Android错误笔记
----------------Your project contains error(s),please fix them before running your application解决Yourprojectcontainserror(s),please fix them before run...
分类:移动开发   时间:2014-07-29 11:42:46    阅读次数:286
A SQLiteConnection object for database '/data/data/.../databases/....db' was leaked!
详细异常:A SQLiteConnection object for database '/data/data/.../databases/....db' was leaked! Please fix your application to end transactions in progress ...
分类:数据库   时间:2014-07-28 15:02:33    阅读次数:1781
hive0.13 rows loaded为空问题源码分析及fix
升级hive0.13之后发现job运行完成后Rowsloaded的信息没有了。rowsloaded的信息在hive0.11中由HiveHistory类的printRowCount输出。HiveHistory类的主要用途是记录job运行的信息,包括task的counter等。默认的目录在/tmp/$user中。hive0.11在SessionState的start方法中会初始化Hi..
分类:其他好文   时间:2014-07-24 10:49:05    阅读次数:204
hive0.13权限bug fix
最近线上的hive升级到了0.13,遇到不少问题。权限上面,设置了hive.security.authorization.createtable.owner.grants在hive0.13中,用户自己创建的表也没有权限。通过对源码的分析和debug找到了rc并fix,下面记录下。1.首先在hive0.11中和hive0.13中分别做建表测试,通过查看..
分类:其他好文   时间:2014-07-20 06:44:52    阅读次数:447
[MySQL 5.6] MySQL 5.6 group commit 性能测试及内部实现流程
[MySQL 5.6] MySQL 5.6 group commit 性能测试及内部实现流程http://mysqllover.com/?p=581尽管Mariadb以及Facebook在long long time ago就fix掉了这个臭名昭著的问题,但官方直到 MySQL5.6 版本才Fix掉...
分类:数据库   时间:2014-07-18 10:36:59    阅读次数:380
迷你MVVM框架 avalonjs 1.3.2发布
时隔一个月,avalon的新版本终于出来了,本次更新带来强大的模块间通信机制,其他就往常一样FIX BUG。在文本绑定里,IE会对流离于DOM树外的文本节点的data属性赋值报错,需要添加一层判定 派发事件的逻辑,由DOC.createEvent("Event")必成DOC.createEvent(...
分类:Web程序   时间:2014-07-13 00:55:08    阅读次数:420
解决克隆 centos虚拟机后修改克隆后的机器的ip、mac、uuid失败的问题
解决办法:So here’s how we fix it:Remove the kernel’s networking interface rules file so that it can be regenerated# rm -f /etc/udev/rules.d/70-persistent-...
分类:其他好文   时间:2014-07-12 09:11:25    阅读次数:473
android - Lint Error Checking导致的无法打包问题的解决办法
Export aborted because fatal lint errors were found.These are listed in the Problems view.Either fix these before running Export again,or turn off "Ru...
分类:移动开发   时间:2014-07-06 14:23:18    阅读次数:363
Android Studio的几个设置
1、主题。 File->Settings, 搜索Theme, 点开Appearance, 在右边面板的Theme中选择Darcula。 2、注释快捷键。 File->Settings,搜索keymap,点开Keymap,在右边面板上搜索,找到Other->Fix doc comment,双击,选择Add Keyboard Shortcut,按下你的快捷键。Eclipse中是alt + shi...
分类:移动开发   时间:2014-07-06 12:01:24    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!