会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
雪夜之笺
为人当存浩然正气,做事当尽心尽力!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
23
下一页
2016年6月28日
Java 框架
摘要: Netty: Netty是由JBOSS提供的一个java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。 也就是说,Netty 是一个基于NIO的客户,服务器端编程框架,使用Netty 可以确保你快速和简单的开发出一个网络应用,
阅读全文
posted @ 2016-06-28 22:46 雪夜
阅读(188)
评论(0)
推荐(0)
编辑
2016年5月22日
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)
推荐(0)
编辑
2016年5月21日
常用CSS
摘要: 常用的CSS 栏目DIV+CSS
阅读全文
posted @ 2016-05-21 10:49 雪夜
阅读(146)
评论(0)
推荐(0)
编辑
2016年5月16日
吉日分页转载
摘要: ============================================= Author: 吉日嘎拉 Create date: 2012年02月23日 Description: 2012年02月23日编码规范化 ====================================
阅读全文
posted @ 2016-05-16 08:47 雪夜
阅读(299)
评论(0)
推荐(0)
编辑
2016年5月13日
强制刷新
摘要: //居中 .box{width:100%;text align:center;} .box .contBox{width:970px;height:500px;margin:0 auto;text align:left;}
阅读全文
posted @ 2016-05-13 08:19 雪夜
阅读(210)
评论(0)
推荐(0)
编辑
2016年5月12日
常用的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 雪夜
阅读(6031)
评论(0)
推荐(0)
编辑
2016年5月8日
1、C#中Hashtable、Dictionary详解以及写入和读取对比
摘要: 在本文中将从基础角度讲解HashTable、Dictionary的构造和通过程序进行插入读取对比。 一:HashTable 1.HashTable是一种散列表,他内部维护很多对Key Value键值对,其还有一个类似索引的值叫做散列值(HashCode),它是根据GetHashCode方法对Key通
阅读全文
posted @ 2016-05-08 16:02 雪夜
阅读(704)
评论(0)
推荐(0)
编辑
2016年4月20日
webservice 交错数组
摘要: net webservices public DataSet SelectOPQuestionByWhere(string strWhere, string[][] strArry) { if (!key.IsValid()) return null; DataSet ds = new DataSe
阅读全文
posted @ 2016-04-20 18:15 雪夜
阅读(183)
评论(0)
推荐(0)
编辑
2016年4月17日
vs plug
摘要: 工欲善其事,必先利其器。尽管visual studio本身已经非常强大,但优秀的插件仍然可以帮开发者大大提高效率,以下是牛牛非常喜欢的vs插件。 1、Indent Guides 绝对是必须的,有了这些辅助线,代码结构一目了然。 lines 2、AllMargins 2012 不仅仅是Indent G
阅读全文
posted @ 2016-04-17 22:38 雪夜
阅读(228)
评论(0)
推荐(0)
编辑
2016年4月14日
DataReader方式 获取数据
摘要: /// /// 得到一个对象实体 DataReader方式 /// /// /// 成功返回对象模型,失败返回null public DotNet.Model.Base_Department GetModelUseDR(long Id) { StringBuilder strSql=new Stri
阅读全文
posted @ 2016-04-14 10:23 雪夜
阅读(835)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
10
···
23
下一页