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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(26)其他文档 其他(23)
 
本次搜索耗时 0.074 秒,为您找到相关结果约 49 个.
  • 全部
  • 后端开发
  • 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
  • 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 cms 3.3.x Documentation

    PollToolbar(CMSToolbar): supported_apps = ( 'polls', 'polls_cms_integration', ) watch_models = [Poll] def populate(self): if not self.is_current_app: return cms_toolbars.py is in the polls_cms_integration application) we need to specify both explicitly. watch_models allows the frontend editor to redirect the user to the model instance get_absolute_url whenever viewing a blog entry, and the toolbar allows the blog slug or URL to be edited. The toolbar will watch the django.contrib.admin.models.LogEntry model and detect if you create or edit an object in the admin
    0 码力 | 386 页 | 1.56 MB | 1 年前
    3
  • epub文档 django cms 3.4.x Documentation

    PollToolbar(CMSToolbar): supported_apps = ( 'polls', 'polls_cms_integration', ) watch_models = [Poll] def populate(self): if not self.is_current_app: return cms_toolbars.py is in the polls_cms_integration application) we need to specify both explicitly. watch_models allows the frontend editor to redirect the user to the model instance get_absolute_url whenever viewing a blog entry, and the toolbar allows the blog slug or URL to be edited. The toolbar will watch the django.contrib.admin.models.LogEntry model and detect if you create or edit an object in the admin
    0 码力 | 395 页 | 1.64 MB | 1 年前
    3
  • epub文档 django cms 3.5.x Documentation

    PollToolbar(CMSToolbar): supported_apps = ( 'polls', 'polls_cms_integration', ) watch_models = [Poll] def populate(self): if not self.is_current_app: return cms_toolbars.py is in the polls_cms_integration application) we need to specify both explicitly. watch_models allows the frontend editor to redirect the user to the model instance get_absolute_url whenever viewing a blog entry, and the toolbar allows the blog slug or URL to be edited. The toolbar will watch the django.contrib.admin.models.LogEntry model and detect if you create or edit an object in the admin
    0 码力 | 403 页 | 1.69 MB | 1 年前
    3
  • pdf文档 django cms 3.6.x Documentation

    want to watch for object creation or editing of models and redirect after they have been added or changed add a watch_models attribute to your toolbar. Example: class PollToolbar(CMSToolbar): watch_models Smaller devices such as most phones are too small to be adequately usable. For example, your Apple Watch is sadly unlikely to provide a very good django CMS editing experience. Older devices will often edit_mode_active() Property; returns True if the content or structure board editing modes are active. watch_models() Property; a list of models that the toolbar watches for URL changes, so it can redirect
    0 码力 | 278 页 | 1.63 MB | 1 年前
    3
  • pdf文档 django cms 3.10.x Documentation

    want to watch for object creation or editing of models and redirect after they have been added or changed add a watch_models attribute to your toolbar. Example: class PollToolbar(CMSToolbar): watch_models edit_mode_active() Property; returns True if the content or structure board editing modes are active. watch_models() Property; a list of models that the toolbar watches for URL changes, so it can redirect Smaller devices such as most phones are too small to be adequately usable. For example, your Apple Watch is sadly unlikely to provide a very good django CMS editing experience. Older devices will often
    0 码力 | 296 页 | 1.79 MB | 1 年前
    3
  • epub文档 django cms 3.7.x Documentation

    Detecting URL changes to an object If you want to watch for object creation or editing of models and redirect after they have been added or changed add a watch_models attribute to your toolbar. Example: class class PollToolbar(CMSToolbar): watch_models = [Poll] def populate(self): ... After you add this every change to an instance of Poll via sideframe or modal window will trigger a redirect edit_mode_active() Property; returns True if the content or structure board editing modes are active. watch_models() Property; a list of models that the toolbar watches for URL changes, so it can redirect
    0 码力 | 409 页 | 1.67 MB | 1 年前
    3
  • epub文档 Django CMS 3.9.x Documentation

    to watch for object creation or editing of models and redirect after they have been added or changed add a watch_models attribute to your toolbar. Example: class PollToolbar(CMSToolbar): watch_models edit_mode_active() Property; returns True if the content or structure board editing modes are active. watch_models() Property; a list of models that the toolbar watches for URL changes, so it can redirect to Smaller devices such as most phones are too small to be adequately usable. For example, your Apple Watch is sadly unlikely to provide a very good django CMS editing experience. Older devices will often lack
    0 码力 | 417 页 | 1.68 MB | 6 月前
    3
  • epub文档 Django CMS 3.8.x Documentation

    to watch for object creation or editing of models and redirect after they have been added or changed add a watch_models attribute to your toolbar. Example: class PollToolbar(CMSToolbar): watch_models edit_mode_active() Property; returns True if the content or structure board editing modes are active. watch_models() Property; a list of models that the toolbar watches for URL changes, so it can redirect to Smaller devices such as most phones are too small to be adequately usable. For example, your Apple Watch is sadly unlikely to provide a very good django CMS editing experience. Older devices will often lack
    0 码力 | 413 页 | 1.67 MB | 6 月前
    3
共 49 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
Django官方教程翻译项目VueElementUI前后原理论述djangocms3.3Documentation3.43.53.63.103.7CMS3.93.8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩