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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(17)其他文档 其他(16)
 
本次搜索耗时 0.471 秒,为您找到相关结果约 33 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Django 官方教程翻译项目

    以获取更多信息。较新版本的 Python 内置一个轻量级的数据库 SQLite,所以你暂时不需要配置 数据库。 可以从 Python 官网或者系统的包管理工具获取到最新版的 Python。 Jython 上的 Django 如果你使用的是 Jython(一种 Java 平台的 Python 实现),你需要做一些额外的步骤。查看在 Jython 上运行 Django 获 取详细信息。 你可以在终端下输入命令 你可以在终端下输入命令 python 来验证是否已经安装 Python;你应该看到下面的信息: 1. Python 3.4.x 2. [GCC 4.x] on linux 3. Type "help", "copyright", "credits" or "license" for more information. 4. >>> 只有当你需要使用“大型”数据库例如 PostgreSQL、MySQL PostgreSQL、MySQL 或 Oracle 时,才需要这一步。若要 安装这样的数据库,请参考数据库安装信息。 快速安装指南 安装 Python 配置数据库 快速安装指南 - 13 - 本文档使用 书栈(BookStack.CN) 构建 如果你是从旧版本的 Django 升级安装,你将需要在安装新版本之前卸载旧版本的 Django。 你可以按下面三个简单的方式来安装 Django: 安装官方发布版本。对大多数用户来说这是最好的方式。
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Django、Vue 和Element UI 前后端原理论述

    的错误。 提高项目可移植性:将项目的依赖放在虚拟环境中,可以使得项目在不同的计算机 或服务器上都能轻松地部署和运行,而不需要担心依赖问题。 简化依赖管理:虚拟环境可以将项目所需的依赖以及其版本信息保存在一个文件中 (例如 Pipfile.lock),这样可以方便地重现项目的开发环境,使得依赖的安装和管理更加 简单和自动化。 2、Pipenv 介绍 Pipenv 是 Python 的一 安装项目依赖时,它会自动创建一个虚拟环境, 确保项目的依赖不会与其他项目冲突。 5 《51 测试天地》七十四 www.51testing.com 管理依赖:Pipenv 会自动地管理项目的依赖关系,并将依赖信息保存在 Pipfile 和 Pipfile.lock 文件中,这样可以确保项目在不同环境中安装相同的依赖版本。 简化依赖安装:使用 Pipenv 安装依赖非常简单,只需要运行一个命令即可,而不需 构建工具和其他相关资源。以下是 npm 在前端开发中的应用介绍: 依赖管理:npm 可以管理前端项目的依赖,开发者可以在项目的 package.json 文件中 声明项目所依赖的第三方模块和库,以及其版本信息。在安装项目时,运行 npm install 命令会自动从 npm 仓库下载并安装这些依赖,使得项目能够在开发和生产环境中正常运 行。 脚本执行:在 package.json 文件中,开发者可以定义各种自定义的脚本命令,比如启
    0 码力 | 61 页 | 6.84 MB | 1 年前
    3
  • pdf文档 Django 1.8.x Documentation

    follow, secure and extra arguments act the same as for Client.get(). trace(path, follow=False, secure=False, **extra) Makes a TRACE request on the provided path and returns a Response object. Useful for data is not provided as a keyword parameter in order to comply with RFC 2616, which mandates that TRACE requests should not have an entity-body. The follow, secure, and extra arguments act the same as • It only has access to the HTTP methods get(), post(), put(), delete(), head(), options(), and trace(). • These methods accept all the same arguments except for follow. Since this is just a factory
    0 码力 | 1685 页 | 6.01 MB | 1 年前
    3
  • epub文档 Django 1.8.x Documentation

    follow, secure and extra arguments act the same as for Client.get(). trace(path, follow=False, secure=False, **extra) Makes a TRACE request on the provided path and returns a Response object. Useful for data is not provided as a keyword parameter in order to comply with RFC 2616, which mandates that TRACE requests should not have an entity-body. The follow, secure, and extra arguments act the same as API: It only has access to the HTTP methods get(), post(), put(), delete(), head(), options(), and trace(). These methods accept all the same arguments except for follow. Since this is just a factory for
    0 码力 | 2454 页 | 2.85 MB | 1 年前
    3
  • pdf文档 Django 2.1.x Documentation

    follow, secure and extra arguments act the same as for Client.get(). trace(path, follow=False, secure=False, **extra) Makes a TRACE request on the provided path and returns a Response object. Useful for provided as a keyword parameter in order to comply with RFC 7231#section-4.3.8, which mandates that TRACE requests must not have a body. The follow, secure, and extra arguments act the same as for Client • It only has access to the HTTP methods get(), post(), put(), delete(), head(), options(), and trace(). • These methods accept all the same arguments except for follow. Since this is just a factory
    0 码力 | 1910 页 | 6.49 MB | 1 年前
    3
  • pdf文档 Django 1.11.x Documentation

    follow, secure and extra arguments act the same as for Client.get(). trace(path, follow=False, secure=False, **extra) Makes a TRACE request on the provided path and returns a Response object. Useful for provided as a keyword parameter in order to comply with RFC 7231#section-4.3.8, which mandates that TRACE requests must not have a body. The follow, secure, and extra arguments act the same as for Client • It only has access to the HTTP methods get(), post(), put(), delete(), head(), options(), and trace(). • These methods accept all the same arguments except for follow. Since this is just a factory
    0 码力 | 1878 页 | 6.40 MB | 1 年前
    3
  • epub文档 Django 1.11.x Documentation

    follow, secure and extra arguments act the same as for Client.get(). trace(path, follow=False, secure=False, **extra) Makes a TRACE request on the provided path and returns a Response object. Useful for provided as a keyword parameter in order to comply with RFC 7231#section-4.3.8, which mandates that TRACE requests must not have a body. The follow, secure, and extra arguments act the same as for Client API: It only has access to the HTTP methods get(), post(), put(), delete(), head(), options(), and trace(). These methods accept all the same arguments except for follow. Since this is just a factory for
    0 码力 | 2747 页 | 2.67 MB | 1 年前
    3
  • epub文档 Django 2.1.x Documentation

    follow, secure and extra arguments act the same as for Client.get(). trace(path, follow=False, secure=False, **extra) Makes a TRACE request on the provided path and returns a Response object. Useful for provided as a keyword parameter in order to comply with RFC 7231#section-4.3.8, which mandates that TRACE requests must not have a body. The follow, secure, and extra arguments act the same as for Client API: It only has access to the HTTP methods get(), post(), put(), delete(), head(), options(), and trace(). These methods accept all the same arguments except for follow. Since this is just a factory for
    0 码力 | 2790 页 | 2.71 MB | 1 年前
    3
  • pdf文档 Django 2.0.x Documentation

    follow, secure and extra arguments act the same as for Client.get(). trace(path, follow=False, secure=False, **extra) Makes a TRACE request on the provided path and returns a Response object. Useful for provided as a keyword parameter in order to comply with RFC 7231#section-4.3.8, which mandates that TRACE requests must not have a body. The follow, secure, and extra arguments act the same as for Client • It only has access to the HTTP methods get(), post(), put(), delete(), head(), options(), and trace(). • These methods accept all the same arguments except for follow. Since this is just a factory
    0 码力 | 1880 页 | 6.41 MB | 1 年前
    3
  • epub文档 Django 2.2.x Documentation

    follow, secure and extra arguments act the same as for Client.get(). trace(path, follow=False, secure=False, **extra) Makes a TRACE request on the provided path and returns a Response object. Useful for provided as a keyword parameter in order to comply with RFC 7231#section-4.3.8, which mandates that TRACE requests must not have a body. The follow, secure, and extra arguments act the same as for Client API: It only has access to the HTTP methods get(), post(), put(), delete(), head(), options(), and trace(). These methods accept all the same arguments except for follow. Since this is just a factory for
    0 码力 | 2915 页 | 2.83 MB | 1 年前
    3
共 33 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
Django官方教程翻译项目VueElementUI前后原理论述1.8Documentation2.11.112.02.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩