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

无数据

分类

全部后端开发(249)综合其他(160)Weblate(153)Python(144)Java(61)Spring(61)Django(43)Jupyter(31)Celery(30)系统运维(25)

语言

全部英语(391)中文(简体)(84)英语(1)

格式

全部其他文档 其他(476)
 
本次搜索耗时 0.162 秒,为您找到相关结果约 476 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • Python
  • Java
  • Spring
  • Django
  • Jupyter
  • Celery
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 CakePHP Cookbook 2.x

    Named Parameters Reverse Routing Redirect Routing Disabling the Default Routes Custom Route Classes Router API Sessions Session Configuration Built-in Session handlers & configuration Setting ini directives going to be using MySQL server in this tutorial. You’ll need to know enough about SQL in order to create a database: CakePHP will be taking the reins from there. Since we’re using MySQL, also make sure sure that you have pdo_mysql enabled in PHP. 3. Basic PHP knowledge. The more object-oriented programming you’ve done, the better: but fear not if you’re a procedural fan. 4. Finally, you’ll need a basic
    0 码力 | 1096 页 | 958.62 KB | 1 年前
    3
  • epub文档 CakePHP Cookbook 3.x

    simple article management. Here’s what you’ll need: 1. A database server. We’re going to be using MySQL server in this tutorial. You’ll need to know enough about SQL in order to create a database, and will handle building all the queries your application needs. Since we’re using MySQL, also make sure that you have pdo_mysql enabled in PHP. 2. Basic PHP knowledge. Before starting you should make sure 'className' => 'Cake\Database\Connection', 'driver' => 'Cake\Database\Driver\Mysql', 'persistent' => false, 'host' => 'localhost', 'username' => 'cakephp'
    0 码力 | 1244 页 | 1.05 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 4.x

    Element Passed Arguments Generating URLs RouterBuilder::url RouterBuilder::reverse Using Router::url() Using Router::reverse() Routing Arrays vs Request Parameters Generating Asset URLs Redirect Routing simple article management. Here’s what you’ll need: 1. A database server. We’re going to be using MySQL server in this tutorial. You’ll need to know enough about SQL in order to create a database, and will handle building all the queries your application needs. Since we’re using MySQL, also make sure that you have pdo_mysql enabled in PHP. 2. Basic PHP knowledge. Before starting you should make sure
    0 码力 | 1249 页 | 1.04 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook Documentation 5.x

    Element Passed Arguments Generating URLs RouterBuilder::url RouterBuilder::reverse Using Router::url() Using Router::reverse() Routing Arrays vs Request Parameters Generating Asset URLs Redirect Routing simple article management. Here’s what you’ll need: 1. A database server. We’re going to be using MySQL server in this tutorial. You’ll need to know enough about SQL in order to create a database, and will handle building all the queries your application needs. Since we’re using MySQL, also make sure that you have pdo_mysql enabled in PHP. 2. Basic PHP knowledge. Before starting you should make sure
    0 码力 | 1080 页 | 939.39 KB | 1 年前
    3
  • epub文档 Celery 2.0 Documentation

    defaults can still be set as task attributes. Routers A router is a class that decides the routing options for a task. All you need to define a new router is to create a class with a route_for_task method: "topic", "routing_key": "video.compress"} You install router classes by adding it to the CELERY_ROUTES setting: CELERY_ROUTES = (MyRouter, ) Router classes can also be added by name: CELERY_ROUTES = ("myapp ("myapp.routers.MyRouter", ) For simple task name -> route mappings like the router example above, you can simply drop a dict into CELERY_ROUTES to get the same result: CELERY_ROUTES = ({"myapp.tasks
    0 码力 | 284 页 | 332.71 KB | 1 年前
    3
  • epub文档 Celery 2.2 Documentation

    uses a default transaction isolation level that is not suitable for polling tables for changes. In MySQL the default transaction isolation level is REPEATABLE-READ, which means the transaction will not see defaults can still be set as task attributes. Routers A router is a class that decides the routing options for a task. All you need to define a new router is to create a class with a route_for_task method: "routing_key": "video.compress"} You install router classes by adding them to the CELERY_ROUTES setting: CELERY_ROUTES = (MyRouter(), ) Router classes can also be added by name: CELERY_ROUTES =
    0 码力 | 505 页 | 878.66 KB | 1 年前
    3
  • epub文档 Celery 2.3 Documentation

    uses a default transaction isolation level that is not suitable for polling tables for changes. In MySQL the default transaction isolation level is REPEATABLE-READ, which means the transaction will not see defaults can still be set as task attributes. Routers A router is a class that decides the routing options for a task. All you need to define a new router is to create a class with a route_for_task method: "routing_key": "video.compress"} You install router classes by adding them to the CELERY_ROUTES setting: CELERY_ROUTES = (MyRouter(), ) Router classes can also be added by name: CELERY_ROUTES =
    0 码力 | 530 页 | 900.64 KB | 1 年前
    3
  • epub文档 Celery 2.4 Documentation

    html#database-urls], examples: # sqlite (filename) BROKER_HOST = "sqlite:///celerydb.sqlite" # mysql BROKER_HOST = "mysql://scott:tiger@localhost/foo" # postgresql BROKER_HOST = "postgresql://scott:tiger@localhost/mydatabase" INSTALLED_APPS: INSTALLED_APPS = ("djkombu", ) 3. Verify your database settings: DATABASE_ENGINE = "mysql" DATABASE_NAME = "mydb" DATABASE_USER = "myuser" DATABASE_PASSWORD = "secret" The above is just an use a default transaction isolation level that is not suitable for polling tables for changes. In MySQL the default transaction isolation level is REPEATABLE-READ, which means the transaction will not see
    0 码力 | 543 页 | 957.42 KB | 1 年前
    3
  • epub文档 Celery 2.1 Documentation

    defaults can still be set as task attributes. Routers A router is a class that decides the routing options for a task. All you need to define a new router is to create a class with a route_for_task method: "routing_key": "video.compress"} You install router classes by adding them to the CELERY_ROUTES setting: CELERY_ROUTES = (MyRouter, ) Router classes can also be added by name: CELERY_ROUTES = = ("myapp.routers.MyRouter", ) For simple task name -> route mappings like the router example above, you can simply drop a dict into CELERY_ROUTES to get the same behavior: CELERY_ROUTES = ({"myapp.tasks
    0 码力 | 463 页 | 861.69 KB | 1 年前
    3
  • epub文档 Celery 2.5 Documentation

    html#database-urls]‘s: # sqlite (filename) BROKER_URL = "sqla+sqlite:///celerydb.sqlite" # mysql BROKER_URL = "sqla+mysql://scott:tiger@localhost/foo" # postgresql BROKER_URL = "sqla+postgresql://scott:ti use a default transaction isolation level that is not suitable for polling tables for changes. In MySQL the default transaction isolation level is REPEATABLE-READ, which means the transaction will not see defaults can still be set as task attributes. Routers A router is a class that decides the routing options for a task. All you need to define a new router is to create a class with a route_for_task method:
    0 码力 | 647 页 | 1011.88 KB | 1 年前
    3
共 476 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 48
前往
页
相关搜索词
CakePHPCookbookPHPCelery2.0Documentation2.22.32.42.12.5
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩