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

无数据

分类

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

语言

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

格式

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

    我们可以在服务器上通过 crontab -e 来新增或编辑 Cron 条目,通 过 crontab -l 查看已存在的 Cron 条目。更多关于 Cron 的原理 和使用细节请自行百度或 Google。 在以前,开发者需要为每一个需要调度的任务编写一个 Cron 条目, 这是很让人头疼的事。你的任务调度不在源码控制中,你必须使用 SSH 登录到服务器然后添加这些 Cron 条目。 Laravel 运行的命令,将会导致随后的命令在预期之后很久才能执行。如果你 想要让命令在后台执行以便它们可以同时运,可以使 用 runInBackground 方法来实现: $schedule->command('analytics:report') ->daily() ->runInBackground(); 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun Dusk 时遇到问题,可以通过如下命 令确保这个二进制文件可执行:chmod -R 0755 vendor/laravel/dusk/bin/。 使用其它浏览器 默认情况下,Dusk 使用 Google Chrome 和独立安装 的 ChromeDriver 来运行浏览器测试(Dusk 扩展包自带),不过, 你也可以启动自己的 Selenium 服务器并在浏览器中进行测试。 开始之前,打开
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 04. HTML 5

    décembre 2023 Développement web il3 HTML5 HE-Arc 2023 DGR Exemples • Vue d’ensemble : slides1 Google 2011 ( sources2 ) – Obslolète : quota, web sql : Web Storage, application cache : Service Workers github.io/clmtrackr/examples/facesubstitution.html 5https://www.html5rocks.com/ 6https://developers.google.com/web/ 7https://www.chromeexperiments.com/ 8https://developer.mozilla.org/en-US/demos/tag/tech:html5 ow-to-use-it/ 18https://developers.google.com/web/updates/2015/11/app-shell 19https://jakearchibald.com/2014/service-worker-first-draft/ 20https://developers.google.com/web/fundamentals/app-install-banners/
    0 码力 | 3 页 | 29.58 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 09. Services Web

    distribuées3 pour l’entreprise – Mashups4 d’applications web (exemples5) – Applications Facebook, API Google6 – IFTTT7 • Consommer un service web ≠ Créer un service web SOAP • AVANT : Simple Object Access 5https://science.howstuffworks.com/innovation/repurposed-inventions/5-web-mashups.htm 6https://developers.google.com/apis-explorer/ 7https://ifttt.com/ 8https://en.wikipedia.org/wiki/List_of_web_service_specifications RESTful cookbook26, How important is HATEOAS27 (stack overflow) • Exemples de services web : – Google28, Yahoo29, Flickr30, Twitter31, … – APIary32 : Aide au design d’une API REST – Tests : Postman,
    0 码力 | 6 页 | 47.90 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 06. HTTP & AJAX

    HTTP 3.03 (2019) – UDP, correction erreur, contrôle congestion, multiplexage (0 RTT) 1https://docs.google.com/presentation/d/1eqae3OBCxwWswOsaWMAWRpqnmrVVrAfPQclfSqPkXrA/present#sl ide=id.p19 2https://caniuse d’être asynchrone ! AJAX • XHR est devenue la méthode standard jusqu’à 2018 – Popularisée par Google (GMaps, GMail, …) – Le w3c fait évoluer un draft10 depuis 2006 • Principe 1. Envoi de requête HTTP low.com/questions/367786/prevent-browser-caching-of-jquery-ajax-call-result 15https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching 16https://blog.teamtreehouse
    0 码力 | 11 页 | 91.09 KB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

     我们可以在服务器上通过 crontab -e 来新增或编辑 Cron 条目,通过 crontab -l 查看已存在的 Cron 条目。更多关于 Cron 的原理和使用细节请 自行百度或 Google。 在以前,开发者需要为每一个需要调度的任务编写一个 Cron 条目,这是很让人头疼的事。你的任务调度不在源码控制中,你必须使用 SSH 登录到 服务器然后添加这些 Cron 条目。 Laravel Laravel 学院致力于提供优质 Laravel 中文学习资源:http://laravelacademy.org 333 使用其它浏览器 默认情况下,Dusk 使用 Google Chrome 和独立安装的 ChromeDriver 来运行浏览器测试(Dusk 扩展包自带),不过,你也可以启动自己的 Selenium 服务器并在浏览器中进行测试。 开始之前,打开 tests/DuskTestCase dependencies: pre: - curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_cur rent_amd64.deb - sudo dpkg -i google-chrome.deb - sudo sed -i 's|HERE
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 01. Cours devweb

    io/ 21https://github.com/HE-Arc/slides-devweb/wiki 22https://caravel.ing.he-arc.ch/ 23https://docs.google.com/spreadsheet/viewform?formkey=dEVJRE1WVTVPelhFcE94TGF5N1c0cGc6MQ 6 Examen oral SA • Déroulement Questionnaire24 obligatoire (votre username github vous y sera demandé) ! Sources 24https://docs.google.com/spreadsheet/viewform?formkey=dDg5Znh5akRBV1hPbC1qYlVRV3BONFE6MQ 7
    0 码力 | 7 页 | 129.56 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 12. Risques applicatifs

    Protection CSRF38 en français • Utilitaires, tutos, exercices – Web Goat39 – Insecure Labs40 – Google-Gruyere41 Sources 33https://www.owasp.org/index.php/Main_Page 34https://www.youtube.com/watch?v=pHI2zitLph8 surf.html 39https://www.owasp.org/index.php/Webgoat 40https://www.insecurelabs.org/task 41https://google-gruyere.appspot.com/ 12
    0 码力 | 12 页 | 474.37 KB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    totally painless authentication with OAuth providers. Currently, Socialite supports Facebook, Twitter, Google, and GitHub. Here's what it looks like: public function redirectForAuth() { return Socializ providers using Laravel Socialite. Socialite currently supports authentication with Facebook, Twitter, Google, and GitHub. To get started with Socialite, include the package in your composer.json file: in your config/services.php configuration file, and should use the key facebook , twitter , google , or github , depending on the providers your application requires. For example: 'github' => [
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 10. Rwd

    14https://www.lukew.com/resources/mobile_first.asp 15https://offlinefirst.org/ 16https://developers.google.com/web/progressive-web-apps/ 17https://responsivewebdesign.com/robot/ 18https://abookapart.com/
    0 码力 | 7 页 | 76.36 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 08 . RSS

    tld/sounds/audio.mp3 " length="666666" /> Alternatives • Facebook Open Graph7 • Twitter Cards8 • Google Schema.org9 • Microformats10 • JSON-LD11 7http://ogp.me/ 8https://dev.twitter.com/cards/overview
    0 码力 | 7 页 | 52.98 KB | 1 年前
    3
共 15 条
  • 1
  • 2
前往
页
相关搜索词
Laravel6.0中文文档SlidesDevWeb04HTML09Services06HTTPAJAX5.601Coursdevweb12Risquesapplicatifs5.0Documentation10Rwd08RSS
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩