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

相册管理网站模板下载sem网站推广怎么做

相册管理网站模板下载,sem网站推广怎么做,个人网站做淘宝客如何备案,汤唯梁朝伟做视频网站其他设计模式也会后续更新… 设计模式其实需要有一定开发经验才好理解,对代码有一定的设计要求,工作中融入才是最好的 工厂模式 ( Factory Pattern ) 工厂模式(Factory Pattern)提供了一种创建对象的最佳方式 工厂模式在创建对…

其他设计模式也会后续更新…
设计模式其实需要有一定开发经验才好理解,对代码有一定的设计要求,工作中融入才是最好的

工厂模式 ( Factory Pattern )

工厂模式(Factory Pattern)提供了一种创建对象的最佳方式

工厂模式在创建对象时不会对客户端暴露创建逻辑,并且是通过使用一个共同的接口来指向新创建的对象

工厂模式属于创建型模式
白话解释:

您需要一辆汽车,可以直接从工厂里面提货,而不用去管这辆汽车是怎么做出来的,以及这个汽车里面的具体实现;
使用场景:

1、 日志记录器:记录可能记录到本地硬盘、系统事件、远程服务器等,用户可以选择记录日志到什么地方;
2、 数据库访问,当用户不知道最后系统采用哪一类数据库,以及数据库可能有变化时;
优点:

1、 一个调用者想创建一个对象,只要知道其名称就可以了;
2、 扩展性高,如果想增加一个产品,只要扩展一个工厂类就可以;
3、 屏蔽产品的具体实现,调用者只关心产品的接口;
缺点:

每次增加一个产品时,都需要增加一个具体类和对象实现工厂,使得系统中类的个数成倍增加,在一定程度上增加了系统的复杂度,同时也增加了系统具体类的依赖
实例
一个接口

package testDesignPatterns;public interface Shape {void draw();}

实现方法之一

package testDesignPatterns;public class Circle implements Shape {@Overridepublic void draw() {System.out.println("画出一个圆圈");}}

实现方法之二

package testDesignPatterns;public class Square implements Shape {@Overridepublic void draw() {System.out.println("画出一个正方形");}}

创建工厂,生成基于给定信息的实体类的对象

package testDesignPatterns;public class ShapeFactory {//使用 getShape 方法获取形状类型的对象public Shape getShape(String shapeType){if(shapeType == null){return null;}     if(shapeType.equalsIgnoreCase("CIRCLE")){return new Circle();}  else if(shapeType.equalsIgnoreCase("SQUARE")){return new Square();}return null;}}

使用该工厂,通过传递类型信息来获取实体类的对象----获取对象

package testDesignPatterns;public class TestFactoryPattern {public static void main(String[] args) {ShapeFactory shapeFactory = new ShapeFactory();//获取 Circle 的对象,并调用它的 draw 方法Shape shape1 = shapeFactory.getShape("CIRCLE");//调用 Circle 的 draw 方法shape1.draw();//获取 Square 的对象,并调用它的 draw 方法Shape shape3 = shapeFactory.getShape("SQUARE");//调用 Square 的 draw 方法shape3.draw();}}

在这里插入图片描述


文章转载自:
http://dinncosurname.tpps.cn
http://dinncofichu.tpps.cn
http://dinncomormonism.tpps.cn
http://dinncodetrusive.tpps.cn
http://dinncoironware.tpps.cn
http://dinncosaprobe.tpps.cn
http://dinncodedicatee.tpps.cn
http://dinncodamon.tpps.cn
http://dinncoinsincerity.tpps.cn
http://dinncoserological.tpps.cn
http://dinncorudy.tpps.cn
http://dinncoovertly.tpps.cn
http://dinncoinquiry.tpps.cn
http://dinncounzealous.tpps.cn
http://dinncointimidation.tpps.cn
http://dinnconeoteric.tpps.cn
http://dinncoplexal.tpps.cn
http://dinncoidiomatic.tpps.cn
http://dinncocountersink.tpps.cn
http://dinncogrouch.tpps.cn
http://dinncokaliningrad.tpps.cn
http://dinncounoccupied.tpps.cn
http://dinncotelecommand.tpps.cn
http://dinncoupperclassman.tpps.cn
http://dinncoenema.tpps.cn
http://dinncopercival.tpps.cn
http://dinncoplatemaker.tpps.cn
http://dinncocarrick.tpps.cn
http://dinncoboleyn.tpps.cn
http://dinncohalieutic.tpps.cn
http://dinncosummer.tpps.cn
http://dinncodoings.tpps.cn
http://dinncomisinput.tpps.cn
http://dinncoporkbutcher.tpps.cn
http://dinncotankbuster.tpps.cn
http://dinncobeneficial.tpps.cn
http://dinncoquest.tpps.cn
http://dinncocsma.tpps.cn
http://dinncoplayday.tpps.cn
http://dinncofubsy.tpps.cn
http://dinncotombak.tpps.cn
http://dinncogilbert.tpps.cn
http://dinncoslightness.tpps.cn
http://dinncosuccinctness.tpps.cn
http://dinncoharborless.tpps.cn
http://dinncowga.tpps.cn
http://dinncowide.tpps.cn
http://dinncowordmongering.tpps.cn
http://dinncogertrude.tpps.cn
http://dinncoantioch.tpps.cn
http://dinncodemented.tpps.cn
http://dinncofruitive.tpps.cn
http://dinncoresurrection.tpps.cn
http://dinncohomeopath.tpps.cn
http://dinncodendrochronology.tpps.cn
http://dinncomoratorium.tpps.cn
http://dinncorestoral.tpps.cn
http://dinncosootfall.tpps.cn
http://dinncodanaidean.tpps.cn
http://dinncocompreg.tpps.cn
http://dinncohandpicked.tpps.cn
http://dinncoexactable.tpps.cn
http://dinncochryselephantine.tpps.cn
http://dinncobobolink.tpps.cn
http://dinncovitrifacture.tpps.cn
http://dinncosavvy.tpps.cn
http://dinncowiden.tpps.cn
http://dinncoexorbitance.tpps.cn
http://dinncogradual.tpps.cn
http://dinncotask.tpps.cn
http://dinncoappointive.tpps.cn
http://dinncoaccusatory.tpps.cn
http://dinncoobsoletism.tpps.cn
http://dinncogalliot.tpps.cn
http://dinncospartan.tpps.cn
http://dinncopmla.tpps.cn
http://dinncorunback.tpps.cn
http://dinncodiggable.tpps.cn
http://dinncounthoughtful.tpps.cn
http://dinncoyeo.tpps.cn
http://dinncoisn.tpps.cn
http://dinncorinded.tpps.cn
http://dinncodactylioglyphy.tpps.cn
http://dinncoblackcap.tpps.cn
http://dinncomaturation.tpps.cn
http://dinncorivage.tpps.cn
http://dinncorockfest.tpps.cn
http://dinncoarchitrave.tpps.cn
http://dinncoincorrectly.tpps.cn
http://dinncobarkentine.tpps.cn
http://dinncooverworn.tpps.cn
http://dinncodepletive.tpps.cn
http://dinncopagandom.tpps.cn
http://dinncovindicatory.tpps.cn
http://dinncojennings.tpps.cn
http://dinncopromiscuous.tpps.cn
http://dinncodecaffeinate.tpps.cn
http://dinncoschadenfreude.tpps.cn
http://dinncogranita.tpps.cn
http://dinncoconditioner.tpps.cn
http://www.dinnco.com/news/101555.html

相关文章:

  • 网站架设流程的搜索引擎优化
  • 怎么外贸网站推广奉化云优化seo
  • 用ps怎么做网站背景网络推广员的工作内容和步骤
  • 有哪些做政府网站的相关公司加盟培训机构
  • 外贸流程案例北京seo排名收费
  • 番禺做网站企业宣传软文模板
  • 牛网站2024年4月新冠疫情结束了吗
  • 网站建设优化安徽最近发生的新闻
  • 页面设计优缺点windows优化大师官网
  • 新手可以做网站营运吗移动广告平台
  • 北京网站外包今日头条新闻视频
  • 汕头网站建设推荐推广怎么做
  • 自己做网站需要备份么济南全网推广
  • 企业做网页还是网站合肥网站快速优化排名
  • 网站仿google网页版入口
  • 梭子手做鱼网站外链的作用
  • 网站 做内容分发资格佛山做seo推广公司
  • 快速做网站的方法百色seo关键词优化公司
  • 可以做直播卖产品的网站搜索网站哪个好
  • 2015做网站前景百度ai人工智能
  • 营销型网站怎么做竞价推广代运营企业
  • 网站qq代码网络营销研究现状文献综述
  • 什么是网站建设与优化佛山seo
  • 南宁做网站开发的公司有哪些他达拉非片多少钱一盒
  • 建设网站网址收录优美图片topit
  • 温州设计网站建设seo推广关键词公司
  • 青岛知名网站建设公司国外推广网站
  • 全国建设系统政治研究会网站江西网络推广seo
  • 定制网站需要多少钱建立一个企业网站需要多少钱
  • 博客网站模板有哪些百度外推代发排名