ZIPAndroid安卓java开发组件ADT(免费) 4.86MB

zhoujiawu111

资源文件列表:

ADT-10.0.1.zip 大约有15个文件
  1. features/
  2. features/com.android.ide.eclipse.ddms_10.0.1.v201103111512-110841.jar 4.9KB
  3. features/com.android.ide.eclipse.traceview_10.0.1.v201103111512-110841.jar 4.72KB
  4. features/com.android.ide.eclipse.hierarchyviewer_10.0.1.v201103111512-110841.jar 4.71KB
  5. features/com.android.ide.eclipse.adt_10.0.1.v201103111512-110841.jar 5.12KB
  6. index.html 1.98KB
  7. plugins/
  8. plugins/com.android.ide.eclipse.ddms_10.0.1.v201103111512-110841.jar 2.12MB
  9. plugins/com.android.ide.eclipse.traceview_10.0.1.v201103111512-110841.jar 102.75KB
  10. plugins/com.android.ide.eclipse.hierarchyviewer_10.0.1.v201103111512-110841.jar 322.97KB
  11. plugins/com.android.ide.eclipse.adt_10.0.1.v201103111512-110841.jar 2.53MB
  12. site.xml 1.23KB
  13. web/
  14. web/site.xsl 6.95KB
  15. web/site.css 719B

资源介绍:

Android安卓java开发组件ADT(免费) 导入myeclipse或者eclipse 安装即可使用
<html> <head> <title>Android Development Toolkit update site.</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style>@import url("web/site.css");</style> <script type="text/javascript"> var returnval = 0; var stylesheet, xmlFile, cache, doc; function init(){ // NSCP 7.1+ / Mozilla 1.4.1+ / Safari // Use the standard DOM Level 2 technique, if it is supported if (document.implementation && document.implementation.createDocument) { xmlFile = document.implementation.createDocument("", "", null); stylesheet = document.implementation.createDocument("", "", null); if (xmlFile.load){ xmlFile.load("site.xml"); stylesheet.load("web/site.xsl"); } else { alert("Document could not be loaded by browser."); } xmlFile.addEventListener("load", transform, false); stylesheet.addEventListener("load", transform, false); } //IE 6.0+ solution else if (window.ActiveXObject) { xmlFile = new ActiveXObject("msxml2.DOMDocument.3.0"); xmlFile.async = false; xmlFile.load("site.xml"); stylesheet = new ActiveXObject("msxml2.FreeThreadedDOMDocument.3.0"); stylesheet.async = false; stylesheet.load("web/site.xsl"); cache = new ActiveXObject("msxml2.XSLTemplate.3.0"); cache.stylesheet = stylesheet; transformData(); } } // separate transformation function for IE 6.0+ function transformData(){ var processor = cache.createProcessor(); processor.input = xmlFile; processor.transform(); data.innerHTML = processor.output; } // separate transformation function for NSCP 7.1+ and Mozilla 1.4.1+ function transform(){ returnval+=1; if (returnval==2){ var processor = new XSLTProcessor(); processor.importStylesheet(stylesheet); doc = processor.transformToDocument(xmlFile); document.getElementById("data").innerHTML = doc.documentElement.innerHTML; } } </script> </head> <body onload="init();"> <!--[insert static HTML here]--> <div id="data"><!-- this is where the transformed data goes --></div> </body> </html>
100+评论
captcha
    类型标题大小时间
    ZIP(超详细、附讲解)串口DMA.zip2.95MB4年前
    ZIP单相Boost功率因数校正(PFC)仿真(Simulink & Saber)58.62KB4年前
    ZIP安卓触摸事件处理127.26KB12年前
    ZIPPython基于机器学习实现的股票价格预测、股票预测源码+数据集,机器学习大作业341.93KB2年前
    ZIPbat2exe-tool.zip BAT脚本转exe可执行文件的小工具3.7MB3年前
    ZIPgrbl0.8源码移植856.05KB3年前
    ZIPQt 软键盘(虚拟键盘) 可直接编译,嵌入式使用98.56KB1年前
    ZIPPowerDesigner16.5版本包含MySQL5.0模型的DBMS文件4.65MB4年前