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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(23)其他文档 其他(20)
 
本次搜索耗时 0.638 秒,为您找到相关结果约 43 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Django、Vue 和Element UI 前后端原理论述

    是 Django 的扩展,用于快速构建 RESTful API 接口。通过 Rest Framework,可以定义 API 视图和序列化器,实现数据的序列化和反序列化,从而方便地 与前端进行数据交互。 MySQL 是一个关系型数据库,用于存储后端的数据。 前端开发(Vue+Element UI): Vue 是一种现代的 JavaScript 框架,用于构建用户界面。Vue 提供了丰富的组件和模 前端通过 HTTP 请求向后端发送数据请求,后端根据请求进行相应的数据处理,并 返回响应数据给前端。 前端接收到后端返回的数据,并根据数据更新页面展示,实现与用户的交互。 总体而言,这种前后端分离的开发模式有助于实现前后端开发的解耦,使得各自的 开发工作更加专注和高效。前端负责用户界面的呈现和交互,后端负责数据处理和业务 逻辑,通过 API 接口进行数据传输和交互,从而实现一个完整的 Web 51testing.com 二、搭建流程 2.1 后端搭建流程 安装相关包->创建工程->后端依赖(pipenv)创建虚拟环境->后端服务配置启动->后 端创建子应用->后端 Rest Framework->数据库配置 简要说明: 安装相关包:在开始之前,首先需要安装 Python 和 pip,然后安装 Django 等相关包, 可以使用 pip 命令来安装。 创建工程:使用 Django 的命令行工具创建
    0 码力 | 61 页 | 6.84 MB | 1 年前
    3
  • pdf文档 Django 官方教程翻译项目

    内容简要介绍了如何使用 Django 实现一个数据库驱动的 Web 应用。 为了让您充分理解 Django 的工作原理,这份文档为您详细描述了相关的技术细节,不过这并不是 一份入门教程或者是参考文档(我们当然也为您准备了这些)。如果您想要马上开始一个项目,可以 从 实例教程(zh)开始入手,或者直接开始阅读详细的参考文档。 Django 无需数据库就可以使用,它提供了对象关系映射器(ORM)。通过此技术,你可以使用 。通过此技术,你可以使用 Python 代码来描述数据库结构。 数据模型语法提供了很多方法来描述你的数据,这解决了多年来在数据库模式中的难题。以下是一个 简明的例子: 1. # mysite/news/models.py 2. 3. from django.db import models 4. 5. class Reporter(models.Model): 6. full_name headline 然后,运行 Django 命令行工具来创建数据库表。 1. $ python manage.py migrate migrate 命令会查找所有可用的模型,如果数据库中没有与之对应的表,则会为其自动创建。 Django 也提供了其他更丰富的控制方式。 接下来,你就可以使用一套便捷而丰富的 Python API 用于访问你的数据。这些 API 是自动即时 创建的,你不用编写其他任何代码。
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • epub文档 Django 5.1 Documentation

    possible to store JSON scalar null instead of SQL NULL by using Value(None, JSONField()). Whichever of the values is stored, when retrieved from the database, the Python representation of the JSON scalar null org/3/library/stdtypes.html#dict], it will always be interpreted as JSON null. When querying, None value will always be interpreted as JSON null. To query for SQL NULL, use isnull: >>> Dog.objects.create(name="Max" data=None) # SQL NULL. >>> Dog.objects.create(name="Archie", data=Value(None, JSONField())) # JSON null. >>> Dog.objects.filter(data=None) ]> >>> Dog.objects
    0 码力 | 3513 页 | 3.17 MB | 1 年前
    3
  • epub文档 Django 5.1.2 Documentation

    possible to store JSON scalar null instead of SQL NULL by using Value(None, JSONField()). Whichever of the values is stored, when retrieved from the database, the Python representation of the JSON scalar null org/3/library/stdtypes.html#dict], it will always be interpreted as JSON null. When querying, None value will always be interpreted as JSON null. To query for SQL NULL, use isnull: >>> Dog.objects.create(name="Max" data=None) # SQL NULL. >>> Dog.objects.create(name="Archie", data=Value(None, JSONField())) # JSON null. >>> Dog.objects.filter(data=None) ]> >>> Dog.objects
    0 码力 | 3519 页 | 3.17 MB | 1 年前
    3
  • epub文档 Django 5.0.x Documentation

    possible to store JSON scalar null instead of SQL NULL by using Value(None, JSONField()). Whichever of the values is stored, when retrieved from the database, the Python representation of the JSON scalar null org/3/library/stdtypes.html#dict], it will always be interpreted as JSON null. When querying, None value will always be interpreted as JSON null. To query for SQL NULL, use isnull: >>> Dog.objects.create(name="Max" data=None) # SQL NULL. >>> Dog.objects.create(name="Archie", data=Value(None, JSONField())) # JSON null. >>> Dog.objects.filter(data=None) ]> >>> Dog.objects
    0 码力 | 3407 页 | 3.21 MB | 1 年前
    3
  • epub文档 Django 4.2.x Documentation

    possible to store JSON scalar null instead of SQL NULL by using Value(None, JSONField()). Whichever of the values is stored, when retrieved from the database, the Python representation of the JSON scalar null None is inside a list or dict, it will always be interpreted as JSON null. When querying, None value will always be interpreted as JSON null. To query for SQL NULL, use isnull: >>> Dog.objects.create(name="Max" data=None) # SQL NULL. >>> Dog.objects.create(name="Archie", data=Value(None, JSONField())) # JSON null. >>> Dog.objects.filter(data=None) ]> >>> Dog.objects.
    0 码力 | 3305 页 | 3.16 MB | 1 年前
    3
  • epub文档 Django 4.1.x Documentation

    possible to store JSON scalar null instead of SQL NULL by using Value('null'). Whichever of the values is stored, when retrieved from the database, the Python representation of the JSON scalar null is the None is inside a list or dict, it will always be interpreted as JSON null. When querying, None value will always be interpreted as JSON null. To query for SQL NULL, use isnull: >>> Dog.objects.create(name='Max' create(name='Max', data=None) # SQL NULL. >>> Dog.objects.create(name='Archie', data=Value('null')) # JSON null. >>> Dog.objects.filter(data=None) ]> >>> Dog.objects.
    0 码力 | 3240 页 | 3.13 MB | 1 年前
    3
  • pdf文档 Django 3.2.x Documentation

    possible to store JSON scalar null instead of SQL NULL by using Value('null'). Whichever of the values is stored, when retrieved from the database, the Python representation of the JSON scalar null is the None is inside a list or dict, it will always be interpreted as JSON null. When querying, None value will always be interpreted as JSON null. To query for SQL NULL, use isnull: >>> Dog.objects.create(name='Max' create(name='Max', data=None) # SQL NULL. >>> Dog.objects.create(name='Archie', data=Value('null')) # JSON null. >>> Dog.objects.filter(data=None) ]> >>> Dog.objects
    0 码力 | 2199 页 | 7.89 MB | 1 年前
    3
  • epub文档 Django 3.2.x Documentation

    possible to store JSON scalar null instead of SQL NULL by using Value('null'). Whichever of the values is stored, when retrieved from the database, the Python representation of the JSON scalar null is the None is inside a list or dict, it will always be interpreted as JSON null. When querying, None value will always be interpreted as JSON null. To query for SQL NULL, use isnull: >>> Dog.objects.create(name='Max' create(name='Max', data=None) # SQL NULL. >>> Dog.objects.create(name='Archie', data=Value('null')) # JSON null. >>> Dog.objects.filter(data=None) ]> >>> Dog.objects.
    0 码力 | 3121 页 | 3.08 MB | 1 年前
    3
  • pdf文档 Django 4.0.x Documentation

    possible to store JSON scalar null instead of SQL NULL by using Value('null'). Whichever of the values is stored, when retrieved from the database, the Python representation of the JSON scalar null is the None is inside a list or dict, it will always be interpreted as JSON null. When querying, None value will always be interpreted as JSON null. To query for SQL NULL, use isnull: 122 Chapter 3. Using Django create(name='Max', data=None) # SQL NULL. >>> Dog.objects.create(name='Archie', data=Value('null')) # JSON null. >>> Dog.objects.filter(data=None) ]> >>> Dog.objects
    0 码力 | 2248 页 | 7.90 MB | 1 年前
    3
共 43 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
DjangoVueElementUI前后原理论述官方教程翻译项目5.1Documentation5.04.24.13.24.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩