
Java
wildtech
这个作者很懒,什么都没留下…
展开
-
关于JAVA语法
import java.util.scannerpublic class ScannerDemo{ public static void main(String[] args){ Scanner scanner = new Scanner(System.in); System.out.print("请输入您的名字"); System.out.print("喔嗨哟原创 2008-12-07 14:45:00 · 975 阅读 · 0 评论 -
Design Patterns: Singleton Basics 设计模式游戏中运用:单例基础
Design Patterns are among the bread and butter of the good developer's cookbook. Basically, any serious job interview you will have as a Junior to Mid-level programmer, will have a question on Desig翻译 2013-05-24 14:23:15 · 1642 阅读 · 0 评论