Neighborhoods Banding Together: Reasoning Globally about Programs
CppCon, September 2020 Neighborhoods Banding Together Reasoning Globally about Programs Lisa LippincottThe code here is written in a fantasy C++, with extensions supporting local reasoning.void foo()0 码力 | 49 页 | 1.03 MB | 5 月前3POCOAS in C++: A Portable Abstraction for Distributed Data Structures
structures - Data located on a single process - Globally accessible 2) Distributed Data structures - Data distributed across many processes - Globally accessibleData Structures - Data structures are structures - Data located on a single process - Globally accessible 2) Distributed Data structures - Data distributed across many processes - Globally accessible Occupied 0’s Insert Queue on Rank structures - Data located on a single process - Globally accessible 2) Distributed Data structures - Data distributed across many processes - Globally accessibleData Structures - Data structures are0 码力 | 128 页 | 2.03 MB | 5 月前3The Node.js Handbook
Run Node.js scripts from the command line The usual way to run a Node.js program is to run the globally available node command (once you install Node.js) and pass the name of the file you want to to restart the application automatically, nodemon module is used. Install the nodemon module globally to system path npm i -g nodemon You can also install nodemon as a development-dependency npm installed using npm When you install a package into your node_modules folder using npm , or also globally, how do you use it in your Node.js code? Say you install lodash , the popular JavaScript utility0 码力 | 161 页 | 1.66 MB | 1 年前3Mypy 1.10.0+dev Documentation
functions Error codes Silencing errors based on error codes Enabling/disabling specific error codes globally Per-module enabling/disabling error codes Subcodes of error codes Requiring error codes Error codes instance by setting --disable-error-code=import-untyped. or setting ignore_missing_imports to true globally. This can hide errors later on, so we recommend avoiding this if possible. Finally, mypy allows virtualenv, make sure to install and use mypy within the virtualenv. Alternatively, if you want to use a globally installed mypy, set the --python-executable command line flag to point the Python interpreter containing0 码力 | 318 页 | 270.84 KB | 1 年前3Mypy 1.8.0 Documentation
Displaying error codes Silencing errors based on error codes Enabling/disabling specific error codes globally Per-module enabling/disabling error codes Subcodes of error codes Error codes enabled by default ignore all errors about missing imports, for instance by setting ignore_missing_imports to true globally. This can hide errors later on, so we recommend avoiding this if possible. Finally, mypy allows virtualenv, make sure to install and use mypy within the virtualenv. Alternatively, if you want to use a globally installed mypy, set the --python-executable command line flag to point the Python interpreter containing0 码力 | 318 页 | 271.55 KB | 1 年前3Hyperledger Fabric 2.5 中文文档
values. How host lists are constructed There are a number of ways to specify host lists, either globally or per-task, and generally these methods override one another instead of merging together (though releases.) Each such method is typically split into two parts, one for hosts and one for roles. Globally, via env The most common method of setting hosts or roles is by modifying two key-value pairs in env.roledefs!) which, if given, will be taken as a list of role names to look up in env.roledefs. Globally, via the command line In addition to modifying env.hosts, env.roles, and env.exclude_hosts at the0 码力 | 138 页 | 154.00 KB | 1 年前3Mypy 1.8.0 Documentation
ignore all errors about missing imports, for instance by setting ignore_missing_imports to true globally. This can hide errors later on, so we recommend avoiding this if possible. Finally, mypy allows virtualenv, make sure to install and use mypy within the virtualenv. Alternatively, if you want to use a globally installed mypy, set the --python-executable command line flag to point the Python interpreter containing change over time. --disable-error-code This flag allows disabling one or multiple error codes globally. See Error codes for more information. # no flag x = 'a string' x.trim() # error: "str" has no0 码力 | 234 页 | 902.89 KB | 1 年前3KiCad PCB Editor 4.0
of the machine running nginx. 2.4.7. Usage Patterns Footprint libraries can be defined either globally or specifically to the currently loaded project. Footprint libraries defined in the user’s global You can also define footprint libraries both globally and project specifically. One usage pattern would be to define your most commonly used libraries globally and the library only required for the project values can be set globally for the solder mask layers and the solder paste layers. These clearances can be set at the following levels. At pads level. At footprint level. Globally. And Pcbnew uses0 码力 | 268 页 | 2.81 MB | 1 年前3Hyperledger Fabric 1.4 中文文档
values. How host lists are constructed There are a number of ways to specify host lists, either globally or per-task, and generally these methods override one another instead of merging together (though releases.) Each such method is typically split into two parts, one for hosts and one for roles. Globally, via env The most common method of setting hosts or roles is by modifying two key-value pairs in env.roledefs!) which, if given, will be taken as a list of role names to look up in env.roledefs. Globally, via the command line In addition to modifying env.hosts, env.roles, and env.exclude_hosts at the0 码力 | 145 页 | 161.53 KB | 1 年前3Falcon v0.3.0.1 Documentation
parameters, you must set the keep_blank_qs_values request option to True. Request options are set globally for each instance of falcon.API through the req_options attribute. For example: api.req_options resource, or even globally to all resources. You can apply hooks to an entire resource like so: @falcon.before(extract_project_id) class Message(object): # ... And you can apply hooks globally by passing them parameters, you must set the keep_blank_qs_values request option to True. Request options are set globally for each instance of falcon.API through the req_options attribute. Returns The value of the param0 码力 | 77 页 | 311.34 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100