目录一句话总结:一、Service 的两种类型:1. 前台服务(必须亮身份牌)2. 后台服务(偷偷干活,但容易被抓)二、Service 的两种启动方式:1. 独立干活(startService)2. 和人合作干(bindService)三、混合模式(s
Is there anyone who has a good (basic) UML class diagram to get me started on an object oriented CMS?