码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
MVC3/4 自定义HtmlHelper截断文本内容(截取)
在MVC目录下新建一个名为Extersions 的文件夹,在该文件夹中新建一个截断文本类,取名为:CutOfTextExtersions该类代码如下:using System;using System.Collections.Generic;using System.Linq;using Syste...
分类:Web程序   时间:2014-06-29 13:35:39    阅读次数:201
实例365(11)---------数组的基本操作(一)
一:获取二维数组的行数与列数,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Lin...
分类:其他好文   时间:2014-06-13 14:01:56    阅读次数:216
C# 自定义重绘DataGridView
using System.Collections.Generic;using System.ComponentModel;using System.Diagnostics;using System.Linq;using System.Text;using System.Windows.Forms;u...
分类:Windows程序   时间:2014-06-13 13:48:34    阅读次数:830
C# 自定义重绘TextBox
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using System.Drawing.Drawing2D;using System.Win...
分类:其他好文   时间:2014-06-13 13:47:28    阅读次数:299
SharePoint2013导入Excel到列表
using Microsoft.SharePoint; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.OleDb; using System.Linq; using System.Web.UI.WebCo...
分类:其他好文   时间:2014-06-07 14:39:38    阅读次数:226
实例365(8)---------三种方法将字符串格式化为日期
一:DateTime.ParseExact方式,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using S...
分类:其他好文   时间:2014-06-05 19:55:41    阅读次数:271
实例365(9)---------正则表达式之常见数字验证技巧
一:使用正则表达式验证电话号码,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Te...
分类:其他好文   时间:2014-06-05 19:21:49    阅读次数:265
zTree v3.5配置
页面 一般处理程序using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Web...
分类:其他好文   时间:2014-06-05 17:43:59    阅读次数:286
面向对象多态之接口
申明下:我也是新手,以下如有不对或不合适的地方望指出,一起交流O(∩_∩)O哈!好了,转入正题 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 nam....
分类:其他好文   时间:2014-06-05 16:48:19    阅读次数:220
C#操作PowerDesigner代码
首先,程序的界面如下:这里一定要使用OpenFileDialog控件,然后该页面代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System....
分类:其他好文   时间:2014-06-05 13:22:36    阅读次数:523
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!