CakePHP Cookbook Documentation 5.xWWW_ROOT Timing Definition Constants TIME_START Chronos Debug Kit Migrations ElasticSearch Appendices 5.x Migration Guide 5.0 Upgrade Guide 5.0 Migration Guide Backwards Compatibility Shimming Forwards PSR-7 Middleware that your application uses. Typically this includes error trapping and routing. 5. If no response is returned from the middleware and the request contains routing information, a controller directory of the current working directory: php composer.phar create-project --prefer-dist cakephp/app:5.* cms If you downloaded and ran the Composer Windows Installer [https://getcomposer.org/Composer-Setup0 码力 | 1080 页 | 939.39 KB | 1 年前3
Guzzle PHP v5 Documentationnew Request('GET', $uri); } }; $pool = new Pool($client, $requests(100), [ 'concurrency' => 5, 'fulfilled' => function ($response, $index) { // this is delivered each successful response the allow_redirects request option. Set to true to enable normal redirects with a maximum number of 5 redirects. This is the default setting. Set to false to disable redirects. Pass an associative array Describes the redirect behavior of a request Types bool array Default [ 'max' => 5, 'strict' => false, 'referer' => false, 'protocols' => ['http', 'https']0 码力 | 62 页 | 309.78 KB | 11 月前3
Spring Boot 1.3.0.M5 Reference DocumentationDocumentation 1. About the documentation 2. Getting help 3. First steps 4. Working with Spring Boot 5. Learning about Spring Boot features 6. Moving to production 7. Advanced topics II. Getting started Stéphane Nicoll Rob Winch Andy Wilkinson Marcel Overdijk Christian Dupuis Sébastien Deleuze 1.3.0.M5 Copyright © 2013-2015 Copies of this document may be made for your own use and for distribution to Packaged | Maven | Gradle Packaging your app: Production jars Spring Boot CLI: Using the CLI Chapter 5. Learning about Spring Boot features Need more details about Spring Boot’s core features? This is for0 码力 | 470 页 | 427.29 KB | 1 年前3
Go 101 (Golang 101) v1.21.0compile and run Go programs. Become Familiar With Go Code §4. Introduction of Source Code Elements §5. Keywords and Identifiers §6. Basic Types and Their Value Literals §7. Constants and Variables - also thinking interface values as value boxes is very helpful to clear many interface related confusions. 5. Clarifies several ambiguities which exist in the Go specification, such as embedding rules, promoted two main words are two identifiers. Keywords and identifiers are introduced in a coming article (§5). The first line package main specifies the package name (main here) of the containing source file0 码力 | 880 页 | 833.34 KB | 1 年前3
Jupyter Notebook 6.2.0 Documentation6.1.5 is a security release, fixing one vulnerability: Fix open redirect vulnerability GHSA-c7vm-f5p4-8fqh (CVE to be assigned) 6.1.4 Fix broken links to jupyter documentation (PR #5686 [https://github sync (PR #5317 [https://github.com/jupyter/notebook/pull/5317/]) Update Markdown Cells example to HTML5 video tag (PR #5411 [https://github.com/jupyter/notebook/pull/5411/]) Integrated LoginWidget into edit files (PR #3459 [https://github.com/jupyter/notebook/pull/3459/]) Get tests running with tornado 5 (PR #3398 [https://github.com/jupyter/notebook/pull/3398/]) Unpin ipykernel version on Travis (PR #32230 码力 | 283 页 | 4.07 MB | 1 年前3
Jupyter Notebook 6.4.4 Documentation6.4.4 (Full Changelog [https://github.com/jupyter/notebook/compare/v6.4.3...c06c340574e1d2207940c5bd1190eb73d82ab945]) Documentation improvements Update Manual Release Instructions #6152 [https://github 6.1.5 is a security release, fixing one vulnerability: Fix open redirect vulnerability GHSA-c7vm-f5p4-8fqh (CVE to be assigned) 6.1.4 Fix broken links to jupyter documentation (5686 [https://github in sync (5317 [https://github.com/jupyter/notebook/pull/5317]) Update Markdown Cells example to HTML5 video tag (5411 [https://github.com/jupyter/notebook/pull/5411]) Integrated LoginWidget into edit to0 码力 | 293 页 | 4.08 MB | 1 年前3
FISCO BCOS 2.3.0 中文文档[https://github.com/FISCO-BCOS/FISCO-BCOS] 深度解析系列文章 [http://mp.weixin.qq.com/mp/homepage? __biz=MzA3MTI5Njg4Mw==&hid=2&sn=4f6d7251fbc4a73ed600e1d6fd61efc1&scene=18#wechat_ redirect] 贡献代码 [https://mp.weixin 计算与数据隔离、高速扩容、数据安全等级提升等目标。 3. 新增对预编译合约的支持:底层基于C++实现预编译合约框架,兼容 solidity调用方式,提升智能合约执行性能。 4. 引入evmc扩展框架:支持扩展不同虚拟机引擎。 5. 升级重塑P2P、共识、同步、交易执行、交易池、区块管理模块。 协议 1. 实现一套CRUD基本数据访问接口规范合约,基于CRUD接口编写业务合 约,实现传统面向SQL方式的业务开发流程。 2 "IPAndPort":"127.0.0.1:49948", "NodeID":"b5872eff0569903d71330ab7bc85c5a8be03e80b70746ec33cafe27cc4f 6f8a71f8c84fd8af9d7912cb5ba068901fe4131ef69b74cc773cdfb318ab11968e41f ", "Topic":[] },0 码力 | 1227 页 | 10.79 MB | 1 年前3
Golang 101(Go语言101 中文版) v1.21.a第0章:关于《Go语言101》 - 为什么写这本书 第1章:致谢 第2章:Go语言简介 - 为什么Go语言值得学习 第3章:Go官方工具链 - 如何编译和运行Go程序 Go编程入门 第4章:程序源代码基本元素介绍 第5章:关键字和标识符 第6章:基本类型和它们的字面量表示 第7章:常量和变量 - 顺便介绍了类型不确定值和类型推断 第8章:运算操作符 - 顺便介绍了更多的类型推断规则 第9章:函数声明和调用 第10章:代码包和包引入 对于理解垃圾收集器是如何工作的以及如何避免内存泄漏非常有帮助。 4. 将接口值视为用于包裹非接口值的盒子。 我发现将接口值视为用于包裹 非接口值的盒子对于清除很多和接口相关的困惑非常有帮助。 5. 澄清了Go白皮书中的一些含糊描述,包括内嵌规则、提升方法估值和恐 慌/恢复机制。 6. 汇总了许多知识点和细节,从而可以帮助Go程序员节省很多学习时间。 有什么其它值得一提吗? 本书不涵盖自定义泛型相关内容。 constant)来表示。 在《Go语言101》中,具名的函数、具名的值(包括变量和具名常量)、以及 定义类型和类型别名将被统称为代码要素。 代码要素名必须为标识符 (identifier)(第5章)。 高级编程语言代码将被编译器或者解释器转换为底层机器码进行执行。 为了 帮助编译器和解释器解析高级语言代码,一些单词将被用做关键字 (keyword)。 这些单词不能被当做标识符使用。 很多0 码力 | 821 页 | 956.82 KB | 1 年前3
FISCO BCOS 2.5.0 中文文档[https://github.com/FISCO-BCOS/FISCO-BCOS] 深度解析系列文章 [http://mp.weixin.qq.com/mp/homepage? __biz=MzA3MTI5Njg4Mw==&hid=2&sn=4f6d7251fbc4a73ed600e1d6fd61efc1&scene=18#wechat_ redirect] 贡献代码 [https://mp.weixin 平台介绍 FISCO BCOS是由国内企业主导研发、对外开源、安全可控的企业级金融联 盟链底层平台,由金链盟开源工作组协作打造,并于2017年正式对外开源。 社区以开源链接多方,截止2020年5月,汇聚了超1000家企业及机构、逾万名 社区成员参与共建共治,发展成为最大最活跃的国产开源联盟链生态圈。底 层平台可用性经广泛应用实践检验,数百个应用项目基于FISCO BCOS底层 平台研发,超8 Release Note [https://github.com/FISCO-BCOS/FISCO-BCOS/releases/tag/v2.5.0] 变更描述 新增 新增预编译合约,地址0x5,实现模指数运算 新增预编译合约,地址0x6,实现椭圆曲线alt_bn128的加法 新增预编译合约,地址0x7,实现椭圆曲线alt_bn128的乘法 新增预编译合约,地址0x8,实现椭圆曲线配对操作用于zkSNARK验证0 码力 | 1456 页 | 13.35 MB | 1 年前3
FISCO BCOS 2.4.0 中文文档[https://github.com/FISCO-BCOS/FISCO-BCOS] 深度解析系列文章 [http://mp.weixin.qq.com/mp/homepage? __biz=MzA3MTI5Njg4Mw==&hid=2&sn=4f6d7251fbc4a73ed600e1d6fd61efc1&scene=18#wechat_ redirect] 贡献代码 [https://mp.weixin 计算与数据隔离、高速扩容、数据安全等级提升等目标。 3. 新增对预编译合约的支持:底层基于C++实现预编译合约框架,兼容 solidity调用方式,提升智能合约执行性能。 4. 引入evmc扩展框架:支持扩展不同虚拟机引擎。 5. 升级重塑P2P、共识、同步、交易执行、交易池、区块管理模块。 协议 1. 实现一套CRUD基本数据访问接口规范合约,基于CRUD接口编写业务合 约,实现传统面向SQL方式的业务开发流程。 2 "IPAndPort":"127.0.0.1:49948", "NodeID":"b5872eff0569903d71330ab7bc85c5a8be03e80b70746ec33cafe27cc4f 6f8a71f8c84fd8af9d7912cb5ba068901fe4131ef69b74cc773cdfb318ab11968e41f ", "Topic":[] },0 码力 | 1314 页 | 11.21 MB | 1 年前3
共 661 条
- 1
- 2
- 3
- 4
- 5
- 6
- 67













