摘要: 虽然现在外面JavaScript的第三方插件很多,但多数是针对UI展示的,其实JavaScript本身的数据类型与C#或者Java这类高级语言相比,依然有很大的欠缺和不便,很多常用的方法都需要自己实现,而且零零散散的,不利于管理和维护。还有一些功能方法虽然JavaScript原生有支持,却和高级语言的写法、含义大相径庭,容易造成误解。基于上述原因,我决定把很多常用的扩展聚集起来,作为原生类型的原型扩展,方便其他的人使用。注:此扩展不依赖任何第三方库,直接从原型派生。项目名称: JavaScript Prototype Extensions项目地址:http://jsprototype.code 阅读全文
posted @ 2012-08-22 14:22 iEden 阅读(454) 评论(0) 推荐(0) 编辑
摘要: MSSQL To MongoDB ToolUsage 文档:https://mssql2mongo.codeplex.com/documentation下载:https://mssql2mongo.codeplex.com/releases简介:https://mssql2mongo.codeplex.com/ 阅读全文
posted @ 2013-07-07 00:09 iEden 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 还在为繁琐的部署犯愁么?还在为运营维护人员的智商和协作能力叫苦不迭么?你需要的仅仅是一个可以在任何地方都能跑出一样结果的工具,让SQL部署如此简单!项目名称:MSSQL Deploy Tool (MSSQL部署工具)项目地址:http://mssqldeploytool.codeplex.com/文档及示例地址:http://mssqldeploytool.codeplex.com/documentation下载地址:http://mssqldeploytool.codeplex.com/releases/Project DescriptionMSSQL Deploy Toolis a uti 阅读全文
posted @ 2013-04-27 23:46 iEden 阅读(467) 评论(0) 推荐(0) 编辑
摘要: The first thing to know about Sand Castle is it’s not enough to do the job. You need some tools to help Sand Castle generate the help documentation.The key steps I used to generate documentation with Sand Castle:Mark all public classes withXML comments, i.e. ///<summary>Describe the class.< 阅读全文
posted @ 2013-03-14 16:30 iEden 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99100... 阅读全文
posted @ 2013-03-04 15:16 iEden 阅读(354) 评论(0) 推荐(0) 编辑
摘要: The X-UA-Compatible meta tag allows web authors to choose what version of Internet Explorer the page should be rendered as.Here are your options:"IE=edge""IE=10""IE=EmulateIE10""IE=9""IE=EmulateIE9"IE=8""IE=EmulateIE8""IE=7"& 阅读全文
posted @ 2013-02-05 15:56 iEden 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 适用Visual Studio 2010, Visual Studio 2012适用Beyond Compare 2, Beyond Compare 3配置路径:Options -> Source Control -> Visual Studio Foundation Server -> Configure User ToolsCompare:Extension: .*Operation: CompareCommand: Local Path and Filename for Beyond Compare Executable (bcomp.exe)Arguments: %1 阅读全文
posted @ 2012-12-18 12:19 iEden 阅读(712) 评论(0) 推荐(0) 编辑
摘要: publicstaticclassMyExtensionClasses{ publicstaticstringOuterXml(thisXElement thiz) { var xReader = thiz.CreateReader(); xReader.MoveToContent(); returnxReader.ReadOuterXml(); } publicstaticstringInnerXml(thisXElement thiz) { var xReader = thiz.CreateReader(); xReader.MoveToCon... 阅读全文
posted @ 2012-12-05 17:31 iEden 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: The difference between .bind(), .live(), and .delegate() is not always apparent. Having a clear understanding of all the differences, though, will help us write more concise code and prevent bugs from popping up in our interactive applications.The jQuery team have announced in v1.7 a new method for 阅读全文
posted @ 2012-06-17 23:58 iEden 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Dreamweaver CS5.5注册码Dreamweaver CS5.5中文版下载Dreamweaver CS5.5注册码1192-1313-4240-0415-2225-53231192-1756-8921-7408-0509-48701192-1321-8328-4108-7860-10961325-0742-6238-7407-1242-68141325-0224-6081-7924-2537-98781325-0529-4958-2338-7643-21971325-0971-9639-6533-2029-78051325-0445-2906-3119-6186-80021325-0 阅读全文
posted @ 2012-06-10 17:41 iEden 阅读(573) 评论(0) 推荐(0) 编辑