壮观日记本

文章
11
资源
0
加入时间
3年0月8天

Java设计模式(二)简单工厂模式、工厂方法模式、抽象工厂模式简单工厂模式实例工厂方法模式实例抽象工厂模式实例

简单工厂模式实例实例一:简单电视机工厂某电视机厂专为各知名电视机品牌代工生产各类电视机,当需要海尔牌电视机时只需要在调用该工厂的工厂方法时传入参数“Haier”,需要海信电视机时只需要传入参数“Hisense”,工厂可以根据传入的不同参数返回不同品牌的电视机。类图:具体代码:Factory:工厂角色public class TVFactory{ public static TV produceTV(String brand) throws Exception { if(brand.e

一个filebeat实例 设置多topic设置

方法1:一实例多topic:https://discuss.elastic.co/t/filebeat-5-0-output-to-kafka-multiple-topics/67934The document_type per prospector becomes the event field type. That's why the filter won't ma...

心跳

using System.Collections;using System.Collections.Generic;using UnityEngine;using com.mile.common.message;using System;using UIFramework;public class HearteatManager : Singleton<HearteatManager>...