02 2013 档案

分页
摘要:drop proc GetPageDataBuildingcreate proc GetPageDataBuilding @pageSize int, @pageIndex int, @totalCount int outputas select * into #Temp from --根据中间查询结果表创建了一个临时表 (select B.*,P.ProjectName,U.UName,Br.BranchName from BuildingInfo as B left join ProjectInfo as P on P.Id=B.ProjectId ... 阅读全文

posted @ 2013-02-03 11:12 Caims 阅读(229) 评论(0) 推荐(0)

JQuery之正选、反选、全不选
摘要:function selectAll() { $(":checkbox").attr("checked", true);}function selectNone() { $(":checkbox").attr("checked",false);}function selectContray() { $(":checkbox").each(function () { $(this).attr("checked", !$(this).attr("checked" 阅读全文

posted @ 2013-02-01 17:17 Caims 阅读(254) 评论(0) 推荐(0)

导航