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

无数据

分类

全部后端开发(32)Python(32)Django(32)

语言

全部英语(31)中文(简体)(1)

格式

全部PDF文档 PDF(17)其他文档 其他(15)
 
本次搜索耗时 0.478 秒,为您找到相关结果约 32 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Django 官方教程翻译项目

    Django 无需数据库就可以使用,它提供了对象关系映射器(ORM)。通过此技术,你可以使用 Python 代码来描述数据库结构。 数据模型语法提供了很多方法来描述你的数据,这解决了多年来在数据库模式中的难题。以下是一个 简明的例子: 1. # mysite/news/models.py 2. 3. from django.db import models 4. 5. class 上面的代码将 URL 的正则表达式映射到 views 里的回调函数。正则表达式通过括号来提取 URL 中的参数值。当一个用户请求页面时,Django 会顺序遍历这些匹配模式,直至模式和请求的 URL 成功匹配。(如果全部模式都无法匹配,Django 会返回一个404视图。)这个过程会在瞬间完成, 因为这些正则表达式在启动时就被编译了。 一旦其中一个正则表达式匹配成功,Django 就会导入并调用指定的视图——那是一个简单的 ),它们是可以被放在“/polls/”、 “/fun_polls/”、 “/content/polls/”、 或者其他任何路径,而应用仍然是可以运行的。 什么时候使用 include() 当你要包含其他 URL 匹配模式时,你应该一直使用 include()。 admin.site.urls 在这里是一个例外。 不符合你所想看到的? 如果你看到的是 include(admin.iste.urls) 而不是 admin
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • epub文档 Django 1.8.x Documentation

    Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t The package django.shortcuts collects helper functions and classes that “span” multiple levels of MVC. In other words, these functions/classes introduce controlled coupling for convenience’s sake. render Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t
    0 码力 | 2454 页 | 2.85 MB | 1 年前
    3
  • epub文档 Django 1.11.x Documentation

    Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t The package django.shortcuts collects helper functions and classes that “span” multiple levels of MVC. In other words, these functions/classes introduce controlled coupling for convenience’s sake. render() Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t
    0 码力 | 2747 页 | 2.67 MB | 1 年前
    3
  • epub文档 Django 1.10.x Documentation

    Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t The package django.shortcuts collects helper functions and classes that “span” multiple levels of MVC. In other words, these functions/classes introduce controlled coupling for convenience’s sake. render() Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t
    0 码力 | 2538 页 | 2.59 MB | 1 年前
    3
  • epub文档 Django 2.1.x Documentation

    Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t The package django.shortcuts collects helper functions and classes that “span” multiple levels of MVC. In other words, these functions/classes introduce controlled coupling for convenience’s sake. render() Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t
    0 码力 | 2790 页 | 2.71 MB | 1 年前
    3
  • epub文档 Django 2.2.x Documentation

    licensed? Why does Django include Python’s license file? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t The package django.shortcuts collects helper functions and classes that “span” multiple levels of MVC. In other words, these functions/classes introduce controlled coupling for convenience’s sake. render() licensed? Why does Django include Python’s license file? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t
    0 码力 | 2915 页 | 2.83 MB | 1 年前
    3
  • epub文档 Django 2.0.x Documentation

    Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t The package django.shortcuts collects helper functions and classes that “span” multiple levels of MVC. In other words, these functions/classes introduce controlled coupling for convenience’s sake. render() Django stable? Does Django scale? Who’s behind this? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t
    0 码力 | 2746 页 | 2.67 MB | 1 年前
    3
  • pdf文档 Django、Vue 和Element UI 前后端原理论述

    HTTP 请求向后端发送数据请求,后端根据请求进行相应的数据处理,并 返回响应数据给前端。 前端接收到后端返回的数据,并根据数据更新页面展示,实现与用户的交互。 总体而言,这种前后端分离的开发模式有助于实现前后端开发的解耦,使得各自的 开发工作更加专注和高效。前端负责用户界面的呈现和交互,后端负责数据处理和业务 逻辑,通过 API 接口进行数据传输和交互,从而实现一个完整的 Web 应用。 安装依赖非常简单,只需要运行一个命令即可,而不需 要手动管理依赖的安装。 提供更友好的命令行界面:Pipenv 提供了一组易于使用的命令,使得包管理和虚拟 环境管理更加直观和简便。 支持开发模式:Pipenv 支持将项目的开发依赖和运行时依赖分开,这样可以减少项 目打包时的冗余依赖。 3、Django Rest Framework 介绍 Django Rest Framework(简称 小编通过两个简单的案例,进行介绍了Yaml在我们自动化测试过程中如何存储数据, 通过 Python 进行读取 Yaml 文件数据,以及在自动化测试过程中参数化的数据如何在 Yaml 文件中存储且如何通过运行参数化模式的自动化测试用例,文章知识点不是很多,但是 很容易进行掌握,主打的一个简单易懂,希望本篇文章对您有所帮助,感谢您的阅读。 拓展学习 [5] 人工智能深度学习全栈开发工程师 咨询:微信 atstudy-js
    0 码力 | 61 页 | 6.84 MB | 1 年前
    3
  • epub文档 Django 3.0.x Documentation

    licensed? Why does Django include Python’s license file? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t The package django.shortcuts collects helper functions and classes that “span” multiple levels of MVC. In other words, these functions/classes introduce controlled coupling for convenience’s sake. render() licensed? Why does Django include Python’s license file? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t
    0 码力 | 3085 页 | 2.95 MB | 1 年前
    3
  • epub文档 Django 4.2.x Documentation

    licensed? Why does Django include Python’s license file? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t The package django.shortcuts collects helper functions and classes that “span” multiple levels of MVC. In other words, these functions/classes introduce controlled coupling for convenience’s sake. render() licensed? Why does Django include Python’s license file? Which sites use Django? Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t
    0 码力 | 3305 页 | 3.16 MB | 1 年前
    3
共 32 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
Django官方教程翻译项目1.8Documentation1.111.102.12.22.0VueElementUI前后原理论述3.04.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩