在MVC目录下新建一个名为Extersions
的文件夹,在该文件夹中新建一个截断文本类,取名为:CutOfTextExtersions该类代码如下:using System;using
System.Collections.Generic;using System.Linq;using Syste...
分类:
Web程序 时间:
2014-06-29 13:35:39
阅读次数:
201
【题目】
Given a string S and a string T, count the number of distinct subsequences of T in S.
A subsequence of a string is a new string which is formed from the original string by deleting some (can be none) of the characters without disturbing the relati...
分类:
其他好文 时间:
2014-06-29 07:27:17
阅读次数:
210
ORM作为一种数据库访问机制已广泛地应用于各种项目当中,在.Net开发中,应用比较广泛的ORM框架大致有下面几个:
官方支持的有:Linq to SQL,Entity Framework。三方的有:NHibernate。前面介绍过Linq to SQL的应用,这篇介绍一下Entity Framework在Asp.Net MVC4中的应用。
首先用Visual Studio(2012或2...
分类:
Web程序 时间:
2014-06-20 12:01:44
阅读次数:
361
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
Essential Grid for Windows
Forms是一款功能强大的表格控件,很多功能和Excel表格相似,具有15种单元格类型,可以导入导出到Excel,支持多表头,多层显示,合并单元格,插入计算公式,支持LINQ,过滤和分组等。具体功能:支持Banner
Cells,可以联合背景和邻...
分类:
其他好文 时间:
2014-06-07 09:42:31
阅读次数:
338
using System;using System.Collections.Generic;using
System.IO;using System.Linq;using System.Web;using System.Web.UI;using
System.Web.UI.WebControls;n...
分类:
其他好文 时间:
2014-06-06 07:34:37
阅读次数:
311
//对应数据库中的某个表 [Table(Name = "main.Student")] public
class Student { [Column(Name = "StuName", DbType = "varchar(50)")] public string
StuName { get; set...
分类:
数据库 时间:
2014-06-06 07:34:05
阅读次数:
413
页面 一般处理程序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