Django、Vue 和Element UI 前后端原理论述1 《51 测试天地》七十四 www.51testing.com 这是一篇什么文章? 一篇你对测试开发工作感兴趣,想了解系统工作逻辑的文章。 一篇是你在开始动手搭建环境前需要了解各工具原理的文章。 这是一篇你真正开始前需要查阅的文章。 本文介绍了前后端工作原理,前后端搭建的流程、搭建过程中需要用到的技术以及 开发环境版本。 一、前后端如何工作 Django、Vue 和 Element Element UI 前后 端原理论述 作者:M&T. 2 《51 测试天地》七十四 www.51testing.com 后端开发(Django+Rest Framework+MySQL): Django 负责处理 HTTP 请求和响应,以及 URL 路由的配置。它接收来自前端的 HTTP 请求,并根据 URL 将请求分发给相应的视图函数进行处理。 Rest Framework 是 Django MySQL 是一个关系型数据库,用于存储后端的数据。 前端开发(Vue+Element UI): Vue 是一种现代的 JavaScript 框架,用于构建用户界面。Vue 提供了丰富的组件和模 块,可以帮助开发者构建交互式的单页面应用(SPA)。 Element UI 是一个基于 Vue 的 UI 组件库,提供了丰富的预定义组件,用于快速搭建 美观的用户界面。 前后端交互: 后端通过0 码力 | 61 页 | 6.84 MB | 1 年前3
Django 官方教程翻译项目否正常工作的话,你可以暂时把下面这段输进去: 1. 2. 3. {{ question }} 这样你就能测试了。 抛出 404 错误 一个快捷函数:get_object_of_404() 创建你的第一个 Django 项目, 第三部分 - 42 - 本文档使用 书栈(BookStack.CN) 构建 教程第五部分(zh) 来了解如何测试我们的投票 应用。 创建你的第一个 Django 项目, 第四部分 - 52 - 本文档使用 书栈(BookStack.CN) 构建 创建你的第一个 Django 项目, 第五部分 创建你的第一个 Django 项目, 第五部分 自动化测试简介 自动化测试是什么? 为什么你需要写测试 测试将节约你的时间 测试不仅能发现错误,而且能预防错误 测试使你的代码更有吸引力 测试使你的代码更有吸引力 测试有利于团队协作 基本测试策略 第一个测试 首先得有个 Bug 写个测试来发现 Bug 运行测试 修复 Bug 更全面的测试 测试视图 针对视图的测试 Django 测试工具之 Client 改善视图代码 测试新视图 测试 DetailView 更多的测试 测试那是越多越好 进一步测试 然后呢? 这一篇从 第四部分(zh)结尾的地方继续讲起。我们在前几章成功的构建了一个在线投票应用,本0 码力 | 103 页 | 1.86 MB | 1 年前3
Django CMS 3.0.x DocumentationScreenshots 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 • Fixes0 码力 | 180 页 | 1.56 MB | 6 月前3
django cms 3.3.x Documentationplugins 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. Fix0 码力 | 386 页 | 1.56 MB | 1 年前3
django cms 3.4.x Documentationplugins 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. Fix0 码力 | 395 页 | 1.64 MB | 1 年前3
django cms 3.6.x Documentationplugins 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 reload0 码力 | 278 页 | 1.63 MB | 1 年前3
django cms 3.10.x Documentationplugins 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 reload0 码力 | 296 页 | 1.79 MB | 1 年前3
django cms 3.5.x Documentationplugins 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. Fix0 码力 | 403 页 | 1.69 MB | 1 年前3
django cms 3.7.x Documentationplugins 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. Fix0 码力 | 409 页 | 1.67 MB | 1 年前3
Django CMS 3.9.x Documentationplugins 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. Fix0 码力 | 417 页 | 1.68 MB | 6 月前3
共 52 条
- 1
- 2
- 3
- 4
- 5
- 6













