码迷,mamicode.com
首页 >  
搜索关键字:Flow    ( 3848个结果
boke
/* Data for the `workflow` table (Records 1 - 21) */INSERT INTO [workflow] ([FLOW_ID], [FLOW_NAME], [STAGE_LINKED_ID], [DEPT_NO], [FLAG], [DATE_CREATE...
分类:其他好文   时间:2015-03-10 18:48:02    阅读次数:258
ADF_Controller系列3_通过创建ADF Menu作为页面向导(Part1)
Step 1: Create a New Application and Projects Step 2: Create an Unbounded Task Flow for Each Menu Step 3: Create an ADF Menu for Each Unbounded Ta...
分类:其他好文   时间:2015-03-10 11:46:00    阅读次数:147
ADF_Controller系列2_绑定TasksFlow、Region和Routers(Part2)
Step 1: Creating a New Fusion Application and Business Components Step 2: Create a Bounded Task Flow Step 3: Build the Task Flow Pages Step 4: Bi...
分类:其他好文   时间:2015-03-09 10:39:16    阅读次数:181
ADF 入门帮助
本文是由英文帮助翻译所得:1>task flows“任务流 task flows”可以包括非可视化的组件,比如方法调用。“页片段 page fragment”可以运行在一个页面的某个局部区域,最大限度地提高复用性。ADF Task Flow是在JSF Controller的基础上扩展而来的,它除了包...
分类:其他好文   时间:2015-03-09 06:59:48    阅读次数:1481
ADF_Controller系列5_通过绑定TasksFlow创建Train
2015-02-14 Created By BaoXinjian一、摘要本文介绍如何通过Bound Taskflow创建Train页面向导 Step 1: Create a New Application and ProjectsStep 2: Create a Task Flow for Each...
分类:其他好文   时间:2015-03-07 13:55:27    阅读次数:129
(gps)gps.conf中DEBUG_LEVEL的解析
gps.conf是gps的配置文件,这里面常用到的DEBUG_LEVEL配置项是gps HAL层logcat的开关,搞清楚这个配置项的解析流程同样对整个gps.conf的解析有很大的帮助,这里来走一下flow。hardware/qcom/gps/loc_api/libloc_api_50001/gps.c const GpsInterface* gps__get_gps_interface(stru...
分类:其他好文   时间:2015-03-06 19:09:11    阅读次数:714
(gps)gps.conf中DEBUG_LEVEL的解析
gps.conf是gps的配置文件,这里面常用到的DEBUG_LEVEL配置项是gps HAL层logcat的开关,搞清楚这个配置项的解析流程同样对整个gps.conf的解析有很大的帮助,这里来走一下flow。 hardware/qcom/gps/loc_api/libloc_api_50001/gps.c const GpsInterface* gps__get_gps_interf...
分类:其他好文   时间:2015-03-06 17:10:56    阅读次数:579
ADF_Controller系列1_绑定TasksFlow、Region和Routers
Step 1: Creating a New Fusion Application and Business Components Step 2: Create a Bounded Task Flow Step 3: Build the Task Flow Pages Step 4: Bi...
分类:其他好文   时间:2015-03-06 10:23:53    阅读次数:241
Dynamics CRM 2015 New Feature (5): Bussiness Flow Contidtion & Branche
今天我们要来看的是Business Flow,虽然它并不是一个全新的feature,但是在新版本中它却得到了不少改进,能看出来,微软还是在这个feature上下了很大的功夫。当然,这也是一个非常实用的feature,用它来管理业务流程是再好不过了。...
分类:其他好文   时间:2015-03-05 17:02:45    阅读次数:110
RadioButtonList绑定后台数据,触发点击事件
首先前台页面放置一个RadioButtonList 控件                         RepeatLayout="Flow" AutoPostBack="true" OnSelectedIndexChanged="RadioButtonList1_SelectedIndexChanged">                 .cs文件 后台绑定数据 namesp...
分类:其他好文   时间:2015-03-02 16:57:03    阅读次数:1409
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!