码迷,mamicode.com
首页 >  
搜索关键字:target    ( 24275个结果
设计模式 观察者模式
一、概述 观察者模式(Observer Pattern)是设计模式中行为模式的一种,它解决了具有一对多依赖关系的对象的重用问题。此模式的参与者分为两大类,一类是被观察的目标(Target),另一类是观察该目标的观察者(Observer)们。正因为该模式是基于“一对多”的关系,所以该模式一般是应用于....
分类:其他好文   时间:2014-11-22 18:51:38    阅读次数:258
Search Insert Position
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
分类:其他好文   时间:2014-11-22 13:17:11    阅读次数:164
eclipse 导入tomcat 7 源码
如果需要学习tomcat7源码的,最后不过的方法,是将源码导入到ide环境,跟踪、调试、测试等,这里谈一下如何导入tomcat7的源码。一、安装anttamcat源码使用ant构建,若没有安装ant的,可以从以下网址下载安装:http://ant.apache.org/bindownload.cgi将zip包直接解压即可,如解..
分类:系统相关   时间:2014-11-22 02:07:23    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!