摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> [WebMethod] ... 阅读全文
posted @ 2010-03-23 08:37 bndy 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 在js中把字符串转化为json对象,方法:用eval加小括号来转化。如下面的例子 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.c... 阅读全文
posted @ 2010-03-23 08:34 bndy 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 下面的表格列出了包含在DOM Level 1中的方法,并列出不同的浏览器是否支持项。 方 法 描 述 IE MOZ OP SAF createAttribute (name) 用给定名称name创... 阅读全文
posted @ 2010-03-23 08:31 bndy 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-03-22 23:32 bndy 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> // ==========================... 阅读全文
posted @ 2010-03-22 23:30 bndy 阅读(2548) 评论(1) 推荐(0) 编辑
摘要: 共有两组 LINQ 标准查询运算符,一组在类型为 IEnumerable 的对象上运行,另一组在类型为 IQueryable 的对象上运行。构成每组运算符的方法分别是 Enumerable 和 Queryable 类的静态成员。这些方法被定义为作为方法运行目标的类型的“扩展方法”。这意味着可以使用静... 阅读全文
posted @ 2010-03-22 23:28 bndy 阅读(7167) 评论(3) 推荐(4) 编辑
摘要: 建议您在执行字符串时,使用 sp_executesql 存储过程而不要使用 EXECUTE 语句。由于此存储过程支持参数替换,因此 sp_executesql 比 EXECUTE 的功能更多;由于 SQL Server 更可能重用 sp_executesql 生成的执行计划,因此 sp_execut... 阅读全文
posted @ 2010-03-22 23:19 bndy 阅读(409) 评论(0) 推荐(0) 编辑
摘要: Json Class Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> // ===============... 阅读全文
posted @ 2010-03-22 23:12 bndy 阅读(557) 评论(0) 推荐(0) 编辑
摘要: // ============================================================================== // Created by Bndy at 10 / 25 / 2007 // Copyright (c) 2007 Bndy, All rights reserved. // Welcome to my site http : //... 阅读全文
posted @ 2010-03-22 23:07 bndy 阅读(636) 评论(0) 推荐(0) 编辑