Skip to content

Commit a4c49c8

Browse files
committed
update
1 parent 76f8641 commit a4c49c8

File tree

3 files changed

+36
-28
lines changed

3 files changed

+36
-28
lines changed

Android学习之路.md

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
1-
* http://www.android-studio.org/
2-
* http://developer.android.com/guide/index.html
3-
* http://developer.android.com/training/index.html
4-
* Git repositories on android: https://android.googlesource.com/
5-
6-
* Android Development Tools for Eclipse: http://marketplace.eclipse.org/content/android-development-tools-eclipse
7-
* eclipse搭建android开发环境: http://jingyan.baidu.com/article/7e440953ca6f142fc0e2efe0.html
8-
* Windows7部署Android开发环境傻瓜式教程(Eclipse+ADT): http://www.cnblogs.com/vengen/archive/2010/04/01/AndroidSetup.html
9-
* 使用 Intel HAXM 为 Android 模拟器加速,媲美真机: http://www.cnblogs.com/beginor/archive/2013/01/13/2858228.html
10-
11-
* 安卓巴士: http://www.apkbus.com/
12-
* eoeandroid: http://www.eoeandroid.com/forum.php
13-
* http://www.anddev.org/
14-
* andbook: http://andbook.anddev.org/
15-
* http://androidcommunity.com/
16-
* http://blog.sina.com.cn/s/articlelist_1463312553_1_1.html
17-
* http://stackoverflow.com/questions/tagged/android
18-
* http://www.marschen.com/portal.php
19-
20-
* http://tools.android-studio.org/index.php
21-
* http://tools.android-studio.org/index.php/proxy
22-
* https://www.xamarin.com/
1+
# Andriod学习之路
2+
3+
* <http://www.android-studio.org/>
4+
* <http://developer.android.com/guide/index.html>
5+
* <http://developer.android.com/training/index.html>
6+
* Git repositories on android: <https://android.googlesource.com/>
7+
8+
* 使用 Intel HAXM 为 Android 模拟器加速,媲美真机: <http://www.cnblogs.com/beginor/archive/2013/01/13/2858228.html>
9+
10+
* 安卓巴士: <http://www.apkbus.com/>
11+
* eoeandroid: <http://www.eoeandroid.com/forum.php>
12+
* <http://www.anddev.org/>
13+
* andbook: <http://andbook.anddev.org/>
14+
* <http://androidcommunity.com/>
15+
* <http://blog.sina.com.cn/s/articlelist_1463312553_1_1.html>
16+
* http://stackoverflow.com/questions/tagged/android>
17+
* <http://www.marschen.com/portal.php>
18+
19+
* <https://www.xamarin.com/>
20+
21+
## Eclipse
22+
23+
* Android Development Tools for Eclipse: <http://marketplace.eclipse.org/content/android-development-tools-eclipse>
24+
* eclipse搭建android开发环境: <http://jingyan.baidu.com/article/7e440953ca6f142fc0e2efe0.html>
25+
* Windows7部署Android开发环境傻瓜式教程(Eclipse+ADT): <http://www.cnblogs.com/vengen/archive/2010/04/01/AndroidSetup.html>
26+
27+
## Gradle
28+
29+
* <http://gradle.org/>
30+
* Gradle User Guide: <https://docs.gradle.org/current/userguide/userguide_single.html>
31+
* 配置构建: <https://developer.android.com/studio/build/index.html>
32+
33+
## Kotlin
34+
35+
* <http://kotlinlang.org/>

J2EE学习之路.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -546,12 +546,6 @@ mvn deploy:deploy-file -DgroupId="edu.jiangxin" -DartifactId=”gcu” -Dversion
546546

547547
https://bintray.com/
548548

549-
## Gradle
550-
551-
一个开源的自动化构建系统,建立在Apache Ant和Maven Apache概念的基础上,并引入了基于Groovy的特定领域语言(DSL),而不是使用Apache Maven宣布的项目配置XML形式。
552-
553-
* http://gradle.org/
554-
555549
## Ant
556550

557551
* http://ant.apache.org/

Unix_Linux学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
* linux 终端backspace不能删除字符: <http://blog.163.com/chen_cong_520/blog/static/841151912010829240926/>
117117
* ssh相关原理学习与常见错误总结: <http://www.cnblogs.com/jiangxinnju/p/7859488.html>
118118
* Fedora 删除旧内核: <http://www.cnblogs.com/william-lee/archive/2011/07/23/2115084.html>
119+
* linux关于S权限和T权限的介绍: <http://blog.csdn.net/qq_35116353/article/details/56049592>
119120
* Linux下好玩的命令: <http://www.cnblogs.com/joeyupdo/articles/2768113.html>
120121
* 动画演示一些无用但有趣的Linux命令: <http://www.vaikan.com/10-funny-liunx-command/>
121122
* Linux中10个有用的命令行补齐命令: <http://www.geekfan.net/8169/>

0 commit comments

Comments
 (0)