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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(21)
 
本次搜索耗时 0.020 秒,为您找到相关结果约 21 个.
  • 全部
  • 后端开发
  • PHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 使⽤Laravel 8 PHP主流框架打造 RESTful API

    "title": "我是標題⽂字", "content": "我是內容", "created_at": "2021-09-08 14:07:22", "updated_at": "2021-09-08 14:07:22" } } 201 CREATED https://localhost/api/v1/articles Headers Headers "title": "我是標題⽂字", "content": "我是內容", "created_at": "2021-09-08 14:07:22", "updated_at": "2021-09-08 14:07:22" } } 201 CREATED Request Response { "title": "我是標題⽂字", "title": "我是標題⽂字", "content": "我是內容", "created_at": "2021-09-08 14:07:22", "updated_at": "2021-09-08 14:07:22" } } 200 OK 查看資源列表 GET https://localhost/api/v1/articles {
    0 码力 | 22 页 | 3.41 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    Examples 10 Multi Authentication 10 Chapter 4: Authorization 14 Introduction 14 Examples 14 Using Gates 14 Authorizing Actions with Gates 14 Policies 15 Writing Policies 15 Authorizing Actions with Job 45 Chapter 13: Cross Domain Request 46 Examples 46 Introduction 46 CorsHeaders 46 Chapter 14: Custom Helper function 48 Introduction 48 Remarks 48 Examples 48 document.php 48 HelpersServiceProvider if(Gate::denies('view-content', $content)){ /* user cannot view content */ } https://riptutorial.com/ 14 Note: You are not required to pass the currently authenticated user to these method, Laravel takes
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 10. Rwd

    embed, object, video{ max-width: 100%; } – La découper 9https://www.smashingmagazine.com/2014/05/14/responsive-images-done-right-guide-picture-srcset/ 10https://ericportis.com/etc/smashing-mag-pictu bookmarklet13 pour afficher les media queries – mais surtout tester sur mobile • Et Après ? MOBILE FIRST14, OFFLINE FIRST15, PWA16 • framework ou from scratch ? Références • Exemples – Site17 support du – Making sites more responsive, responsibly25 13https://sparkbox.github.io/mediaQueryBookmarklet/ 14https://www.lukew.com/resources/mobile_first.asp 15https://offlinefirst.org/ 16https://developers.google
    0 码力 | 7 页 | 76.36 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 01. Cours devweb

    s-2023-2024 11http://wiki.dbpedia.org/ 12https://opendata.swiss/fr/ 2 ∗ Product Hunt13, makeuseof14, … ∗ Volées précédentes15 • Commencer tôt pour se libérer les dernières semaines de l’année Calendrier Projet PHP 8 39 9 40 10 Rendu intermédiaire 41 S. thématique 11 42 12 43 13 44 Rendu intermédiaire 14 45 16 46 17 48 18 Présentations 49 19 Présentations 50 20 Examens 51 Présentations 21 Début TB 2 Projet Echéances – En début de semaine, pour chacun des projets : 13https://www.producthunt.com/topics/web-app 14http://www.makeuseof.com/tag/best-websites-internet/ 15https://github.com/HE-Arc/ 16https://teams.microsoft
    0 码力 | 7 页 | 129.56 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 05. JavaScript & DOM

    Applications Desktop : Electron6, sciter7 *Script • ECMAScript : Norme depuis 1997 – Juin 2023 : ECMA-262 14th edition8 – Support9 des différentes implémentations – Conversions avec BabelJS10 • JavaScript : implémentations13 : navigateur, srv, apps, … • Permissif : du mauvais code est peu maintenable – Design Patterns14 – Bonnes pratiques15 • Interface pour scripter le navigateur – Accès et modification du contenu typescriptlang.org/ 12http://coffeescript.org/ 13https://en.wikipedia.org/wiki/List_of_ECMAScript_engines 14https://addyosmani.com/resources/essentialjsdesignpatterns/book/ 15http://jstherightway.org/ 2 – Bookmarklets16
    0 码力 | 10 页 | 91.95 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》02. Introduction aux frameworks PHP

    L’évolution de PHP a fait que les usagers du langage, créateur de frameworks, d’outils (comme Composer14), ont senti le besoin d’émettre des recommendations afin d’aller vers un plus interopérable. Durant 11https://kinsta.com/fr/blog/php-8/ 12http://php.net/manual/en/history.php.php 13https://en.wikipedia.org/wiki/PHP 14http://getcomposer.org/ 8 Figure 5: source15 9 (1) Donc, ce ne sont pas Gandalf (sans sa barbe) 55ef26178/picbot/Image s/meme10.jpg 20https://en.wikipedia.org/wiki/Principle_of_least_privilege 14 {# 02-twig/templates/collaborateur.html #} {%- extends "base.html" -%} {% block corps -%}

    0 码力 | 24 页 | 1.03 MB | 1 年前

    3
  • pdf文档 The Laravel Handbook

    Breeze 12. Only authenticated users can add items to the database 13. Push the app code to GitHub 14. Deployment 15. Dynamic routes 16. Non-web routes 17. Creating commands 18. Where to go from here or ctrl-s) and reload in the browser, the homepage content will switch to displaying this string: 14 So now you know for sure that this file is responsible for what’s shown on that URL! Now let’s add repository, push the repository to GitHub, so that you have the code up there, ready to be deployed: 77 14. Deployment 78 It’s all fun and all, but now we want to deploy the application on a real server,
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 04. HTML 5

    à l’UX • Utilise moins d’espace qu’une app native • Avantages des 2 mondes (natif et web) • Article14 d’Alex Russel 15.06.15 • Vue d’ensemble par Wikipedia15 • Support tardif par iOS16 (notification: PWA24 – Appscope25 11https://html5weekly.com/ 12https://caniuse.com/ 13https://whatwebcando.today/ 14https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ 15https://en
    0 码力 | 3 页 | 29.58 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 11. HTTPS

    win.tue.nl/hashclash/rogue-ca/ 5 – Let’s Encrypt14 – CA Cert15 – SSLforFree16 • Différences TLS / SSH : Snailbook17, StackExchange18 Sources 14https://letsencrypt.org/ 15http://www.cacert.org/ 16https://www
    0 码力 | 6 页 | 109.17 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 03. Laravel

    Vous aussi avec StyleCI11 • Editeurs et IDE : PhpStorm, glitch12, brackets, VS Code, repl.it13, Gitpod14… • Tests : unitaires, Jmeter, Selenium, … • Outils : devtools Chrome ou FF, Emmet15, git • Doc 8http://packalyst com/docs/5.1/contributions#coding-style 11https://styleci.io/ 12https://glitch.com/ 13https://repl.it/ 14https://www.gitpod.io/ 15http://emmet.io/ 2 Figure 1: Rôle du front controller 3 Figure 2: Architecture
    0 码力 | 8 页 | 224.34 KB | 1 年前
    3
共 21 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
LaravelPHP主流框架打造RESTfulAPILearningSlidesDevWeb10Rwd01Coursdevweb05JavaScriptDOM02IntroductionauxframeworksTheHandbook04HTML11HTTPS03
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩