博文地址:http://blog.csdn.net/liuhui_8989/article/details/19414187复制去Google翻译翻译结果http://blog.csdn.net/liuhui_8989/article/details/19414187
分类:
编程语言 时间:
2014-12-06 18:02:45
阅读次数:
193
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found in t...
分类:
其他好文 时间:
2014-12-06 08:53:46
阅读次数:
155
在整合android过程中导入别人的项目出现下面的错误:
error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
通过stackoverflow查到其解决方法,如下:...
分类:
移动开发 时间:
2014-12-06 06:34:11
阅读次数:
199
Problem DescriptionYour task is to Calculate a + b.Too easy?! Of course! I specially designed the problem for acm beginners.You must have found that s...
分类:
其他好文 时间:
2014-12-05 21:10:20
阅读次数:
237
首先,我yum的httpd,把备份好的文件会存到/data/backup,并且在http.conf中配置虚拟目录alias/mogodb/"/data/backup"
<Directory"/data/backup">
OptionsIndexesFollowSymLinks
AllowOverrideAll
Orderallow,deny
Allowfromall
</Directory>当我访问http://host/m..
分类:
Web程序 时间:
2014-12-05 19:30:39
阅读次数:
185
问题1:java.lang.IncompatibleClassChangeError:Found interface org.apache.hadoop.mapreduce.JobContext, but class was expectedat org.apache.mahout.common.H...
分类:
其他好文 时间:
2014-12-05 19:14:19
阅读次数:
1053
当静默安装提示104时,是说升级的APK 和本地已经安装的APK 签名不一致,所以无法升级。经百度,找到知乎同学@陈子腾的回答,找到了问题所在。可以比对apk签名的fingerprint。假定安装了JDK,如果想查HelloWorld.apk所使用的签名的fingerprint,可以这样做:1. 查...
分类:
其他好文 时间:
2014-12-05 18:50:14
阅读次数:
190
appcomat_v7报错解决方案 给出了最新的兼容报错解决方案
error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.ActionButton'. styles_base.xml /appcompat_v7/res/values-v21...
分类:
移动开发 时间:
2014-12-04 21:39:02
阅读次数:
318
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array.
...
分类:
其他好文 时间:
2014-12-04 13:59:41
阅读次数:
154
This is my first shot to write a blog in English. Enjoy! ;)CocoaPods is a popular way to control iOS projects' dependency. And it's easy to use.If you...
分类:
其他好文 时间:
2014-12-04 12:02:28
阅读次数:
148