本文在http://www.cnblogs.com/wisekingokok/archive/2011/09/14/2174844.html 基础上写了一个进阶的创建方式,技术能用新的就用新的。参考了http://blog.csdn.net/liuhe688/article/details/6715...
分类:
移动开发 时间:
2014-07-22 00:18:34
阅读次数:
342
单击内置的apk,安装已经内置到系统中的apk
package com.wind.bbminstaller;
import java.io.File;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os....
分类:
其他好文 时间:
2014-07-21 15:25:06
阅读次数:
214
先看效果
使用
package com.ydl.versionupdate;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.view.Menu;
import com.ydl.appupdate.NewVersion;
pub...
分类:
移动开发 时间:
2014-07-21 11:17:25
阅读次数:
242
fill_parent、wrap_content、match_parent 用法实例测试fill_parent设置一个顶部布局或控件强制性让它布满整个屏幕。wrap_content布局指根据视图内部内容自动扩展以适应其大小,(刚好能支撑起其内容的大小)Android2.2后fill_parent由m...
分类:
移动开发 时间:
2014-07-21 11:04:55
阅读次数:
287
2013年6月17日,农业部批准3种转基因大豆进口,可是,”准吃不准种“,请见《第一財经日报》相关报道。 据国外文献资料,“Soybean Oil: Genetic Approaches for Modification of Functionality and Total Content." P....
分类:
其他好文 时间:
2014-07-21 09:27:22
阅读次数:
188
你是否也和我一样曾经好奇过为什么回车叫做回车呢?回车回的是哪门子的车,哪来的车?你是否知道回车和换行的区别呢?前传在展开这个话题之前先说一个身边的故事。下面一段代码是同事写来处理一个简单的文件然后输出到另一个文件的代码,大家觉得有什么问题么? string content; using ...
分类:
其他好文 时间:
2014-07-21 08:21:45
阅读次数:
204
首先,php 与 mysql 要保持编码一致其次,有三处注意点:1.sql 表目 设为 utf8_unicode_ci2.php1 header("Content-Type: text/html; charset=utf8");3.sql1 mysql_query("set names 'utf8'...
分类:
其他好文 时间:
2014-07-21 00:13:37
阅读次数:
222
图片放大
*{margin:0; padding:0;}
ul,li{margin-right: 0; padding:0;}
li{list-style:none;}
a{text-decoration: none;}
.clearfix:before,.clearfix:after{display: table; content: "";}...
分类:
其他好文 时间:
2014-07-20 23:08:58
阅读次数:
336
//打开本包内asset目录下的index.html文件
wView.loadUrl(" file:///android_asset/index.html ");
//打开本地sd卡内的index.html文件
wView.loadUrl("content://com.android.htmlfileprovider/sdcard/index.html");
//打开指定UR...
分类:
Web程序 时间:
2014-07-20 22:38:53
阅读次数:
221
如题如图:代码:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charse..
分类:
其他好文 时间:
2014-07-20 15:44:31
阅读次数:
245