PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)entity • database • collections • queue @startuml participant Participant as Foo actor Actor as Foo1 boundary Boundary as Foo2 control Control as Foo3 entity Entity as Foo4 database Database as Foo5 actor Foo -> Foo2 : To boundary Foo -> Foo3 : To control Foo -> Foo4 : To entity Foo -> Foo5 : To database Foo -> Foo6 : To collections Foo -> Foo7: To queue @enduml PlantUML 言語リファレンスガイド (1.2023.11) 2 / ユースケース図 2.9 ステレオタイプ << と >> を使い、アクターとユースケースを定義中にステレオタイプを追加できます。 @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 545 页 | 7.75 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)entity • database • collections • queue @startuml participant participant as Foo actor actor as Foo1 boundary boundary as Foo2 control control as Foo3 entity entity as Foo4 database database as Foo5 シーケンス図 Foo -> Foo2 : To boundary Foo -> Foo3 : To control Foo -> Foo4 : To entity Foo -> Foo5 : To database Foo -> Foo6 : To collections Foo -> Foo7: To queue @enduml キーワード as を使って分類子の名前を変更することができます。 アクターや分類子の背景色を、HTML ユースケース図 2.9 ステレオタイプ << と >> を使い、アクターとユースケースを定義中にステレオタイプを追加できます。 @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 399 页 | 4.33 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)entity • database • collections • queue @startuml participant participant as Foo actor actor as Foo1 boundary boundary as Foo2 control control as Foo3 entity entity as Foo4 database database as Foo5 シーケンス図 Foo -> Foo2 : To boundary Foo -> Foo3 : To control Foo -> Foo4 : To entity Foo -> Foo5 : To database Foo -> Foo6 : To collections Foo -> Foo7: To queue @enduml キーワード as を使って分類子の名前を変更することができます。 アクターや分類子の背景色を、HTML ユースケース図 2.9 ステレオタイプ << と >> を使い、アクターとユースケースを定義中にステレオタイプを追加できます。 @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 393 页 | 4.27 MB | 1 年前3
PlantUML 1.2021.3 言語リファレンスガイドentity • database • collections • queue @startuml participant participant as Foo actor actor as Foo1 boundary boundary as Foo2 control control as Foo3 entity entity as Foo4 database database as Foo5 シーケンス図 Foo -> Foo2 : To boundary Foo -> Foo3 : To control Foo -> Foo4 : To entity Foo -> Foo5 : To database Foo -> Foo6 : To collections Foo -> Foo7: To queue @enduml キーワード as を使って分類子の名前を変更することができます。 アクターや分類子の背景色を、HTML ユースケース図 2.9 ステレオタイプ << と >> を使い、アクターとユースケースを定義中にステレオタイプを追加できます。 @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 412 页 | 4.46 MB | 1 年前3
Krita 5.2 マニュアル
this option on. バージョン 5.0 で非推奨: Since Krita 5.0 this has been deprecated, as it now uses a SQLite database for handling the resources, and this cannot be managed by multiple instances. Tools Settings Tool location of the resource folder and the cache. バージョン 5.0 で追加. Cache Location Sets where the SQLite Database that manages all the resources is located. Resource Folder Sets where the Resource Folder itself い」と表示された場合、おそらくファイルの存在するフォルダへのアクセ スを制御されています Start ‣ Settings を選択します。 Update & security ‣ Windows Defender を選択します。 Open Windows Defender Security Center を選択します。 Virus & threat protection を選択して、Virus & threat protection0 码力 | 1591 页 | 79.16 MB | 1 年前3
Debian リファレンス v2.124リファレンス 12 / 259 注意 も し”auth optional pam_group.so” 行 が”/etc/pam.d/common-auth” に 書 き 加 え れ、 ”/etc/security/group.conf” に対応する設定がされていれば、実際のユーザーのグループメンバー シップは動的に割り当てられます。(第4章を参照下さい。) ハードウエアーデバイスは Debian シ non-free deb http://security.debian.org/debian-security bookworm-security main non-free-firmware ←� contrib non-free deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware main non-free-firmware contrib non-free Types: deb deb-src URIs: http://security.debian.org/debian-security/ Suites: bookworm-security Components: main non-free-firmware contrib non-free Debian リファレンス 430 码力 | 287 页 | 1.60 MB | 1 年前3
KiCad 8.0 Schematic EditorRunning simulations Helpful hints Advanced Topics Configuration and Customization Text variables Database Libraries HTTP Libraries Custom Netlist and BOM Formats Actions reference Schematic Editor libraries ( .SchLib or .IntLib files) CADSTAR Schematic Archive libraries ( .lib files) KiCad database library configuration files ( .kicad_dbl files) Eagle libraries ( .xml files) EasyEDA (JLCEDA) dialog. NOTE If you want to manage a large amount of component data in symbol fields, consider using database libraries. To edit an existing symbol field, double-click the field, select it or hover and press0 码力 | 194 页 | 7.86 MB | 1 年前3
PlantUML 1.2019.4 言語リファレンスガイド分類子の宣言に別のキーワードを使用することも可能です: • actor • boundary • control • entity • database @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml PlantUML 言語リファレンスガイド (1.2019.4) 1 / 167 1.2 分類子の宣言 1 シーケンス図 キーワード as を使って分類子の名前を変更することができます。 @enduml 2.7 ステレオタイプ << と >> を使い、アクターとユースケースを定義中にステレオタイプを追加できます。 @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 168 页 | 1.90 MB | 1 年前3
PlantUML 1.2019.3 言語リファレンスガイド分類子の宣言に別のキーワードを使用することも可能です: • actor • boundary • control • entity • database @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml PlantUML 言語リファレンスガイド (1.2019.3) 1 / 159 1.2 分類子の宣言 1 シーケンス図 キーワード as を使って分類子の名前を変更することができます。 @enduml 2.7 ステレオタイプ << と >> を使い、アクターとユースケースを定義中にステレオタイプを追加できます。 @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 160 页 | 1.80 MB | 1 年前3
PlantUML 1.2019.2 言語リファレンスガイド分類子の宣言に別のキーワードを使用することも可能です: • actor • boundary • control • entity • database @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections Foo6 Foo1 -> Foo2 : To boundary Foo1 -> Foo3 Foo3 : To control Foo1 -> Foo4 : To entity Foo1 -> Foo5 : To database Foo1 -> Foo6 : To collections @enduml PlantUML 言語リファレンスガイド (1.2019.2) 1 / 159 1.2 分類子の宣言 1 シーケンス図 キーワード as を使って分類子の名前を変更することができます。 @enduml 2.7 ステレオタイプ << と >> を使い、アクターとユースケースを定義中にステレオタイプを追加できます。 @startuml User << Human >> :Main Database: as MySql << Application >> (Start) << One Shot >> (Use the application) as (Use) << Main >> User0 码力 | 160 页 | 1.80 MB | 1 年前3
共 16 条
- 1
- 2













