Guzzle PHP 7.0 Documentationrequire guzzlehttp/guzzle:^7.0 Alternatively, you can specify Guzzle as a dependency in your project's existing composer.json file: { "require": { "guzzlehttp/guzzle": "^7.0" } } After installing on the master branch by setting the version requirement for Guzzle to ^7.0@dev. { "require": { "guzzlehttp/guzzle": "^7.0@dev" } } License Licensed using the MIT license [https://opensource0 码力 | 64 页 | 310.93 KB | 11 月前3
Guzzle PHP 7.0 Documentationrequire guzzlehttp/guzzle:^7.0 Alternatively, you can specify Guzzle as a dependency in your project’s existing composer.json file: { "require": { "guzzlehttp/guzzle": "^7.0" } } After installing, on the master branch by setting the version require- ment for Guzzle to ^7.0@dev. { "require": { "guzzlehttp/guzzle": "^7.0@dev" } } 1.1.3 License Licensed using the MIT license. Copyright (c) 20150 码力 | 50 页 | 235.39 KB | 11 月前3
Tornado 6.5 DocumentationDeprecated since version 6.3: Keyword arguments are currently accepted case-insensitively. In Tornado 7.0 this will be changed to only accept lowercase arguments. RequestHandler.clear_cookie(name: str, **kwargs: Deprecated since version 6.5: The callback argument is deprecated and will be removed in Tornado 7.0. Use the returned Future instead. Note that on_message_callback is not deprecated and may still be AsyncHTTPClient’s header_callback directly to this method. Deprecated since version 6.5: In Tornado 7.0, certain deprecated features of HTTP will become errors. Specifically, line folding and the use of0 码力 | 272 页 | 1.12 MB | 3 月前3
Linear Algebra with The Eigen Cpp Library2.0, 3.0}, {4.0, 5.0, 6.0}, {7.0, 8.0, 9.0}, {10.0, 11.0, 12.0} }; MatrixXd mtx{4, 3}; // 4 rows, 3 columns mtx << 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0; MatrixXd 0, 5.0, 6.0}, {4.5, 5.5, 6.5}, {7.0, 8.0, 9.0} }; MatrixXd B { {1.0, 2.0, 3.0, 4.0, 5.0}, {1.5, 2.5, 3.5, 4.5, 5.5}, {5.0, 6.0, 7.0, 8.0, 8.5} }; MatrixXd prod_ab = A * B; 2024 15MatrixXd A { {1.0, 2.0, 3.0}, {1.5, 2.5, 3.5}, {4.0, 5.0, 6.0}, {4.5, 5.5, 6.5}, {7.0, 8.0, 9.0} }; MatrixXd mtx_sum = A + C; cout << mtx_sum << "\n"; VectorXd vec_diff = u - v; // u0 码力 | 35 页 | 1.10 MB | 6 月前3
Tornado 6.5 DocumentationDeprecated since version 6.3: Keyword arguments are currently accepted case- insensitively. In Tornado 7.0 this will be changed to only accept lowercase arguments. RequestHandler.clear_cookie(name: str [https://docs Deprecated since version 6.5: The callback argument is deprecated and will be removed in Tornado 7.0. Use the returned Future instead. Note that on_message_callback is not deprecated and may still be AsyncHTTPClient’s header_callback directly to this method. Deprecated since version 6.5: In Tornado 7.0, certain deprecated features of HTTP will become errors. Specifically, line folding and the use of0 码力 | 437 页 | 405.14 KB | 3 月前3
julia 1.10.10definition applies only to calls where x and y are both values of type Float64: julia> f(2.0, 3.0) 7.0 Applying it to any other types of arguments will result in a MethodError: julia> f(2.0, 3) ERROR: cannot be called and the more general f(Number,Number) method must be used: julia> f(2.0, 3.0) 7.0 julia> f(2, 3.0) 1.0 julia> f(2.0, 3) 1.0 julia> f(2, 3) 1 The 2x + y definition is only used method) julia> g(x, y::Float64) = x + 2y g (generic function with 2 methods) julia> g(2.0, 3) 7.0 julia> g(2, 3.0) 8.0 julia> g(2.0, 3.0) ERROR: MethodError: g(::Float64, ::Float64) is ambiguous0 码力 | 1692 页 | 6.34 MB | 4 月前3
Julia 1.10.9definition applies only to calls where x and y are both values of type Float64: julia> f(2.0, 3.0) 7.0 Applying it to any other types of arguments will result in a MethodError: julia> f(2.0, 3) ERROR: cannot be called and the more general f(Number,Number) method must be used: julia> f(2.0, 3.0) 7.0 julia> f(2, 3.0) 1.0 julia> f(2.0, 3) 1.0 julia> f(2, 3) 1 The 2x + y definition is only used method) julia> g(x, y::Float64) = x + 2y g (generic function with 2 methods) julia> g(2.0, 3) 7.0 julia> g(2, 3.0) 8.0 julia> g(2.0, 3.0) ERROR: MethodError: g(::Float64, ::Float64) is ambiguous0 码力 | 1692 页 | 6.34 MB | 4 月前3
Julia 1.11.4definition applies only to calls where x and y are both values of type Float64: julia> f(2.0, 3.0) 7.0 Applying it to any other types of arguments will result in a MethodError: julia> f(2.0, 3) ERROR: cannot be called and the more general f(Number,Number) method must be used: julia> f(2.0, 3.0) 7.0 julia> f(2, 3.0) 1.0 julia> f(2.0, 3) 1.0CHAPTER 13. METHODS 160 julia> f(2, 3) 1 The 2x + y method) julia> g(x, y::Float64) = x + 2y g (generic function with 2 methods) julia> g(2.0, 3) 7.0 julia> g(2, 3.0) 8.0 julia> g(2.0, 3.0) ERROR: MethodError: g(::Float64, ::Float64) is ambiguous0 码力 | 2007 页 | 6.73 MB | 4 月前3
Julia 1.11.5 Documentationdefinition applies only to calls where x and y are both values of type Float64: julia> f(2.0, 3.0) 7.0 Applying it to any other types of arguments will result in a MethodError: julia> f(2.0, 3) ERROR: cannot be called and the more general f(Number,Number) method must be used: julia> f(2.0, 3.0) 7.0 julia> f(2, 3.0) 1.0 julia> f(2.0, 3) 1.0CHAPTER 13. METHODS 160 julia> f(2, 3) 1 The 2x + y method) julia> g(x, y::Float64) = x + 2y g (generic function with 2 methods) julia> g(2.0, 3) 7.0 julia> g(2, 3.0) 8.0 julia> g(2.0, 3.0) ERROR: MethodError: g(::Float64, ::Float64) is ambiguous0 码力 | 2007 页 | 6.73 MB | 4 月前3
Julia 1.11.6 Release Notesdefinition applies only to calls where x and y are both values of type Float64: julia> f(2.0, 3.0) 7.0 Applying it to any other types of arguments will result in a MethodError: julia> f(2.0, 3) ERROR: cannot be called and the more general f(Number,Number) method must be used: julia> f(2.0, 3.0) 7.0 julia> f(2, 3.0) 1.0 julia> f(2.0, 3) 1.0CHAPTER 13. METHODS 160 julia> f(2, 3) 1 The 2x + y method) julia> g(x, y::Float64) = x + 2y g (generic function with 2 methods) julia> g(2.0, 3) 7.0 julia> g(2, 3.0) 8.0 julia> g(2.0, 3.0) ERROR: MethodError: g(::Float64, ::Float64) is ambiguous0 码力 | 2007 页 | 6.73 MB | 4 月前3
共 59 条
- 1
- 2
- 3
- 4
- 5
- 6













