网站建设经费预算包括哪些怎么把dw做的网页放到网页上
- 作者: 五速梦信息网
- 时间: 2026年03月21日 07:47
当前位置: 首页 > news >正文
网站建设经费预算包括哪些,怎么把dw做的网页放到网页上,内蒙古赤峰市建设局网站,做网站找 汇搜网络文章目录 1 概述2.1 角色2.2 类图 2 代码示例2. 1 设计2.2 代码2.3 类图 3. 简单工厂3.1 角色3.2 类图3.3 代码示例3.3.1 设计3.3.2 代码3.3.3 类图 1 概述 工厂方法类定义产品对象创建接口#xff0c;但由子类实现具体产品对象的创建。 2.1 角色 Product#xff08;抽象产… 文章目录 1 概述2.1 角色2.2 类图 2 代码示例2. 1 设计2.2 代码2.3 类图 3. 简单工厂3.1 角色3.2 类图3.3 代码示例3.3.1 设计3.3.2 代码3.3.3 类图 1 概述 工厂方法类定义产品对象创建接口但由子类实现具体产品对象的创建。 2.1 角色 Product抽象产品它是具体产品的抽象类可以是结构体也可以是接口ConcreteProduct具体产品它实现了抽象产品接口对应了一种具体产品Factroy抽象工厂在抽象工厂类中声明了工厂方法用于返回一个产品。ConcreteFactory具体工厂实现了在抽象工厂中声明的工厂方法并可由客户端调用返回一个具体产品类的实例。 2.2 类图 #mermaid-svg-CiH3p5MuYsMVNUpe {font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:16px;fill:#333;}#mermaid-svg-CiH3p5MuYsMVNUpe .error-icon{fill:#552222;}#mermaid-svg-CiH3p5MuYsMVNUpe .error-text{fill:#552222;stroke:#552222;}#mermaid-svg-CiH3p5MuYsMVNUpe .edge-thickness-normal{stroke-width:2px;}#mermaid-svg-CiH3p5MuYsMVNUpe .edge-thickness-thick{stroke-width:3.5px;}#mermaid-svg-CiH3p5MuYsMVNUpe .edge-pattern-solid{stroke-dasharray:0;}#mermaid-svg-CiH3p5MuYsMVNUpe .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-svg-CiH3p5MuYsMVNUpe .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-svg-CiH3p5MuYsMVNUpe .marker{fill:#333333;stroke:#333333;}#mermaid-svg-CiH3p5MuYsMVNUpe .marker.cross{stroke:#333333;}#mermaid-svg-CiH3p5MuYsMVNUpe svg{font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:16px;}#mermaid-svg-CiH3p5MuYsMVNUpe g.classGroup text{fill:#9370DB;fill:#131300;stroke:none;font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:10px;}#mermaid-svg-CiH3p5MuYsMVNUpe g.classGroup text .title{font-weight:bolder;}#mermaid-svg-CiH3p5MuYsMVNUpe .nodeLabel,#mermaid-svg-CiH3p5MuYsMVNUpe .edgeLabel{color:#131300;}#mermaid-svg-CiH3p5MuYsMVNUpe .edgeLabel .label rect{fill:#ECECFF;}#mermaid-svg-CiH3p5MuYsMVNUpe .label text{fill:#131300;}#mermaid-svg-CiH3p5MuYsMVNUpe .edgeLabel .label span{background:#ECECFF;}#mermaid-svg-CiH3p5MuYsMVNUpe .classTitle{font-weight:bolder;}#mermaid-svg-CiH3p5MuYsMVNUpe .node rect,#mermaid-svg-CiH3p5MuYsMVNUpe .node circle,#mermaid-svg-CiH3p5MuYsMVNUpe .node ellipse,#mermaid-svg-CiH3p5MuYsMVNUpe .node polygon,#mermaid-svg-CiH3p5MuYsMVNUpe .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#mermaid-svg-CiH3p5MuYsMVNUpe .divider{stroke:#9370DB;stroke:1;}#mermaid-svg-CiH3p5MuYsMVNUpe g.clickable{cursor:pointer;}#mermaid-svg-CiH3p5MuYsMVNUpe g.classGroup rect{fill:#ECECFF;stroke:#9370DB;}#mermaid-svg-CiH3p5MuYsMVNUpe g.classGroup line{stroke:#9370DB;stroke-width:1;}#mermaid-svg-CiH3p5MuYsMVNUpe .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5;}#mermaid-svg-CiH3p5MuYsMVNUpe .classLabel .label{fill:#9370DB;font-size:10px;}#mermaid-svg-CiH3p5MuYsMVNUpe .relation{stroke:#333333;stroke-width:1;fill:none;}#mermaid-svg-CiH3p5MuYsMVNUpe .dashed-line{stroke-dasharray:3;}#mermaid-svg-CiH3p5MuYsMVNUpe #compositionStart,#mermaid-svg-CiH3p5MuYsMVNUpe .composition{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CiH3p5MuYsMVNUpe #compositionEnd,#mermaid-svg-CiH3p5MuYsMVNUpe .composition{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CiH3p5MuYsMVNUpe #dependencyStart,#mermaid-svg-CiH3p5MuYsMVNUpe .dependency{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CiH3p5MuYsMVNUpe #dependencyStart,#mermaid-svg-CiH3p5MuYsMVNUpe .dependency{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CiH3p5MuYsMVNUpe #extensionStart,#mermaid-svg-CiH3p5MuYsMVNUpe .extension{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CiH3p5MuYsMVNUpe #extensionEnd,#mermaid-svg-CiH3p5MuYsMVNUpe .extension{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CiH3p5MuYsMVNUpe #aggregationStart,#mermaid-svg-CiH3p5MuYsMVNUpe .aggregation{fill:#ECECFF!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CiH3p5MuYsMVNUpe #aggregationEnd,#mermaid-svg-CiH3p5MuYsMVNUpe .aggregation{fill:#ECECFF!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CiH3p5MuYsMVNUpe .edgeTerminals{font-size:11px;}#mermaid-svg-CiH3p5MuYsMVNUpe :root{–mermaid-font-family:“trebuchet ms”,verdana,arial,sans-serif;} «interface» Product Get() ConcreteProductA Get() ConcreteProductB Get() «interface» Factroy CreateProduct() ConcreteFactroyA CreateProduct() : Product ConcreteFactroyB CreateProduct() : Product Client 2 代码示例
- 1 设计
2.2 代码
package mainimport (fmt
)type Product interface {Get()
}type ConcreteProductA struct {Name stringKind string
}func (c *ConcreteProductA) Get() {fmt.Printf(%v,c)
}
type ConcreteProductB struct {Name stringKind string
}func (c *ConcreteProductB) Get() {fmt.Printf(%v,c)
}type ConcreteProductC struct {Name stringKind string
}func (c *ConcreteProductC) Get() {fmt.Printf(%v,c)
}type Factroy interface {CreateProduct(name string) Product
}type ConcreteFactoryA struct {
}func (f *ConcreteFactoryA) CreateProduct(name string) Product {p : ConcreteProductA{Name: name,Kind:A,}return p
}type ConcreteFactoryB struct {
}func (f *ConcreteFactoryB) CreateProduct(name string) Product {p : ConcreteProductB{Name: name,Kind: B,}return p
}type ConcreteFactoryC struct {
}func (f *ConcreteFactoryC) CreateProduct(name string) Product {p : ConcreteProductC{Name: name,Kind: C,}return p
}func CreateProduct(myType int64) Factroy {switch myType {case 1:return ConcreteFactoryA{}case 2:return ConcreteFactoryB{}case 3:return ConcreteFactoryC{}}return nil
}func main() {factory : CreateProduct(1)product : factory.CreateProduct(nginx)product.Get()
}输出
{Name:nginx Kind:A}2.3 类图 #mermaid-svg-RH1qLUU2SW4IleYS {font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:16px;fill:#333;}#mermaid-svg-RH1qLUU2SW4IleYS .error-icon{fill:#552222;}#mermaid-svg-RH1qLUU2SW4IleYS .error-text{fill:#552222;stroke:#552222;}#mermaid-svg-RH1qLUU2SW4IleYS .edge-thickness-normal{stroke-width:2px;}#mermaid-svg-RH1qLUU2SW4IleYS .edge-thickness-thick{stroke-width:3.5px;}#mermaid-svg-RH1qLUU2SW4IleYS .edge-pattern-solid{stroke-dasharray:0;}#mermaid-svg-RH1qLUU2SW4IleYS .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-svg-RH1qLUU2SW4IleYS .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-svg-RH1qLUU2SW4IleYS .marker{fill:#333333;stroke:#333333;}#mermaid-svg-RH1qLUU2SW4IleYS .marker.cross{stroke:#333333;}#mermaid-svg-RH1qLUU2SW4IleYS svg{font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:16px;}#mermaid-svg-RH1qLUU2SW4IleYS g.classGroup text{fill:#9370DB;fill:#131300;stroke:none;font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:10px;}#mermaid-svg-RH1qLUU2SW4IleYS g.classGroup text .title{font-weight:bolder;}#mermaid-svg-RH1qLUU2SW4IleYS .nodeLabel,#mermaid-svg-RH1qLUU2SW4IleYS .edgeLabel{color:#131300;}#mermaid-svg-RH1qLUU2SW4IleYS .edgeLabel .label rect{fill:#ECECFF;}#mermaid-svg-RH1qLUU2SW4IleYS .label text{fill:#131300;}#mermaid-svg-RH1qLUU2SW4IleYS .edgeLabel .label span{background:#ECECFF;}#mermaid-svg-RH1qLUU2SW4IleYS .classTitle{font-weight:bolder;}#mermaid-svg-RH1qLUU2SW4IleYS .node rect,#mermaid-svg-RH1qLUU2SW4IleYS .node circle,#mermaid-svg-RH1qLUU2SW4IleYS .node ellipse,#mermaid-svg-RH1qLUU2SW4IleYS .node polygon,#mermaid-svg-RH1qLUU2SW4IleYS .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#mermaid-svg-RH1qLUU2SW4IleYS .divider{stroke:#9370DB;stroke:1;}#mermaid-svg-RH1qLUU2SW4IleYS g.clickable{cursor:pointer;}#mermaid-svg-RH1qLUU2SW4IleYS g.classGroup rect{fill:#ECECFF;stroke:#9370DB;}#mermaid-svg-RH1qLUU2SW4IleYS g.classGroup line{stroke:#9370DB;stroke-width:1;}#mermaid-svg-RH1qLUU2SW4IleYS .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5;}#mermaid-svg-RH1qLUU2SW4IleYS .classLabel .label{fill:#9370DB;font-size:10px;}#mermaid-svg-RH1qLUU2SW4IleYS .relation{stroke:#333333;stroke-width:1;fill:none;}#mermaid-svg-RH1qLUU2SW4IleYS .dashed-line{stroke-dasharray:3;}#mermaid-svg-RH1qLUU2SW4IleYS #compositionStart,#mermaid-svg-RH1qLUU2SW4IleYS .composition{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-RH1qLUU2SW4IleYS #compositionEnd,#mermaid-svg-RH1qLUU2SW4IleYS .composition{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-RH1qLUU2SW4IleYS #dependencyStart,#mermaid-svg-RH1qLUU2SW4IleYS .dependency{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-RH1qLUU2SW4IleYS #dependencyStart,#mermaid-svg-RH1qLUU2SW4IleYS .dependency{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-RH1qLUU2SW4IleYS #extensionStart,#mermaid-svg-RH1qLUU2SW4IleYS .extension{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-RH1qLUU2SW4IleYS #extensionEnd,#mermaid-svg-RH1qLUU2SW4IleYS .extension{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-RH1qLUU2SW4IleYS #aggregationStart,#mermaid-svg-RH1qLUU2SW4IleYS .aggregation{fill:#ECECFF!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-RH1qLUU2SW4IleYS #aggregationEnd,#mermaid-svg-RH1qLUU2SW4IleYS .aggregation{fill:#ECECFF!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-RH1qLUU2SW4IleYS .edgeTerminals{font-size:11px;}#mermaid-svg-RH1qLUU2SW4IleYS :root{–mermaid-font-family:“trebuchet ms”,verdana,arial,sans-serif;} «interface» Product Get() ConcreteProductA string Name string Kind Get() ConcreteProductB string Name string Kind Get() ConcreteProductC string Name string Kind Get() «interface» Factroy CreateProduct() ConcreteFactroyA CreateProduct() : Product ConcreteFactroyB CreateProduct() : Product ConcreteFactroyC CreateProduct() : Product 3. 简单工厂
在产品结构简单的情况下我们可以把工厂模式简化成一个简单工厂
3.1 角色
Product抽象产品它是具体产品的抽象类可以是结构体也可以是接口ConcreteProduct具体产品它实现了抽象产品接口对应了一种具体产品Factroy简单工厂根据一个条件用于返回一个产品 去掉了具体工厂角色产品由简单工厂直接返回。 3.2 类图 #mermaid-svg-CCZFTxowVCBwvM1R {font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:16px;fill:#333;}#mermaid-svg-CCZFTxowVCBwvM1R .error-icon{fill:#552222;}#mermaid-svg-CCZFTxowVCBwvM1R .error-text{fill:#552222;stroke:#552222;}#mermaid-svg-CCZFTxowVCBwvM1R .edge-thickness-normal{stroke-width:2px;}#mermaid-svg-CCZFTxowVCBwvM1R .edge-thickness-thick{stroke-width:3.5px;}#mermaid-svg-CCZFTxowVCBwvM1R .edge-pattern-solid{stroke-dasharray:0;}#mermaid-svg-CCZFTxowVCBwvM1R .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-svg-CCZFTxowVCBwvM1R .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-svg-CCZFTxowVCBwvM1R .marker{fill:#333333;stroke:#333333;}#mermaid-svg-CCZFTxowVCBwvM1R .marker.cross{stroke:#333333;}#mermaid-svg-CCZFTxowVCBwvM1R svg{font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:16px;}#mermaid-svg-CCZFTxowVCBwvM1R g.classGroup text{fill:#9370DB;fill:#131300;stroke:none;font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:10px;}#mermaid-svg-CCZFTxowVCBwvM1R g.classGroup text .title{font-weight:bolder;}#mermaid-svg-CCZFTxowVCBwvM1R .nodeLabel,#mermaid-svg-CCZFTxowVCBwvM1R .edgeLabel{color:#131300;}#mermaid-svg-CCZFTxowVCBwvM1R .edgeLabel .label rect{fill:#ECECFF;}#mermaid-svg-CCZFTxowVCBwvM1R .label text{fill:#131300;}#mermaid-svg-CCZFTxowVCBwvM1R .edgeLabel .label span{background:#ECECFF;}#mermaid-svg-CCZFTxowVCBwvM1R .classTitle{font-weight:bolder;}#mermaid-svg-CCZFTxowVCBwvM1R .node rect,#mermaid-svg-CCZFTxowVCBwvM1R .node circle,#mermaid-svg-CCZFTxowVCBwvM1R .node ellipse,#mermaid-svg-CCZFTxowVCBwvM1R .node polygon,#mermaid-svg-CCZFTxowVCBwvM1R .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#mermaid-svg-CCZFTxowVCBwvM1R .divider{stroke:#9370DB;stroke:1;}#mermaid-svg-CCZFTxowVCBwvM1R g.clickable{cursor:pointer;}#mermaid-svg-CCZFTxowVCBwvM1R g.classGroup rect{fill:#ECECFF;stroke:#9370DB;}#mermaid-svg-CCZFTxowVCBwvM1R g.classGroup line{stroke:#9370DB;stroke-width:1;}#mermaid-svg-CCZFTxowVCBwvM1R .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5;}#mermaid-svg-CCZFTxowVCBwvM1R .classLabel .label{fill:#9370DB;font-size:10px;}#mermaid-svg-CCZFTxowVCBwvM1R .relation{stroke:#333333;stroke-width:1;fill:none;}#mermaid-svg-CCZFTxowVCBwvM1R .dashed-line{stroke-dasharray:3;}#mermaid-svg-CCZFTxowVCBwvM1R #compositionStart,#mermaid-svg-CCZFTxowVCBwvM1R .composition{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CCZFTxowVCBwvM1R #compositionEnd,#mermaid-svg-CCZFTxowVCBwvM1R .composition{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CCZFTxowVCBwvM1R #dependencyStart,#mermaid-svg-CCZFTxowVCBwvM1R .dependency{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CCZFTxowVCBwvM1R #dependencyStart,#mermaid-svg-CCZFTxowVCBwvM1R .dependency{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CCZFTxowVCBwvM1R #extensionStart,#mermaid-svg-CCZFTxowVCBwvM1R .extension{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CCZFTxowVCBwvM1R #extensionEnd,#mermaid-svg-CCZFTxowVCBwvM1R .extension{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CCZFTxowVCBwvM1R #aggregationStart,#mermaid-svg-CCZFTxowVCBwvM1R .aggregation{fill:#ECECFF!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CCZFTxowVCBwvM1R #aggregationEnd,#mermaid-svg-CCZFTxowVCBwvM1R .aggregation{fill:#ECECFF!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-CCZFTxowVCBwvM1R .edgeTerminals{font-size:11px;}#mermaid-svg-CCZFTxowVCBwvM1R :root{–mermaid-font-family:“trebuchet ms”,verdana,arial,sans-serif;} «interface» Product Create() ConcreteProductA Create() ConcreteProductB Create() Factroy CreateProduct() : Product 3.3 代码示例
3.3.1 设计
定义一个抽象产品Product定义三个具体产品ConcreteProductA、ConcreteProductB、ConcreteProductC 它们各自的Get()方法会访问它本身 定义一个简单工厂 简单工厂的CreateProduct()方法会返回一个产品 调用 实例化一个简单工厂用简单工厂创建一个产品用产品的Get()方法查询结果
3.3.2 代码 package mainimport (fmt )type Product interface {Get() }type ConcreteProductA struct {Name stringKind string }func (c *ConcreteProductA) Get() {fmt.Printf(%v, c) }type ConcreteProductB struct {Name stringKind string }func (c *ConcreteProductB) Get() {fmt.Printf(%v, c) }type ConcreteProductC struct {Name stringKind string }func (c *ConcreteProductC) Get() {fmt.Printf(%v, c) }type Factroy struct { }func (f *Factroy) CreateProduct(myType int64, name string) Product {switch myType {case 1:return ConcreteProductA{Name: name,Kind: A,}case 2:return ConcreteProductB{Name: name,Kind: B,}case 3:return ConcreteProductC{Name: name,Kind: C,}}return nil }func main() {factory : Factroy{}product : factory.CreateProduct(1, nginx)product.Get() } 输出 {Name:nginx Kind:A}3.3.3 类图 #mermaid-svg-oQmxpdotY7GR9Acn {font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:16px;fill:#333;}#mermaid-svg-oQmxpdotY7GR9Acn .error-icon{fill:#552222;}#mermaid-svg-oQmxpdotY7GR9Acn .error-text{fill:#552222;stroke:#552222;}#mermaid-svg-oQmxpdotY7GR9Acn .edge-thickness-normal{stroke-width:2px;}#mermaid-svg-oQmxpdotY7GR9Acn .edge-thickness-thick{stroke-width:3.5px;}#mermaid-svg-oQmxpdotY7GR9Acn .edge-pattern-solid{stroke-dasharray:0;}#mermaid-svg-oQmxpdotY7GR9Acn .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-svg-oQmxpdotY7GR9Acn .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-svg-oQmxpdotY7GR9Acn .marker{fill:#333333;stroke:#333333;}#mermaid-svg-oQmxpdotY7GR9Acn .marker.cross{stroke:#333333;}#mermaid-svg-oQmxpdotY7GR9Acn svg{font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:16px;}#mermaid-svg-oQmxpdotY7GR9Acn g.classGroup text{fill:#9370DB;fill:#131300;stroke:none;font-family:“trebuchet ms”,verdana,arial,sans-serif;font-size:10px;}#mermaid-svg-oQmxpdotY7GR9Acn g.classGroup text .title{font-weight:bolder;}#mermaid-svg-oQmxpdotY7GR9Acn .nodeLabel,#mermaid-svg-oQmxpdotY7GR9Acn .edgeLabel{color:#131300;}#mermaid-svg-oQmxpdotY7GR9Acn .edgeLabel .label rect{fill:#ECECFF;}#mermaid-svg-oQmxpdotY7GR9Acn .label text{fill:#131300;}#mermaid-svg-oQmxpdotY7GR9Acn .edgeLabel .label span{background:#ECECFF;}#mermaid-svg-oQmxpdotY7GR9Acn .classTitle{font-weight:bolder;}#mermaid-svg-oQmxpdotY7GR9Acn .node rect,#mermaid-svg-oQmxpdotY7GR9Acn .node circle,#mermaid-svg-oQmxpdotY7GR9Acn .node ellipse,#mermaid-svg-oQmxpdotY7GR9Acn .node polygon,#mermaid-svg-oQmxpdotY7GR9Acn .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#mermaid-svg-oQmxpdotY7GR9Acn .divider{stroke:#9370DB;stroke:1;}#mermaid-svg-oQmxpdotY7GR9Acn g.clickable{cursor:pointer;}#mermaid-svg-oQmxpdotY7GR9Acn g.classGroup rect{fill:#ECECFF;stroke:#9370DB;}#mermaid-svg-oQmxpdotY7GR9Acn g.classGroup line{stroke:#9370DB;stroke-width:1;}#mermaid-svg-oQmxpdotY7GR9Acn .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5;}#mermaid-svg-oQmxpdotY7GR9Acn .classLabel .label{fill:#9370DB;font-size:10px;}#mermaid-svg-oQmxpdotY7GR9Acn .relation{stroke:#333333;stroke-width:1;fill:none;}#mermaid-svg-oQmxpdotY7GR9Acn .dashed-line{stroke-dasharray:3;}#mermaid-svg-oQmxpdotY7GR9Acn #compositionStart,#mermaid-svg-oQmxpdotY7GR9Acn .composition{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-oQmxpdotY7GR9Acn #compositionEnd,#mermaid-svg-oQmxpdotY7GR9Acn .composition{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-oQmxpdotY7GR9Acn #dependencyStart,#mermaid-svg-oQmxpdotY7GR9Acn .dependency{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-oQmxpdotY7GR9Acn #dependencyStart,#mermaid-svg-oQmxpdotY7GR9Acn .dependency{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-oQmxpdotY7GR9Acn #extensionStart,#mermaid-svg-oQmxpdotY7GR9Acn .extension{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-oQmxpdotY7GR9Acn #extensionEnd,#mermaid-svg-oQmxpdotY7GR9Acn .extension{fill:#333333!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-oQmxpdotY7GR9Acn #aggregationStart,#mermaid-svg-oQmxpdotY7GR9Acn .aggregation{fill:#ECECFF!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-oQmxpdotY7GR9Acn #aggregationEnd,#mermaid-svg-oQmxpdotY7GR9Acn .aggregation{fill:#ECECFF!important;stroke:#333333!important;stroke-width:1;}#mermaid-svg-oQmxpdotY7GR9Acn .edgeTerminals{font-size:11px;}#mermaid-svg-oQmxpdotY7GR9Acn :root{–mermaid-font-family:“trebuchet ms”,verdana,arial,sans-serif;} «interface» Product Get() ConcreteProductA Name Kind Cet() ConcreteProductB Name Kind Get() ConcreteProductC Name Kind Get() Factroy CreateProduct() : Product
- 上一篇: 网站建设晋丰开发app需要哪些软件
- 下一篇: 网站建设经济可行性分析网页设计尺寸早起可视尺寸
相关文章
-
网站建设晋丰开发app需要哪些软件
网站建设晋丰开发app需要哪些软件
- 技术栈
- 2026年03月21日
-
网站建设进度以及具体内容广州网站建设的费用
网站建设进度以及具体内容广州网站建设的费用
- 技术栈
- 2026年03月21日
-
网站建设进度表 下载软件开发培训机构推荐就业吗
网站建设进度表 下载软件开发培训机构推荐就业吗
- 技术栈
- 2026年03月21日
-
网站建设经济可行性分析网页设计尺寸早起可视尺寸
网站建设经济可行性分析网页设计尺寸早起可视尺寸
- 技术栈
- 2026年03月21日
-
网站建设精品课程网站建设要注意些什么
网站建设精品课程网站建设要注意些什么
- 技术栈
- 2026年03月21日
-
网站建设精品课程温州市建设小学学校网站
网站建设精品课程温州市建设小学学校网站
- 技术栈
- 2026年03月21日


