垃圾回收(先了解以后再研究)using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace ConsoleApplication1{ clas...
分类:
Web程序 时间:
2014-08-13 12:32:56
阅读次数:
275
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.IO;using System.Web;namespace WebAPICl...
分类:
Web程序 时间:
2014-08-13 00:41:14
阅读次数:
297
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-08-13 00:38:24
阅读次数:
247
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
...
分类:
其他好文 时间:
2014-08-12 22:04:54
阅读次数:
271
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Net....
分类:
其他好文 时间:
2014-08-12 21:41:54
阅读次数:
256
由于最近一个项目的数据库变动比较频繁, 为了减少数据层的负担, 打算采用.net的MVC框架, 使用LINQ对付数据层. 这个框架的web.config文件里出现了configSections section, 这个之前没有留意, 乘着项目不是很急, 顺势把它给搞懂, 花了一下午时间, 终于搞定, ...
分类:
其他好文 时间:
2014-08-12 18:43:34
阅读次数:
241
最常用的字符实体Character Entities显示说明实体名称实体编号半方大的空白  全方大的空白  不断行的空白格 大于>>&&符号&&"双引号""©版权©©®已注册商标...
分类:
Web程序 时间:
2014-08-12 18:24:34
阅读次数:
624
HTMLPage.htm请求页
Default.aspx.cs处理页
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;...
分类:
其他好文 时间:
2014-08-12 17:20:04
阅读次数:
197
using System;using System.Collections.Generic;using System.Linq;using System.Web;using Ajax翻页.DAL.DataSetCommentTableAdapters;using Syste...
分类:
其他好文 时间:
2014-08-12 13:26:24
阅读次数:
226
开门见山读这篇文章之前,我先说下,每一种搜索结果集,我都以三种方式变现出来,为啦更好的理解,希望不要嫌我啰嗦。1.简单的linq语法 //1 var ss = from r in db.Am_recProScheme ...
分类:
其他好文 时间:
2014-08-12 12:42:14
阅读次数:
304