Ubuntu
爱喝雀巢的小熊
这个作者很懒,什么都没留下…
展开
-
Ubuntu 切换JDK 1.6、1.7
当Android 编译遇到这个问题的时候,可以这么切换JDK解决问题:sudo update-alternatives --config java原创 2014-03-06 22:08:07 · 1332 阅读 · 0 评论 -
git的使用
git push remote HEAD:refs/heads/原创 2015-01-08 11:30:11 · 439 阅读 · 0 评论 -
Ubuntu 出现ACK
最近在机器上安装了64位的ubuntu 10.10,搭建了android源码编译环境,发现无论是在eclipse还是在整个工程环境下adb都不能正常使用:在终端中进入adb所在目录,无论执行./adb shell还是./adb devices等等操作都会报这样一个错误: * daemon not running. starting it now on port 5037 *转载 2014-11-04 10:55:05 · 516 阅读 · 0 评论 -
Ubuntu12.10下安装Synaptic新立得
Ubuntu12.10下安装Synaptic新立得(图文) Ubuntu12.10自带有Softer Center来下载和更新软件,但是仍然有推荐使用Synaptic(新立得)。但是在使用Synaptic之前需要更新源。 简单的概括安装Synaptic——sudo apt-get install synaptic原创 2014-10-09 18:10:37 · 1211 阅读 · 0 评论 -
ubuntu下,eclipse如何打开当前文件所在文件夹的方法
123456Eclipse里打开相关资源文件所在的文件夹,是经常的事。MyEclipse带了这个功能。可是我不用Myeclipse多年,eclipse官方的j2ee版本已经非常好了,懒得去破解。 那怎么办呢?难道要右键,属性,在Location一栏中把所在的文件夹拷贝一下,然后再去资源管理器里输入这个路径,回车,打开它?转载 2014-08-18 22:22:02 · 1653 阅读 · 0 评论 -
git的学习
Git User Manual:http://www.kernel.org/pub/software/scm/git/docs/user-manual.htmlGit Commonly Used Commands:http://www.kernel.org/pub/software/scm/git/docs/everyday.html转载 2014-08-05 09:26:10 · 319 阅读 · 0 评论 -
Vim的使用
vi 是 Linux/Unix 世界里极为普遍的全屏幕文本编辑器,几乎可以说任何一台 Linux/Unix 机器都会提供这个软件。转载 2014-07-25 10:23:44 · 372 阅读 · 0 评论 -
git基础知识
Git 基础读完本章你就能上手使用 Git 了。本章将介绍几个最基本的,也是最常用的 Git 命令,以后绝大多数时间里用到的也就是这几个命令。读完本章,你就能初始化一个新的代码仓库,做一些适当配置;开始或停止跟踪某些文件;暂存或提交某些更 新。我们还会展示如何让 Git 忽略某些文件,或是名称符合特定模式的文件;如何既快且容易地撤消犯下的小错误;如何浏览项目的更新历史,查看某两次更新之间的差异转载 2014-07-25 17:42:57 · 415 阅读 · 0 评论 -
Useful Graphical Git Client for Linux
While git has been around for some time, it is only recently that I used it for collaboration with a co-worker. For those who are not aware, git is a distributed version control system with complete h转载 2014-07-25 15:42:15 · 963 阅读 · 0 评论 -
android 源码下载操作
To install Repo:Make sure you have a bin/ directory in your home directory and that it is included in your path:$ mkdir ~/bin$ PATH=~/bin:$PATHDownload the Repo tool and ensure that it i原创 2014-07-24 16:35:37 · 415 阅读 · 0 评论 -
git的使用文档
点击打开链接原创 2014-07-23 17:59:03 · 369 阅读 · 0 评论 -
ubuntu 安装android sdk
1、下载eclipse 2、离线安装adt原创 2014-07-24 10:52:57 · 473 阅读 · 0 评论