码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
存读Blob Oracle
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:数据库   时间:2014-06-10 13:25:34    阅读次数:269
插件的简单原理
using IExtendServices;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Text;using ...
分类:其他好文   时间:2014-06-10 09:25:33    阅读次数:191
static2014年6月9日09:27:29
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace Static再谈.....
分类:其他好文   时间:2014-06-09 19:24:42    阅读次数:162
WPF combobox
先写一个数据类Grade.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Collections...
分类:其他好文   时间:2014-06-09 18:45:56    阅读次数:176
PagedList.MVC分页
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace PagedList.MVCWeb.Controllers{ publi...
分类:Web程序   时间:2014-06-09 18:30:04    阅读次数:280
静态类2014年6月9日10:02:28
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 静态类密闭类 7 { 8 class Program 9 {10...
分类:其他好文   时间:2014-06-09 18:17:44    阅读次数:145
C#版的MapReduce
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace mapReduce { public static class helper { public static Dictionary MapReduce( ...
分类:其他好文   时间:2014-06-08 10:39:41    阅读次数:227
Swift语言中的泛型编程 【Generic】【Part 1】
泛型泛型编程让你可以编写更具扩展性、易重用的功能,代码使用时的类型取决于你所定义的业务需求。你可以编写避免重复的代码,目标更加清晰明确,风格抽象。泛型是Swift语言的一项强大的特性,基本上所有的swift标准库都建立在泛型代码上。实际上,你在这本书的时候不知不觉地接触到泛型,它贯穿始终。例如Swi...
分类:其他好文   时间:2014-06-07 21:57:16    阅读次数:358
个人理解的单例模式
下面是个人理解的单例模式:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication6{ public sealed class Si.....
分类:其他好文   时间:2014-06-07 21:55:56    阅读次数:277
java中的泛型(转)
什么是泛型?泛型(Generic type 或者 generics)是对Java语言的类型系统的一种扩展,以支持创建可以按类型进行参数化的类。可以把类型参数看作是使用参数化类型时指定的类型的一个占位符,就像方法的形式参数是运行时传递的值的占位符一样。可以在集合框架(Collection framew...
分类:编程语言   时间:2014-06-07 21:13:09    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!