码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
多线程
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:编程语言   时间:2014-05-29 04:01:44    阅读次数:276
C#温度报警
using System;using System.Collections.Generic;using System.Text;using System.Collections;using System.Windows.Forms;using System.Drawing;//展示端口namespa...
分类:其他好文   时间:2014-05-29 02:34:07    阅读次数:505
简单的水印输入框
using System;using System.Collections.Generic;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using Sys...
分类:其他好文   时间:2014-05-27 17:59:24    阅读次数:272
动态调用webservice,不需要添加Web References
using System; using System.Collections.Generic; using System.Web; using System.Net; using System.IO; using System.Web.Services.Description; using Syst...
分类:Web程序   时间:2014-05-26 18:30:45    阅读次数:306
Dao泛型设计和反射反型
(1)DAO泛型设计:当二哥或多个类中有类似的方法时,可以将这些累死的方法提出到类中,形式一个泛型父类(2)反射反型:在泛型父类中获取子类的具体类型的过程,叫反射反型 1 package cn.itcast.web.generic; 2 3 import java.lang.reflect.Par....
分类:其他好文   时间:2014-05-26 17:03:41    阅读次数:254
【C#】简单计算器源代码
form1.cs using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Syst...
分类:其他好文   时间:2014-05-26 00:25:36    阅读次数:336
word 文档操作类,可以读出word中书签 批量替换内容,直接调用
using System;using System.Collections.Generic;using System.Text;using Word = Microsoft.Office.Interop.Word;namespace ELO.BLL{ /* * Descrip...
分类:其他好文   时间:2014-05-25 23:20:06    阅读次数:420
foreach是怎么实现遍历的
using System;using System.Collections;using System.Collections.Generic;using System.Linq; using System.Text;using System.Threading.Tasks;namespace Con...
分类:其他好文   时间:2014-05-25 14:55:16    阅读次数:160
C#_Ajax_分页
using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcTest.Extends{ /// /// 分页元素位置 /// public en...
分类:其他好文   时间:2014-05-25 13:50:08    阅读次数:476
C# WinForm实现Windows 7 Aero磨砂玻璃效果
在Vista系统之后,微软为窗体程序提供了Aero磨砂的效果,如下图。那么用C#如何来实现这种磨砂效果呢?代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;us...
分类:Windows程序   时间:2014-05-25 13:45:06    阅读次数:457
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!