码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
呵呵呵呵
呵呵呵呵```csharpusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:其他好文   时间:2014-05-26 22:58:46    阅读次数:352
C# Inject
using System;using System.Collections.Concurrent;using System.Collections.Generic;using System.Diagnostics.Contracts;using System.IO;using System.Linq...
分类:其他好文   时间:2014-05-26 16:20:34    阅读次数:269
GDI绘图写的简单扫雷
由于没话多少时间,这个扫雷我只实现了主要功能(扫雷功能,递归实现)废话不多说,直接上代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.D...
分类:其他好文   时间:2014-05-26 13:57:23    阅读次数:305
不要对外公开泛型List成员
最近在阅读Framework Design Guidelines,本着现学现用的原则,于是就用FxCop工具对代码进行规范性检查时,发现了很多问题,其中包括命名以及一些设计上的规范。其中,Do not expose generic lists 这条设计规范引起了我的注意。该规范指出“不要在对象模型中...
分类:其他好文   时间:2014-05-26 12:32:20    阅读次数:294
01-03-02-1【Nhibernate (版本3.3.1.4000) 出入江湖】CRUP操作--cascade 级联相关
要点:1. 2Custmer.cs 1 using Iesi.Collections.Generic; 2 using System; 3 using System.Linq; 4 using System.Text; 5 6 namespace Model 7 { 8 p...
分类:系统相关   时间:2014-05-26 11:53:27    阅读次数:302
SQLHelper -
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data.SqlClient; 6 using System.Dat...
分类:数据库   时间:2014-05-26 10:21:48    阅读次数:247
多线程简单示例
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 using System.Runtime.Remoti....
分类:编程语言   时间:2014-05-26 09:07:50    阅读次数:270
字符串转义字符
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleProgamming{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-26 08:00:40    阅读次数:184
编辑代码
看到别人把代码粘贴在其中的样式很好看,自己想尝试一下怎么弄的,没有显示行号啊 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Runtime.InteropServ...
分类:其他好文   时间:2014-05-26 07:07:58    阅读次数:312
线程间操作无效: 从不是创建控件的线程访问它.
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ....
分类:编程语言   时间:2014-05-26 07:01:59    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!