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

无数据

分类

全部后端开发(79)Python(45)Julia(18)C++(16)Conda(16)Django(7)Conan(5)综合其他(2)Tornado(2)

语言

全部英语(70)中文(繁体)(10)英语(1)

格式

全部PDF文档 PDF(76)其他文档 其他(5)
 
本次搜索耗时 0.145 秒,为您找到相关结果约 81 个.
  • 全部
  • 后端开发
  • Python
  • Julia
  • C++
  • Conda
  • Django
  • Conan
  • 综合其他
  • Tornado
  • 全部
  • 英语
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Game Development for Human Beings

    ©2016 Zenva Pty Ltd all rights reserved Page 44 To create tile layers, just use the stamp brush tool to paint the layer with the desired tiles. For the object layer, select a tile image to use
    0 码力 | 472 页 | 8.46 MB | 10 月前
    3
  • pdf文档 Single Producer Single Consumer Lock-free FIFO From the Ground Up

    thread will make progress. ● Wait-free: each thread moves forward regardless of other threads. ● [Circular] Fifo [or Queue]: a single, fixed-size buffer as if it were connected end-to-end. The oldest entry a pipelinePush cursor Pop cursor 6 Circular Fifo - PushPush cursor Pop cursor 42 7 42 Circular Fifo - PushPush cursor Pop cursor 42 43 8 43 42 Circular Fifo - PushPush cursor Pop cursor 42 9 46 43 42 47 48 49 49 44 45 47 48 46 Circular Fifo - PushPush cursor Pop cursor 43 44 45 10 46 43 47 48 49 49 44 45 47 48 46 Circular Fifo - PopPush cursor Pop cursor 44 45 11
    0 码力 | 51 页 | 546.30 KB | 5 月前
    3
  • pdf文档 Back to Basics Unit Testing

    your mocks changing to match changes in the real thing? Plus, have you tested your Mocks? Beware circular reasoning! Test Doubles are accuracy / precision tradeoffs 31Accuracy in science Accuracy: measurements give bugs no place to hide Test Correctly : correct statement of "right" answer Test Validity: no circular logic or unfalsifiable tests Part 1: Testing Accuracy 33Completeness The full story: Wiley & mistake hides the other 66Fundamentally if we only test via the public interface, we have a circular-logic problem: you have to use the interface to test the interface, so at some point you have
    0 码力 | 109 页 | 4.13 MB | 5 月前
    3
  • pdf文档 What's Eating my RAM?

    new() it, then forget it 2. Keep entries that are no longer needed 3. Missing virtual ~Base() 4. Circular reference Reference counting: maintain a count of the smart pointers that point to the same object new() it, then forget it 2. Keep entries that are no longer needed 3. Missing virtual ~Base() 4. Circular reference …🔍How to detect memory leaks?Memory Leaks: Tools Tool What How bslma::TestAllocator
    0 码力 | 88 页 | 3.49 MB | 5 月前
    3
  • pdf文档 Conda 25.1.x Documentation

    issue #710 • check if creating hard link is possible and otherwise copy, during install • allow circular dependencies 4.4.235 3.4.2 (2014-04-21) • conda clean --lock: skip directories that don’t exist detach_stderr() initialize_logging(level=INFO) class DumpEncoder(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None) Bases: json the output can contain non-ASCII characters. If check_circular is true, then lists, dicts, and custom encoded objects will be checked for circular references during encoding to prevent an infinite recursion
    0 码力 | 822 页 | 5.20 MB | 7 月前
    3
  • pdf文档 Conda 24.11.x Documentation

    issue #710 • check if creating hard link is possible and otherwise copy, during install • allow circular dependencies 4.4.233 3.4.2 (2014-04-21) • conda clean --lock: skip directories that don’t exist detach_stderr() initialize_logging(level=INFO) class DumpEncoder(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None) Bases: json the output can contain non-ASCII characters. If check_circular is true, then lists, dicts, and custom encoded objects will be checked for circular references during encoding to prevent an infinite recursion
    0 码力 | 818 页 | 5.21 MB | 7 月前
    3
  • pdf文档 Conda 24.9.x Documentation

    issue #710 • check if creating hard link is possible and otherwise copy, during install • allow circular dependencies 4.4.229 3.4.2 (2014-04-21) • conda clean --lock: skip directories that don’t exist detach_stderr() initialize_logging(level=INFO) class DumpEncoder(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None) Bases: json the output can contain non-ASCII characters. If check_circular is true, then lists, dicts, and custom encoded objects will be checked for circular references during encoding to prevent an infinite recursion
    0 码力 | 799 页 | 5.26 MB | 7 月前
    3
  • pdf文档 Conda 24.3.x Documentation

    issue #710 • check if creating hard link is possible and otherwise copy, during install • allow circular dependencies 4.4.222 3.4.2 (2014-04-21) • conda clean --lock: skip directories that don’t exist detach_stderr() initialize_logging(level=INFO) class DumpEncoder(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None) Bases: json conda.gateways.repodata.RepodataState) lock Backwards compatibility import. Moved to prevent circular imports. Classes PackageCacheData Channel Channel: RepoInterface Helper class that provides
    0 码力 | 786 页 | 4.98 MB | 7 月前
    3
  • pdf文档 Conda 24.4.x Documentation

    issue #710 • check if creating hard link is possible and otherwise copy, during install • allow circular dependencies 4.4.223 3.4.2 (2014-04-21) • conda clean --lock: skip directories that don’t exist detach_stderr() initialize_logging(level=INFO) class DumpEncoder(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None) Bases: json conda.gateways.repodata.RepodataState) lock Backwards compatibility import. Moved to prevent circular imports. Classes PackageCacheData Channel Channel: RepoInterface Helper class that provides
    0 码力 | 786 页 | 4.99 MB | 7 月前
    3
  • pdf文档 Conda 24.5.x Documentation

    issue #710 • check if creating hard link is possible and otherwise copy, during install • allow circular dependencies 4.4.224 3.4.2 (2014-04-21) • conda clean --lock: skip directories that don’t exist detach_stderr() initialize_logging(level=INFO) class DumpEncoder(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None) Bases: json conda.gateways.repodata.RepodataState) lock Backwards compatibility import. Moved to prevent circular imports. Classes PackageCacheData Channel Channel: RepoInterface Helper class that provides
    0 码力 | 794 页 | 5.01 MB | 7 月前
    3
共 81 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
GameDevelopmentforHumanBeingsSingleProducerConsumerLockfreeFIFOFromtheGroundUpBacktoBasicsUnitTestingWhatEatingmyRAMConda25.1Documentation24.1124.924.324.424.5
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩