xan walking & thinking

watch and learn
posts - 25, comments - 2, trackbacks - 0, articles - 0
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

置顶随笔

     摘要: C陷阱与缺陷 C Traps and Pitfalls -by Andrew Koenig from AT&T
C++沉思录 Ruminations on C++ -by Andrew Koenig and his wife Barbara Moo

Java 内幕 Inside Java -by
JVM Spec -by Sun?  阅读全文

posted @ 2008-04-18 12:51 xan 阅读(12) | 评论 (0)编辑 收藏

2008年5月9日

     摘要: ruby rake usage  阅读全文

posted @ 2008-05-09 16:19 xan 阅读(15) | 评论 (0)编辑 收藏

2008年5月7日

     摘要: tomcat server.xml 基本的一些配置说明 -from tomcat官方文档
context path问题  阅读全文

posted @ 2008-05-07 13:02 xan 阅读(15) | 评论 (0)编辑 收藏

2008年5月5日

     摘要: def is_prime?(number) #定义方法 判断数number是否是素数
j=2 #数组下标
while $arr[j] * $arr[j] <=number #$arr[] 是一个数组,记录number之前的素数,搞不懂为什么可以这么写
return false if number % $arr[j] ==0
j +=1
end
return true
end

土人求教  阅读全文

posted @ 2008-05-05 15:18 xan 阅读(37) | 评论 (2)编辑 收藏

2008年4月24日

posted @ 2008-04-24 12:07 xan 阅读(9) | 评论 (0)编辑 收藏

2008年4月18日

     摘要: C陷阱与缺陷 C Traps and Pitfalls -by Andrew Koenig from AT&T
C++沉思录 Ruminations on C++ -by Andrew Koenig and his wife Barbara Moo

Java 内幕 Inside Java -by
JVM Spec -by Sun?  阅读全文

posted @ 2008-04-18 12:51 xan 阅读(12) | 评论 (0)编辑 收藏

2008年4月17日

     摘要: 软件版本 命名规则  阅读全文

posted @ 2008-04-17 00:43 xan 阅读(14) | 评论 (0)编辑 收藏

2008年4月15日

posted @ 2008-04-15 20:58 xan 阅读(14) | 评论 (0)编辑 收藏

posted @ 2008-04-15 00:38 xan 阅读(46) | 评论 (0)编辑 收藏

posted @ 2008-04-15 00:28 xan 阅读(15) | 评论 (0)编辑 收藏

posted @ 2008-04-15 00:03 xan 阅读(16) | 评论 (0)编辑 收藏