zoukankan      html  css  js  c++  java
  • MQTT+SVG+C# 开关柜无线测温监控系统demo

     图1:SVG主界面和模拟的MQTT采集器

    SVG图片中的CSS选择器列表:

    主进线柜
    #shape371 > text > tspan
    #shape373 > text > tspan
    #shape375 > text > tspan
    #shape372 > text > tspan
    #shape374 > text > tspan
    #shape376 > text > tspan

    主发电柜
    #shape382 > text > tspan
    #shape384 > text > tspan
    #shape386 > text > tspan
    #shape383 > text > tspan
    #shape385 > text > tspan
    #shape387 > text > tspan

    主出线柜1#
    #shape393 > text > tspan
    #shape395 > text > tspan
    #shape397 > text > tspan
    #shape394 > text > tspan
    #shape396 > text > tspan
    #shape398 > text > tspan

    主出线柜2#
    #shape404 > text > tspan
    #shape406 > text > tspan
    #shape408 > text > tspan
    #shape405 > text > tspan
    #shape407 > text > tspan
    #shape409 > text > tspan

    主出线柜3#
    #shape415 > text > tspan
    #shape417 > text > tspan
    #shape419 > text > tspan
    #shape416 > text > tspan
    #shape418 > text > tspan
    #shape420 > text > tspan

    备进线柜
    #shape426 > text > tspan
    #shape428 > text > tspan
    #shape430 > text > tspan
    #shape427 > text > tspan
    #shape429 > text > tspan
    #shape431 > text > tspan

    备发电柜
    #shape437 > text > tspan
    #shape439 > text > tspan
    #shape441 > text > tspan
    #shape438 > text > tspan
    #shape440 > text > tspan
    #shape442 > text > tspan

    备出线柜1#
    #shape448 > text > tspan
    #shape450 > text > tspan
    #shape452 > text > tspan
    #shape449 > text > tspan
    #shape451 > text > tspan
    #shape453 > text > tspan

    备出线柜2#
    #shape459 > text > tspan
    #shape461 > text > tspan
    #shape463 > text > tspan
    #shape460 > text > tspan
    #shape462 > text > tspan
    #shape464 > text > tspan

    备出线柜3#
    #shape470 > text > tspan
    #shape470 > text > tspan
    #shape470 > text > tspan
    #shape471 > text > tspan
    #shape473 > text > tspan
    #shape475 > text > tspan

  • 相关阅读:
    SpringMVC_HelloWorld_02
    SpringMVC_HelloWorld_01
    设计模式之笔记--解释器模式(Interpreter)
    设计模式之笔记--命令模式(Command)
    设计模式之笔记--职责链模式(Chain of Responsibility)
    设计模式之笔记--代理模式(Proxy)
    设计模式之笔记--享元模式(Flyweight)
    设计模式之笔记--外观模式(Facade)
    闲居即兴
    nacos
  • 原文地址:https://www.cnblogs.com/dXIOT/p/12469347.html
Copyright © 2011-2022 走看看