Python 标准库参考指南 2.7.18 17.7 asynchat —异步 socket 指令/响应处理器 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736 18 互联网数据处理 741 18.1 email —电子邮件与 MIME 处理包 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . override the old definitions, so this is generally not a problem. If the new version of a module does 18 Chapter 2. 内置函数 The Python Library Reference, 发布 2.7.18 not define a name that was defined by the 总是其中最小的元素。 上面的特殊不变量是用来作为一场锦标赛的高效内存表示。下面的数字是 k 而不是 a[k]: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 在上面的树中,每个 k 单元都位于 2*k+1 和 2*k+2 之上。体育运动中我们经常见到二元锦标赛模式,每个 胜者单元0 码力 | 1552 页 | 7.42 MB | 10 月前3
Python 标准库参考指南 2.7.18 17.7 asynchat —异步 socket 指令/响应处理器 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736 18 互联网数据处理 741 18.1 email —电子邮件与 MIME 处理包 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . override the old definitions, so this is generally not a problem. If the new version of a module does 18 Chapter 2. 内置函数 The Python Library Reference, 发布 2.7.18 not define a name that was defined by the 总是其中最小的元素。 上面的特殊不变量是用来作为一场锦标赛的高效内存表示。下面的数字是 k 而不是 a[k]: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 在上面的树中,每个 k 单元都位于 2*k+1 和 2*k+2 之上。体育运动中我们经常见到二元锦标赛模式,每个 胜者单元0 码力 | 1552 页 | 7.42 MB | 10 月前3
Python 标准库参考指南 2.7.18 17.7 asynchat —异步 socket 指令/响应处理器 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736 18 互联网数据处理 741 18.1 email —电子邮件与 MIME 处理包 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . override the old definitions, so this is generally not a problem. If the new version of a module does 18 Chapter 2. 内置函数 The Python Library Reference, 发布 2.7.18 not define a name that was defined by the 总是其中最小的元素。 上面的特殊不变量是用来作为一场锦标赛的高效内存表示。下面的数字是 k 而不是 a[k]: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 在上面的树中,每个 k 单元都位于 2*k+1 和 2*k+2 之上。体育运动中我们经常见到二元锦标赛模式,每个 胜者单元0 码力 | 1552 页 | 7.42 MB | 10 月前3
Python 2.7.18 正则表达式 HOWTO VERBOSE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 7 反馈 18 1 作者 A.M. Kuchling摘要 本文档是在 Python 中使用 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”中相应部分更 平和的介绍。 now-removed regex module, which won’t help you much.) Consider checking it out from your library. 18 0 码力 | 18 页 | 369.95 KB | 11 月前3
Python 2.7.18 正则表达式 HOWTO VERBOSE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 7 反馈 18 1 作者 A.M. Kuchling摘要 本文档是在 Python 中使用 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”中相应部分更 平和的介绍。 now-removed regex module, which won’t help you much.) Consider checking it out from your library. 18 0 码力 | 18 页 | 369.95 KB | 11 月前3
廖雪峰JavaScript教程扩展 8 underscore 8.1 Collections 8.2 Arrays 8.3 Functions 8.4 Objects 8.5 Chaining 9 Node.js 9.1 安装Node.js和npm 9.2 第一个Node程序 9.3 模块 9.4 基本模块 9.4.1 fs 9.4.2 stream 9.4.3 http 9.4.4 buffer 9 一阵子,不过随着移动应用的兴起,没有人用Flash开发手机 App,所以它目前已经边缘化了。相反,随着HTML5在PC和移动端越来越流行,JavaScript变得更加 重要了。并且,新兴的Node.js把JavaScript引入到了服务器端,JavaScript已经变成了全能型选 手。 JavaScript一度被认为是一种玩具编程语言,它有很多缺陷,所以不被大多数后端开发人员所重视。 很 2. ! false; // 结果为true 3. ! (2 > 5); // 结果为true 布尔值经常用在条件判断中,比如: 1. var age = 15; 2. if (age >= 18) { 3. alert('adult'); 4. } else { 5. alert('teenager'); 6. } 布尔值 2.2 数据类型和变量 - 17 -0 码力 | 264 页 | 2.81 MB | 10 月前3
Guzzle PHP v5 Documentation. . . . . . . . . . . . . . . . . . . . . . 18 1.3.9 delay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3.10 expect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3.11 force_ip_resolve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 1.3.12 form_params . . . tested with PHPUnit. Run the tests using the Makefile: make test Note: You’ll need to install node.js v0.5.0 or newer in order to perform integration tests on Guzzle’s HTTP handlers. Reporting a security0 码力 | 49 页 | 231.08 KB | 11 月前3
Guzzle PHP 5.3 DocumentationGuzzle Feb 18, 2020 Contents 1 User guide 3 1.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.2 Quickstart . . . . . . . . . . . . Run the tests using the vendored PHPUnit binary: vendor/bin/phpunit Note: You’ll need to install node.js v0.5.0 or newer in order to perform integration tests on Guzzle’s HTTP handlers. 1.1.5 Reporting well as specify the maximum number of requests to send concurrently using the ‘pool_size’ option key. 18 Chapter 1. User guide Guzzle 1.3.4 Request Options You can customize requests created by a client0 码力 | 63 页 | 275.75 KB | 11 月前3
Guzzle PHP 7.0 Documentation. . . . . . . . . . . . . . . . . . . . . . 18 1.3.7 debug . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3.8 decode_content . . . . . . . . . . . tested with PHPUnit. Run the tests using the Makefile: make test Note: You’ll need to install node.js v8 or newer in order to perform integration tests on Guzzle’s HTTP handlers. 1.1.5 Reporting a security 4 < Content-Length: 335 < Connection: keep-alive < * Connection #0 to host httpbin.org left intact 18 Chapter 1. User Guide Guzzle, Release 1.3.8 decode_content Summary Specify whether or not Content-Encoding0 码力 | 50 页 | 235.39 KB | 11 月前3
Guzzle PHP 6.5 Documentation. . . . . . . . . . . . . . . . . . . . . . 18 1.3.8 decode_content . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3.9 delay . . . . . . . . . . . . . . . . tested with PHPUnit. Run the tests using the Makefile: make test Note: You’ll need to install node.js v0.5.0 or newer in order to perform integration tests on Guzzle’s HTTP handlers. 1.1.5 Reporting not Content-Encoding responses (gzip, deflate, etc.) are automati- cally decoded. Types • string 18 Chapter 1. User Guide Guzzle, Release • bool Default true Constant GuzzleHttp\RequestOptions::DECODE_CONTENT0 码力 | 50 页 | 237.04 KB | 11 月前3
共 420 条
- 1
- 2
- 3
- 4
- 5
- 6
- 42













