由于工作的需要,需要修改原生的Phone程序,现在就好好看下来电与拨号是如何处理的;不管是拨号还是来电,调用的都是Phone程序,由于很多类都涉及到framework层,比较复杂;先从简单的拨号分析,在外部拨号是由Action:android.intent.action.CALL_PRIVILEGED或android.intent.action.CALL发起,这里只分析android.intent...
分类:
移动开发 时间:
2014-07-28 15:55:53
阅读次数:
356
Douglas Crockford classified the "class methods" in JavaScript into three types:
private, privileged and public.
Public methods have an obvious meaning: they can be accessed by the public.
Priv...
分类:
编程语言 时间:
2014-07-19 02:31:05
阅读次数:
282
基于Tomcat7.0版本配置CGI开发环境,步聚如下:
以我的Tomcat7安装目录为例:TOMCA_HOME = /Users/yangxin/Documents/devToos/java/apache-tomcat-7.0.39
1、打开TOMCA_HOME/conf/web.xml
将CGI的Serlvet配置与URL映射注释打开
cgi
org....
分类:
其他好文 时间:
2014-07-13 16:42:37
阅读次数:
202
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of...
分类:
其他好文 时间:
2014-06-28 14:16:36
阅读次数:
276