开发安卓的环境由以下几个组件组成:Java虚拟机JDK、Eclipse、Eclipse插件ADT(Android Developer Tool)和Android开发包SDKmac一般都自带jdk 所以在你的终端上输入 java -version 你会看到然后去android的官方网站下载ADT工具链...
分类:
移动开发 时间:
2014-08-04 10:35:16
阅读次数:
282
bin/hive 提示"xxx Illegal Hadoop Version: Unknown (expected A.B.* format)"类似这样的问题,经过查看代码 public static String getMajorVersion() { String vers = Versi...
分类:
其他好文 时间:
2014-08-03 17:46:15
阅读次数:
837
http://rvm.io/rvm/installInstall RVM (development version):\curl -sSL https://get.rvm.io | bashWithout autolibs\curl -sSL https://get.rvm.io | bash -s...
分类:
其他好文 时间:
2014-08-03 17:42:15
阅读次数:
218
Android向下兼容的思路:使用高版本的API,在运行时判断真实运行平台的API版本,根据不同版本做不同的处理 关键类:Build.class里面定义了API版本相关信息 内部类:VERSION定义当前系统的版本信息,其中包含SDK版本信息Build.VERSION.SDK_INT可以获取到当前运...
分类:
移动开发 时间:
2014-08-03 17:33:05
阅读次数:
211
Give two versions of WA code:
Version 1: Runtime Error: Find the bug
class Solution {
public:
void find(const string& s, const unordered_set& dict, vector& res) {
int i, j, len = s.length();
...
分类:
其他好文 时间:
2014-08-03 15:21:27
阅读次数:
329
spring 配置文件 <?xml?version="1.0"?encoding="UTF-8"?>
<beans?xmlns="http://www.springframework.org/schema/beans"
?????????????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
分类:
编程语言 时间:
2014-08-03 12:55:55
阅读次数:
244
在部署中遇到的问题
Django version 1.6.5
参考资料:ImportError;No module named markup
django.utils.markup在1.5中声明被deprecated 在1.6中removed,解决方法是:
安装docutils
pip install docutils
参考StackOverFlow...
分类:
其他好文 时间:
2014-08-03 07:52:24
阅读次数:
185
方案一:用Eclipse自带的Export功能步骤1:准备主清单文件 “MANIFEST.MF”,由于是打包引用了第三方jar包的Java项目,故需要自定义配置文件MANIFEST.MF,在该项目下建立文件MANIFEST.MF,内容如下:Manifest-Version: 1.0Class-Pat...
分类:
编程语言 时间:
2014-08-02 15:20:23
阅读次数:
549
Because there are numerous revisions and releases of theLinuxkerneland new ones are developed at frequent intervals, it is important to have a system ...
分类:
系统相关 时间:
2014-08-02 15:13:33
阅读次数:
335
[liuhan@liuhan-pc ~]$ cat /etc/issueFedora release 20 (Heisenbug)Kernel \r on an \m (\l)[liuhan@liuhan-pc ~]$ cat /proc/versionLinux version 3.15.6-20...
分类:
其他好文 时间:
2014-08-02 04:00:43
阅读次数:
185