以下是Source Application去query Target Application中的content provider时的流程,此处只画到content provider启动。
The picture above is the flow chart for how Content Providers started
(1) Source APP Inform AMS ...
分类:
移动开发 时间:
2014-12-10 16:26:00
阅读次数:
177
说到WPF的界面布局,相信很多朋友都写过Html代码。在WPF中,大多数程序都使用类似Web的(flow)流布局。在使用流布局模型时,各种控件可以按特定的要求来排列,在窗口内容发生变化时,比如窗口大小发生变化,界面可以调整自身以及控件的布局。WPF的布局原则和HTML比较类似,但也有些不同,下面让我...
下图描述了在source application中broadcast一个intent,注册此intent的Target Application如何启动和接收的流程。
The picture above is the flow chart for how the source Application broadcast an intent
(1) Inform AMS to br...
分类:
移动开发 时间:
2014-12-10 12:36:08
阅读次数:
192
下图描述从一个Application A如何bind在Application B中的Service.
The picture above is the flow chart for how the source Application bind a target service
Major includes four steps:
(1) Inform AMS to ...
分类:
移动开发 时间:
2014-12-09 21:34:02
阅读次数:
255
发一个预览版的工作流设计器和表单设计器,后续问题继续探讨工作流引擎原理和设计器 原理,其中部分设计素材来源于网络。演示地址: http://211.149.216.199/frame/frame.action账号:flow密码:flow交流QQ群:1633831411、工作流设计器2、自定义表单设计...
分类:
其他好文 时间:
2014-12-09 13:39:00
阅读次数:
375
好了,用上篇介绍的工具,跟踪了下startActivity在system_server中的流程,如下:
The picture below is the flow chart for how the source Activity start a target activity
Major includes four steps:
(1) Preparation, flow chart in...
分类:
移动开发 时间:
2014-12-09 10:36:36
阅读次数:
194
WFQ加权公平队列(每个队列的计算原则与权重比关系)及加权效果取证加权公平队列(WeightedFairQueuing),它不允许用户使用MQC语句来手工完成对流量的分类,因为WFQ的分类是自动完成的,它基于每一种不同的流(flow)来分类,然后将不同的flow送入不同的队列。在实施WFQ的队列..
分类:
其他好文 时间:
2014-12-09 02:03:12
阅读次数:
541
多栏布局时高度自适应:父级over-flow:hidden; 内容外层:padding-bottom:9999px;margin-bottom:-9999px;
或者父级布局position:relative;内容区position:absolute;top:0;left:0;bottom:0...
分类:
其他好文 时间:
2014-12-08 19:29:11
阅读次数:
192
1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 #define INF 2147483647 7 #define MAXN 201 8 #define MAXM 1501 9 int v[MAXM],cap[....
分类:
其他好文 时间:
2014-12-07 15:03:59
阅读次数:
176
CSS:1.盒子模型:content内容,padding补白,border边框,margin边界。2.布局模型: a.流动模型(Flow),默认的布局模型。特征:1>块状元素自上而下,宽度100%.2>内联元素从左至右依次排列. b.浮动模型(Float):块状元素可以同行并列.c.层布局(Laye...
分类:
Web程序 时间:
2014-12-04 13:57:04
阅读次数:
150