加菲猫

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

05 2008 档案

摘要:摘自msdn (http://msdn.microsoft.com/zh-cn/magazine/cc337893.aspx) LINQ 的标准查询操作符 John Papa 代码下载位置: DataPoints2008_03.exe (958 KB) Browse the Code Online 目录 操作符和 LINQ 操作符类型 Lambda 表达式 First 和 S... 阅读全文
posted @ 2008-05-29 11:45 bjh 阅读(296) 评论(0) 推荐(0)

摘要:客户端代码: function AjaxGetData(url) { url = 'Handler.ashx?what=' + escape('时间'); if (window.XMLHttpRequest) { // browser has native support for XMLHttpRequest... 阅读全文
posted @ 2008-05-28 14:44 bjh 阅读(1321) 评论(0) 推荐(0)

摘要:using System; //using System.Linq; using System.Collections.Generic; class Customer { // C#3.0 Feature: Auto-Implemented Properties public string CustomerID { get; set; } public string Co... 阅读全文
posted @ 2008-05-26 16:14 bjh 阅读(358) 评论(0) 推荐(0)