Debian GNU/Linux 安装手册 January 8, 2024
DMA 是否已经启用: $ cd /proc/ide/hdc $ grep using_dma settings using_dma 1 0 1 rw using_dma 之后第一列的“1”意味着将其启用。如果是这样,那么尝试将其禁止: $ echo -n ”using_dma:0” >settings 确保您处在与光盘驱动器对应设备的目录中。 • 如果在安装过程中有什么问题,那么尝试使用靠 (默认为二) 如果您想真正全面了解软 RAID,看一下 Software RAID HOWTO。 为了创建 MD 设备,您需要将期望的分区标记为供 RAID 使用。(通过 Partition settings 菜单的 partman 完成,您应该选择 Use as: → physical volume for RAID。) 注意 请确保系统可以从您规划的分区引导。当使用 RAID 作为根(/)文件系统时,通 LVM HOWTO。 debian-installer 中的 LVM 设置很简单,并且在 partman 中被完全支持。首先,对于 LVM 必须 将使用的分区标记为物理卷。这在 Partition settings 菜单里完成,在那里应该选择 Use as: → physical volume for LVM。 警告 注意:新的 LVM 设置将损坏由 LVM 类型编码标记的所有分区。所以,如果如果在0 码力 | 93 页 | 562.93 KB | 1 年前3PlantUML 1.2019.1 Guide de référence du langage
keywords is used to put a title. You can add newline using \n in the title description. Some skinparam settings are available to put borders on the title. @startuml skinparam titleBorderRoundCorner 15 skinparam @startsalt { Login<&person> | "MyName " Password <&key> | "**** " [Cancel <&circle-x>] | [OK <&account-login>] } @endsalt The complete list is available on OpenIconic Website, or you can use the following define TABLE (T,#FFAAAA) Database Table class USER << TABLE >> class ACCOUNT << TABLE >> class UID << SEQUENCE >> USER "1" -- "*" ACCOUNT USER -> UID @enduml Bien sûr, vous pouvez utiliser la directive0 码力 | 147 页 | 1.85 MB | 1 年前3PlantUML 1.2019.4 Guide de référence du langage
keywords is used to put a title. You can add newline using \n in the title description. Some skinparam settings are available to put borders on the title. @startuml skinparam titleBorderRoundCorner 15 skinparam @startsalt { Login<&person> | "MyName " Password<&key> | "**** " [Cancel <&circle-x>] | [OK <&account-login>] } @endsalt The complete list is available on OpenIconic Website, or you can use the following define TABLE (T,#FFAAAA) Database Table class USER << TABLE >> class ACCOUNT << TABLE >> class UID << SEQUENCE >> USER "1" -- "*" ACCOUNT USER -> UID @enduml Bien sûr, vous pouvez utiliser la directive0 码力 | 168 页 | 1.83 MB | 1 年前3PlantUML 1.2019.3 Guide de référence du langage
keywords is used to put a title. You can add newline using \n in the title description. Some skinparam settings are available to put borders on the title. @startuml skinparam titleBorderRoundCorner 15 skinparam @startsalt { Login<&person> | "MyName " Password<&key> | "**** " [Cancel <&circle-x>] | [OK <&account-login>] } @endsalt The complete list is available on OpenIconic Website, or you can use the following define TABLE (T,#FFAAAA) Database Table class USER << TABLE >> class ACCOUNT << TABLE >> class UID << SEQUENCE >> USER "1" -- "*" ACCOUNT USER -> UID @enduml Bien sûr, vous pouvez utiliser la directive0 码力 | 160 页 | 1.72 MB | 1 年前3PlantUML 1.2019.2 Guide de référence du langage
keywords is used to put a title. You can add newline using \n in the title description. Some skinparam settings are available to put borders on the title. @startuml skinparam titleBorderRoundCorner 15 skinparam @startsalt { Login<&person> | "MyName " Password<&key> | "**** " [Cancel <&circle-x>] | [OK <&account-login>] } @endsalt The complete list is available on OpenIconic Website, or you can use the following define TABLE (T,#FFAAAA) Database Table class USER << TABLE >> class ACCOUNT << TABLE >> class UID << SEQUENCE >> USER "1" -- "*" ACCOUNT USER -> UID @enduml Bien sûr, vous pouvez utiliser la directive0 码力 | 160 页 | 1.72 MB | 1 年前3PlantUML 1.2023.11 Guide de référence du langage
(WIREFRAME) { Login<&person> | "MyName " Password<&key> | "**** " [Cancel <&circle-x>] | [OK <&account-login>] } @endsalt The complete list is available on OpenIconic Website, or you can use the following @startsalt { <&person> Login | "MyName " <&key> Password | "**** " [<&circle-x> Cancel ] | [ <&account-login> OK ] } @endsalt 14.19.2 Scale Vous pouvez utiliser la commande scale pour zoomer l’image @startsalt scale 2 { <&person> Login | "MyName " <&key> Password | "**** " [<&circle-x> Cancel ] | [ <&account-login> OK ] } @endsalt (Voir aussi : [Zoom sur les commandes communes](commons#zw5yrgax40mpk362kjbn))0 码力 | 534 页 | 7.56 MB | 1 年前3PlantUML 1.2019.6 Guide de référence du langage
keywords is used to put a title. You can add newline using \n in the title description. Some skinparam settings are available to put borders on the title. @startuml skinparam titleBorderRoundCorner 15 skinparam @startsalt { Login<&person> | "MyName " Password<&key> | "**** " [Cancel <&circle-x>] | [OK <&account-login>] } @endsalt The complete list is available on OpenIconic Website, or you can use the following0 码力 | 174 页 | 1.91 MB | 1 年前3PlantUML 1.2019.9 Guide de référence du langage
keywords is used to put a title. You can add newline using \n in the title description. Some skinparam settings are available to put borders on the title. @startuml skinparam titleBorderRoundCorner 15 skinparam @startsalt { Login<&person> | "MyName " Password<&key> | "**** " [Cancel <&circle-x>] | [OK <&account-login>] } @endsalt The complete list is available on OpenIconic Website, or you can use the following0 码力 | 174 页 | 1.93 MB | 1 年前3PlantUML 1.2021.1 Guide de référence du langage
#color;line:color;line.[bold|dashed|dotted];text:color TODO: FIXME text:color seems not to be taken into account TODO: FIXME @startuml @startuml state FooGradient #red-green;line:00FFFF state FooDashed #red|green;line @startsalt { Login<&person> | "MyName " Password<&key> | "**** " [Cancel <&circle-x>] | [OK <&account-login>] Guide de référence du langage PlantUML (1.2021.1) 226 / 384 13.15 Include Salt ”on activity keywords is used to put a title. You can add newline using in the title description. Some skinparam settings are available to put borders on the title. @startuml skinparam titleBorderRoundCorner 15 skinparam0 码力 | 385 页 | 4.05 MB | 1 年前3PlantUML 1.2021.2 Guide de référence du langage
#color;line:color;line.[bold|dashed|dotted];text:color TODO: FIXME text:color seems not to be taken into account TODO: FIXME @startuml @startuml state FooGradient #red-green;line:00FFFF state FooDashed #red|green;line @startsalt { Login<&person> | "MyName " Password<&key> | "**** " [Cancel <&circle-x>] | [OK <&account-login>] Guide de référence du langage PlantUML (1.2021.2) 232 / 390 14.15 Include Salt ”on activity keywords is used to put a title. You can add newline using in the title description. Some skinparam settings are available to put borders on the title. @startuml skinparam titleBorderRoundCorner 15 skinparam0 码力 | 391 页 | 4.10 MB | 1 年前3
共 17 条
- 1
- 2