Ray's playground

 

2010年7月11日

LINQ Queries(Chapter 8 of C# 4.0 in a nutshell)

摘要: Query and fluent syntax each have advantages.  Query syntax is simpler for queries that involve any of the following:  • A let clause for introducing a new variable alongside the range variable ... 阅读全文

posted @ 2010-07-11 22:37 Ray Z 阅读(222) 评论(0) 推荐(0) 编辑

Spring and POJO-based remote services(Chapter 8 of Spring In Action)

摘要: Working with remote services is typically a tedious chore. But Spring providesremoting support that makes working with remote services as simple as workingwith any regular JavaBean.  On the client sid... 阅读全文

posted @ 2010-07-11 21:23 Ray Z 阅读(193) 评论(0) 推荐(0) 编辑

Ruby and Its World(Chapter 15 of Programming Ruby)

摘要: RubyGems is a standardized packaging and installation framework for Ruby libraries andapplications. RubyGems makes it easy to locate, install, upgrade, and uninstall Ruby packages.  Rake was initially... 阅读全文

posted @ 2010-07-11 20:54 Ray Z 阅读(141) 评论(0) 推荐(0) 编辑

Arrays(Chapter 6 of JavaScript: The Good Parts)

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1varis_array=function(value){2returnvalue&&3typeofvalue==='object'&&4typeofvalue.l... 阅读全文

posted @ 2010-07-11 20:19 Ray Z 阅读(161) 评论(0) 推荐(0) 编辑

导航