XXXXX
C/C++
XXXXX
C#/.net
XXXXX
js
java
java
开发导航 开发导航 www.endv.cn
天云
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 90 下一页
摘要: 1 Endv.DataHelper myHelper = new Endv.DataHelper(); 2 DataSet ds = myHelper.GetDataSet("select * from Right"); 3 4 DataTable dt = ds.Tables[0]; 5 6 ... 阅读全文
posted @ 2017-07-10 00:15 Endv 阅读(212) 评论(0) 推荐(0)
摘要: 1 public partial class UserControl1 : UserControl 2 { 3 public UserControl1() 4 { 5 InitializeComponent(); 6 this.tableLayoutPanel1.ColumnStyles[1]... 阅读全文
posted @ 2017-07-07 23:51 Endv 阅读(969) 评论(0) 推荐(0)
摘要: 本文阐述了如何在C#使自定义Windows选项卡控件。 本文阐述了如何在C#使自定义Windows选项卡控件。 Download demo project - 82.4 KB Download source - 252 KB 介绍 本文讨论如何使用.NET框架为windows窗体应用程序定制选项卡控 阅读全文
posted @ 2017-07-03 16:56 Endv 阅读(1003) 评论(0) 推荐(0)
摘要: This article explains how to make a custom Windows Tab Control in C#. This article explains how to make a custom Windows Tab Control in C#. Download d 阅读全文
posted @ 2017-07-03 16:53 Endv 阅读(388) 评论(0) 推荐(0)
摘要: {"Deferred content load was not performed. To provide the content, subscribe to the View's QueryControl event."} 未执行延迟内容负载。要提供内容,请订阅视图的查询控件事件 阅读全文
posted @ 2017-07-02 23:55 Endv 阅读(860) 评论(0) 推荐(0)
摘要: 定义:在定义泛型的时候,我们可以使用 where 限制参数的范围。 使用:在使用泛型的时候,你必须尊守 where 限制参数的范围,否则编译不会通过。 六种类型的约束: T:类(类型参数必须是引用类型;这一点也适用于任何类、接口、委托或数组类型。) T:结构(类型参数必须是值类型。可以指定除 Nul 阅读全文
posted @ 2017-06-29 01:03 Endv 阅读(819) 评论(0) 推荐(0)
摘要: Visio文件另存为其他几种格式的处理,以及另存为Web文件等相关操作。 1、Visio导出为PDF格式 在一般情况下,PDF格式是较为常用的内容格式,因此Visio文档(Vsd格式)导出为PDF也是很常见的一件事情,Office文档本身很好支持PDF格式的输出,因此对于Visio来说,也不是什么难 阅读全文
posted @ 2017-06-28 00:04 Endv 阅读(1180) 评论(0) 推荐(0)
摘要: yield是C#为了简化遍历操作实现的语法糖,我们知道如果要要某个类型支持遍历就必须要实现系统接口IEnumerable,这个接口后续实现比较繁琐要写一大堆代码才能支持真正的遍历功能。举例说明 1 using System; 2 using System.Collections.Generic; 3 阅读全文
posted @ 2017-06-27 23:32 Endv 阅读(810) 评论(0) 推荐(0)
摘要: 在2010年Visio以编程方式创建子进程图 Office 2010 https://msdn.microsoft.com/en-us/library/gg650651.aspx Office 2010 https://msdn.microsoft.com/en-us/library/gg65065 阅读全文
posted @ 2017-06-27 21:03 Endv 阅读(922) 评论(0) 推荐(0)
摘要: Microsoft.Office.Workflow.Actions Namespace SharePoint 2010 Contains the workflow activities that are included withMicrosoft SharePoint Server 2010 Cl 阅读全文
posted @ 2017-06-27 20:48 Endv 阅读(660) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 90 下一页