在MVC目录下新建一个名为Extersions
的文件夹,在该文件夹中新建一个截断文本类,取名为:CutOfTextExtersions该类代码如下:using System;using
System.Collections.Generic;using System.Linq;using Syste...
分类:
Web程序 时间:
2014-06-29 13:35:39
阅读次数:
201
一:获取二维数组的行数与列数,截图二:代码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
using System.Collections.Generic;using
System.ComponentModel;using System.Diagnostics;using System.Linq;using
System.Text;using System.Windows.Forms;u...
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
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
一: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
一:使用正则表达式验证电话号码,截图二:代码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
页面 一般处理程序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
首先,程序的界面如下:这里一定要使用OpenFileDialog控件,然后该页面代码如下:using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System....
分类:
其他好文 时间:
2014-06-05 13:22:36
阅读次数:
523