Debian リファレンス v2.124. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 3.2.1 Systemd init . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 多くのコマンドはユーザー特定の設定をホームディレクトリーに保存し、その内容でコマンドの挙動が変わります。 ホームディレクトリーは”$HOME” 環境変数で指定されます。 ”$HOME” の値 プログラム実行状況 / init プロセスが実行するプログラム (デーモン) /root 普通の root シェルから実行されるプログラム /home/normal_user 普通のユーザーシェルから実行されるプログラム /home/normal_user に作った言葉です。こ のシステムは一般に initrd とか initramfs システムと呼ばれています。類似のメモリー上のシステムは Debian イ ンストーラーでも使われています。 ”/init” スクリプトはこのメモリー上のルートファイルシステムで最初に実行されるプログラムです。それはユー ザー空間でカーネルを初期化しコントロールを次の段階に引き継ぐプログラムです。このミニ Debian0 码力 | 287 页 | 1.60 MB | 1 年前3
Comprehensive Rust(日语) 202412concurrency. 新規クレ ート の 作成 と、依存 関係(dependencies)のダウンロードが必要です。その後、例を src/main.rs にコピペして実行する事ができます: cargo init concurrency cd concurrency cargo add tokio --features full cargo run コースのスケジュール: • Morning (3 hours Cargo Setup Rust プレイグラウンドは 1 つのファイルしかサポートしていないため、ローカル ファイル システム で Cargo プロジェクトを作成する必要があります。 cargo init gui-modules cd gui-modules cargo run 160 生成された src/main.rs を編集して mod ステートメントを追加し、src ディレクトリにファイル 統合テストを使用します。 tests/ の下に .rs ファイルを作成します。 // tests/my_library.rs use my_library::init; fn test_init() { assert!(init().is_ok()); } これらのテストでは、クレートの公開 API にのみアクセスできます。 ドキュメンテーションテスト Rust には、ドキュメント0 码力 | 381 页 | 1.36 MB | 10 月前3
PlantUML 1.2019.6 言語リファレンスガイドキーワード ref over を使用して、図中にリファレンスを挿入できます。 @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.17 遅延 処理の遅延を表すために partition で複数のアクティビティを分割して、グループ化できます: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } PlantUML endfunction !function init_class($name) class $name { $addCommonMethod() } !endfunction !function $addCommonMethod() toString() hashCode() !endfunction init_class("foo1") init_class("foo2") msg("foo1"0 码力 | 174 页 | 1.99 MB | 1 年前3
PlantUML 1.2019.9 言語リファレンスガイドキーワード ref over を使用して、図中にリファレンスを挿入できます。 @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.17 遅延 処理の遅延を表すために partition で複数のアクティビティを分割して、グループ化できます: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } PlantUML endfunction !function init_class($name) class $name { $addCommonMethod() } !endfunction !function $addCommonMethod() toString() hashCode() !endfunction init_class("foo1") init_class("foo2") msg("foo1"0 码力 | 175 页 | 2.02 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)キーワード ref over を使用して、図中にリファレンスを挿入できます。 @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml PlantUML 言語リファレンスガイド 1 グループ グループを定義して複数のアクティビティをまとめることができます: @startuml start group Initialization :read config file; :init internal variable; end group group Running group :wait for user interaction; :print information; end パーティションを定義して複数のアクティビティをまとめることができます: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml0 码力 | 545 页 | 7.75 MB | 1 年前3
PlantUML 1.2020.23 言語リファレンスガイドキーワード ref over を使用して、図中にリファレンスを挿入できます。 @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml PlantUML 言語リファレンスガイド partition で複数のアクティビティを分割して、グループ化できます: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml endprocedure !procedure $init_class($name) class $name { $addCommonMethod() } !endprocedure !procedure $addCommonMethod() toString() hashCode() !endprocedure $init_class("foo1") $init_class("foo2") $msg("foo1"0 码力 | 306 页 | 3.19 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)キーワード ref over を使用して、図中にリファレンスを挿入できます。 @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml PlantUML 言語リファレンスガイド partition で複数のアクティビティを分割して、グループ化できます: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml endprocedure !procedure $init_class($name) class $name { $addCommonMethod() } !endprocedure !procedure $addCommonMethod() toString() hashCode() !endprocedure $init_class("foo1") $init_class("foo2") $msg("foo1"0 码力 | 294 页 | 3.11 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)キーワード ref over を使用して、図中にリファレンスを挿入できます。 @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.21 遅延 処理の遅延を表すために partition を定義して、複数のアクティビティをグループ化できます: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml @startuml !procedure $msg($source, $destination) $source --> $destination !endprocedure !procedure $init_class($name) class $name { $addCommonMethod() } !endprocedure !procedure $addCommonMethod() toString()0 码力 | 393 页 | 4.27 MB | 1 年前3
PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)キーワード ref over を使用して、図中にリファレンスを挿入できます。 @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.21 遅延 処理の遅延を表すために 398 6.17 スイムレーン 6 アクティビティ図(ベータ版) @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml @startuml !procedure $msg($source, $destination) $source --> $destination !endprocedure !procedure $init_class($name) class $name { $addCommonMethod() } !endprocedure !procedure $addCommonMethod() toString()0 码力 | 399 页 | 4.33 MB | 1 年前3
PlantUML 1.2021.3 言語リファレンスガイドキーワード ref over を使用して、図中にリファレンスを挿入できます。 @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.21 遅延 処理の遅延を表すために 411 6.17 スイムレーン 6 アクティビティ図(ベータ版) @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml @startuml !procedure $msg($source, $destination) $source --> $destination !endprocedure !procedure $init_class($name) class $name { $addCommonMethod() } !endprocedure !procedure $addCommonMethod() toString()0 码力 | 412 页 | 4.46 MB | 1 年前3
共 16 条
- 1
- 2













