积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

全部英语(14)中文(简体)(5)法语(1)

格式

全部PDF文档 PDF(20)
 
本次搜索耗时 0.386 秒,为您找到相关结果约 20 个.
  • 全部
  • 后端开发
  • PHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Laravel 6.0 中文文档

    App\LogEntry; use Illuminate\Support\LazyCollection; LazyCollection::make(function () { $handle = fopen('log.txt', 'r'); while (($line = fgets($handle)) !== false) { yield $line; } }) ->chunk(4) ->map(function { return LogEntry::fromLines($lines); }) ->each(function (LogEntry $logEntry) { // Process the log entry... }); 或者,假设你需要迭代 10000 个 Eloquent 模型实例,如果使用传 统的 Laravel 集合,所有 10000 个 Eloquent 模型会同时加载到内 $schedule->command('list')->between('23:00', '4:00'); 对大多数用户来说,编写上述调度期望的行为是在 23:00 到 4:00 之间每分钟运行一次 list 命令,然而,在之前版本的 Laravel 中, 这个调度器的执行逻辑反过来了,会在 4:00 到 23:00 之间每分钟 执行一次 list 命令,在 Laravel 6.0 中,这一错误行为被纠正。
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 06. HTTP & AJAX

    $("#div1").load("demo_test.txt"); }); });

    Let jQuery AJAX Change This Text

    11https://www.xul.fr/xml-ajax octobre 2013 (Douglas Crockford19) • Tableau d’objets js : – pour chacun, ses attributs sont des paires clé:valeur {"nom": "Berger", "prénom": "Laurent"} ["zéro", 1, 2, 3] [ {"nom": "Berger", "prénom": fetch("fichier.json") .then(function(response) { return response.json() }) .then(function(json) { console.log(json); }) .catch(function(error) { console.error("erreur", error) }) • L’API fetch est native et
    0 码力 | 11 页 | 91.09 KB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    e\AuthenticateWit hBasicAuth::class, 'guest' => \App\Http\Middleware\RedirectIfAuthenticated::cl ass,]; 中间件在 HTTP kernel 中被定义后,可以在路由选项数组中使用$middleware 键来指定中间 件: Route::get('admin/profile', ['middleware' public function __construct() { $this->middleware('auth'); $this->middleware('log', ['only' => ['fooAction', 'barAc tion']]); $this->middleware('subscribed', ['except' => 目录包含应用的异常处理器,同时还是处理应用抛出的任何异常的好地方。 注意:app 目录中的很多类都可以通过 Artisan 命令生成,要查看所有有效的命令,可以在 终端中运行 php artisan list make 命令。 4、设置应用的命令空间 上面已经讨论过,应用默认的命名空间是 App;当然你可以修改该命名空间以匹配应用的名 字,修改命名空间可以通过 app:name 命令来实现。比
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    eption\HttpException; use Illuminate\Foundation\Validation\ValidationException; /** * A list of the exception types that should not be reported. 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel make:job 命令现在默认会创建一个队列任务类,如果你想要创建一个同步任 务(非队列),在使用该命令时加上 --sync 选项。 邮件 邮件配置中移除了 pretend 选项,取而代之的,使用 log 邮件驱动执行和 pretend 同样的 功能,并且将邮件信息记录到日志中。 分页 为了与框架生成的其它 URL 保持一致,分页 URL 不再包含斜杠,这一改变对应用代码 不产生任何影响。 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 39 $this->middleware('log', ['only' => ['fooAction', 'barAction']]); $this->middleware('subscribed', ['except' => ['fooAction'
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 11. HTTPS

    intégrité données – Confidentialité des données – Authentification optionnelle du client • Certificats (clé publique associée au certificat) Rôle d’un certificat • Garantir le lien entre une entité physique signer le certificat • nom de l’AC émettrice • informations sur la clé publique • dates de début et fin de validité du certificat • clé publique du propriétaire du certificat • signature de l’émetteur du Le serveur émet sa clé publique et son certificat 3. Le client vérifie la validité du certificat (et qu’il correspond au site) 4. Le client utilise la clé publique pour chiffrer la clé symétrique (CS) utilisée
    0 码力 | 6 页 | 109.17 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 03. Laravel

    origin git@github.com:bastian/raidit.git $git push --set-upstream origin master • Penser à ajouter sa clé publique à Github Apache • Virtual hosts – http-vhosts.conf (activer dans httpd.conf) – Un par Symfony Console • Aide aux tâches courantes, ex: $php artisan route:list $php artisan migrate $php artisan make:controller $php artisan list • Extensible29 Premiers pas • Routes30 – Ajouter une route /test
    0 码力 | 8 页 | 224.34 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 01. Cours devweb

    apprendre des choses qui vous intéressent • Avant le 1er octobre : – Avoir un compte github avec une clé SSH8 (indispensable au déploiement) – Constitution des équipes de 3 personnes – Choix du projet –
    0 码力 | 7 页 | 129.56 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 12. Risques applicatifs

    passwordless23 authentication – 2022 : Passkeys : JS API WebAuthN24 + CTAP/U2F25 Passkeys26 • Paire de clés asymétriques au lieu d’un mot de passe • Initiative de l’alliance FIDO27 • Fin 2022 : intégrée à
    0 码力 | 12 页 | 474.37 KB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    PodcastWasPurchased($podcast)); Of course, your event handler will receive the event object instead of a list of data: class ReportPodcastPurchase { public function handle(PodcastWasPurchased $event) application structure, new Artisan generator commands have been added to the framework. See php artisan list for more details. You may now cache all of your configuration in a single file using the config:cache and even collapsing of arrays. Just try the following in your project: dd([1, 2, 3]); The full change list for this release by running the php artisan changes command from a 4.2 installation, or by viewing
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    .................................................................................. 3 Laravel Change Log .............................................................................................. just use the route's name and Laravel will automatically insert the correct URI. This allows you to change your routes at a later time and Laravel will update all of the relevant links site-wide.  Restful when a view is loaded. A good example of this would be a blog side-navigation view that contains a list of random blog posts. Your composer would contain the logic to load the blog posts so that all you
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
共 20 条
  • 1
  • 2
前往
页
相关搜索词
Laravel6.0中文文档SlidesDevWeb06HTTPAJAX5.15.211HTTPS0301Coursdevweb12Risquesapplicatifs5.0Documentation3.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩