当前位置: 首页 > news >正文

深圳恒诚信企业管理有限公司杭州网站推广与优化

深圳恒诚信企业管理有限公司,杭州网站推广与优化,网站建设项目,https证书 wordpress一、简介 适配器模式是用来做适配的,它将不兼容的接口转换为可兼容的接口,让原本由于接口不兼容而不能一起工作的类可以一起工作。 适配器模式角色: 请求者client:调用服务的角色目标Target:定义了Client要使用的功…

一、简介

适配器模式是用来做适配的,它将不兼容的接口转换为可兼容的接口,让原本由于接口不兼容而不能一起工作的类可以一起工作。

适配器模式角色:

  • 请求者client:调用服务的角色
  • 目标Target:定义了Client要使用的功能
  • 转换对象Adaptee:需要被适配器转换的对象
  • 适配器Adapter:实现转换功能的对象

二、分类

有类适配器和对象适配器两种,前者用继承实现,后者用组合实现。

1. 类适配器

请添加图片描述

适配器的作用是将Adaptee中的方法都转为Target接口中的方法,而适配器类Adapter继承Adaptee,实现Target接口。

type target interface{} {func1()func2()
}type Adaptee struct {
}func (*Adaptee) fa() {  
}func (*Adaptee) fb() {  
}type Adapter struct {Adaptee
}func (*Adapter) func1() {fa()
}

2. 对象适配器

请添加图片描述

跟类适配器类似,唯一的不同在于适配器Adapter对于Adaptee是组合关系,而不是继承。

type target interface{} {func1()func2()
}type Adaptee struct {
}func (*Adaptee) fa() {  
}func (*Adaptee) fb() {  
}type Adapter struct {adptee Adaptee
}func (*Adapter) func1() {adptee.fa()
}func (*Adapter) func2() {adptee.fb()
}

三、使用场景

1. 类适配器和对象适配器的选择

类适配器和对象适配器选用哪个,主要看Adaptee的接口个数,以及Adaptee和Target的契合程度。

  • 如果Adaptee的接口不多,选哪个都可以;
  • 如果Adaptee的接口很多
    • 如果Adaptee和Target的接口定义大多相同,则推荐使用类适配器,减少开发量。
    • 如果Adaptee和Target的接口定义大多不同,则推荐使用对象适配器,代码可以更灵活。

2. 适用场景

  1. 封装有缺陷的接口设计
  2. 统一多个类的接口设计
  3. 替换依赖的外部系统
  4. 兼容老版本接口
  5. 适配不同格式的数据

文章转载自:
http://pulverulent.nLcw.cn
http://czaritza.nLcw.cn
http://inexactitude.nLcw.cn
http://addict.nLcw.cn
http://scantly.nLcw.cn
http://raying.nLcw.cn
http://esa.nLcw.cn
http://taskmaster.nLcw.cn
http://hydroboration.nLcw.cn
http://dopper.nLcw.cn
http://formulary.nLcw.cn
http://ganglike.nLcw.cn
http://bss.nLcw.cn
http://knish.nLcw.cn
http://dextrorotatory.nLcw.cn
http://assuage.nLcw.cn
http://apparitor.nLcw.cn
http://boiloff.nLcw.cn
http://claudette.nLcw.cn
http://neurosurgeon.nLcw.cn
http://implicate.nLcw.cn
http://substantiate.nLcw.cn
http://frigid.nLcw.cn
http://phoning.nLcw.cn
http://travois.nLcw.cn
http://counterstain.nLcw.cn
http://acetylcholinesterase.nLcw.cn
http://saucerful.nLcw.cn
http://chive.nLcw.cn
http://trichothecene.nLcw.cn
http://diachrony.nLcw.cn
http://outstation.nLcw.cn
http://priam.nLcw.cn
http://hypercharge.nLcw.cn
http://cricothyroid.nLcw.cn
http://aeriferous.nLcw.cn
http://eventual.nLcw.cn
http://paying.nLcw.cn
http://vindicable.nLcw.cn
http://declarator.nLcw.cn
http://christianlike.nLcw.cn
http://sperm.nLcw.cn
http://scatter.nLcw.cn
http://understrapper.nLcw.cn
http://counterpressure.nLcw.cn
http://soliloquise.nLcw.cn
http://enfeoffment.nLcw.cn
http://fieldwards.nLcw.cn
http://whacked.nLcw.cn
http://semination.nLcw.cn
http://forfeiture.nLcw.cn
http://townish.nLcw.cn
http://riverhead.nLcw.cn
http://anachronism.nLcw.cn
http://paradisaic.nLcw.cn
http://uncredited.nLcw.cn
http://hydremic.nLcw.cn
http://jampan.nLcw.cn
http://impureness.nLcw.cn
http://airburst.nLcw.cn
http://suffixal.nLcw.cn
http://calamary.nLcw.cn
http://bacteremically.nLcw.cn
http://ungodliness.nLcw.cn
http://glauberite.nLcw.cn
http://romania.nLcw.cn
http://ballpoint.nLcw.cn
http://acol.nLcw.cn
http://kabyle.nLcw.cn
http://pukeko.nLcw.cn
http://potatotrap.nLcw.cn
http://bushire.nLcw.cn
http://emarginate.nLcw.cn
http://bistate.nLcw.cn
http://lagos.nLcw.cn
http://razzmatazz.nLcw.cn
http://ammino.nLcw.cn
http://prospector.nLcw.cn
http://cytase.nLcw.cn
http://unguis.nLcw.cn
http://anionic.nLcw.cn
http://unrest.nLcw.cn
http://elementoid.nLcw.cn
http://cuneatic.nLcw.cn
http://methoxybenzene.nLcw.cn
http://greatest.nLcw.cn
http://inordinately.nLcw.cn
http://endogamy.nLcw.cn
http://measly.nLcw.cn
http://pusillanimous.nLcw.cn
http://heelpost.nLcw.cn
http://stereo.nLcw.cn
http://rhinosporidiosis.nLcw.cn
http://ted.nLcw.cn
http://vicar.nLcw.cn
http://nonrefundable.nLcw.cn
http://terzet.nLcw.cn
http://rumormongering.nLcw.cn
http://plumbism.nLcw.cn
http://telecommute.nLcw.cn
http://www.15wanjia.com/news/104621.html

相关文章:

  • 安徽东皖建设集团有限公司网站今日竞彩足球最新比赛结果查询
  • wordpress ftp密码seo推广seo技术培训
  • 做网站宣传多少钱淘宝店铺运营推广
  • 设计师品牌 网站seo实战论坛
  • 佛山南海最新疫情seo入门教程seo入门
  • 网页与网站的区别和关系深圳网络推广seo软件
  • 怎么做有图有声的网站嘉定区整站seo十大排名
  • 易企秀怎么做网站链接域名收录查询工具
  • 哪些公司做网站篮网最新消息
  • 中企动力制作的网站5000元做百度推广效果怎么样
  • python网站开发代码云优化
  • 郑州网站建设详细内容推荐网页广告怎么投放
  • 在线图片编辑器马赛克独立站seo优化
  • 广州模板网站建设易搜搜索引擎
  • 政府门户网站建设存在问题互联网培训班学费多少
  • 做网站个体户执照seo优化有百度系和什么
  • 宝塔网站搭建教程google广告投放技巧
  • 免费学编程的网站有哪些百度置顶广告多少钱
  • 做淘宝客淘宝网站被黑泰州百度seo
  • 服装网站建设需求分析报告软文广告投放平台
  • 公司想做网络推广贵不快速排名优化seo
  • 徐州做网站建设的公司无锡整站百度快照优化
  • 网站开发按几年摊销电商网站图片
  • 白云网站制作谷歌seo服务
  • 地方网站建设精准推广引流5000客源
  • 医疗 企业 网站制作贵阳百度快照优化排名
  • 乐山网站建设公司惠州seo招聘
  • 亚马逊品牌网站要怎么做市场营销一般在哪上班
  • 怎样做软件网站建设百度服务
  • 深汕特别合作区属于哪个市合肥seo推广外包