.NET 學習

.NET 學習生活感想... 万事成蹉跎..... 贵在坚持 及时整理自己做过和学过的东西

博客园 首页 新随笔 联系 订阅 管理

04 2011 档案

摘要:http://community.devexpress.com/blogs/garyshort/archive/2010/08/11/xaf-actions-in-detail-view-layout-v2010-vol-2.aspx 阅读全文
posted @ 2011-04-29 09:58 Tonyyang 阅读(763) 评论(0) 推荐(0)

摘要:EasyTest Basics(基础)eXpressApp Framework > Concepts > Functional Testing > EasyTest 基础 The eXpressApp Framework includes its own functional testing engine - EasyTest. All you need to know to use it is a set of commands allowed by test scripts. Using a custom script language has strong advant 阅读全文
posted @ 2011-04-26 14:07 Tonyyang 阅读(1159) 评论(0) 推荐(0)

摘要:How to show a hint panel in an XAF Windows Forms applicationhttp://www.devexpress.com/Support/Center/CodeCentral/ViewExample.aspx?exampleId=E1148 阅读全文
posted @ 2011-04-25 16:54 Tonyyang 阅读(489) 评论(0) 推荐(0)

摘要:XAF 用Excel导入数据模块Here's a video on how it works: http://mdworkstuff.blogspot.com/2011/05/excel-import-wizard-demo-from.htmland a post on how to include it into an existing XAF project http://mdworkstuff.blogspot.com/2011/05/how-to-include-expandframework-module.htmlOne more common situation when 阅读全文
posted @ 2011-04-23 17:24 Tonyyang 阅读(962) 评论(0) 推荐(0)

摘要:Here's a simple solution for entering TimeSpan data in a casual style : " 1 day 39 hours 78 min"The Solutions is to create a prpoperty editor that hosts simple Text editor, with some custom logic undeneath, that parses the string and converts it to TimeSpan after entering the string. A 阅读全文
posted @ 2011-04-23 14:28 Tonyyang 阅读(495) 评论(0) 推荐(0)

摘要:http://www.devexpress.com/Support/Center/p/A421.aspx 阅读全文
posted @ 2011-04-22 12:21 Tonyyang 阅读(969) 评论(0) 推荐(0)

摘要:Excel 文件用C#导入 Access 数字字符混排的问题Excel 驱动程序读取指定源中一定数量的行(默认情况下为 8 行)以推测每列的数据类型。如果推测出列可能包含混合数据类型(尤其是混合了文本数据的数值数据时),驱动程序将决定采用占多数的数据类型,并对包含其他类型数据的单元返回空值。(如果各种数据类型的数量相当,则采用数值类型。)Excel 工作表中大部分单元格格式设置选项不会影响此数据类型判断。可以通过指定导入模式来修改 Excel 驱动程序的此行为。若要指定导入模式,请在“属性”窗口中将 IMEX=1 添加到 Excel 连接管理器的连接字符串内的扩展属性值中。所以如果不指定IME 阅读全文
posted @ 2011-04-11 11:15 Tonyyang 阅读(455) 评论(1) 推荐(0)

摘要:How to: Test an XAF Application如何:测试XAF应用程序eXpressApp Framework > Task-Based Help > How to: Test an XAF Application The eXpressApp Framework is shipped with EasyTest - a test framework designed to perform functional testing of XAF applications. This topic demonstrates how to test an XAF applic 阅读全文
posted @ 2011-04-09 08:56 Tonyyang 阅读(578) 评论(0) 推荐(0)

摘要:Functional Testing(功能测试)eXpressApp Framework > Concepts > Functional Testing (功能测试)The eXpressApp Framework includes a preview of the EasyTest functional test framework. This framework is specifically designed to perform functional testing of XAF applications. The main idea behind the creation 阅读全文
posted @ 2011-04-08 10:57 Tonyyang 阅读(750) 评论(0) 推荐(0)

欢迎转载,转载请注明出处:http://www.cnblogs.com/Tonyyang/