1. Android应用程序开发技术结构图2. 基于组件的应用程序开发方法3.
Android应用程序组件1. Android应用程序开发技术结构图 Linux Kernel Linux核心 提供了Android操作系统的基本功能,
大多是一些驱动 Libraries 分为常用的类...
分类:
移动开发 时间:
2014-06-07 00:27:36
阅读次数:
308
function export_txt($data){ Header("Content-type:
application/octet-stream"); Header("Accept-Ranges: bytes"); $d...
分类:
其他好文 时间:
2014-06-06 21:39:54
阅读次数:
290
Linux kernel panic是很难定位和排查的重大故障,一旦系统发生了kernel
panic,相关的日志信息非常少,而一种常见的排查方法—重现法–又很难实现,因此遇到kernel
panic的问题,一般比较头疼。没有一个万能和完美的方法来解决所有的kernel panic问题,这篇文章仅仅...
分类:
其他好文 时间:
2014-06-06 21:00:30
阅读次数:
277
You can know form the name that the HTMLParser
is something used to parse HTML files. In python, there are two HTMLParsers. One
is the HTMLParser clas...
分类:
编程语言 时间:
2014-06-05 12:46:16
阅读次数:
1294
有这样的需求,需要根据用户的IP地址,定位用户所在的城市。
本文记录性文章,无逻辑性。有这样需求的朋友,可以直接拷贝使用。直接上代码,不需赘述。
<?php
header('Content-Type:text/html;Charset=utf-8');
function GetIp(){
$realip = '';
$unknown = 'unknown';
if (i...
分类:
Web程序 时间:
2014-06-04 13:41:02
阅读次数:
441
redis cluster practice1. create three instance
folder: 9001,9002,9003,folder name as redis instance port2.Store configuration
files redis-server, redi...
分类:
其他好文 时间:
2014-06-03 17:02:51
阅读次数:
474
1 //标题 2 Title = "标题"; 3 //关键词 4 HtmlMeta meta1
= new HtmlMeta(); 5 meta1.Name = "keywords"; 6 meta1.Content = "关键词"; 7
this.Page.Header.Controls.Add....
分类:
Web程序 时间:
2014-06-03 16:36:14
阅读次数:
284
前台代码:1 2 3 4 后台代码:1 if
(Request.Files.Count>0)2 {3 HttpPostedFile f = Request.Files[0];4
f.SaveAs(Server.MapPath("002.jpg"));5 }注意必须有这个enctype="multip...
分类:
其他好文 时间:
2014-06-03 16:10:48
阅读次数:
303
longene QQ 在Ubuntu 12.04上的安装目录如下:
wy@wy-Inspiron-7420:~/.longene/qq/drive_c/Program Files/Tencent/QQ$
wy@wy-Inspiron-7420:~/.longene/qq/drive_c/Prog.....
分类:
其他好文 时间:
2014-06-03 14:54:32
阅读次数:
220