摘要:
ADO .NET provides many rich features that can be used to retrieve and display data in a number of ways, but even given such flexibility, sometimes d... 阅读全文
posted @ 2008-04-08 17:34 尹合磊 阅读(954) 评论(0) 推荐(0)
|
|||
|
摘要:
ADO .NET provides many rich features that can be used to retrieve and display data in a number of ways, but even given such flexibility, sometimes d... 阅读全文
posted @ 2008-04-08 17:34 尹合磊 阅读(954) 评论(0) 推荐(0)
摘要:
工具下载地址:1、http://www.denisbauer.com/NETTools/FileDisassembler.aspx 下载FileDisassembler 2、http://www.aisto.com/roeder/dotnet/ 下载Reflector ,最好下最新版的 使用方法:1... 阅读全文
posted @ 2008-04-08 16:43 尹合磊 阅读(2450) 评论(2) 推荐(0)
摘要:
Optimization for a common use-case of each or collect: invoking the same method, with the same potential arguments, for all the elements. Returns the ... 阅读全文
posted @ 2008-04-08 13:51 尹合磊 阅读(514) 评论(0) 推荐(0)
摘要:
Splits a string into an Array, treating all whitespace as delimiters. Equivalent to Ruby's %w{foo bar} or Perl's qw(foo bar). 1 $w( ' applesbananaski... 阅读全文
posted @ 2008-04-08 13:40 尹合磊 阅读(178) 评论(0) 推荐(0)
摘要:
Retrieves (and extends) all the elements that have a CSS class name of className. The optional element parameter specifies a parent element to search ... 阅读全文
posted @ 2008-04-08 13:31 尹合磊 阅读(1442) 评论(0) 推荐(0)
摘要:
Try.these() 方法使得实现当你想调用不同的方法直到其中的一个成功正常的这种需求变得非常容易, 他把一系列的方法作为参数并且按顺序的一个一个的执行这些方法直到其中的一个成功执行,返回成功执行的那个方法的返回值。 在下面的例子中, xmlNode.text在一些浏览器中好用,但是xmlNode... 阅读全文
posted @ 2008-04-08 13:28 尹合磊 阅读(219) 评论(0) 推荐(0) |
|||