
JavaEE
文章平均质量分 79
ukouryou
这个作者很懒,什么都没留下…
展开
-
21点游戏
2点游戏有BUG public abstract class Player { public int score = 0; public abstract boolean needCard(); public void count() { boolean need = needCard(); if (need == true) { setScore(PlayCard.p原创 2009-01-09 15:07:00 · 869 阅读 · 0 评论 -
书架
Java网络编程(第3版) http://product.dangdang.com/product.aspx?product_id=9062293#catalog 大象--Thinking in UML http://product.dangdang.com/product.aspx?product_id=20417317 Java Web Services: Up and Ru原创 2011-11-10 09:30:35 · 581 阅读 · 0 评论 -
Git
1.get the git repository git init (use git manage the project, this command will generate the .git directory) git clone [url] [directory](checkout the repository from the specified url ) 2.reco转载 2011-12-06 13:37:24 · 640 阅读 · 0 评论 -
online documents ---mark
servlet http://java.sun.com/developer/onlineTraining/Servlets/Fundamentals/servlets.html原创 2011-12-09 10:37:58 · 459 阅读 · 0 评论