Click Documentation
Release 4.2.dev0--config parameter but also support exporting a TOOL_CONFIG=hello.cfg key-value pair for a nicer development experience. This is supported by Click in two ways. One is to automatically build environment Unix: ~/.config/foo-bar Unix (POSIX): ~/.foo-bar Win XP (roaming): C:\Documents and Settings\\Local Settings\Application Data\Foo Bar Win XP (not roaming): C:\Documents and Settings\ \Application (roaming): C:\Users\ \AppData\Roaming\Foo Bar Win 7 (not roaming): C:\Users\ \AppData\Local\Foo Bar New in version 2.0. Parameters • app_name – the application name. This should be properly 0 码力 | 101 页 | 407.32 KB | 1 年前3
Référence Debian v2.124. . . . . . . . . . . . . . . . . . . . . . . . . . 104 5.1.3 Plage d’adresses réseau du réseau local (« LAN ») . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104 5.1.4 La gestion du périphérique sous-répertoires se dé- composent eux-mêmes en d’autres sous-répertoires comme « /etc/systemd/ » et « /usr/local/ ». L’ensemble de la chose, vu globalement, s’appelle l’arborescence des répertoires. Vous pouvez /usr/sbin/exim4 $ ls -ld /tmp /var/tmp /usr/local /var/mail /usr/src drwxrwxrwt 14 root root 20480 Oct 16 21:25 /tmp drwxrwsr-x 10 root staff 4096 Sep 29 22:50 /usr/local drwxr-xr-x 10 root root 4096 Oct 110 码力 | 279 页 | 1.47 MB | 1 年前3
Apache OFBiz® Selenium-WebDriver
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2.1. Lancer un test en local. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . autonome, il a besoin que ofbiz soit opérationnel afin de pouvoir le tester mais il peut l’être en local ou à distance. Souvent les développeurs (technique ou fonctionel) travaillent en parallèle sur le internet que vous utilisez, il soit necessaire de télécharger un driver adapté à votre environnement local (ou de test). Dans ce projet nous utilisons les navigateurs Firefox et Chrome (ou chromium) dans0 码力 | 27 页 | 414.53 KB | 1 年前3
Debian GNU/Linux 安装手册
January 8, 2024误的驱动程序,那么会造成设备无法正常工作。 可以使用下面的语法将模块加入黑名单:module_name.blacklist=yes。这会让该模块在安装过程 和安装好的系统中都加入 /etc/modprobe.d/blacklist.local 文件的黑名单中。 注意,安装系统自己仍然会加载模块。要阻止这种情况,可以以专家模式来运行安装程序,并且在硬 件检测阶段中从显示的模块列表中取消该模块。 5.4 安装过程中的故障修复 5.4.1 initrd。下面的示例使用了 initramfs-tools 来生成 initrd: Begin: Mounting root file system... ... Begin: Running /scripts/local-top ... Enter LUKS passphrase: 输入密码时不会显示任何字符(甚至星号)。如果密码输错,那么还有两次机会来纠正。第三次输错 后,引导过程将跳过该卷,并继续挂载下一个文件系统。更多信息请参见第 Debian 软件包系统 要掌握的最重要概念是 Debian 的软件包系统。事实上,您系统的绝大部分都应该由软件包系统来控制。 包括: • /usr (除了 /usr/local) • /var (您可以创建 /var/local,在那里面进行安全的操作) • /bin • /sbin • /lib 例如,假设您替换了 /usr/bin/perl,它可以正常工作,但以后升级您的 perl0 码力 | 93 页 | 562.93 KB | 1 年前3
Firebird 1.5 QuickStart FrenchConnexion – pour plus d'explications. Notez que si vous vous connecter au serveur depuis un client local – c'est à dire, un client s'exécutant sur la même machine que le serveur – vous pouvez faire le ping l'adresse IP de votre choix à l'exception de 127.0.0.1 (qui est réservée pour l'adresse de l'hôte local localhost) et, bien sûr, l'adresse IP que vous utilisez pour votre machine cliente. si vous connaissez sans utiliser un « loopback » TCP/IP local. Ce n’ est pas une connexion TCP/IP et ce n’ est pas une manière fiable (thread-safe) de se connecter à un serveur local. Cependant, pour une simple instance0 码力 | 29 页 | 192.46 KB | 1 年前3
PlantUML 1.2019.6 Guide de référence du langagePlantUML (1.2019.6) 148 / 173 19.5 Return function 19 PREPROCESSING Variables defined in functions are local. It means that the variable is destroyed when the function is exited. 19.5 Return function A return variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" Alice -> Bob : $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy() Alice -> Bob0 码力 | 174 页 | 1.91 MB | 1 年前3
PlantUML 1.2019.9 Guide de référence du langagePlantUML (1.2019.9) 148 / 173 19.5 Return function 19 PREPROCESSING Variables defined in functions are local. It means that the variable is destroyed when the function ends. 19.5 Return function A return function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" Alice -> Bob : $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy() Alice -> Bob0 码力 | 174 页 | 1.93 MB | 1 年前3
Flask-RESTful Documentation Release 0.3.10Running the Tests Installation Install Flask-RESTful with pip pip install flask-restful The development version can be downloaded from its page at GitHub [https://github.com/flask-restful/flask-restful]0 码力 | 42 页 | 84.60 KB | 1 年前3
PlantUML 1.2020.22 Guide de référence du langage$init_class("foo1") $init_class("foo2") $msg("foo1", "foo2") @enduml Variables defined in procedures are local. It means that the variable is destroyed when the procedure ends. 20.7 Return function [!function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" !return "Alice -> Bob : " + $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy()0 码力 | 295 页 | 3.03 MB | 1 年前3
PlantUML 1.2020.23 Guide de référence du langage$init_class("foo1") $init_class("foo2") $msg("foo1", "foo2") @enduml Variables defined in procedures are local. It means that the variable is destroyed when the procedure ends. 20.7 Return function [!function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" !return "Alice -> Bob : " + $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy()0 码力 | 308 页 | 3.12 MB | 1 年前3
共 18 条
- 1
- 2













