 《Slides Dev Web》 05. JavaScript & DOM
navigateur – environnement d’exécution + bibliothèques – event driven, non-blocking IO -> scalable – V8 engine – scripts exécutables sans navigateur – npm29 : gestionnaire de paquets – gulp : make js • Exemples300 码力 | 10 页 | 91.95 KB | 1 年前3 《Slides Dev Web》 05. JavaScript & DOM
navigateur – environnement d’exécution + bibliothèques – event driven, non-blocking IO -> scalable – V8 engine – scripts exécutables sans navigateur – npm29 : gestionnaire de paquets – gulp : make js • Exemples300 码力 | 10 页 | 91.95 KB | 1 年前3
 Learning LaravelGuidelines 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 4 Welcome 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 with other permissiveness; allowing the use of plain PHP code in Blade templating engine files. It is important to note that Blade templating engine files have .blade appended to file names right before the usual .php0 码力 | 216 页 | 1.58 MB | 1 年前3 Learning LaravelGuidelines 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 4 Welcome 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 with other permissiveness; allowing the use of plain PHP code in Blade templating engine files. It is important to note that Blade templating engine files have .blade appended to file names right before the usual .php0 码力 | 216 页 | 1.58 MB | 1 年前3
 Laravel 5.0 Documentation
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 is is the same; however, registering routes is a full 100% faster compared to 4.0. The entire engine has been greatly simplified, and the dependency on Symfony Routing has been minimized to the compiling0 码力 | 242 页 | 1.44 MB | 1 年前3 Laravel 5.0 Documentation
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 is is the same; however, registering routes is a full 100% faster compared to 4.0. The entire engine has been greatly simplified, and the dependency on Symfony Routing has been minimized to the compiling0 码力 | 242 页 | 1.44 MB | 1 年前3
 Laravel 3.2 DocumentationAdded save method to has_many Eloquent relationship.  Added unless structure to Blade template engine.  Added Blade comments.  Added simpler environment management.  Added Blade::extend() be the exact same type, the engine on both tables has to be set to InnoDB, and the referenced table must be created before the table with the foreign key. $table->engine = 'InnoDB'; $table->inte0 码力 | 139 页 | 1.13 MB | 1 年前3 Laravel 3.2 DocumentationAdded save method to has_many Eloquent relationship.  Added unless structure to Blade template engine.  Added Blade comments.  Added simpler environment management.  Added Blade::extend() be the exact same type, the engine on both tables has to be set to InnoDB, and the referenced table must be created before the table with the foreign key. $table->engine = 'InnoDB'; $table->inte0 码力 | 139 页 | 1.13 MB | 1 年前3
 《Slides Dev Web》 03. Laravel
MVC • Structure d’une appli web = cycle Requête/Reponse9 • Modèle : Eloquent ORM • Vue : Blade Engine • Contrôleur : hérite de BaseController Pratique • Conventions de codage : Laravel respecte PSR-2100 码力 | 8 页 | 224.34 KB | 1 年前3 《Slides Dev Web》 03. Laravel
MVC • Structure d’une appli web = cycle Requête/Reponse9 • Modèle : Eloquent ORM • Vue : Blade Engine • Contrôleur : hérite de BaseController Pratique • Conventions de codage : Laravel respecte PSR-2100 码力 | 8 页 | 224.34 KB | 1 年前3
 《Slides Dev Web》 09. Services Web
identifiées par URI • 2: Verbes HTTP – Respect des propriétés des verbes HTTP • 3: Hypertext As The Engine Of Application State (HATEOAS) – Les états suivants sont documentés dans la réponse () SOAP0 码力 | 6 页 | 47.90 KB | 1 年前3 《Slides Dev Web》 09. Services Web
identifiées par URI • 2: Verbes HTTP – Respect des propriétés des verbes HTTP • 3: Hypertext As The Engine Of Application State (HATEOAS) – Les états suivants sont documentés dans la réponse () SOAP0 码力 | 6 页 | 47.90 KB | 1 年前3
 《Slides Dev Web》02. Introduction aux frameworks PHP
like programming. Rasmus Lerdorf 10 • PHP-FI Forms Interpreter • PHP 3, réécrit en C++ • PHP 4 Zend Engine, fausse POO • PHP 5, vraie POO, PDO, JSON, … • PHP 6, Unicode , , • PHP 7, que du rêve! • PHP 80 码力 | 24 页 | 1.03 MB | 1 年前3 《Slides Dev Web》02. Introduction aux frameworks PHP
like programming. Rasmus Lerdorf 10 • PHP-FI Forms Interpreter • PHP 3, réécrit en C++ • PHP 4 Zend Engine, fausse POO • PHP 5, vraie POO, PDO, JSON, … • PHP 6, Unicode , , • PHP 7, que du rêve! • PHP 80 码力 | 24 页 | 1.03 MB | 1 年前3
 Laravel 6.0 中文文档Resolved Illuminate\Contracts\Validation\Validator Validator::make() Illuminate\Contracts\View\Engine 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 167 契约 对应门面 Illuminate\Contracts\View\Factory $table) { $table->increments('id'); }); 要设置表的存储引擎、字符编码等选项,可以在 Schema 构建器上 使用如下命令: 命令 描述 $table->engine = 'InnoDB'; 指定表的存储引擎(MySQL) $table->charset = 'utf8'; 指定数据表的默认字符集(MySQL) $table->collation = 'utf8_unicode_ci'; Scout,自定义的引擎需要继承自抽象 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 1417 类 Laravel\Scout\Engines\Engine,该抽象类包含了 7 个自定义 引擎必须实现的方法: use Laravel\Scout\Builder; abstract public function update($models);0 码力 | 1442 页 | 14.66 MB | 1 年前3 Laravel 6.0 中文文档Resolved Illuminate\Contracts\Validation\Validator Validator::make() Illuminate\Contracts\View\Engine 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 167 契约 对应门面 Illuminate\Contracts\View\Factory $table) { $table->increments('id'); }); 要设置表的存储引擎、字符编码等选项,可以在 Schema 构建器上 使用如下命令: 命令 描述 $table->engine = 'InnoDB'; 指定表的存储引擎(MySQL) $table->charset = 'utf8'; 指定数据表的默认字符集(MySQL) $table->collation = 'utf8_unicode_ci'; Scout,自定义的引擎需要继承自抽象 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 1417 类 Laravel\Scout\Engines\Engine,该抽象类包含了 7 个自定义 引擎必须实现的方法: use Laravel\Scout\Builder; abstract public function update($models);0 码力 | 1442 页 | 14.66 MB | 1 年前3
 Laravel 5.3 中文文档$table->increments('id'); }); 要设置表的存储引擎,在 schema 构建器上设置 engine 属性: Schema::create('users', function ($table) { $table->engine = 'InnoDB'; $table->increments('id'); }); 重命名/删除表 要重命名一个已存在的数据表,使用 编写引擎 如果某个内置的 Scout 搜索引擎不满足你的需求,可以编写自定义的引擎并将其注册到 Scout, 自定义的引擎需要继承自抽象类 Laravel\Scout\Engines\Engine,该抽象类包含了 5 个自定义引 擎必须实现的方法: use Laravel\Scout\Builder; abstract public function update($models);0 码力 | 691 页 | 9.37 MB | 1 年前3 Laravel 5.3 中文文档$table->increments('id'); }); 要设置表的存储引擎,在 schema 构建器上设置 engine 属性: Schema::create('users', function ($table) { $table->engine = 'InnoDB'; $table->increments('id'); }); 重命名/删除表 要重命名一个已存在的数据表,使用 编写引擎 如果某个内置的 Scout 搜索引擎不满足你的需求,可以编写自定义的引擎并将其注册到 Scout, 自定义的引擎需要继承自抽象类 Laravel\Scout\Engines\Engine,该抽象类包含了 5 个自定义引 擎必须实现的方法: use Laravel\Scout\Builder; abstract public function update($models);0 码力 | 691 页 | 9.37 MB | 1 年前3
 Laravel 5.1 中文文档($table) { $table->increments('id'); }); 要设置表的存储引擎,在表结构构建器上设置 engine 属性: Schema::create('users', function ($table) { $table->engine = 'InnoDB'; $table->increments('id'); }); 5.2 重命名/删除表0 码力 | 307 页 | 3.46 MB | 1 年前3 Laravel 5.1 中文文档($table) { $table->increments('id'); }); 要设置表的存储引擎,在表结构构建器上设置 engine 属性: Schema::create('users', function ($table) { $table->engine = 'InnoDB'; $table->increments('id'); }); 5.2 重命名/删除表0 码力 | 307 页 | 3.46 MB | 1 年前3
共 12 条
- 1
- 2













