码迷,mamicode.com
首页 >  
搜索关键字:existing    ( 828个结果
安卓开发环境(for mac)搭建记录
下载并解压安卓SDK(带Eclipse)和NDK运行Eclipse选择菜单ADT->Preferences->Android->NDK->Browse选择之前解压的NDK目录点击OK右键Package Exploder空白处->Import->Android->Existing Android Co...
分类:移动开发   时间:2014-06-29 07:57:30    阅读次数:308
git 常用操作集锦
创建仓库 新建普通仓库: jxdong@ubuntu-server:~/workspace/git$ git init Reinitialized existing Git repository in /home/jxdong/workspace/git/.git/ 新建 bare 仓库: jxdong@ubuntu-server:~/workspace/git.git...
分类:其他好文   时间:2014-06-01 09:38:36    阅读次数:269
Android增加v7 appcompat源码
1.File ---- Import---- Existing Android Code Into Workspace2.选择/extras/android/support/v7/appcompat/导入进来3.去github上查找,“platform framework support”,下载下来...
分类:移动开发   时间:2014-05-31 18:46:40    阅读次数:312
UVALIVE 6450 Social Advertising
You have decided to start up a new social networking company. Other existing popular social networksalready have billions of users, so the only way to...
分类:其他好文   时间:2014-05-31 04:34:45    阅读次数:275
把 Eclipse 中的工程 Push 到 Github(适用 Windows 平台)
今天发现一小技巧,关于如何把Eclipse的某一个Existing project push 到github服务器。Eclipse 应该是 JavaEE 版本。在project 右键 team, git 什么的commit一下。目的是生成 local repository。然后去打开windows版...
分类:Windows程序   时间:2014-05-29 02:39:14    阅读次数:373
Eclipse “Invalid Project Description” when creating new project from existing source
1) File>Import>General>Existing Project into Workspace2) File>Import>Android>Existing Code into Workspace
分类:系统相关   时间:2014-05-26 10:51:33    阅读次数:280
linux 判断指定用户对指定目录具有的权限
脚本名:power.sh脚本内容:Shell代码 #!/bin/sh username3=$1 dir_name2=$2 # get existing directory file_path=$dir_name2 while true do if [ -d $fil...
分类:系统相关   时间:2014-05-18 18:49:24    阅读次数:319
打开已存在 Android项目及常见的问题
Eclipse 打开已存在 Android项目及常见的问题 1、 点击菜单“File”-- "Import",会弹出 Import 对话框:2, 选择“General”—“Existing Projects into Workspace” 后点击“Next”:1、 选择”Browse” 选择项目所在...
分类:移动开发   时间:2014-05-17 14:39:23    阅读次数:291
将android中的sample例子到eclipse中
SDK中带有很多的例子,那么我们怎么样导入到eclipse中呢?方法很简单,如下:1. 新建android工程,选择Create project from existing sample,2. 选择sdk的version,click Next.3. 这时你会看到很多samples, 从下拉列表中选择...
分类:移动开发   时间:2014-05-16 23:24:22    阅读次数:414
Example LINUX init Script
Fromtimetotime,peoplewantmetocreateLINUXinitscriptsforthem.Iusuallyjusttakeanexistingoneforanotherserviceandchangeituptoworkformynewapplication,butmostofthemhavebecomesolongthesedaysthatIenduphavingtohackoutatonofcodejusttoreducethemdowntotheverybasicscript..
分类:系统相关   时间:2014-05-13 03:59:53    阅读次数:306
828条   上一页 1 ... 80 81 82 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!