首先是这个问题如何修改。
在/frameworks/base/Android.mk中,找到如下行:
packages_to_document :=
在该变量的赋值语句最后添加
xxxxx (这里是你的包的名称,比如com/sina/ui,其实这里就是你的源代码在/frameworks/base//java/下面的一部分路径,只要能够唯一的匹配到你的代码即可)
即可。
该添加的...
分类:
移动开发 时间:
2015-01-08 11:20:45
阅读次数:
177
关于第一种iframe自适应高度问题比较简单页面加载完后 重新计算一下高度1 document.onreadystatechange=function() { 2 if(document.readyState=="complete"){3 window.p...
分类:
Web程序 时间:
2015-01-08 11:03:55
阅读次数:
149
/**
* 将字符串的xml转换成org.w3c.dom.Document对象
* @param xml
* @return
*/
public static Document getDocument(String xml) {
Document document = null;
try {
...
分类:
其他好文 时间:
2015-01-08 09:40:00
阅读次数:
152
1、Date类型 js提供Date类型来处理日期和时间 <script?type="text/javascript">
????????var?date?=?new?Date();
????????document.writeln(date);
????????//Thu?Jan?08?2015?...
分类:
编程语言 时间:
2015-01-08 07:16:49
阅读次数:
202
ajax跨域调用有两种方式,一种是iframe的方式,通过设置document.domain来实现,一种则是通过设置jsonp来实现。一 、ajax 跨域调用的问题本地建了三个站点,并设置了host文件模拟跨子域和跨全域hello.comblog.hello.comworld.comhello.co...
分类:
Web程序 时间:
2015-01-08 02:02:12
阅读次数:
182
1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:
编程语言 时间:
2015-01-08 02:01:47
阅读次数:
203
Document Title: SIMCom智能设备扫描头接口说明Version: 1.01Date: 2014-02-13Status: ReleaseDocument Control ID: SIM0005Writer: Yunqi.miao通过程序代码开启扫描通过广播实现,广播名称为:andr...
分类:
其他好文 时间:
2015-01-08 00:45:49
阅读次数:
256
New Document
p a{
font-size:20px;
display:block;
font-weight:bold;
background:#00aaFF;
color:#FFF;
width:200px;
padding:10px;
text-shadow:0px 1px #ccc;
border-radius:5px;
box-shadow: 5px 5px 5px hs...
分类:
Web程序 时间:
2015-01-07 22:12:26
阅读次数:
165
跳转到登陆页面时可以使用focus方法 window.onload = function () { document.getElementById("login_account").focus(); }即当跳转到登陆页面时,输入用户名的文本框就会自动获得焦点。
分类:
Web程序 时间:
2015-01-07 20:39:12
阅读次数:
152
Link : http://scn.sap.com/docs/DOC-57020This document will explain how to automate the execution of steps in SAP using the Script Recording and Playba...
分类:
其他好文 时间:
2015-01-07 20:35:57
阅读次数:
356