 Click Documentation
Release 4.2.dev0command() @click.option('-v', '--verbose', count=True) def log(verbose): click.echo('Verbosity: %s' % verbose) And on the command line: $ log -vvv Verbosity: 3 1.5.6 Boolean Flags Boolean flags are instead: @click.command() @click.option('/debug;/no-debug') def log(debug): click.echo('debug=%s' % debug) if __name__ == '__main__': log() 1.5.7 Feature Switches In addition to boolean flags, there values other than 1, Click will invoke the ParamType.split_envvar_value() method to perform the splitting. The default implementation for all types is to split on whitespace. The exceptions to this rule0 码力 | 101 页 | 407.32 KB | 1 年前3 Click Documentation
Release 4.2.dev0command() @click.option('-v', '--verbose', count=True) def log(verbose): click.echo('Verbosity: %s' % verbose) And on the command line: $ log -vvv Verbosity: 3 1.5.6 Boolean Flags Boolean flags are instead: @click.command() @click.option('/debug;/no-debug') def log(debug): click.echo('debug=%s' % debug) if __name__ == '__main__': log() 1.5.7 Feature Switches In addition to boolean flags, there values other than 1, Click will invoke the ParamType.split_envvar_value() method to perform the splitting. The default implementation for all types is to split on whitespace. The exceptions to this rule0 码力 | 101 页 | 407.32 KB | 1 年前3
 firebird gsplitFirebird Backup File Splitting Filter Norman Dunbar Version 1.2, 19 June 2020 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 4. Splitting Backups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . discuss the following: • Command line options for gsplit. • Gsplit options and their parameters. • Splitting backups using gsplit. • Joining backup chunks using gsplit.  From Interbase 6.0, gsplit is no0 码力 | 10 页 | 103.73 KB | 1 年前3 firebird gsplitFirebird Backup File Splitting Filter Norman Dunbar Version 1.2, 19 June 2020 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 4. Splitting Backups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . discuss the following: • Command line options for gsplit. • Gsplit options and their parameters. • Splitting backups using gsplit. • Joining backup chunks using gsplit.  From Interbase 6.0, gsplit is no0 码力 | 10 页 | 103.73 KB | 1 年前3
 Apache OFBiz® Selenium-WebDriver
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 3.5. showInfoPanel() et log() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.5.2. log(). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 5.1.5. voir le log du test. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 27 页 | 414.53 KB | 1 年前3 Apache OFBiz® Selenium-WebDriver
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 3.5. showInfoPanel() et log() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.5.2. log(). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 5.1.5. voir le log du test. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 27 页 | 414.53 KB | 1 年前3
 PlantUML 1.2020.23 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l'ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: Authentication Failure group My own label [My own label 2] Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end @enduml [Ref. QA-2503] 1.13 Note sur les0 码力 | 308 页 | 3.12 MB | 1 年前3 PlantUML 1.2020.23 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l'ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: Authentication Failure group My own label [My own label 2] Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end @enduml [Ref. QA-2503] 1.13 Note sur les0 码力 | 308 页 | 3.12 MB | 1 年前3
 PlantUML 1.2021.1 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l’ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: Authentication Failure group My own label [My own label 2] Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end @enduml [Ref. QA-2503] 1.13 Note sur les0 码力 | 385 页 | 4.05 MB | 1 年前3 PlantUML 1.2021.1 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l’ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: Authentication Failure group My own label [My own label 2] Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end @enduml [Ref. QA-2503] 1.13 Note sur les0 码力 | 385 页 | 4.05 MB | 1 年前3
 PlantUML 1.2021.2 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l’ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: Authentication Failure group My own label [My own label 2] Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end @enduml [Ref. QA-2503] 1.13 Note sur les0 码力 | 391 页 | 4.10 MB | 1 年前3 PlantUML 1.2021.2 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l’ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: Authentication Failure group My own label [My own label 2] Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end @enduml [Ref. QA-2503] 1.13 Note sur les0 码力 | 391 页 | 4.10 MB | 1 年前3
 Debian GNU/Linux 安装手册
January 8, 2024比一般情况更多的信息。 BOOT_DEBUG=2 大量的调试信息。 BOOT_DEBUG=3 在引导过程的各个点上运行 Shells,以进行细节上的调试。退出 Shell 会将引导过 程继续。 log_host, log_port 使安装程序将日志消息发送到本地文件的同时,也发送给指定主机和端口上的远端 syslog 中。如果不指定,端口默认是标准 syslog 端口 514。 lowmem 可以根据可 候有错误,那么尝试下面所列的建议。这里需要一些 Linux 的基本知识。要执行任何命令,应该首先切换 到第二虚拟控制台(VT2),并在那里激活 shell。 • 切换到 VT4 或查看 /var/log/syslog 的内容,(使用 nano 作为编辑器)来检查任何特定的错误 消息。之后,再检查 dmesg 的输出。 • 如果可以识别您的光盘驱动器,那么检查 dmesg 的输出。应该可以看到像下面的信息(这些行不 器下载。该信息或许提供了一些关于哪里出错和如何修复的线索。如果您正在提交一个 bug 报告,可以 报告里附上该信息。 安装过程的其它有关安装消息可以在 /var/log/ 内找到,而计算机引导进入新安装好的系统后消息 放在 /var/log/debian-installer/ 里。 5.4.5 提交安装报告 如果仍有问题,请提交安装报告(可能的话,请使用英文撰写)。即使已经安装成功,我们也鼓励发送安0 码力 | 93 页 | 562.93 KB | 1 年前3 Debian GNU/Linux 安装手册
January 8, 2024比一般情况更多的信息。 BOOT_DEBUG=2 大量的调试信息。 BOOT_DEBUG=3 在引导过程的各个点上运行 Shells,以进行细节上的调试。退出 Shell 会将引导过 程继续。 log_host, log_port 使安装程序将日志消息发送到本地文件的同时,也发送给指定主机和端口上的远端 syslog 中。如果不指定,端口默认是标准 syslog 端口 514。 lowmem 可以根据可 候有错误,那么尝试下面所列的建议。这里需要一些 Linux 的基本知识。要执行任何命令,应该首先切换 到第二虚拟控制台(VT2),并在那里激活 shell。 • 切换到 VT4 或查看 /var/log/syslog 的内容,(使用 nano 作为编辑器)来检查任何特定的错误 消息。之后,再检查 dmesg 的输出。 • 如果可以识别您的光盘驱动器,那么检查 dmesg 的输出。应该可以看到像下面的信息(这些行不 器下载。该信息或许提供了一些关于哪里出错和如何修复的线索。如果您正在提交一个 bug 报告,可以 报告里附上该信息。 安装过程的其它有关安装消息可以在 /var/log/ 内找到,而计算机引导进入新安装好的系统后消息 放在 /var/log/debian-installer/ 里。 5.4.5 提交安装报告 如果仍有问题,请提交安装报告(可能的话,请使用英文撰写)。即使已经安装成功,我们也鼓励发送安0 码力 | 93 页 | 562.93 KB | 1 年前3
 PlantUML 1.2021.3 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l’ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: Authentication Failure group My own label [My own label 2] Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end @enduml [Ref. QA-2503] 1.13 Note sur les0 码力 | 406 页 | 4.24 MB | 1 年前3 PlantUML 1.2021.3 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l’ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: Authentication Failure group My own label [My own label 2] Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end @enduml [Ref. QA-2503] 1.13 Note sur les0 码力 | 406 页 | 4.24 MB | 1 年前3
 PlantUML 1.2020.22 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l'ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: ]}\n}}\n) is (Incorrect) :log attempt; :attempt_count++; if (attempt_count > 4) then (yes) :increase delay timer; :wait for timer to expire; else (no) endif endwhile (correct) :log request; :disable service;0 码力 | 295 页 | 3.03 MB | 1 年前3 PlantUML 1.2020.22 Guide de référence du langagereally\nlong name" #99FF99 '/ Alice->Bob: Authentication Request Bob->Alice: Authentication Response Bob->L: Log transaction @enduml Vous pouvez utiliser le mot-clé order pour modifier l'ordre des participants Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack end end else Another type of failure Bob -> Alice: ]}\n}}\n) is (Incorrect) :log attempt; :attempt_count++; if (attempt_count > 4) then (yes) :increase delay timer; :wait for timer to expire; else (no) endif endwhile (correct) :log request; :disable service;0 码力 | 295 页 | 3.03 MB | 1 年前3
 Référence Debian v2.124répertoire / répertoire racine /etc/ fichiers de configuration valables pour l’ensemble du système /var/log/ fichiers journaux du système /home/ tous les répertoires personnels des utilisateurs non privilégiés simplement les touches de curseur et la touche Entrée : — « /etc » et ses sous-répertoires — « /var/log » et ses sous-répertoires — « /usr/share/doc » et ses sous-répertoires — « /usr/sbin » et « /usr/bin fichier contenu /var/log/dpkg.log Enregistrement des actions au niveau de dpkg pour l’activité de tous les paquets /var/log/apt/term.log Journal de l’activité générique d’APT /var/log/aptitude Journal des0 码力 | 279 页 | 1.47 MB | 1 年前3 Référence Debian v2.124répertoire / répertoire racine /etc/ fichiers de configuration valables pour l’ensemble du système /var/log/ fichiers journaux du système /home/ tous les répertoires personnels des utilisateurs non privilégiés simplement les touches de curseur et la touche Entrée : — « /etc » et ses sous-répertoires — « /var/log » et ses sous-répertoires — « /usr/share/doc » et ses sous-répertoires — « /usr/sbin » et « /usr/bin fichier contenu /var/log/dpkg.log Enregistrement des actions au niveau de dpkg pour l’activité de tous les paquets /var/log/apt/term.log Journal de l’activité générique d’APT /var/log/aptitude Journal des0 码力 | 279 页 | 1.47 MB | 1 年前3
共 18 条
- 1
- 2














