2016年6月28日
摘要:
Netty: Netty是由JBOSS提供的一个java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。 也就是说,Netty 是一个基于NIO的客户,服务器端编程框架,使用Netty 可以确保你快速和简单的开发出一个网络应用,
阅读全文
posted @ 2016-06-28 22:46
雪夜
阅读(193)
推荐(0)
2016年5月22日
摘要:
```csharp // ShowFooter="True" private double sum = 0;//取指定列的数据和,你要根据具体情况对待可能你要处理的是int protected void GridView1_RowDataBound(object sender, GridViewRo
阅读全文
posted @ 2016-05-22 21:31
雪夜
阅读(276)
推荐(0)
2016年5月21日
摘要:
常用的CSS 栏目DIV+CSS
阅读全文
posted @ 2016-05-21 10:49
雪夜
阅读(153)
推荐(0)
2016年5月16日
摘要:
============================================= Author: 吉日嘎拉 Create date: 2012年02月23日 Description: 2012年02月23日编码规范化 ====================================
阅读全文
posted @ 2016-05-16 08:47
雪夜
阅读(305)
推荐(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
雪夜
阅读(217)
推荐(0)
2016年5月12日
摘要:
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
雪夜
阅读(6214)
推荐(0)
2016年5月8日
摘要:
在本文中将从基础角度讲解HashTable、Dictionary的构造和通过程序进行插入读取对比。 一:HashTable 1.HashTable是一种散列表,他内部维护很多对Key Value键值对,其还有一个类似索引的值叫做散列值(HashCode),它是根据GetHashCode方法对Key通
阅读全文
posted @ 2016-05-08 16:02
雪夜
阅读(725)
推荐(0)
2016年4月20日
摘要:
net webservices public DataSet SelectOPQuestionByWhere(string strWhere, string[][] strArry) { if (!key.IsValid()) return null; DataSet ds = new DataSe
阅读全文
posted @ 2016-04-20 18:15
雪夜
阅读(188)
推荐(0)
2016年4月17日
摘要:
工欲善其事,必先利其器。尽管visual studio本身已经非常强大,但优秀的插件仍然可以帮开发者大大提高效率,以下是牛牛非常喜欢的vs插件。 1、Indent Guides 绝对是必须的,有了这些辅助线,代码结构一目了然。 lines 2、AllMargins 2012 不仅仅是Indent G
阅读全文
posted @ 2016-04-17 22:38
雪夜
阅读(239)
推荐(0)
2016年4月14日
摘要:
/// /// 得到一个对象实体 DataReader方式 /// /// /// 成功返回对象模型,失败返回null public DotNet.Model.Base_Department GetModelUseDR(long Id) { StringBuilder strSql=new Stri
阅读全文
posted @ 2016-04-14 10:23
雪夜
阅读(845)
推荐(0)