Skip to content

Commit 81a01c7

Browse files
committed
Add Structural Java Exception Search、Augmented Traffic Control and Android SVG to VectorDrawable
1 parent 9d3e2a2 commit 81a01c7

1 file changed

Lines changed: 57 additions & 1 deletion

File tree

index.html

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,57 @@ <h4 id="security-tools">
20722072
</tr>
20732073
</tbody>
20742074
</table>
2075-
2075+
<h4>
2076+
<a id="搜索工具" class="anchor" href="#%E6%90%9C%E7%B4%A2%E5%B7%A5%E5%85%B7" aria-hidden="true">
2077+
<span class="octicon octicon-link"></span></a>搜索工具
2078+
</h4>
2079+
<table>
2080+
<thead>
2081+
<tr>
2082+
<th align="left">名称</th>
2083+
<th align="left">简介</th>
2084+
<th align="center">下载地址</th>
2085+
<th align="center">使用教程</th>
2086+
</tr>
2087+
</thead>
2088+
<tbody>
2089+
<tr>
2090+
<td align="left">Structural Java Exception Search</td>
2091+
<td align="left">Java异常搜索工具</td>
2092+
<td align="center"><a href="http://www.brainleg.com/search">下载</a></td>
2093+
<td align="center"></td>
2094+
</tr>
2095+
</tbody>
2096+
</table>
2097+
<h4>
2098+
<a id="debug调试工具" class="anchor" href="#debug%E8%B0%83%E8%AF%95%E5%B7%A5%E5%85%B7" aria-hidden="true">
2099+
<span class="octicon octicon-link"></span>
2100+
</a>Debug调试工具
2101+
</h4>
2102+
<table>
2103+
<thead>
2104+
<tr>
2105+
<th align="left">名称</th>
2106+
<th align="left">简介</th>
2107+
<th align="center">下载地址</th>
2108+
<th align="center">使用教程</th>
2109+
</tr>
2110+
</thead>
2111+
<tbody>
2112+
<tr>
2113+
<td align="left">Stetho</td>
2114+
<td align="left">Stetho 是Facebook推出的Android 调试平台,基于 </br>Chrome Developer Tools ,调试网络请求方面特别方便。</td>
2115+
<td align="center"><a href="https://github.com/facebook/stetho">下载</a></td>
2116+
<td align="center"><a href="http://facebook.github.io/stetho/">教程</a></td>
2117+
</tr>
2118+
<tr>
2119+
<td align="left">Augmented Traffic Control</td>
2120+
<td align="left">Facebook宣布开源移动网络测试工具ATC,该工具支持利用</br>Wi-Fi网络模拟2G、2.5G、3G以及LTE 4G移动网络</br>环境,让测试工程师们能够快速对智能手机和App在</br>不同国家地区和应用环境下的性能表现进行测试。</td>
2121+
<td align="center"><a href="https://github.com/facebook/augmented-traffic-control">下载</a></td>
2122+
<td align="center"></td>
2123+
</tr>
2124+
</tbody>
2125+
</table>
20762126
<h4 id="eclipse-android-studio-idea-plugin">
20772127
<a name="eclipseandroid-studioidea%E6%8F%92%E4%BB%B6" class="anchor" href="#eclipse-android-studio-idea-plugin">
20782128
<span class="octicon octicon-link"></span>
@@ -2517,6 +2567,12 @@ <h4 id="android-code-generator-tools">
25172567
</td>
25182568
<td align="center"></td>
25192569
</tr>
2570+
<tr>
2571+
<td align="left">Android SVG to VectorDrawable</td>
2572+
<td align="left">一个可以将SVG图片转换为Vector Drawable xml文件的在线工具。</td>
2573+
<td align="center"><a href="http://inloop.github.io/svg2android/">下载</a></td>
2574+
<td align="center"></td>
2575+
</tr>
25202576
</tbody>
25212577
</table>
25222578

0 commit comments

Comments
 (0)