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

无数据

分类

全部后端开发(48)C++(22)Python(15)Django(13)Julia(10)系统运维(9)存储(8)云计算&大数据(7)VirtualBox(5)数据库(3)

语言

全部英语(43)中文(繁体)(10)中文(简体)(9)zh(3)英语(2)西班牙语(1)日语(1)ro(1)

格式

全部PDF文档 PDF(61)其他文档 其他(7)PPT文档 PPT(2)
 
本次搜索耗时 0.067 秒,为您找到相关结果约 70 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Django
  • Julia
  • 系统运维
  • 存储
  • 云计算&大数据
  • VirtualBox
  • 数据库
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • zh
  • 英语
  • 西班牙语
  • 日语
  • ro
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Practical memory pool based allocators for Modern C++

    © 2019 Apex.AI, Inc. Safe and certified software for autonomous mobility TM Practical memory pool based allocators for Modern C++ by Misha Shalem misha.shalem@apex.ai © 2020 Apex.AI, Inc.● CppCon shall only be allocated and deallocated during non-realtime program phases © 2020 Apex.AI, Inc.Memory pool ● Memory pools with fixed block sizes is a solution which addresses these issues: ○ It provides modifications but allocate from a memory pool under the hood © 2020 Apex.AI, Inc.Implementation Components: 1. A memory pool 2. An allocator which allocates from a memory pool 3. A way to generate bucket definitions
    0 码力 | 49 页 | 986.95 KB | 5 月前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    classes must inherit from cms.plugin_base.CMSPluginBase and must register themselves with the plugin_pool. A reasonable convention for plugin naming is: PollPluginModel: the model class PollPluginPublisher: CMSPluginBase from cms.plugin_pool import plugin_pool from polls_cms_integration.models import PollPluginModel from django.utils.translation import gettext as _ @plugin_pool.register_plugin # register patterns directly, for instance: from cms.app_base import CMSApp from cms.apphook_pool import apphook_pool @apphook_pool.register # register the application class PollsApphook(CMSApp): app_name =
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • epub文档 Django CMS 3.9.x Documentation

    CMSPluginBase from cms.plugin_pool import plugin_pool from polls_cms_integration.models import PollPluginModel from django.utils.translation import gettext as _ @plugin_pool.register_plugin # register classes must inherit from cms.plugin_base.CMSPluginBase and must register themselves with the plugin_pool. A reasonable convention for plugin naming is: PollPluginModel: the model class PollPluginPublisher: for a django CMS application: from cms.app_base import CMSApp from cms.apphook_pool import apphook_pool @apphook_pool.register # register the application class PollsApphook(CMSApp): app_name =
    0 码力 | 417 页 | 1.68 MB | 6 月前
    3
  • pdf文档 Django CMS 4.0.x Documentation

    CMSPluginBase from cms.plugin_pool import plugin_pool from polls_cms_integration.models import PollPluginModel from django.utils.translation import gettext as _ @plugin_pool.register_plugin # register the classes must inherit from cms.plugin_base.CMSPluginBase and must register themselves with the plugin_pool. A reasonable convention for plugin naming is: • PollPluginModel: the model class • PollPluginPublisher: apphook for a django CMS application: from cms.app_base import CMSApp from cms.apphook_pool import apphook_pool @apphook_pool.register # register the application class PollsApphook(CMSApp): app_name = "polls"
    0 码力 | 296 页 | 1.79 MB | 6 月前
    3
  • pdf文档 Django CMS 3.9.x Documentation

    CMSPluginBase from cms.plugin_pool import plugin_pool from polls_cms_integration.models import PollPluginModel from django.utils.translation import gettext as _ @plugin_pool.register_plugin # register the classes must inherit from cms.plugin_base.CMSPluginBase and must register themselves with the plugin_pool. A reasonable convention for plugin naming is: • PollPluginModel: the model class • PollPluginPublisher: apphook for a django CMS application: from cms.app_base import CMSApp from cms.apphook_pool import apphook_pool @apphook_pool.register # register the application class PollsApphook(CMSApp): app_name = "polls"
    0 码力 | 298 页 | 1.79 MB | 6 月前
    3
  • epub文档 Django CMS 3.8.x Documentation

    CMSPluginBase from cms.plugin_pool import plugin_pool from polls_cms_integration.models import PollPluginModel from django.utils.translation import gettext as _ @plugin_pool.register_plugin # register classes must inherit from cms.plugin_base.CMSPluginBase and must register themselves with the plugin_pool. A reasonable convention for plugin naming is: PollPluginModel: the model class PollPluginPublisher: for a django CMS application: from cms.app_base import CMSApp from cms.apphook_pool import apphook_pool @apphook_pool.register # register the application class PollsApphook(CMSApp): app_name =
    0 码力 | 413 页 | 1.67 MB | 6 月前
    3
  • pdf文档 Design patterns for error handling in C++ programs using parallel algorithms and executors

    attempt FixedMemoryPool pool(initSize); try { preSolveWork(); for_each(execution::par_unseq, begin(subdoms), end(subdoms), [&] (auto&& subdomain) { solve(subdomain, pool); }); postSolveWork(); attempt FixedMemoryPool pool(initSize); try { preSolveWork(); for_each(execution::par_unseq, begin(subdoms), end(subdoms), [&] (auto&& subdomain) { solve(subdomain, pool); }); postSolveWork(); Fixed-size memory pool to speed up allocation in parallel loop • Replace for loop with C++17 parallel algorithmParallel domain decomposition Must distinguish 2 errors • Memory pool too small? – Count
    0 码力 | 32 页 | 883.27 KB | 5 月前
    3
  • pdf文档 Get off my thread: Techniques for moving k to background threads

    for each event handler Pass data to a dedicated background thread Submit tasks to a generic thread pool Submit tasks to a special purpose executorSpawning new threads There are lots of ways to spawn new ideal fit, an alternative is a pool of threadsThread pools If a dedicated processing thread isn’t the ideal fit, an alternative is a pool of threads 1 The thread pool is createdThread pools If a dedicated alternative is a pool of threads 1 The thread pool is created 2 The event handler receives an eventThread pools If a dedicated processing thread isn’t the ideal fit, an alternative is a pool of threads
    0 码力 | 90 页 | 6.97 MB | 5 月前
    3
  • pdf文档 Django CMS 3.0.x Documentation

    write the following plugin class: from cms.plugin_base import CMSPluginBase from cms.plugin_pool import plugin_pool from polls_plugin.models import PollPlugin from django.utils.translation import ugettext plugin_pool.register_plugin(CMSPollPlugin) # register the plugin Note: All plugin classes must inherit from cms.plugin_base.CMSPluginBase and must register them- selves with the cms.plugin_pool.plugin_pool plugin_pool. The convention for plugin naming is as follows: • SomePlugin: the model class • CMSSomePlugin: the plugin class You don’t need to follow this, but it’s a sensible thing to do. The template The render_template
    0 码力 | 180 页 | 1.56 MB | 6 月前
    3
  • epub文档 Django CMS 4.1.x Documentation

    classes must inherit from cms.plugin_base.CMSPluginBase and must register themselves with the plugin_pool. A reasonable convention for plugin naming is: PollPluginModel: the model class PollPluginPublisher: CMSPluginBase from cms.plugin_pool import plugin_pool from polls_cms_integration.models import PollPluginModel from django.utils.translation import gettext as _ @plugin_pool.register_plugin # register patterns directly, for instance: from cms.app_base import CMSApp from cms.apphook_pool import apphook_pool @apphook_pool.register # register the application class PollsApphook(CMSApp): app_name =
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
共 70 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
PracticalmemorypoolbasedallocatorsforModernC++httpsdocsdjangocmsorgdownloadsenlatestDocumentationDjangoCMS3.94.03.8DesignpatternserrorhandlinginprogramsusingparallelalgorithmsandexecutorsGetoffmythreadTechniquesmovingtobackgroundthreads3.04.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩