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
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
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
(1)DAO泛型设计:当二哥或多个类中有类似的方法时,可以将这些累死的方法提出到类中,形式一个泛型父类(2)反射反型:在泛型父类中获取子类的具体类型的过程,叫反射反型
1 package cn.itcast.web.generic; 2 3 import java.lang.reflect.Par....
分类:
其他好文 时间:
2014-05-26 17:03:41
阅读次数:
254
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
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
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
using System;using System.Collections.Generic;using
System.Linq;using System.Web;namespace MvcTest.Extends{ /// /// 分页元素位置 ///
public en...
分类:
其他好文 时间:
2014-05-25 13:50:08
阅读次数:
476
在Vista系统之后,微软为窗体程序提供了Aero磨砂的效果,如下图。那么用C#如何来实现这种磨砂效果呢?代码:using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;us...