博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年8月31日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data.Objects;/// <summary>///Class1 的摘要说明/// </summary>public static class Class1<T> where T:class{ public static void Add(ObjectSet<T> ent, T Model) { ent.Attach(Model); ent.Context 阅读全文

posted @ 2011-08-31 22:13 itcfj 阅读(268) 评论(0) 推荐(0) 编辑

摘要: List<Book> books = new List<Book>() { new Book { Id=1, Title="LINQ in Action" }, new Book {Id=2, Title="LINQ for Fun" }, new Book {Id=3, Title="LINQ Action Fun" }, new Book {Id=4, Title="LINQ Action Fun1" }, new Book {Id=5, Title="LINQ Action2 阅读全文

posted @ 2011-08-31 20:30 itcfj 阅读(2899) 评论(0) 推荐(1) 编辑

摘要: jquery.MultiFile.js版多文件上传<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ComInformationManagerEdit.aspx.cs" Inherits="Wbxm.ComInformation_ComInformationManagerEdit" %><%@ Register Assembly="SNTC.WebControls" Namespace="SNTC.WebC 阅读全文

posted @ 2011-08-31 19:55 itcfj 阅读(1556) 评论(0) 推荐(0) 编辑