PlantUML 1.2023.11 Guide de référence du langage(no) if (Second Test Question?) then (yes) label sp_lab2 goto sp_lab1 else :nonShared; endif endif :merge; Guide de référence du langage PlantUML (1.2023.11) 120 / 533 6.9 Boucle « tant que » [while] 6 end merge] 6 DIAGRAMME D’ACTIVITÉ (NOUVELLE SYNTAXE) 6.10 Traitement parallèle [fork, fork again, end fork, end merge] Vous pouvez utiliser les mots clés fork, fork again et end fork ou end merge pour 1; fork again :action 2; end merge stop @enduml Guide de référence du langage PlantUML (1.2023.11) 122 / 533 6.10 Traitement parallèle [fork, fork again, end fork, end merge] 6 DIAGRAMME D’ACTIVITÉ (NOUVELLE0 码力 | 534 页 | 7.56 MB | 1 年前3
Click Documentation
Release 4.2.dev0@click.command() @click.option('--message', '-m', multiple=True) def commit(message): click.echo('\n'.join(message)) And on the command line: $ commit -m foo -m bar foo bar 1.5.5 Counting In some very command just needs to implement a list and load method: import click import os plugin_folder = os.path.join(os.path.dirname(__file__), 'commands') class MyCLI(click.MultiCommand): def list_commands(self, (continued from previous page) return rv def get_command(self, ctx, name): ns = {} fn = os.path.join(plugin_folder, name + '.py') with open(fn) as f: code = compile(f.read(), fn, 'exec') eval(code, ns0 码力 | 101 页 | 407.32 KB | 1 年前3
firebird gsplitdatabase backup. This option can be shortened as required, provided that at least -s is specified. -join_bk_fileSpecifies that gsplit is to be used to rejoin a number of files and use the above help text. The correct command line option to join multiple sections of a large backup file is not -JOINT_BK_FILE as shown, but is in fact -JOIN_BK_FILE. Chapter 2. Gsplit Command line Options 3 Megabyte as 1024 Kilobytes and a Gigabyte as 1024 Megabytes. -J[OIN_BK_FILE] [… ] To join files together and use them to restore a database, you simply specify the filenames in the correct 0 码力 | 10 页 | 103.73 KB | 1 年前3
PlantUML 1.2020.22 Guide de référence du langage<> et <<join>>. @startuml state fork_state < > [*] --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> MinorId : [Id <= 10] c --> MajorId : [Id > 10] @enduml 7.9 Stereotypes full example [choice, fork, join, end] @startuml Guide de référence du langage PlantUML (1.2020.22) 115 / 294 7.10 Point [entryPoint state fork1 < > state join2 <<join>> state end3 < > [*] --> choice1 : from start\nto choice choice1 --> fork1 : from choice\nto fork choice1 --> join2 : from choice\nto join choice1 --> end3 : from 0 码力 | 295 页 | 3.03 MB | 1 年前3
PlantUML 1.2020.23 Guide de référence du langage<> et <<join>>. @startuml state fork_state < > [*] --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> MinorId : [Id <= 10] c --> MajorId : [Id > 10] @enduml 7.9 Stereotypes full example [choice, fork, join, end] @startuml Guide de référence du langage PlantUML (1.2020.23) 127 / 307 7.10 Point [entryPoint state fork1 < > state join2 <<join>> state end3 < > [*] --> choice1 : from start\nto choice choice1 --> fork1 : from choice\nto fork choice1 --> join2 : from choice\nto join choice1 --> end3 : from 0 码力 | 308 页 | 3.12 MB | 1 年前3
PlantUML 1.2021.1 Guide de référence du langage6 États parallèles [fork, join] 9 DIAGRAMMES D’ÉTAT 9.6 États parallèles [fork, join] Il est possible d’afficher des états parallèles grâce aux stéréotypes <> et <<join>>. @startuml state fork_state --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> State4 State4 --> [*] @enduml Guide de référence du langage [Id <= 10] c --> MajorId : [Id > 10] @enduml 9.9 Exemple avec tous les stéréotypes [choice, fork, join, end] @startuml state choice1 < > state fork1 < > Guide de référence du langage PlantUML 0 码力 | 385 页 | 4.05 MB | 1 年前3
PlantUML 1.2021.2 Guide de référence du langage6 États parallèles [fork, join] 9 DIAGRAMMES D’ÉTAT 9.6 États parallèles [fork, join] Il est possible d’afficher des états parallèles grâce aux stéréotypes <> et <<join>>. @startuml state fork_state --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> State4 State4 --> [*] @enduml Guide de référence du langage [Id <= 10] c --> MajorId : [Id > 10] @enduml 9.9 Exemple avec tous les stéréotypes [choice, fork, join, end] @startuml state choice1 < > state fork1 < > Guide de référence du langage PlantUML 0 码力 | 391 页 | 4.10 MB | 1 年前3
PlantUML 1.2021.3 Guide de référence du langage6 États parallèles [fork, join] 9 DIAGRAMMES D’ÉTAT 9.6 États parallèles [fork, join] Il est possible d’afficher des états parallèles grâce aux stéréotypes <> et <<join>>. @startuml state fork_state --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> State4 State4 --> [*] @enduml Guide de référence du langage [Id <= 10] c --> MajorId : [Id > 10] @enduml 9.9 Exemple avec tous les stéréotypes [choice, fork, join, end] @startuml state choice1 < > state fork1 < > Guide de référence du langage PlantUML 0 码力 | 406 页 | 4.24 MB | 1 年前3
Référence Debian v2.124commandes git fetch et git pull. — La commande git pull effectue git merge ou git rebase après la commande git fetch. — Ici, git merge combine finalement deux branches distinctes de l’historique à un certain git commit --amend compresser les deux derniers commits en un seul git checkout topic_branch ; git merge --squash topic_branch agglomérer l’ensemble de branche_sujet dans un commit git fetch --unshallow0 码力 | 279 页 | 1.47 MB | 1 年前3
共 9 条
- 1













