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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(48)其他文档 其他(18)
 
本次搜索耗时 0.258 秒,为您找到相关结果约 66 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Django Q Documentation Release 0.7.11

    0 码力 | 72 页 | 526.88 KB | 1 年前
    3
  • pdf文档 Django Q Documentation Release 0.7.11

    repetitive short running tasks, while no affinity benefits longer running tasks. 1.2. Configuration 11 Django Q Documentation, Release 0.7.11 Note: The cpu_affinity setting requires the optional psutil
    0 码力 | 54 页 | 412.45 KB | 1 年前
    3
  • pdf文档 Django 官方教程翻译项目

    [==========] 100/100 10. Advanced tutorial: How to write reusable apps [==========] 100/100 11. What to read next [==========] 100/100 12. Writing your first patch for def __str__(self): # Python 2 下请使用 __unicode__ 9. return self.full_name 10. 11. class Article(models.Model): 12. pub_date = models.DateField() 13. headline = models.Ch 6. 7. 8. # 创建一个 Reporter 对象。 9. >>> r = Reporter(full_name='John Smith') 10. 11. # 将对象保存到数据库。save()方法需要被显式调用。 12. >>> r.save() 13. 14. # 现在它有了id。 15. >>> r.id 16. 1 17. 18
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Django Q Documentation Release 0.3.6

    after it has run. If you want to keep the result, set repeats to a positive number. 1.3. Schedules 11 Django Q Documentation, Release 0.3.6 HOURLY ‘H’ the scheduled task will run every hour after its Django Q Documentation, Release 0.3.6 24 Python Module Index Index A args (Schedule attribute), 11 args (Task attribute), 9 async() (in module django_q), 8 C Cluster (class in django_q), 16 cluster_id method), 19 F Failure (class in django_q), 10 fetch() (in module django_q), 8 func (Schedule attribute), 11 func (Task attribute), 9 G get() (Stat class method), 19 get_all() (Stat class method), 19 get_result()
    0 码力 | 30 页 | 235.40 KB | 1 年前
    3
  • pdf文档 Django Q Documentation Release 0.6.4

    can be reached. info() Shows the name and version of the currently configured broker. 1.3. Brokers 11 Django Q Documentation, Release 0.6.4 1.4 Tasks 1.4.1 Async Use async() from your code to quickly Index A acknowledge() (Broker method), 11 args (Schedule attribute), 19 args (Task attribute), 16 async() (in module django_q), 14 B Broker (built-in class), 11 C Cluster (class in django_q), 25 cluster_id delete() (Broker method), 11 delete_group() (django_q.Task class method), 17 delete_group() (in module django_q), 16 delete_queue() (Broker method), 11 dequeue() (Broker method), 11 django_q (module), 9 done_q_size
    0 码力 | 42 页 | 376.79 KB | 1 年前
    3
  • pdf文档 Django Q Documentation Release 0.4.6

    guaranteed to be unique if you store very large amounts of tasks in the database. func 1.2. Tasks 11 Django Q Documentation, Release 0.4.6 The function or reference that was executed hook The function 21 count_group() (in module django_q), 11 D DAILY (Schedule attribute), 15 delete_group() (django_q.Task class method), 12 delete_group() (in module django_q), 11 django_q (module), 7 done_q_size (Stat 12 fetch() (in module django_q), 10 fetch_group() (in module django_q), 11 func (Schedule attribute), 14 func (Task attribute), 11 G get() (Stat class method), 22 get_all() (Stat class method), 22 get_group_count()
    0 码力 | 36 页 | 249.57 KB | 1 年前
    3
  • pdf文档 Django Q Documentation Release 0.5.3

    • failures (bool) – set this to False to exclude failed tasks Returns a list of Tasks 1.3. Tasks 11 Django Q Documentation, Release 0.5.3 Return type list count_group(group_id, failures=False) Counts (Stat method), 24 F Failure (class in django_q), 13 fetch() (in module django_q), 11 fetch_group() (in module django_q), 11 func (Schedule attribute), 15 func (Task attribute), 12 G get() (Stat class method) django_q), 11 33 Django Q Documentation, Release 0.5.3 R reincarnations (Stat attribute), 24 repeats (Schedule attribute), 15 result (Task attribute), 12 result() (in module django_q), 11 result_group()
    0 码力 | 38 页 | 358.27 KB | 1 年前
    3
  • epub文档 Django 5.1 Documentation

    times, you need to know it’s production ready. Adam Johnson has a blog post [https://adamj.eu/tech/2021/11/04/the-well-maintained-test/] that outlines a set of characteristics that qualifies a package as “well 7d85d30c4a..81518187b3 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -40,6 +40,11 @@ database constraints. Constraints are added to models using the Minor features -------------- for="id_form-0-pub_date">Pub date:
    0 码力 | 3513 页 | 3.17 MB | 1 年前
    3
  • epub文档 Django 5.1.2 Documentation

    times, you need to know it’s production ready. Adam Johnson has a blog post [https://adamj.eu/tech/2021/11/04/the-well-maintained-test/] that outlines a set of characteristics that qualifies a package as “well 7d85d30c4a..81518187b3 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -40,6 +40,11 @@ database constraints. Constraints are added to models using the Minor features -------------- for="id_form-0-pub_date">Pub date:
    0 码力 | 3519 页 | 3.17 MB | 1 年前
    3
  • epub文档 Django 5.0.x Documentation

    times, you need to know it’s production ready. Adam Johnson has a blog post [https://adamj.eu/tech/2021/11/04/the-well-maintained-test/] that outlines a set of characteristics that qualifies a package as “well 7d85d30c4a..81518187b3 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -40,6 +40,11 @@ database constraints. Constraints are added to models using the Minor features -------------- for="id_form-0-pub_date">Pub date:
    0 码力 | 3407 页 | 3.21 MB | 1 年前
    3
共 66 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
DjangoDocumentationRelease0.711官方教程翻译项目0.30.60.40.55.15.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩