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

无数据

分类

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

语言

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

格式

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

    自动生成单元测试用例。 12 《51 测试天地》七十四 www.51testing.com 这个功能有没有很惊艳?快速生成单元测试用例?——不是问题;生成高覆盖率的 单元测试用例?——不是问题;生成不同语言的单元测试用?——不是问题。 1) 首先,让我们来看看,如何生成基本的单元测试用例 如下图所示,选中代码,点击 Bito 面板的”generate unit tests”即可。然后,将生成 的单元测试用例粘贴到单元测试脚本中即可。 的单元测试用例粘贴到单元测试脚本中即可。 值得注意的是:Bito 生成的单元测试用例,不仅包含了正向用例(即,正常用例), 还包含了反向用例(即,异常用例)。这点的确是初始没预料到的。 2) 其次,聊聊如何生成不同语言的测试用例 可能最直白的答案就是:java 代码生成 java 用例咯,python 代码生成 python 用例咯。 这句话,没毛病。但是!我就不能用 java 代码生成指定 python 代码的用例吗?答案 板(https://prompthub.bito.ai/)。如下图所示,是 prompthub 提供的一个 bug 检测和修正模 板。 通过自定义的 prompt 模板,即可完成跨语言的用例编写。如下图所示,是使用 java 语言生成的、针对 python 代码的单元测试用例。 14 《51 测试天地》七十四 www.51testing.com 3) 再聊聊如何提高单元测试用例覆盖率 经常,Bito
    0 码力 | 61 页 | 6.84 MB | 1 年前
    3
  • pdf文档 Django 官方教程翻译项目

    “/admin/” 目录,比如 “http://127.0.0.1:8000/admin” 。你应该会看见管理员登录界面: 因为 翻译功能默认是开着的,所以登录界面可能会使用你的语言,取决于你的浏览器设置和是否 Django 已被翻译成你的语言。 现在,试着使用你在上一步中创建的超级用户来登录。然后你将会看到 Django 管理页面的索引 页: 启动用于开发的服务器 进入管理页面 创建你的第一个 Django 属性来设置自定义标题会更简单。 模板文件里含有很多像 {% block branding %} 和 {{ title }} 这样的文本。{% 和 {{ 标 签是 Django 模板语言的一部分。当 Django 渲染 admin/base_site.html 时,模板语言将会 被执行,执行的结果是产生一个 HTML 文档。就像 教程第三部分(zh)看到的那样。 Django 管理界面的所有默认模板都能够被覆盖。如果你想覆盖它们的话,就像你覆盖
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Django CMS 2.1.x Documentation

    whatever you please there, then press the “Save” button. Go back to your website using the top right-hand “View on site” button. That’s it! Where to go from here Congratulations, you now have a fully functional it anyway. This allows you to change a lot of pages for a new version of the site, for example, and go live with all the changes at the same time. CMS_SHOW_START_DATE & CMS_SHOW_END_DATE Default: False small class telling the CMS how to include that app. CMS Apps live in a file called cms_app.py, so go ahead and create that to make your polls app look like this: polls/ __init__.py cms_app.py cms_plugins
    0 码力 | 63 页 | 485.38 KB | 6 月前
    3
  • epub文档 Django CMS 2.1.x Documentation

    whatever you please there, then press the “Save” button. Go back to your website using the top right-hand “View on site” button. That’s it! 2.3.4. Where to go from here Congratulations, you now have a fully it anyway. This allows you to change a lot of pages for a new version of the site, for example, and go live with all the changes at the same time. 4.6.3. CMS_SHOW_START_DATE & CMS_SHOW_END_DATE Default: small class telling the CMS how to include that app. CMS Apps live in a file called cms_app.py, so go ahead and create that to make your polls app look like this: polls/ __init__.py cms_app.py
    0 码力 | 81 页 | 554.09 KB | 6 月前
    3
  • epub文档 Django 1.8.x Documentation

    variable available to all my templates? FAQ: Getting Help How do I do X? Why doesn’t Y work? Where can I go to get help? Why hasn’t my message appeared on django-users? Nobody on django-users answered my question you start the development server like so: $ python manage.py runserver Now, open a Web browser and go to “/admin/” on your local domain – e.g., http://127.0.0.1:8000/admin/. You should see the admin’s the older tutorial or the newer Django version. You have now wired an index view into the URLconf. Go to http://localhost:8000/polls/ in your browser, and you should see the text “Hello, world. You’re
    0 码力 | 2454 页 | 2.85 MB | 1 年前
    3
  • pdf文档 Django CMS 2.3.x Documentation

    type in some text and then press the “Save” button. Go back to your website using the top right-hand “View on site” button. That’s it! Where to go from here Congratulations, you now have a fully functional named WYM_* that correspond to the wym config- uration. The simplest way to get started with this is to go to cms/plugins/text/settings.py and copy over the WYM_* variables and you will realize they match one it anyway. This allows you to change a lot of pages for a new version of the site, for example, and go live with all the changes at the same time. Note: When switching this value to True on an existing
    0 码力 | 92 页 | 666.41 KB | 6 月前
    3
  • epub文档 Django 1.10.x Documentation

    variable available to all my templates? FAQ: Getting Help How do I do X? Why doesn’t Y work? Where can I go to get help? Why hasn’t my message appeared on django-users? Nobody on django-users answered my question into the URLconf. Lets verify it’s working, run the following command: $ python manage.py runserver Go to http://localhost:8000/polls/ in your browser, and you should see the text “Hello, world. You’re server is not running start it like so: $ python manage.py runserver Now, open a Web browser and go to “/admin/” on your local domain – e.g., http://127.0.0.1:8000/admin/. You should see the admin’s
    0 码力 | 2538 页 | 2.59 MB | 1 年前
    3
  • pdf文档 Django 1.8.x Documentation

    you start the development server like so: $ python manage.py runserver Now, open a Web browser and go to “/admin/” on your local domain – e.g., http://127.0.0.1:8000/admin/. You should see the admin’s the older tutorial or the newer Django version. You have now wired an index view into the URLconf. Go to http://localhost:8000/polls/ in your browser, and you should see the text “Hello, world. You’re %} template tag? The answer is to add namespaces to your root URLconf. In the mysite/urls.py file, go ahead and change it to include namespacing: mysite/urls.py from django.conf.urls import include,
    0 码力 | 1685 页 | 6.01 MB | 1 年前
    3
  • epub文档 Django 1.11.x Documentation

    variable available to all my templates? FAQ: Getting Help How do I do X? Why doesn’t Y work? Where can I go to get help? Why hasn’t my message appeared on django-users? Nobody on django-users answered my question into the URLconf. Lets verify it’s working, run the following command: $ python manage.py runserver Go to http://localhost:8000/polls/ in your browser, and you should see the text “Hello, world. You’re server is not running start it like so: $ python manage.py runserver Now, open a Web browser and go to “/admin/” on your local domain – e.g., http://127.0.0.1:8000/admin/. You should see the admin’s
    0 码力 | 2747 页 | 2.67 MB | 1 年前
    3
  • pdf文档 Django 1.10.x Documentation

    into the URLconf. Lets verify it’s working, run the following command: $ python manage.py runserver Go to http://localhost:8000/polls/ in your browser, and you should see the text “Hello, world. You’re server is not running start it like so: $ python manage.py runserver Now, open a Web browser and go to “/admin/” on your local domain – e.g., http://127.0.0.1:8000/admin/. You should see the admin’s 10.9.dev20171123183751 The answer is to add namespaces to your URLconf. In the polls/urls.py file, go ahead and add an app_name to set the application namespace: polls/urls.py from django.conf.urls import
    0 码力 | 1817 页 | 6.19 MB | 1 年前
    3
共 55 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
DjangoVueElementUI前后原理论述官方教程翻译项目CMS2.1Documentation1.82.31.101.11
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩