Laravel 5.6 中文文档
Laravel 学院致力于提供优质 Laravel 中文学习资源:http://laravelacademy.org 1 一、序言 新版特性 Laravel 5.6 在 Laravel 5.5 的基础上继续进行优化,包括日志系统、单机任务调度、模型序列化优化、动态频率限制、广播频道类、API 资源控制器 生成、Eloquent 日期格式化优化、Blade 组件别名、Argon2 Collision 扩展包等等等等。此外,所有的前端脚手架代码都已升 级到 Bootstrap 4,Laravel 底层使用的 Symfony 组件都已升级到 Symfony ~4.0 版本。 Laravel 5.6 版本的发布恰逢 Spark 6.0 的发布,所以这也是自 Laravel Spark 发布以来第一次重大版本升级。Spark 6.0 为 Stripe 和 Braintree 引入 了按座定价功能,以及本地化、Bootstrap Stripe Elements 支持。 注:本文档只是概述了框架大部分引人注目的重要升级,要了解详细升级日志可以查看 GitHub 上到 change logs。 日志优化 Laravel 5.6 带来了日志系统的重大升级,所有日志配置都存放在新的 config/logging.php 配置文件,你现在可以轻松构建发送日志消息到多个处 理器的日志”堆栈”。例如,你可以发送所有 debug 级别消息到系统日志同时发送0 码力 | 377 页 | 14.56 MB | 1 年前3Jupyter Notebook 5.6.0 Documentation
Pacer (mpacer) • Thomas Kluyver (takluyver) • Todd (toddrme2178) • Yuvi Panda (yuvipanda) See the 5.6 milestone on GitHub for a complete list of pull requests involved in this release. 5.2 5.5.0 New Replaced a symlink in the repository with a copy, to fix issues installing on Windows (PR #3220). 5.6 5.3.0 This release introduces a couple noteable improvements, such as terminal support for Windows Francesco Franchina (ferdas) • forbxy (forbxy) • Grant Nestor (gnestor) • Josh Barnes (jcb91) 5.6. 5.3.0 61 Jupyter Notebook Documentation, Release 5.6.0 • JocelynDelalande (JocelynDelalande) •0 码力 | 143 页 | 1.81 MB | 1 年前3Jupyter Notebook 5.6.0 Documentation
[https://github.com/yuvipanda]) See the 5.6 milestone on GitHub for a complete list of pull requests [https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.6] involved in this release.0 码力 | 198 页 | 4.45 MB | 1 年前3django cms 3.1.x Documentation
Development & community . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 5.6 Release notes & upgrade information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . in doubt, ask on the #django-cms IRC channel on freenode or the django-cms-developers email list! 5.6 Release notes & upgrade information Some versions of django CMS present more complex upgrade paths in 3.1.5 Bug Fixes • Fixed a tree corruption when pasting a nested plugin under another plugin. 5.6. Release notes & upgrade information 147 django cms Documentation, Release 3.1.8.dev1 • Improve CMSPluginBase0 码力 | 200 页 | 1.63 MB | 1 年前3Django CMS 3.0.x Documentation
Development & community . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120 5.6 Release notes & upgrade information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . in doubt, ask on the #django-cms IRC channel on freenode or the django-cms-developers email list! 5.6 Release notes & upgrade information Some versions of django CMS present more complex upgrade paths issue reports and especially to these GitHub users who have also submitted pull requests: basilelegal. 5.6. Release notes & upgrade information 135 django cms Documentation, Release 3.0.19.dev1 5.6.4 3.0.140 码力 | 180 页 | 1.56 MB | 6 月前3Coexistence Firebird InterBase
Coexistence of Firebird 1.5 and InterBase 5.6 or 6.0 Brenden Walker Paul Vinkenoog 8 April 2005 - Document version 1.2.1 2 Table of Contents Introduction ......................................... net start/stop Firebird- ServerDefaultInstance Note If you have started an InterBase version up to 5.6 via the Guardian, you must give two net stop... commands to take it down: first for the Guardian, then History 0.1 10 Nov 2003 BW First publication under the title Coexistance of Firebird 1.5 and Inter- Base 5.6. The text of this version roughly corresponds to what's now the section Setting things up. This version0 码力 | 8 页 | 48.66 KB | 1 年前3The Next G of PHP--鸟哥@PHPCON2017
EVOLUTION KEEP GETTING FASTER 0 3.5 7 10.5 14 PHP-5.0 PHP-5.1 PHP-5.2 PHP-5.3 PHP-5.4 PHP-5.5 PHP-5.6 PHP-7.0 PHP-7.1 PHP-7.2 0.813 0.921 1.022 2.991 3.045 3.102 3.762 5.318 6.527 13.424 JUST-IN-TIME Bench VS PHP-7.2 BENCHMARK 0 3.5 7 10.5 14 PHP-5.0 PHP-5.1 PHP-5.2 PHP-5.3 PHP-5.4 PHP-5.5 PHP-5.6 PHP-7.0 PHP-7.1 PHP-7.2 PHP-JIT 0.344 0.813 0.921 1.022 2.991 3.045 3.102 3.762 5.318 6.527 WORDPRESS HOMEPAGE BENCHMARK 0 100 200 300 400 PHP-5.0 PHP-5.1 PHP-5.2 PHP-5.3 PHP-5.4 PHP-5.5 PHP-5.6 PHP-7.0 PHP-7.1 PHP-7.2 PHP-JIT 353 330 321 317 112 110 107 82 75 0 0 JIT CONSTRAINT · Volatile0 码力 | 25 页 | 297.68 KB | 1 年前3机器学习课程-温州大学-03深度学习-PyTorch入门
trainable 控制是否可学习,缺 省是True。 是否支持GPU 不支持 支持 支持 常量示例 5.6 torch.tensor([5.6]) a=tf.constant([3.2, 4.3], dtype=tf.float16) 变量示例 x=10.5 torch.tensor([5.6]) v=tf.Variable([3.2, 4.3], dtype=tf.float16) 1.Tensors张量的概念0 码力 | 40 页 | 1.64 MB | 1 年前3The Weblate Manual 3.6.1
translators tend to fix in translation, while it would be better to fix it in the source string. 5.6 Application developer guide Using Weblate for translating your projects can bring you quite a lot context to translators and ngettext() which can handle plural types as defined for target language. 5.6. Application developer guide 37 Weblate Documentation, Release 3.6.1 As a widely spread tool, it 1 : 2;\n" #: main.c:14 #, c-format msgid "Orangutan has %d banana.\n" (continues on next page) 5.6. Application developer guide 39 Weblate Documentation, Release 3.6.1 (continued from previous page)0 码力 | 317 页 | 2.63 MB | 1 年前3Weblate 3.7 Documentation
translators tend to fix in translation, while it would be better to fix it in the source string. 5.6 Application developer guide Using Weblate for translating your projects can bring you quite a lot complex rules for that and the internationalization framework you end up using should support this. 5.6. Application developer guide 37 Weblate Documentation, Release 3.7 Last but not least, sometimes\n" "Language-Team: LANGUAGE \n" "Language: \n" (continues on next page) 5.6. Application developer guide 39 Weblate Documentation, Release 3.7 (continued from previous page) 0 码力 | 325 页 | 3.11 MB | 1 年前3
共 959 条
- 1
- 2
- 3
- 4
- 5
- 6
- 96