内容简介:PHP 开发框架 CakePHP 3.6.5 发布,这是 3.6 版本分支的维护版本,修复了几个社区报告的问题。 更新内容: Improved deprecation warning text. Plugin::load() now uses concrete plugin classes if a plugin h...
PHP 开发框架 CakePHP 3.6.5 发布,这是 3.6 版本分支的维护版本,修复了几个社区报告的问题。
更新内容:
Improved deprecation warning text.
Plugin::load()now uses concrete plugin classes if a plugin has adopted new style plugins.The mimetype for
.bmpwas added toResponse.Plugin::routes()had a deprecation warning added. This method is no longer necessary when using anApplicationclass.Missing deprecation warnings were added to
Response.IntegrationTestCaseonce again accepts array URLs when generating requests.Email messages no correctly word-wrap multi-byte characters.
Http\Clientrestores the error handler after a socket error.AppShellis now included in the list of auto-discovered shells.ConsoleIntegrationTestCasenow catchesStopExceptionand sets the test case exitCode property accordingly.Cell::__debugInfo()no longer emits a notice error.Pagination metadata now includes the start & end record numbers.
The
Model.afterSaveCommitevent always recieves anArrayObjectfor$optionsnow.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++数值算法(第二版)
William T.Vetterling、Brian P.Flannery、Saul A.Teukolsky / 胡健伟、赵志勇、薛运华 / 电子工业出版社 / 2005年01月 / 68.00
本书选材内容丰富,除了通常数值方法课程的内容外,还包含当代科学计算大量用到的专题,如求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、常微分方程和偏微分方程数值解、若干编码算法和任意精度的计算等。 本书科学性和实用性统一。每个专题中,不仅对每种算法给出了数学分析和比较,而且根据作者的经验对算法做出了评论和建议,并在此基础上给出了用C++语言编写的实用程......一起来看看 《C++数值算法(第二版)》 这本书的介绍吧!