积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(12)PHP(12)Laravel(12)

语言

全部英语(7)中文(简体)(5)

格式

全部PDF文档 PDF(12)
 
本次搜索耗时 0.068 秒,为您找到相关结果约 12 个.
  • 全部
  • 后端开发
  • PHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 《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 • Exemples30
    0 码力 | 10 页 | 91.95 KB | 1 年前
    3
  • pdf文档 Learning Laravel

    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 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 .php
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 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 compiling
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    Added 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->inte
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 《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-210
    0 码力 | 8 页 | 224.34 KB | 1 年前
    3
  • pdf文档 《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 () SOAP
    0 码力 | 6 页 | 47.90 KB | 1 年前
    3
  • pdf文档 《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 8
    0 码力 | 24 页 | 1.03 MB | 1 年前
    3
  • pdf文档 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
  • pdf文档 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
  • pdf文档 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
前往
页
相关搜索词
SlidesDevWeb05JavaScriptDOMLearningLaravel5.0Documentation3.20309Services02IntroductionauxframeworksPHP6.0中文文档5.35.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩