-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlinks.html
More file actions
46 lines (46 loc) · 1.46 KB
/
links.html
File metadata and controls
46 lines (46 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: page
title: 链接
header: links
group: navigation
index: 4
---
{% include JB/setup %}
<h2>资源&链接</h2>
<div>
<table class="table table-striped" id="about-me">
<tbody>
<tr>
<td><a href="http://www.android.com/">Android</a></td>
<td>开源手机平台</td>
</tr>
<tr>
<td><a href="http://developer.android.com/sdk/installing/studio.html">Android Studio</a></td>
<td>Google出品,Android开发工具</td>
</tr>
<tr>
<td><a href="http://developer.android.com/tools/sdk/ndk/index.html">NDK</a></td>
<td>使用C&C++开发Android应用</td>
</tr>
<tr>
<td><a href="http://www.cocos2d-x.org/">Cocos2d-X</a> </mtd>
<td>跨平台游戏引擎</td>
</tr>
<tr>
<td><a href="https://code.google.com/p/goagent/">GoAgent</a> </mtd>
<td>基于Google的GAE开发的代理软件</td>
</tr>
</tbody>
</table>
</div>
<br />
<h2>好友博客</h2>
<div>
<ul>
<li><a href="http://www.mobibrw.com/">默默的点滴(LongSky.Wang)</a></li>
<li><a href="http://yeungeek.github.com">Android沉思录(Anson.Yang)</a></li>
<li><a href="http://tukeping.github.io/">Tukeping's Blog(Fred.Tu)</a></li>
</ul>
</div>
<div id="comment-hook"></div>
{% include JB/comments %}