摘要: $("#checkall").click( function () { if (this.checked) { $("input[name='checkname']").each(function () { this.checked = true;... 阅读全文
posted @ 2015-02-15 14:42 whatever_pds 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 底层代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace AddLog{ /// /// 记录:文件以时间命名 /// public c... 阅读全文
posted @ 2015-02-15 14:34 whatever_pds 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 代码示例:WITH domain AS(SELECT ROW_NUMBER() OVER(ORDER BY ID DESC) ids,* FROM dbo.DomainInfo)SELECT * FROM domain WHERE ids BETWEEN 1 AND 20 ORDER BY City... 阅读全文
posted @ 2015-02-15 14:24 whatever_pds 阅读(125) 评论(0) 推荐(0) 编辑
摘要: Web页面引入文档编辑器会报风险,则需要以下操作: View Code 阅读全文
posted @ 2015-02-15 14:20 whatever_pds 阅读(145) 评论(0) 推荐(0) 编辑
摘要: /// /// 得到文件的MD5值 /// /// 文件路径 /// public static string GetFileMD5Code(string Path) { try ... 阅读全文
posted @ 2015-02-15 14:08 whatever_pds 阅读(667) 评论(0) 推荐(0) 编辑