Materialize MySQL Database engine in ClickHouse
MaterializeMySQL Database engine in ClickHouse WinterZhang(张健) About me • Active ClickHouse Contributor • MaterializeMySQL Database Engine • Custom HTTP Handler • MySQL Database Engine • BloomFilter Skipping https://github.com/zhang2014 MySQL Table Engine • Mapping to MySQL table • Fetch table struct from MySQL • Fetch data from MySQL when execute query MySQL Database Engine • Mapping to MySQL database • Database Engine • Mapping to MySQL database • Consume MySQL BINLOG and store to MergeTree • Experimental feature (20.8, recommend latest stable version) MaterializeMySQL Database Engine MaterializeMySQL0 码力 | 35 页 | 226.98 KB | 1 年前3Rancher Kubernetes Engine 2, VMWare vSAN
SAP SAP Data Intelligence 3 on Rancher Kubernetes Engine 2 using VMware vSAN and vSphere SUSE Linux Enterprise Server 15 SP4 Rancher Kubernetes Engine 2 SAP Data Intelligence 3 Dr. Ulrich Schairer, (SUSE) 1 SAP Data Intelligence 3 on Rancher Kubernetes Engine 2 using VMware vSAN and vSphere SAP Data Intelligence 3 on Rancher Kubernetes Engine 2 using VMware vSAN and vSphere Date: 2023-07-24 SAP possi- ble errors or the consequences thereof. 2 SAP Data Intelligence 3 on Rancher Kubernetes Engine 2 using VMware vSAN and vSphere Contents 1 Introduction 4 2 Requirements 5 3 Preparations 70 码力 | 29 页 | 213.09 KB | 1 年前3William Kennedy Building Relevancy Engine MongoDB Go
0 码力 | 17 页 | 2.39 MB | 1 年前3Learning Laravel
Contribution Guidelines 2 Contribution Style Guide 2 About Laravel 2 Main Features 2 MVC 2 Blade Templating Engine 3 Routing & Middleware 3 Artisan 3 Eloquent ORM 3 Event Handling 3 Versions 3 Examples with Gates 14 Policies 15 Writing Policies 15 Authorizing Actions with Policies 15 Chapter 5: Blade Templates 17 Introduction 17 Examples 17 Views: Introduction 17 Control Structures 18 Conditionals the application. Blade Templating Engine Laravel is shipped with a templating engine known as Blade. Blade is quite easy to use, yet, powerful. One feature the Blade templating engine does not share with0 码力 | 216 页 | 1.58 MB | 1 年前3Laravel 5.0 Documentation
Data iv. Database Sessions v. Session Drivers xx. Templates i. Blade Templating ii. Other Blade Control Structures iii. Extending Blade xxi. Unit Testing i. Introduction ii. Defining & Running Tests More information on using cache tags may be found in the cache documentation. The password reminder engine has been changed to provide greater developer flexibility when validating passwords, flashing status status messages to the session, etc. For more information on using the enhanced password reminder engine, consult the documentation. Laravel 4.1 features a totally re-written routing layer. The API is0 码力 | 242 页 | 1.44 MB | 1 年前3Laravel 3.2 Documentation
generic error page. Upgrading From 3.2.6 Replace the laravel folder. Laravel 3.2.6 Revert Blade code back to 3.2.3 tag. Upgrading From 3.2.5 Replace the laravel folder. Laravel 3.2.5 Added unless structure to Blade template engine. Added Blade comments. Added simpler environment management. Added Blade::extend() method to define custom blade compilers. Added View::exists config/application.php .. 'Profiler' => 'Laravel\\Profiling\\Profiler', Add the following code above Blade::sharpen() in application/start.php .. if (Config::get('application.profiler')) { Profiler::attach();0 码力 | 139 页 | 1.13 MB | 1 年前3The Laravel Handbook
Handbook 0. Table of contents 0. Table of contents 1. Introduction to Laravel 2. Getting started 3. Blade 4. Dynamic routes 5. Adding a database 6. How to use migrations to create and modify the database here I recommend you install the extensions Laravel Extra Intellisense Laravel Artisan Laravel Blade Snippets PHP tools for VS Code We have a bunch of folders and a bunch of files. The first thing applications. In this case the welcome view is defined in the file resources/views/welcome.blade.php : You can clear all the content of this file, and typetest
into it. Save (cmd-s0 码力 | 111 页 | 14.25 MB | 1 年前3CmlPHP v2.x 开发手册
通过某字段值更新数据 通过字段值删除数据 获取总数 获取列表 注意事项 同时查询多个库 模型-MongoDB Orm详细Api 服务 视图 统一的API Html模板引擎 Blade模板引擎 锁-并发处理 缓存 语言包 日志 调试 Session自定义保存位置 框架自带的扩展包 插件 使用说明 系统挂载点 常用常量 命令行运行程序 守护工作进程 队列服务 ); // Cml::getContainer()->singleton('view_blade', \Cml\Service\Blade::class); //bl ade模板引擎,使用前安装依赖。composer require linhecheng/cmlphp-ext-blade //Cml::getContainer()->singleton('view_excel' 'tableprefix' => 'cml_', //数据表前缀 'pconnect' => false, //是否开启数据库长连接 'engine'=>''//数据库引擎 ], 'slaves'=> [], //从库配置 //查询数据缓存时间,表数据有变动会自动更新缓存。设置为0表示表数据没变动时缓存不过期。0 码力 | 143 页 | 1.54 MB | 1 年前3Laravel 6.0 中文文档
Ignition,这个一个开源的错误和异常详情页项目, 由 Freek Van der Herten 和 Marcel Pociot 创建并维护。相对于之 前版本的错误显示,Ignition 提供了诸多便捷之处,比如优化了 Blade 错误文件和行号处理、针对常见问题的可执行解决方案、代码 编辑、异常分享、以及经过优化的用户体验。 优化授权响应 在之前版本的 Laravel 中,获取并提供自定义授权消息给终端用户 很困 Artisan 命令是 up: php artisan up 注:你可以通过定义自己的模板来定制默认的维护模式模 板,自定义模板视图位 于 resources/views/errors/503.blade.php。 维护模式 & 队列 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 43 当你的站点处于维护模式中时,所有的队列任务都不会执行;当应用 文件用于注册应用支持的所有事件广播频道。 文件存储目录 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 47 storage 目录包含了编译后的 Blade 模板、基于文件的 Session、 文件缓存,以及其它由框架生成的文件,该目录被细分为成 app、 framework 和 logs 子目录,app 目录用于存放应用生成的文件, framework0 码力 | 1442 页 | 14.66 MB | 1 年前3Laravel 5.1 中文文档
升级你的事件和命令到新的位置——在一个对你或你的团队合适的时间。 Blade createMatcher,createOpenMatcher 和 createPlainMatcher 方法已经从 Blade 编译器中移 除,可以使用新的 directive 方法来为 5.1 版的 Blade 创建自定义的指令。查阅扩展 Blade 文档了解详情。 测试 在 tests/TestCase.php 关闭维护模式,对应的 Artisan 命令是 up: php artisan up 3.1 维护模式响应模板 默认的维护模式响应模板位于 resources/views/errors/503.blade.php 3.2 维护模式 & 队列 当你的站点处于维护模式中时,所有的队列任务都不会执行;当应用退出维护模式这些任务 才会被继续正常处理。 Laravel Homestead 1、简介 csrf_field 生成如下 HTML: 当然还可以使用 Blade 模板引擎提供的方式: {!! csrf_field() !!} 你不需要了解在 POST、PUT 或者 DELETE 请求时 CSRF 令牌是如何进行验证的,HTTP 中间件 VerifyCsrfToken0 码力 | 307 页 | 3.46 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100