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

无数据

分类

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

语言

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

格式

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

    这是一篇你真正开始前需要查阅的文章。 本文介绍了前后端工作原理,前后端搭建的流程、搭建过程中需要用到的技术以及 开发环境版本。 一、前后端如何工作 Django、Vue 和 Element UI 前后 端原理论述  作者:M&T. 2 《51 测试天地》七十四 www.51testing.com 后端开发(Django+Rest Framework+MySQL): Django 是一个关系型数据库,用于存储后端的数据。 前端开发(Vue+Element UI): Vue 是一种现代的 JavaScript 框架,用于构建用户界面。Vue 提供了丰富的组件和模 块,可以帮助开发者构建交互式的单页面应用(SPA)。 Element UI 是一个基于 Vue 的 UI 组件库,提供了丰富的预定义组件,用于快速搭建 美观的用户界面。 前后端交互: 后端通过 Django Rest Framework 请求向后端发送数据请求,后端根据请求进行相应的数据处理,并 返回响应数据给前端。 前端接收到后端返回的数据,并根据数据更新页面展示,实现与用户的交互。 总体而言,这种前后端分离的开发模式有助于实现前后端开发的解耦,使得各自的 开发工作更加专注和高效。前端负责用户界面的呈现和交互,后端负责数据处理和业务 逻辑,通过 API 接口进行数据传输和交互,从而实现一个完整的 Web 应用。 3 《51
    0 码力 | 61 页 | 6.84 MB | 1 年前
    3
  • pdf文档 Django 官方教程翻译项目

    动态生成的管理页面:并非徒有其表 初识 Django - 8 - 本文档使用 书栈(BookStack.CN) 构建 当你的模型完成定义,Django 就会自动生成一个专业的生产级管理页面 - 一个可以让已认证用户 进行添加、更改和删除对象的 Web 站点。你只需简单的在 admin 站点上注册你的模型即可。 1. # mysite/news/models.py 2. 3. from django.db site.register(models.Article) 这样设计所遵循的理念是,站点编辑人员可以是你的员工、你的客户、或者就是你自己——而你大概不 会乐意去废半天劲创建一个只有内容管理功能的后台管理界面。 创建 Django 应用的典型流程是:先建立数据模型,然后搭建管理站点,尽可能快的跑起来。那样 你的团队(或者客户)就可以向网站里填充数据了。后面我们会谈到如何展示这些数据。 简洁优雅的 URL +)/$', views.article_detail), 11. ] 上面的代码将 URL 的正则表达式映射到 views 里的回调函数。正则表达式通过括号来提取 URL 中的参数值。当一个用户请求页面时,Django 会顺序遍历这些匹配模式,直至模式和请求的 URL 成功匹配。(如果全部模式都无法匹配,Django 会返回一个404视图。)这个过程会在瞬间完成, 因为这些正则表达式在启动时就被编译了。
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Django CMS 3.0.x Documentation

    Screenshots are not in sync with the 3.0 UI at the moment, they will be updated once the new UI will be finalized; for the same reason, you’ll find minor difference in the UI description. Quickstart You need to plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with lists describing Fixes an issue with placeholderadmin permissions • Numerous fixes for minor issues with the frontend UI • Fixes issue where the CMS would not reload pages properly if the URL contained a # symbol • Fixes
    0 码力 | 180 页 | 1.56 MB | 6 月前
    3
  • epub文档 django cms 3.3.x Documentation

    plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with lists Selenium) Added the ability to declare cache expiration periods on a per-plugin basis Improved UI of page tree Improved UI in various minor ways Added a new setting CMS_INTERNAL_IPS for defining a set of IP addresses Add Django and Python versions to debug bar info tooltip Bug Fixes Fix an issue with refreshing the UI when switching CMS language. Fix an issue with sideframe urls not being remembered after reload. Fix
    0 码力 | 386 页 | 1.56 MB | 1 年前
    3
  • epub文档 django cms 3.4.x Documentation

    plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with lists Selenium) Added the ability to declare cache expiration periods on a per-plugin basis Improved UI of page tree Improved UI in various minor ways Added a new setting CMS_INTERNAL_IPS for defining a set of IP addresses Add Django and Python versions to debug bar info tooltip Bug Fixes Fix an issue with refreshing the UI when switching CMS language. Fix an issue with sideframe urls not being remembered after reload. Fix
    0 码力 | 395 页 | 1.64 MB | 1 年前
    3
  • pdf文档 django cms 3.6.x Documentation

    plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with lists describing Added the ability to declare cache expiration periods on a per-plugin basis • Improved UI of page tree • Improved UI in various minor ways • Added a new setting CMS_INTERNAL_IPS for defining a set of IP Django and Python versions to debug bar info tooltip Bug Fixes • Fix an issue with refreshing the UI when switching CMS language. • Fix an issue with sideframe urls not being remembered after reload
    0 码力 | 278 页 | 1.63 MB | 1 年前
    3
  • pdf文档 django cms 3.10.x Documentation

    plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with lists describing Added the ability to declare cache expiration periods on a per-plugin basis • Improved UI of page tree • Improved UI in various minor ways • Added a new setting CMS_INTERNAL_IPS for defining a set of IP Django and Python versions to debug bar info tooltip Bug Fixes • Fix an issue with refreshing the UI when switching CMS language. • Fix an issue with sideframe urls not being remembered after reload
    0 码力 | 296 页 | 1.79 MB | 1 年前
    3
  • epub文档 django cms 3.5.x Documentation

    plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with lists Selenium) Added the ability to declare cache expiration periods on a per-plugin basis Improved UI of page tree Improved UI in various minor ways Added a new setting CMS_INTERNAL_IPS for defining a set of IP addresses Add Django and Python versions to debug bar info tooltip Bug Fixes Fix an issue with refreshing the UI when switching CMS language. Fix an issue with sideframe urls not being remembered after reload. Fix
    0 码力 | 403 页 | 1.69 MB | 1 年前
    3
  • epub文档 django cms 3.7.x Documentation

    plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with lists Selenium) Added the ability to declare cache expiration periods on a per-plugin basis Improved UI of page tree Improved UI in various minor ways Added a new setting CMS_INTERNAL_IPS for defining a set of IP addresses Add Django and Python versions to debug bar info tooltip Bug Fixes Fix an issue with refreshing the UI when switching CMS language. Fix an issue with sideframe urls not being remembered after reload. Fix
    0 码力 | 409 页 | 1.67 MB | 1 年前
    3
  • epub文档 Django CMS 3.9.x Documentation

    plugins and custom module names to group plugin in the toolbar UI. plugin_labels A dictionary of plugins and custom labels to show in the toolbar UI. child_classes A dictionary of plugin names with lists describing Selenium) Added the ability to declare cache expiration periods on a per-plugin basis Improved UI of page tree Improved UI in various minor ways Added a new setting CMS_INTERNAL_IPS for defining a set of IP addresses Add Django and Python versions to debug bar info tooltip Bug Fixes Fix an issue with refreshing the UI when switching CMS language. Fix an issue with sideframe urls not being remembered after reload. Fix
    0 码力 | 417 页 | 1.68 MB | 6 月前
    3
共 52 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
DjangoVueElementUI前后原理论述官方教程翻译项目CMS3.0Documentationdjangocms3.33.43.63.103.53.73.9
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩