C语言 c++ php mysql nginx linux lnmp lamp lanmp memcache redis 面试 笔记 ppt 设计模式 问题 远程连接

  2013年12月7日
摘要: 1.观察者 1 package designpattern; 2 3 import java.util.ArrayList; 4 5 public class Observer { 6 7 public static void main(String[] args) { 8 Button b = new Button(); 9 b.addActionListener(new MyactionListener());10 b.addActionListener(new MyactionListener2());11 b... 阅读全文
posted @ 2013-12-07 18:17 思齐_ 阅读(2431) 评论(0) 推荐(0) 编辑