2015-02-14 Created By BaoXinjian一、摘要本文介绍如何通过ADF TaskFlows创建应用页面,包括页面顺序,向导和安全Step 1: Creating a New Fusion Application and Business ComponentsStep 2: C...
分类:
其他好文 时间:
2015-03-06 14:15:55
阅读次数:
131
1. Application Region 中选择“中国” 2. Application Language中选择 "Chinese",如果没有,则进入下面页面,添加中文支持。
分类:
其他好文 时间:
2015-03-06 10:44:08
阅读次数:
96
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
2015-02-14 Created By BaoXinjian一、摘要本文介绍如何通过ADF TaskFlows创建应用页面,包括页面顺序,向导和安全Step 1: Creating a New Fusion Application and Business ComponentsStep 2: C...
分类:
其他好文 时间:
2015-03-06 09:36:06
阅读次数:
205
#region 重绘tablecontrol const int CLOSE_SIZE = 15; //tabPage标签图片 Bitmap image = new Bitmap("D:\\power_003.png"); public vo...
1 //推送代码 2 private void send() 3 { 4 #region 安卓推送 5 XingeApp app = new XingeApp("2100091503", "4f256778a...
分类:
Web程序 时间:
2015-03-03 15:01:16
阅读次数:
221
/// /// 使窗口的中的指定控件支持运行时移动 /// TODO:运行时缩放 /// public class ControlMoveResize { #region 私有成员 bool IsMoving = false; ...
分类:
移动开发 时间:
2015-03-03 13:19:13
阅读次数:
306
#region GetOnlyTextFromHtmlCode + RemoveHtmlChars + RemoveTagFromHtmlCode /// /// http://www.codeproject.com/script/Content/ViewAssocia...
分类:
Web程序 时间:
2015-03-03 11:25:15
阅读次数:
122
Given a 2D board containing ‘X’ and ‘O’, capture all regions surrounded by ‘X’.
A region is captured by flipping all ‘O’s into ‘X’s in that surrounded region.
For example,
X X X X
X O O X...
分类:
其他好文 时间:
2015-03-02 19:07:23
阅读次数:
115
#region 约瑟夫环 static void SuesfuRing() { Console.WriteLine("请输入几个人"); int n = Convert.ToInt32(Console.ReadLine());...
分类:
其他好文 时间:
2015-03-02 06:07:53
阅读次数:
202