《Slides Dev Web》 12. Risques applicatifs
Navigateur – Relying Party : Serveur (service auquel on veut s’authentifier) – Authenticator : Clef USB / Smartphone / OS + biométrie • Communication : – User Agent <=> Authenticator : CTAP / U2F – User0 码力 | 12 页 | 474.37 KB | 1 年前3
Laravel 5.0 Documentation
Exceptions directory contains your application's exception handler and is also a good place to stick any exceptions thrown by your application. Note: Many of the classes in the app directory can cached objects in the filesystem. For larger applications, it is recommended that you use an in-memory cache such as Memcached or APC. You may even configure multiple cache configurations for the same finishes. For example, if you are doing image manipulation with the GD library, you should free the memory with imagedestroy when you are done. Similarly, your database connection may disconnect when being0 码力 | 242 页 | 1.44 MB | 1 年前3
Laravel 3.2 Documentation....................................................................................... 109 In-Memory Cache .......................................................................................... "unique" indexes are now added with ADD CONSTRAINT. Added "Event::until" method. Added "memory" cache and session drivers. Added Controller::detect method. Added Cache::forever method cache drivers out of the box: File System Database Memcached APC Redis Memory (Arrays) By default, Laravel is configured to use the file system cache driver. It's ready to go0 码力 | 139 页 | 1.13 MB | 1 年前3
Learning Laraveldatabase 176 Database transactions for mutliple database connection 177 Testing setup, using in memory database 177 Configuration 178 Chapter 61: Token Mismatch Error in AJAX 179 Introduction 179 ->see('items'); } } Testing setup, using in memory database Following setup ensures that testing framework (PHPUnit) uses :memory: database. config/database.php 'connections' => [ 'sqlite_testing' => [ 'driver' => 'sqlite', 'database' => ':memory:', 'prefix' => '', ], . . . ./phpunit.xml . . https://riptutorial.com/0 码力 | 216 页 | 1.58 MB | 1 年前3
Laravel 5.6 中文文档MySQL 的替代品,完全兼容 MySQL,所以在应用数据库配置中你仍然可以使用 mysql 驱动: box: laravel/homestead ip: "192.168.10.10" memory: 2048 cpus: 4 provider: virtualbox mariadb: true 安装 Elasticsearch 要安装 Elasticsearch,需要添加 elasticsearch 分配超过操作系统一半的内存,因此确保 Homestead 机器内存至少是分配给 Elasticsearch 的两倍: box: laravel/homestead ip: "192.168.10.10" memory: 4096 cpus: 4 provider: virtualbox elasticsearch: 6 注:查看 Elasticsearch 文档学习如何自定义配置。 别名 你可以在 org 220 如果你使用的是 Argon2 算法的话,make 方法允许你使用 memory、time 以及 threads 选项来管理算法的工作因子;不过,默认配置对大部分应用 而言都是可接受的: $hashed = Hash::make('password', [ 'memory' => 1024, 'time' => 2, 'threads' =>0 码力 | 377 页 | 14.56 MB | 1 年前3
Laravel 6.0 中文文档vendor\\bin\\homestead make 以我的项目 laravel6 为例,生成的 Homestead.yaml 配置文件如 下: ip: 192.168.10.10 memory: 2048 cpus: 2 provider: virtualbox authorize: ~/.ssh/id_rsa.pub keys: - ~/.ssh/id_rsa folders: Argon2 工作因子 如果你使用的是 Argon2 算法的话,make 方法允许你使用 memory、 time 以及 threads 选项来管理算法的工作因子;不过,默认配置对 大部分应用而言都是可接受的: $hashed = Hash::make('password', [ 'memory' => 1024, 'time' => 2, 'threads' => 2, ]);0 码力 | 1442 页 | 14.66 MB | 1 年前3
Laravel 5.3 中文文档MariaDB,MariaDB 是 MySQL 的替代品,所以在应用数据库配置中你 仍然可以使用 mysql 驱动: box: laravel/homestead ip: "192.168.20.20" memory: 2048 cpus: 4 provider: virtualbox mariadb: true 3、日常使用 全局访问 Homestead 有时候你想要在文件系统的任意位置运行0 码力 | 691 页 | 9.37 MB | 1 年前3
共 7 条
- 1













