码迷,mamicode.com
首页 >  
搜索关键字:collections 集合工具类    ( 9852个结果
TraceLog.cs 累积 C#
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.IO; 5 using System.Diagnostics; 6 7 namespace Utility...
分类:其他好文   时间:2014-05-17 00:50:37    阅读次数:249
C#实体转换
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Reflection; /// /// 实体阅读器类,可以从DataTa...
分类:其他好文   时间:2014-05-17 00:20:57    阅读次数:341
a helper class for generating xls or csv file
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.Office.Interop.Excel;namespace Reuters.ProcessQualit...
分类:其他好文   时间:2014-05-16 19:54:35    阅读次数:286
C# List<T>用法
所属命名空间:using System.Collections.Generic; List类是 ArrayList 类的泛型等效类。 该类使用大小可按需动态增加的数组实现 IList 泛型接口。泛型的好处: 它为使用 c#语言编写面向对象程序增加了极大的效力和灵活性。不会强行对值类型进行装箱和拆箱,...
分类:其他好文   时间:2014-05-16 19:39:12    阅读次数:346
Asp.net动态生成表单
control.ascx using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls...
分类:Web程序   时间:2014-05-16 08:36:25    阅读次数:362
Asp.net中XML与DataSet、DataTable之间的转换
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Xml;using System.IO;using System.Web;namespace Utility{...
分类:Web程序   时间:2014-05-14 09:54:50    阅读次数:324
[NHibernate]缓存(NHibernate.Caches)
系列文章[Nhibernate]体系结构[NHibernate]ISessionFactory配置[NHibernate]持久化类(Persistent Classes)[NHibernate]O/R Mapping基础[NHibernate]集合类(Collections)映射[NHibernat...
分类:系统相关   时间:2014-05-13 21:30:53    阅读次数:573
Hibernate环境搭建
1、导入jar包 hibernate.jar  antlr-2.7.6.jar  commons-collections-3.1.jar  jta-1.1.jar  dom4j-1.6.1.jar javassist-3.4.GA.jar  slf4j-api-1.5.2.jar  slf4j-log4j12-1.5.2.jar  如果使用C3P0数据源实现数据库连接:c3p0-...
分类:系统相关   时间:2014-05-13 15:14:06    阅读次数:365
[转]C#读写TEXT文件
1、使用FileStream读写文件文件头:using System; using System.Collections.Generic; using System.Text; using System.IO; 读文件核心代码: byte[] byData = new byte[100]; char...
分类:其他好文   时间:2014-05-13 10:57:52    阅读次数:262
[NHibernate]Parent/Child
系列文章[Nhibernate]体系结构[NHibernate]ISessionFactory配置[NHibernate]持久化类(Persistent Classes)[NHibernate]O/R Mapping基础[NHibernate]集合类(Collections)映射[NHibernat...
分类:系统相关   时间:2014-05-12 21:46:00    阅读次数:454
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!