posted @ 2008-04-09 16:03 尹合磊 阅读(262) 评论(0) 推荐(0) 编辑
posted @ 2008-04-09 15:49 尹合磊 阅读(197) 评论(1) 推荐(0) 编辑
|
|||
摘要:
我们的酒量越来越大,一打啤酒喝下去一只手指在眼前竖着也无法看成两只手指。我们的腰越来越粗背越来越宽肚皮越来越大,日渐增多的脂肪很是晃眼。我们爬上楼梯的动作越来越笨拙,也越来越吃力,才到三楼就已经气喘吁吁。我们向往着能到外面去走一走,看一看,却又害怕沦落天涯,苦不堪言。我们越来越觉得钱钟书老人的围城理论精辟有理。我们越来越体会到人在江湖身不由己的无奈。我们越来越感到心力交瘁,压抑茫然。…… 可是,以后的路还很长,无论如何,我们得活下去。不管是痛苦还是快乐,我们都要面对。毕竟想逃避也逃避不了的。所以,我们还是希望,明天是一个阳光灿烂的大好日子。而且,我们骨子里仍然相信自己会走出阴霾,出人头地。再回首,灯火阑珊处没有伊人,只有自己的梦想在风中轻轻地摇曳。 阅读全文
posted @ 2008-04-09 15:49 尹合磊 阅读(197) 评论(1) 推荐(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 尹合磊 阅读(948) 评论(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 尹合磊 阅读(2445) 评论(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 尹合磊 阅读(508) 评论(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 尹合磊 阅读(176) 评论(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 尹合磊 阅读(1437) 评论(0) 推荐(0) 编辑
摘要:
Try.these() 方法使得实现当你想调用不同的方法直到其中的一个成功正常的这种需求变得非常容易, 他把一系列的方法作为参数并且按顺序的一个一个的执行这些方法直到其中的一个成功执行,返回成功执行的那个方法的返回值。 在下面的例子中, xmlNode.text在一些浏览器中好用,但是xmlNode... 阅读全文
posted @ 2008-04-08 13:28 尹合磊 阅读(216) 评论(0) 推荐(0) 编辑
摘要:
$F()方法是另一个非常受欢迎的简写。它可以返回任何输入表单控件的值,如文本框或下拉框。 这个方法可以传入元素的id或者元素自己。 1 2 function test3() 3 { 4 alert($F( ' userName ' )); 5 } 6 7 8 9 阅读全文
posted @ 2008-04-06 16:31 尹合磊 阅读(213) 评论(0) 推荐(0) 编辑 |
|||