代码改变世界

阅读排行榜

图表处理ZedGraph

2012-12-16 19:57 by hongjiumu, 212 阅读, 收藏,
摘要: ZedGraphhttp://sourceforge.net/projects/zedgraph/files/zedgraph%20source/图表处理 阅读全文

利用js来判断浏览器的类型

2012-09-12 18:45 by hongjiumu, 211 阅读, 收藏,
摘要: 有人喜欢用ie,有人喜欢用firefox,还有人喜欢用260,虽然名字可能有很多种,但是内核只有几种.ie内核,netscape内核!怎么用js来判断各种浏览器的类型呢?在不同的浏览器中对js的支持程度,语法要求都大不一样,下面的代码为判断代码:<script type="text/javascript"> var getOs=function(){ var OsObject=""; if(navigator.userAgent.indexOf("MSIE")>0){ return "MSIE"; 阅读全文

(转)SQL Server创建索引

2014-04-29 22:50 by hongjiumu, 208 阅读, 收藏,
摘要: 什么是索引拿汉语字典的目录页(索引)打比方:正如汉语字典中的汉字按页存放一样,SQL Server中的数据记录也是按页存放的,每页容量一般为4K 。为了加快查找的速度,汉语字(词)典一般都有按拼音、笔画、偏旁部首等排序的目录(索引),我们可以选择按拼音或笔画查找方式,快速查找到需要的字(词)。同理,... 阅读全文

A Simple Plug-In Library For .NET

2013-03-15 22:09 by hongjiumu, 208 阅读, 收藏,
摘要: A Simple Plug-In Library For .NEThttp://www.codeproject.com/Articles/182970/A-Simple-Plug-In-Library-For-NET 阅读全文

Object.prototype.toString()

2012-08-14 19:18 by hongjiumu, 208 阅读, 收藏,
摘要: Transferred From :http://stackoverflow.com/questions/3250379/what-is-the-call-function-doing-in-this-javascript-statement/3250415#3250415The call method sets the this value of the invoked function to the object passed as first argument.All native object in Javascript contain an internal property cal 阅读全文
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 42 下一页