TopLanguage

分享经验是最大的复用!

toplanguageID:TopLanguage
1873次访问,排名2万外好友0人,关注者0
TopLanguage的文章
原创 5 篇
翻译 0 篇
转载 0 篇
评论 0 篇
TopLanguage的公告
除非特别声明,本站采用Creative Commons License许可。注明作者、出处,非商业。

这是一个小组(团体)博客,如果你觉得你的经验值得分享,任何时候欢迎加入我们,请先移步我们的讨论小组TopLanguage

订阅这个博客

  • XML聚合
  • 订阅到鲜果
  • 订阅到Google
  • 订阅到抓虾
  • 订阅到BlogLines
  • 订阅到Yahoo
  • 订阅到GouGou
  • 订阅到飞鸽
  • 订阅到Rojo
  • 订阅到newsgator
  • 订阅到netvibes
最近评论
文章分类
    收藏
      相册
      其他
      TopLanguage人物志
      duguguiyu|Venus神庙
      Googol
      刘未鹏(pongba)|C++的罗浮宫
      刘江|图灵
      孟岩(Mike Meng)
      徐宥(You XU)|4G Spaces&Web 2.3
      杨文博(solrex)|Solrex Shuffling
      莫华枫(longshanksmo)
      袁泳(g9)|负暄琐话
      存档
      软件项目交易
      订阅我的博客
      XML聚合  FeedSky
      订阅到鲜果
      订阅到Google
      订阅到抓虾
      订阅到BlogLines
      订阅到Yahoo
      订阅到GouGou
      订阅到飞鸽
      订阅到Rojo
      订阅到newsgator
      订阅到netvibes
      2007年12月

      原创 API考古学之“C风格的Java API”

      By pongba     #从fishbowl上看到的,非常幽默: Occasionally in Java, you come across an API that makes you sit up and go “What were they thinking?” Take, for example, the code to list all the threads in the current ThreadGroup. Rather than having the obvious method: i.e. one that returns a list (or array) of threads, the signature looks like this: int enumerate(Thread[] list) You pass an empty array to the method, which will be filled with Thread objects. The method then returns the number of thr阅读全文>

      发表于 @ 2007年12月26日 19:05:00|评论(loading...)|编辑

      原创 类型系统的四个维度

        By pongba   reddit上看到的。 这位老大对类型系统作了相当清晰的阐述;到目前为止是我看到的最清晰的。 其它的要么是盲人摸象(这里,这里,这里),要么是不着四六(这里),要么是云山雾罩(这里)。 Latent typing is any type system where you do not need to explicitly write the types of variables down in source code. Its opposite is manifest typing, where you do need to explicitly write the types down in source code. Static typing is a type system where individual expressions in the source code must have types, whether written or inferred by the compiler. Dynamic typing is a阅读全文>

      发表于 @ 2007年12月26日 08:36:00|评论(loading...)|编辑

      原创 欢迎加入TopLanguage

      TopLanguage(http://groups.google.com/group/pongba)自从8月份建立以来,已经吸引了四百多位同学,三千多条讨论,想知道我们讨论些什么,参见TopLanguage讨论精选[一],精选[二],精选[三],加入前请看这里。 这个博客为团体创作保留,欢迎加入我们:)阅读全文>

      发表于 @ 2007年12月12日 08:12:00|评论(loading...)|编辑

      Csdn Blog version 3.1a
      Copyright © TopLanguage