PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)QA-9702] 24.3.2 Boolean operation and operator [&&, ||, ()] You can use boolean expression, in the test, with : • parenthesis (); • and operator &&; • or operator ||. (See next example, within if test node "Cloudogu Ecosystem" <<$cloudogu>> { DOGU_JENKINS(jenkins, Jenkins) #ffffff DOGU_SCM(scm, SCM-Manager) #ffffff DOGU_SMEAGOL(smeagol, Smeagol) #ffffff DOGU_NEXUS(nexus,Nexus) #ffffff } TOOL_K8S(k8s, er.puml> !include!include !include lifecycle/lifecycle.puml> !include !include 0 码力 | 393 页 | 4.27 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)QA-9702] 25.3.2 Boolean operation and operator [&&, ||, ()] You can use boolean expression, in the test, with : • parenthesis (); • and operator &&; • or operator ||. (See next example, within if test node "Cloudogu Ecosystem" <<$cloudogu>> { DOGU_JENKINS(jenkins, Jenkins) #ffffff DOGU_SCM(scm, SCM-Manager) #ffffff DOGU_SMEAGOL(smeagol, Smeagol) #ffffff DOGU_NEXUS(nexus,Nexus) #ffffff } TOOL_K8S(k8s, er.puml> !include!include !include lifecycle/lifecycle.puml> !include !include 0 码力 | 399 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.3 言語リファレンスガイドQA-9702] 25.3.2 Boolean operation and operator [&&, ||, ()] You can use boolean expression, in the test, with : • parenthesis (); • and operator &&; • or operator ||. (See next example, within if test node "Cloudogu Ecosystem" <<$cloudogu>> { DOGU_JENKINS(jenkins, Jenkins) #ffffff DOGU_SCM(scm, SCM-Manager) #ffffff DOGU_SMEAGOL(smeagol, Smeagol) #ffffff DOGU_NEXUS(nexus,Nexus) #ffffff } TOOL_K8S(k8s, er.puml> !include!include !include lifecycle/lifecycle.puml> !include !include 0 码力 | 412 页 | 4.46 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)node "Cloudogu Ecosystem" <<$cloudogu>> { DOGU_JENKINS(jenkins, Jenkins) #ffffff DOGU_SCM(scm, SCM-Manager) #ffffff DOGU_SMEAGOL(smeagol, Smeagol) #ffffff DOGU_NEXUS(nexus,Nexus) #ffffff } TOOL_K8S(k8s,!include !include !include lifecycle/lifecycle> !include !include !include " rectangle "Card:\n <$card>" rectangle "Laptop:\n <$laptop>" rectangle "Lifecycle:\n <$lifecycle>" rectangle "Lightning:\n <$lightning>" rectangle "Media_flash:\n <$media_flash>" rectangle 0 码力 | 545 页 | 7.75 MB | 1 年前3
KiCad 8.0 Schematic Editorzoom tools, editing tools) Left toolbar (display options), Hierarchy Navigator and Properties Manager at left Message panel and status bar at bottom Right toolbar (drawing and design tools) Navigating Opens and closes the docked hierarchy navigator pane. Opens and closes the docked properties manager pane. 8 回路図の作成と編集 はじめに A schematic designed with KiCad is more than a simple graphic representation use the properties dialog to edit one item at a time. To edit multiple items, use the properties manager, described below. There are also other tools that can be used to edit specific types of objects in0 码力 | 194 页 | 7.86 MB | 1 年前3
RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース
「TiDB」をKubernetesで動かしてみよう!tidb-operator Open Source Conference 2022 Online/Spring 36 tidb-operator は Kubernetes 上で動くコントローラー tiup で使用する topology.yaml と同じような内容を Kubernetes の カスタムリソース TidbCluster で定義してあげる tidb-operator は定義された通りに 能 すごいぞ tidb-operator ? Open Source Conference 2022 Online/Spring 37 https://docs.pingcap.com/tidb-in-kubernetes/stable/architecture Kubernetes のカスタムリソースとオペレーターの関係 すごいぞ tidb-operator Open Source Conference 2022 Online/Spring 38 tiup と tidb-operator $ tiup cluster deploy tidb-test v5.2.2 ./topology.yaml tiup $ kubectl apply -f tidb_cluster.yaml tidb-operator tiup cluster deploy 相当のことは kubectl apply0 码力 | 71 页 | 6.65 MB | 1 年前3
Krita 5.2 マニュアル
plugin's manual by going to Settings ‣ Configure Krita... menu, and then choosing the Python Plugin Manager tab. Then you can click on a specific plugin and the manual will appear in the bottom text area. Document Tools Allows you to select a document and scale, crop and rotate in one action. Filter Manager Quickly apply a filter on selected documents. High Pass Performs a high pass filter on the active and stops recording. The latter lets you render the current drawing's timelapse. The recordings manager window. This is a list of recordings you have, and how much space they take. You can select recordings0 码力 | 1591 页 | 79.16 MB | 1 年前3
Comprehensive Rust(日语) 202412エコシステムの主要ツールは以下の通りです: • rustc:Rust のコンパイラです。.rs ファイルをバイナリや他の中間形式に変換します。 • cargo: the Rust dependency manager and build tool. Cargo knows how to download dependencies, usually hosted on https://crates.io, and in some cases, in particular when invoking methods (try r.is_ascii()). There is no need for an -> operator like in C++. • この例では、r は可変であるため、再代入が可能です(r = &b)。これにより r が再バインドさ れ、他の値を参照するようになります。これは、参照に代入すると参照先の値が変更される Add<(i32, i32)> for Point は Point にタプルを追加します。 The Not trait (! operator) is notable because it does not ”boolify” like the same operator in C-family languages; instead, for integer types it negates each0 码力 | 381 页 | 1.36 MB | 10 月前3
TVM Meetup: Quantizationscratch • New Relay passes and TVM schedules required • AlterOpLayout, Graph Fusion etc require work/operator • No reuse of existing Relay and TVM infrastructure. Option 2 – Lower to a sequence of existing 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Lowering of QNN Quantize Operator fn (%input_data: Tensor[(2, 5), float32]) { qnn.quantize(%input_data, out_dtype="uint8", output_zero_point=127 Affiliates. All rights reserved. QNN Conv2D Operator • Calculations are different from FP32 Conv2D https://discuss.tvm.ai/t/tf-lite-quantized-conv2d-operator-conversion/2651/8 𝑟𝑒𝑎𝑙_𝑣𝑎𝑙𝑢𝑒 = 𝒔𝒄𝒂𝒍𝒆0 码力 | 19 页 | 489.50 KB | 5 月前3
PlantUML 1.2020.23 言語リファレンスガイドQA-9702] 20.3.2 Boolean operation and operator [&&, ||, ()] You can use boolean expression, in the test, with : • parenthesis (); • and operator &&; • or operator ||. (See next example, within if test 271 PlantUML 言語リファレンスガイド (1.2020.23) 304 / 305 CONTENTS CONTENTS 20.3.2 Boolean operation and operator [&&, ||, ()] . . . . . . . . . . . . . . . . . . . . . . . . . 271 20.3.3 Boolean builtin functions0 码力 | 306 页 | 3.19 MB | 1 年前3
共 15 条
- 1
- 2













