码迷,mamicode.com
首页 >  
搜索关键字:region    ( 2749个结果
System.Windows.Forms.Control : Component, IOleControl, IOleObject, IOleInPlaceObject, IOleInPlaceActiveObject....
#region 程序集 System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089// C:\Windows\Microsoft.NET\Framework\v2.0.50727\Sy...
分类:Windows程序   时间:2014-12-25 21:50:13    阅读次数:818
System.Windows.Forms.ListView : Control
#region 程序集 System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089// C:\Windows\Microsoft.NET\Framework\v2.0.50727\Sy...
分类:Windows程序   时间:2014-12-25 21:49:02    阅读次数:735
C#和SQL操作Xml
#region DataTableToXml public static string DataTableToXml(System.Data.DataTable Dt) { StringBuilder sbHtml = new StringBuilder(); if (Dt.Rows.Count >...
分类:数据库   时间:2014-12-25 14:22:39    阅读次数:198
代码中的#region预编译指令
学习过程中遇到的,顺便就总结下来吧...
分类:其他好文   时间:2014-12-25 13:10:20    阅读次数:154
[DevExpress]导出到Excel
关键代码: #region 导出到Excel /// /// 导出到Excel /// eg:GridHelper.ToXls(gcLamp,string.Format("{0}_单灯电参数数据.xls", DateTime.Now.ToString("yyyyMMdd"))); /// /// ....
分类:其他好文   时间:2014-12-24 17:49:49    阅读次数:300
实例讲解遗传算法——基于遗传算法的自动组卷系统【C#版源代码】
using?System; using?System.Collections.Generic; using?System.Linq; using?System.Text; namespace?YiChuan { ????public?class?YiChuanTest ????{ ????????#region?权重 ?????...
分类:编程语言   时间:2014-12-23 19:42:30    阅读次数:490
Xcode中Info.plist文件各个键的作用说明【搜藏】
Localiztion native development region --- CFBundleDevelopmentRegion 本地化相关,如果?户所在地没有相应的语言资源,则用这个key的value来作为默认Bundle display name --- CFBundleDisplayNa...
分类:其他好文   时间:2014-12-23 17:01:24    阅读次数:1636
大数据List校验检查
1.http://msdn.microsoft.com/zh-cn/library/dd997411(v=vs.110).aspx 2. #region ZFCSTAEntity Compare 比对是否相等时,仅比较关键字段 ,提高过滤速度 /// /// List...
分类:其他好文   时间:2014-12-23 15:29:01    阅读次数:193
C#解析字符串公式
/// /// 中缀表达式到逆波兰表达式的转换及求值 /// public class RpnExpression { #region 定义属性 int Top = -1; ...
分类:Windows程序   时间:2014-12-22 22:44:15    阅读次数:278
.net图片自动裁剪白边函数案例
1.项目要求上传白底的图片要进行裁剪白边,于是同事谢了个函数感觉很好用。2. #region 剪切白边 /// /// 剪切白边 /// /// /// public static Image Crop(I...
分类:Web程序   时间:2014-12-22 15:58:02    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!