GridView1 footer求和
摘要:```csharp // ShowFooter="True" private double sum = 0;//取指定列的数据和,你要根据具体情况对待可能你要处理的是int protected void GridView1_RowDataBound(object sender, GridViewRo
阅读全文
posted @
2016-05-22 21:31
雪夜
阅读(273)
推荐(0) 编辑
吉日分页转载
摘要:============================================= Author: 吉日嘎拉 Create date: 2012年02月23日 Description: 2012年02月23日编码规范化 ====================================
阅读全文
posted @
2016-05-16 08:47
雪夜
阅读(301)
推荐(0) 编辑
强制刷新
摘要://居中 .box{width:100%;text align:center;} .box .contBox{width:970px;height:500px;margin:0 auto;text align:left;}
阅读全文
posted @
2016-05-13 08:19
雪夜
阅读(211)
推荐(0) 编辑
常用的CDN 链接 http://cdn.code.baidu.com/ http://www.bootcdn.cn/
摘要:http://cdn.code.baidu.com/ http://developer.baidu.com/wiki/index.php?title=docs/cplat/libs ★新浪CDN,感觉很快,用的人很多,推荐使用! 其它版本可以在这里找地址 http://lib.sinaapp.com
阅读全文
posted @
2016-05-12 14:33
雪夜
阅读(6058)
推荐(0) 编辑
1、C#中Hashtable、Dictionary详解以及写入和读取对比
摘要:在本文中将从基础角度讲解HashTable、Dictionary的构造和通过程序进行插入读取对比。 一:HashTable 1.HashTable是一种散列表,他内部维护很多对Key Value键值对,其还有一个类似索引的值叫做散列值(HashCode),它是根据GetHashCode方法对Key通
阅读全文
posted @
2016-05-08 16:02
雪夜
阅读(716)
推荐(0) 编辑