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

无数据

分类

全部后端开发(159)C++(64)Python(58)数据库(18)Julia(18)TiDB(17)Conda(16)云计算&大数据(14)Django(13)VirtualBox(11)

语言

全部英语(162)中文(简体)(21)中文(繁体)(11)英语(3)日语(2)西班牙语(1)韩语(1)kor(1)葡萄牙语(1)

格式

全部PDF文档 PDF(191)其他文档 其他(11)PPT文档 PPT(5)
 
本次搜索耗时 1.040 秒,为您找到相关结果约 207 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • 数据库
  • Julia
  • TiDB
  • Conda
  • 云计算&大数据
  • Django
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 日语
  • 西班牙语
  • 韩语
  • kor
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Multi Producer, Multi Consumer, Lock Free, Atomic Queue

    good average ● Worst case scenario, as close as possible to average ● Multi producers threads - on multiple cpu-cores ● Multi consumers threads - on multiple cpu-cores ● C++17 - no need to support between publishers and consumers ● bounded - no memory allocation, other than init time ● Multi producer, multi consumer ● Limited data size - up 12 bytes ● Ownership transfer using unique_ptr wrapper
    0 码力 | 54 页 | 886.12 KB | 6 月前
    3
  • pdf文档 Techniques to Optimise Multi-threaded Data Building During Game Development

    1 Dominik Grabiec - Techniques to Optimise Multi-threaded Data Building During Game Development - CppCon 2024Hello My name is Dominik Grabiec This talk is Focusing on optimising the process around contains given 3d coordinates Normalises 3d coordinates into indexes Combine indexes into one - like <mark>multi</mark>-dimensional array index Speaker notesCELL BOUNDS FROM INDEX struct GridDimensions { uint32_t cell_count;</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 99 页 | 2.40 MB <span class="hidden-xs-only" data-v-2d813be8>| 6 月前</span></span> <div role="slider" aria-valuenow="3" aria-valuetext="3" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate float-right" data-v-2d813be8><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__text" style="color:#ff9900;">3</span></div></div></li><li data-v-2d813be8><h3 class="doc-title" data-v-2d813be8><a href="/document/93c88cda6fa3257d" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-2d813be8> <span data-v-2d813be8>Learn Unity by Creating a 3D <mark>Multi</mark>-Level Platformer Game</span></a></h3> <div class="doc-desc" data-v-2d813be8>with Unity © Zenva Pty Ltd 2018. All rights reserved Learn Unity by Creating a 3D <mark>Multi</mark>-Level Platformer Game By Pablo Farias Navarro Certified Unity Developer and Founder of Zenva rotation script Player movement Player jumping Collecting coins Game Manager Enemy movement <mark>Multi</mark>-level game Adding the HUD Home screen Game Over screen Finishing up This Introduction Interested in making games with Unity? In this guide you’ll learn to create a simple a 3D, <mark>multi</mark>- level platformer game with Unity. We’ll start from the very basics and I’ve done my best to leave</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 60 页 | 2.24 MB <span class="hidden-xs-only" data-v-2d813be8>| 10 月前</span></span> <div role="slider" aria-valuenow="3" aria-valuetext="3" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate float-right" data-v-2d813be8><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__text" style="color:#ff9900;">3</span></div></div></li><li data-v-2d813be8><h3 class="doc-title" data-v-2d813be8><a href="/document/563482e5ee13b6d2" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-2d813be8> <span data-v-2d813be8>宋净超 从开源 Istio 到企业级服务:如何在企业中落地服务网格</span></a></h3> <div class="doc-desc" data-v-2d813be8>security ● R&D on Next Generation Access Control (NGAC) ● Exclusively co-host annual zero trust <mark>multi</mark>-cloud conference Best in Class Team ● Creators of the service mesh Istio, gRPC, Apache SkyWalking ● Tetrate’s product build on top of the upstream Istio ● Why not Istio OSS? ● Problems unsolved ○ <mark>Multi</mark>-cluster and VM (lower onboarding cost) ○ Enterprise team structure gap (Workspace, Tenants, etc) ○ Workload (Service) VM Workload (Service) VM API Gateway Ingress & Egress Mesh can include VMs ● <mark>Multi</mark> <mark>tenancy</mark> ● Traffic shaping and canary controls, across clusters ● High availability & resiliency enabling</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 30 页 | 4.79 MB <span class="hidden-xs-only" data-v-2d813be8>| 6 月前</span></span> <div role="slider" aria-valuenow="3" aria-valuetext="3" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate float-right" data-v-2d813be8><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__text" style="color:#ff9900;">3</span></div></div></li><li data-v-2d813be8><h3 class="doc-title" data-v-2d813be8><a href="/document/80c2f6b054655765" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-2d813be8> <span data-v-2d813be8>TiDB v8.5 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 431 4.7.2 <mark>Multi</mark>-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · Parallel Processing (MPP) · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6726 17.10.2 <mark>Multi</mark>-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6726 17.11 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the <mark>Multi</mark>-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 6730 页 | 111.36 MB <span class="hidden-xs-only" data-v-2d813be8>| 10 月前</span></span> <div role="slider" aria-valuenow="3" aria-valuetext="3" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate float-right" data-v-2d813be8><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__text" style="color:#ff9900;">3</span></div></div></li><li data-v-2d813be8><h3 class="doc-title" data-v-2d813be8><a href="/document/c85df4184e6d23dc" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-2d813be8> <span data-v-2d813be8>TiDB v8.4 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 426 4.7.2 <mark>Multi</mark>-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6702 17.7.2 <mark>Multi</mark>-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6702 17.8 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the <mark>Multi</mark>-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 6705 页 | 110.86 MB <span class="hidden-xs-only" data-v-2d813be8>| 10 月前</span></span> <div role="slider" aria-valuenow="3" aria-valuetext="3" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate float-right" data-v-2d813be8><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__text" style="color:#ff9900;">3</span></div></div></li><li data-v-2d813be8><h3 class="doc-title" data-v-2d813be8><a href="/document/025f0f4363982662" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-2d813be8> <span data-v-2d813be8>TiDB v8.3 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 404 4.7.2 <mark>Multi</mark>-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6603 17.7.2 <mark>Multi</mark>-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6603 17.8 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the <mark>Multi</mark>-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 6606 页 | 109.48 MB <span class="hidden-xs-only" data-v-2d813be8>| 10 月前</span></span> <div role="slider" aria-valuenow="3" aria-valuetext="3" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate float-right" data-v-2d813be8><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__text" style="color:#ff9900;">3</span></div></div></li><li data-v-2d813be8><h3 class="doc-title" data-v-2d813be8><a href="/document/d86c5789c2ce2782" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-2d813be8> <span data-v-2d813be8>TiDB v8.2 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 401 4.7.2 <mark>Multi</mark>-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6546 17.7.2 <mark>Multi</mark>-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6546 17.8 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the <mark>Multi</mark>-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 6549 页 | 108.77 MB <span class="hidden-xs-only" data-v-2d813be8>| 10 月前</span></span> <div role="slider" aria-valuenow="3" aria-valuetext="3" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate float-right" data-v-2d813be8><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__text" style="color:#ff9900;">3</span></div></div></li><li data-v-2d813be8><h3 class="doc-title" data-v-2d813be8><a href="/document/2eae738e2366ba25" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-2d813be8> <span data-v-2d813be8>TiDB v8.1 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 401 4.7.2 <mark>Multi</mark>-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6476 17.7.2 <mark>Multi</mark>-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6476 17.8 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the <mark>Multi</mark>-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 6479 页 | 108.61 MB <span class="hidden-xs-only" data-v-2d813be8>| 10 月前</span></span> <div role="slider" aria-valuenow="3" aria-valuetext="3" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate float-right" data-v-2d813be8><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__text" style="color:#ff9900;">3</span></div></div></li><li data-v-2d813be8><h3 class="doc-title" data-v-2d813be8><a href="/document/00ae2d52904f4fb0" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-2d813be8> <span data-v-2d813be8>A Multithreaded, Transaction-Based Locking Strategy for Containers</span></a></h3> <div class="doc-desc" data-v-2d813be8>on strict timestamp ordering (STO) • Testing the STO-based solution • Summary CppCon 2020 - A <mark>Multi</mark>-threaded, Transaction-Based Locking Strategy for Containers 2Copyright © 2020 Bob Steagall K E W have a wealth of concurrency tools at our disposal • Writing <mark>multi</mark>-threaded applications is easier (?) than ever CppCon 2020 - A <mark>Multi</mark>-threaded, Transaction-Based Locking Strategy for Containers 3Copyright might work… • ... if a given write operation requires locking exactly one element CppCon 2020 - A <mark>Multi</mark>-threaded, Transaction-Based Locking Strategy for Containers 4Copyright © 2020 Bob Steagall K E W</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 142 页 | 474.78 KB <span class="hidden-xs-only" data-v-2d813be8>| 6 月前</span></span> <div role="slider" aria-valuenow="3" aria-valuetext="3" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate float-right" data-v-2d813be8><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#F7BA2A;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__item" style="cursor:auto;"><i class="el-rate__icon el-icon-star-on" style="color:#EFF2F7;"><!----></i></span><span class="el-rate__text" style="color:#ff9900;">3</span></div></div></li></ul></div></div> <div class="el-pagination"><span class="el-pagination__total">共 207 条</span><button type="button" disabled="disabled" class="btn-prev"><i class="el-icon el-icon-arrow-left"></i></button><ul class="el-pager"><li class="number active">1</li><!----><li class="number">2</li><li class="number">3</li><li class="number">4</li><li class="number">5</li><li class="number">6</li><li class="el-icon more btn-quicknext el-icon-more"></li><li class="number">21</li></ul><button type="button" class="btn-next"><i class="el-icon el-icon-arrow-right"></i></button><span class="el-pagination__jump">前往<div class="el-input el-pagination__editor is-in-pagination"><!----><input type="number" autocomplete="off" min="1" max="21" class="el-input__inner"><!----><!----><!----><!----></div>页</span></div></div></div></div> <div class="search-right el-col el-col-5" style="padding-left:10px;padding-right:10px;"><div class="scroll"><div class="el-card is-never-shadow"><div class="el-card__header"><div class="clearfix"><span>相关搜索词</span></div></div><div class="el-card__body"> <a href="/search?wd=Multi&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Multi</a><a href="/search?wd=Producer&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Producer</a><a href="/search?wd=Consumer&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Consumer</a><a href="/search?wd=Lock&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Lock</a><a href="/search?wd=Free&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Free</a><a href="/search?wd=Atomic&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Atomic</a><a href="/search?wd=Queue&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Queue</a><a href="/search?wd=Techniques&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Techniques</a><a href="/search?wd=to&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">to</a><a href="/search?wd=Optimise&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Optimise</a><a href="/search?wd=threaded&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">threaded</a><a href="/search?wd=Data&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Data</a><a href="/search?wd=Building&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Building</a><a href="/search?wd=During&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">During</a><a href="/search?wd=Game&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Game</a><a href="/search?wd=Development&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Development</a><a href="/search?wd=Learn&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Learn</a><a href="/search?wd=Unity&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Unity</a><a href="/search?wd=by&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">by</a><a href="/search?wd=Creating&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Creating</a><a href="/search?wd=3D&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">3D</a><a href="/search?wd=Level&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Level</a><a href="/search?wd=Platformer&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Platformer</a><a href="/search?wd=%E5%AE%8B%E5%87%80%E8%B6%85&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">宋净超</a><a href="/search?wd=%E5%BC%80%E6%BA%90&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">开源</a><a href="/search?wd=Istio&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Istio</a><a href="/search?wd=%E4%BC%81%E4%B8%9A&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">企业</a><a href="/search?wd=%E4%BC%81%E4%B8%9A%E7%BA%A7&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">企业级</a><a href="/search?wd=%E6%9C%8D%E5%8A%A1&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">服务</a><a href="/search?wd=%E5%A6%82%E4%BD%95&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">如何</a><a href="/search?wd=%E8%90%BD%E5%9C%B0&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">落地</a><a href="/search?wd=%E7%BD%91%E6%A0%BC&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">网格</a><a href="/search?wd=TiDB&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">TiDB</a><a href="/search?wd=v8&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">v8</a><a href="/search?wd=Documentation&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Documentation</a><a href="/search?wd=Multithreaded&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Multithreaded</a><a href="/search?wd=Transaction&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Transaction</a><a href="/search?wd=Based&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Based</a><a href="/search?wd=Locking&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Locking</a><a href="/search?wd=Strategy&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Strategy</a><a href="/search?wd=for&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">for</a><a href="/search?wd=Containers&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Containers</a></div></div></div> </div></div> </div></main> <footer class="el-footer" style="height:auto;"><div data-fetch-key="2" class="com-global-footer"><!----> <div class="footer-links"><div class="links-logo"><a href="/" class="nuxt-link-active"><img src="//wenku.it/uploads/7/3/1/d/6/731d6ad2ebd6d960ddea1e0be998e21e.png" alt="IT文库"></a> <div><a href="/article/about" target="_blank" class="el-link el-link--white"><!----><span class="el-link--inner">关于我们</span><!----></a> <a href="/article/agreement" target="_blank" class="el-link el-link--white"><!----><span class="el-link--inner">文库协议</span><!----></a> <a href="/article/contact" target="_blank" class="el-link el-link--white"><!----><span class="el-link--inner">联系我们</span><!----></a> <a href="/article/feedback" target="_blank" class="el-link el-link--white"><!----><span class="el-link--inner">意见反馈</span><!----></a> <a href="/article/copyright" target="_blank" class="el-link el-link--white"><!----><span class="el-link--inner">免责声明</span><!----></a></div></div> <div><div class="el-link el-link--default copyright-statement">本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。</div></div> <div><a href="https://wenku.it" title="IT文库" class="el-link el-link--white"><!----><span class="el-link--inner"> IT文库 </span><!----></a> <span class="copyright-year"><span> ©1024 - 2025 </span></span> <span>|</span> <a href="/sitemap.xml" target="_blank" title="站点地图" class="el-link el-link--white"><!----><span class="el-link--inner">站点地图</span><!----></a> <!----> <!----> <div class="powered-by"> Powered By <a href="https://mnt.ltd/#services" target="_blank" title="MOREDOC" class="el-link el-link--primary"><!----><span class="el-link--inner">MOREDOC</span><!----></a> <strong>AI</strong> <span>v3.3.0-beta.70</span></div></div></div> <div class="com-fixed-right-bar hidden-xs-only" data-v-5612e55a><ul data-v-5612e55a><li data-v-5612e55a><a href="/post" class="el-tooltip el-link el-link--default item" data-v-5612e55a data-v-5612e55a><i class="el-icon-edit-outline" data-v-5612e55a></i></a></li> <li data-v-5612e55a><a href="/upload" class="el-tooltip el-link el-link--default item" data-v-5612e55a data-v-5612e55a><i class="el-icon-upload" data-v-5612e55a></i></a></li> <li data-v-5612e55a><span data-v-5612e55a><div role="tooltip" id="el-popover-3808" aria-hidden="true" class="el-popover el-popper" style="width:200px;display:none;"><!----><div class="qrcode" data-v-5612e55a><img src="/uploads/2/9/e/4/d/29e4dde26911e5b41a3f329c4a746628.jpg" alt="关注我们的公众号【刻舟求荐】,给您不一样的精彩" style="width:100%;" data-v-5612e55a> <div class="help-block text-center" style="font-size:13px;" data-v-5612e55a> 关注我们的公众号【刻舟求荐】,给您不一样的精彩 </div></div> </div><span class="el-popover__reference-wrapper"><a href="javascript:;" class="el-link el-link--default" data-v-5612e55a><i class="fa fa-wechat" data-v-5612e55a></i></a></span></span></li> <li data-v-5612e55a><a href="https://wenku.it/article/contact" target="_blank" class="el-tooltip el-link el-link--default item" data-v-5612e55a data-v-5612e55a><i class="el-icon-s-custom" data-v-5612e55a></i></a></li> <li data-v-5612e55a><a href="javascript:;" class="el-tooltip el-link el-link--default item" data-v-5612e55a data-v-5612e55a><i class="el-icon-top" data-v-5612e55a></i></a></li></ul></div></div></footer></section></div></div><script>window.__NUXT__=(function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,_,$,aa,ab,ac,ad,ae,af,ag,ah,ai,aj,ak,al,am,an,ao,ap,aq,ar,as,at,au,av,aw,ax,ay,az,aA,aB,aC,aD,aE,aF,aG,aH,aI,aJ,aK,aL,aM,aN,aO,aP,aQ,aR,aS,aT,aU,aV,aW,aX,aY,aZ,a_,a$,ba,bb,bc,bd,be,bf,bg,bh,bi,bj,bk,bl,bm,bn,bo,bp,bq,br,bs,bt,bu,bv,bw,bx,by,bz,bA,bB,bC,bD,bE,bF,bG,bH,bI,bJ,bK,bL,bM,bN,bO,bP,bQ,bR,bS,bT,bU,bV,bW,bX,bY,bZ,b_,b$,ca,cb,cc,cd,ce,cf,cg,ch,ci,cj,ck,cl,cm,cn,co,cp,cq,cr,cs,ct,cu,cv,cw,cx,cy,cz,cA,cB,cC,cD,cE,cF,cG,cH,cI,cJ,cK,cL,cM,cN,cO,cP,cQ,cR,cS,cT,cU,cV,cW,cX,cY,cZ,c_,c$,da,db,dc,dd,de,df,dg,dh,di,dj,dk,dl,dm,dn,do0,dp,dq,dr,ds,dt,du,dv,dw,dx,dy,dz,dA,dB,dC,dD,dE,dF,dG,dH,dI,dJ,dK,dL,dM,dN,dO,dP,dQ,dR,dS,dT,dU,dV,dW,dX,dY,dZ,d_,d$,ea,eb,ec,ed,ee,ef,eg,eh,ei,ej,ek,el,em,en,eo,ep,eq,er,es,et,eu,ev,ew,ex,ey,ez,eA,eB,eC,eD,eE,eF,eG,eH,eI,eJ,eK,eL,eM,eN,eO,eP,eQ,eR,eS,eT,eU,eV,eW,eX,eY,eZ,e_,e$,fa,fb,fc,fd,fe,ff,fg,fh,fi,fj,fk,fl,fm,fn,fo,fp,fq,fr,fs,ft,fu,fv,fw,fx,fy,fz,fA,fB,fC,fD,fE,fF,fG,fH,fI,fJ,fK,fL,fM,fN,fO,fP,fQ,fR,fS,fT,fU,fV,fW,fX,fY,fZ,f_,f$,ga,gb,gc,gd,ge,gf,gg,gh,gi,gj,gk,gl,gm,gn,go,gp,gq,gr,gs,gt,gu,gv,gw,gx,gy,gz,gA,gB,gC,gD,gE,gF,gG,gH,gI,gJ,gK,gL,gM,gN,gO,gP,gQ,gR,gS,gT,gU,gV,gW,gX,gY,gZ,g_,g$,ha,hb,hc,hd,he,hf,hg,hh,hi,hj,hk,hl,hm,hn,ho,hp,hq,hr,hs,ht,hu,hv,hw,hx,hy,hz,hA,hB,hC,hD,hE,hF,hG,hH,hI,hJ,hK,hL,hM,hN,hO,hP,hQ,hR,hS,hT,hU,hV,hW,hX,hY,hZ,h_,h$,ia,ib,ic,id,ie,if0,ig,ih,ii,ij,ik,il,im,in0,io,ip,iq,ir,is,it,iu,iv,iw,ix,iy,iz,iA,iB,iC,iD,iE,iF,iG,iH,iI,iJ,iK,iL,iM,iN,iO,iP,iQ,iR,iS,iT,iU,iV,iW,iX,iY,iZ,i_,i$,ja,jb,jc,jd,je,jf,jg,jh,ji,jj,jk,jl,jm,jn,jo,jp,jq,jr,js,jt,ju,jv,jw,jx,jy,jz,jA,jB,jC,jD,jE,jF,jG,jH,jI,jJ,jK,jL,jM,jN,jO,jP,jQ,jR,jS,jT,jU,jV,jW,jX,jY,jZ,j_,j$,ka,kb,kc,kd,ke,kf,kg,kh,ki,kj,kk,kl,km,kn,ko,kp,kq,kr,ks,kt,ku,kv,kw,kx,ky,kz,kA,kB,kC,kD,kE,kF,kG,kH,kI,kJ,kK,kL,kM,kN,kO,kP,kQ,kR,kS,kT,kU,kV,kW,kX,kY,kZ,k_,k$,la,lb,lc,ld,le,lf,lg,lh,li,lj,lk,ll,lm,ln,lo,lp,lq,lr,ls,lt,lu,lv,lw,lx,ly,lz,lA,lB,lC,lD,lE,lF,lG,lH,lI,lJ,lK,lL,lM,lN,lO,lP,lQ,lR,lS,lT,lU,lV,lW,lX,lY,lZ,l_,l$,ma,mb,mc,md,me,mf,mg,mh,mi,mj,mk,ml,mm,mn,mo,mp,mq,mr,ms,mt,mu,mv,mw,mx,my,mz,mA,mB,mC,mD,mE,mF,mG,mH,mI,mJ,mK,mL,mM,mN,mO,mP,mQ,mR,mS,mT,mU,mV,mW,mX,mY,mZ,m_,m$,na,nb,nc,nd,ne,nf,ng,nh,ni,nj,nk,nl,nm,nn,no,np,nq,nr,ns,nt,nu,nv,nw,nx,ny,nz,nA,nB,nC,nD,nE,nF,nG,nH,nI,nJ,nK,nL,nM,nN,nO,nP,nQ,nR,nS,nT,nU,nV,nW,nX,nY,nZ,n_,n$,oa,ob,oc,od,oe,of,og,oh,oi,oj,ok,ol,om,on,oo,op,oq,or,os,ot,ou,ov,ow,ox,oy,oz,oA,oB,oC,oD,oE,oF,oG,oH,oI,oJ,oK,oL,oM,oN,oO,oP,oQ,oR,oS,oT,oU,oV,oW,oX,oY,oZ,o_,o$,pa,pb,pc,pd,pe,pf,pg,ph,pi,pj,pk,pl,pm,pn,po,pp,pq,pr,ps,pt,pu,pv,pw,px,py,pz,pA,pB,pC,pD,pE,pF,pG,pH,pI,pJ,pK,pL,pM,pN,pO,pP,pQ,pR,pS,pT,pU,pV,pW,pX,pY,pZ,p_,p$,qa,qb,qc,qd,qe,qf,qg,qh,qi,qj,qk,ql,qm,qn,qo,qp,qq,qr,qs,qt,qu,qv,qw,qx,qy,qz,qA,qB,qC,qD,qE,qF,qG,qH,qI,qJ,qK,qL,qM,qN,qO,qP,qQ,qR,qS,qT,qU,qV,qW,qX,qY,qZ,q_,q$,ra,rb,rc,rd,re,rf,rg,rh,ri,rj,rk,rl,rm,rn,ro,rp,rq,rr,rs,rt,ru,rv,rw,rx,ry,rz,rA,rB,rC,rD,rE,rF,rG,rH,rI,rJ,rK,rL,rM,rN,rO,rP,rQ,rR,rS,rT,rU,rV,rW,rX,rY,rZ,r_,r$,sa,sb,sc,sd,se,sf,sg,sh,si,sj,sk,sl,sm,sn,so,sp,sq,sr,ss,st,su,sv,sw,sx,sy,sz,sA,sB,sC,sD,sE,sF,sG,sH,sI,sJ,sK,sL,sM,sN,sO,sP,sQ,sR,sS,sT,sU,sV,sW,sX,sY,sZ,s_,s$,ta,tb,tc,td,te,tf,tg,th,ti,tj,tk,tl,tm,tn,to,tp,tq,tr,ts,tt,tu,tv,tw,tx,ty,tz,tA,tB,tC,tD,tE,tF,tG,tH,tI,tJ,tK,tL,tM,tN,tO,tP,tQ,tR,tS,tT,tU,tV,tW,tX,tY,tZ,t_,t$,ua,ub,uc,ud,ue,uf,ug,uh,ui,uj,uk,ul,um,un,uo,up,uq,ur,us,ut,uu,uv,uw,ux,uy,uz,uA,uB,uC,uD,uE,uF,uG,uH,uI,uJ,uK,uL,uM,uN,uO,uP,uQ,uR,uS,uT,uU,uV,uW,uX,uY,uZ,u_,u$,va,vb,vc,vd,ve,vf,vg,vh,vi,vj,vk,vl,vm,vn,vo,vp,vq,vr,vs,vt,vu,vv,vw,vx,vy,vz,vA,vB,vC,vD,vE,vF,vG,vH,vI,vJ,vK,vL,vM,vN,vO,vP,vQ,vR,vS,vT,vU,vV,vW,vX,vY,vZ,v_,v$,wa,wb,wc,wd,we,wf,wg,wh,wi,wj,wk,wl,wm,wn,wo,wp,wq,wr,ws,wt,wu,wv,ww,wx,wy,wz,wA,wB,wC,wD,wE,wF,wG,wH,wI,wJ,wK,wL,wM,wN,wO,wP,wQ,wR,wS,wT,wU,wV,wW,wX,wY,wZ,w_,w$,xa,xb,xc,xd,xe,xf,xg,xh,xi,xj,xk,xl,xm,xn,xo,xp,xq,xr,xs,xt,xu,xv,xw,xx,xy,xz,xA,xB,xC,xD,xE,xF,xG,xH,xI,xJ,xK,xL,xM,xN,xO,xP,xQ,xR,xS,xT,xU,xV,xW,xX,xY,xZ,x_,x$,ya,yb,yc,yd,ye,yf,yg,yh,yi,yj,yk,yl,ym,yn,yo,yp,yq,yr,ys,yt,yu,yv,yw,yx,yy,yz,yA,yB,yC,yD,yE,yF,yG,yH,yI,yJ,yK,yL,yM,yN,yO,yP,yQ,yR,yS,yT){bR[0]={label:"全局广告",value:"global",description:"网站全局广告,所有页面都会显示",children:[{label:"全局底部",value:"global_bottom",description:"网站全局底部,所有页面都会显示"},{label:"全局顶部",value:"global_top",description:"网站全局顶部,所有页面都会显示"}]};bR[1]={label:qG,value:"index",description:"网站首页,只有首页会显示",children:[{label:"首页轮播图下方",value:"index_banner_bottom",description:"网站首页轮播图下方,只有首页会显示"},{label:"首页分类上方",value:"index_category_top",description:"网站首页分类上方,只有首页会显示"},{label:"首页分类下方",value:"index_category_bottom",description:"网站首页分类下方,只有首页会显示"},{label:"首页友链上方",value:"index_link_top",description:"网站首页友链上方,只有首页会显示"}]};bR[2]={label:"列表页",value:"list",description:"网站列表页,只有列表页会显示",children:[{label:"列表页导航下方",value:"list_nav_bottom",description:"网站列表页导航下方,只有列表页会显示"},{label:"列表页文档列表上方",value:"list_document_top",description:"网站列表页文档列表内容上方,只有列表页会显示"},{label:"列表页文档列表下方",value:"list_document_bottom",description:"网站列表页文档列表内容下方,只有列表页会显示"}]};bR[3]={label:"文档浏览页",value:"document",description:"网站文档浏览页,只有文档浏览页会显示",children:[{label:"文档浏览页顶部",value:"document_top",description:"网站文档浏览页顶部,只有文档浏览页会显示"},{label:"文档浏览页评论顶部",value:"document_bottom",description:"文档浏览页评论顶部,只有文档浏览页会显示"},{label:"文档浏览页页间",value:"document_between",description:"网站文档浏览页页间,只有文档浏览页会显示"}]};bR[4]={label:"个人主页",value:"user",description:"网站个人主页,只有个人主页会显示",children:[{label:"个人主页顶部",value:"user_top",description:"网站个人主页顶部,只有个人主页会显示"},{label:"个人主页文档列表顶部",value:"user_document_top",description:"网站个人主页文档列表顶部,只有个人主页会显示"}]};bR[5]={label:"搜索结果页",value:"search",description:"网站搜索结果页,只有搜索结果页会显示",children:[{label:"搜索结果页顶部",value:"search_top",description:"网站搜索结果页顶部,只有搜索结果页会显示"},{label:"搜索结果页底部",value:"search_bottom",description:"网站搜索结果页底部,只有搜索结果页会显示"},{label:"搜索结果页右侧",value:"search_right",description:"网站搜索结果页右侧,只有搜索结果页会显示"}]};rf.id=n;rf.title=bV;rf.doc_count=bW;rf.enable=a;rf.cover=bX;rf.icon=bY;rg.id=g;rg.title=cu;rg.doc_count=cv;rg.enable=a;rg.cover=cw;rg.icon=cx;rg.description=cy;rh.id=i;rh.title=U;rh.doc_count=eV;rh.enable=a;rh.cover=eW;rh.icon=eX;rh.description=eY;rh.show_description=a;ri.id=m;ri.title=f_;ri.doc_count=f$;ri.enable=a;ri.cover=ga;ri.icon=gb;rj.id=j;rj.title=bm;rj.doc_count=gG;rj.enable=a;rj.cover=gH;rk.id=k;rk.title=ih;rk.doc_count=r;rk.enable=a;rk.icon=ii;rk.type=b;rl.id=f;rl.title=iR;rl.doc_count=w;rl.enable=a;rl.icon=iS;rl.type=b;rm.id=l;rm.title=kg;rm.enable=a;rm.icon=kh;rm.type=b;rn.id=e;rn.title=U;rn.doc_count=s;rn.enable=a;rn.icon=kI;rn.type=b;ro.id=d;ro.title=bm;ro.doc_count=r;ro.enable=a;ro.icon=mz;ro.type=b;rp.id=x;rp.title=pw;rp.enable=a;rp.icon=px;rp.type=b;rq.id=h;rq.title=pG;rq.doc_count=b;rq.enable=a;rq.icon=pH;rq.type=b;rr.id=o;rr.title=hA;rr.doc_count=bw;rr.enable=a;rr.cover=hB;rr.icon=hC;rs.id=qB;rs.title=qC;rs.doc_count=r;rs.enable=a;rs.icon=qD;rs.type=b;rt.id=bZ;rt.parent_id=n;rt.title=ad;rt.doc_count=N;rt.enable=a;ru.id=b_;ru.parent_id=n;ru.title=ae;ru.doc_count=r;ru.enable=a;rv.id=b$;rv.parent_id=n;rv.title=af;rv.doc_count=r;rv.enable=a;rv.description=ca;rv.show_description=a;rw.id=cb;rw.parent_id=n;rw.title=ag;rw.doc_count=cc;rw.enable=a;rw.description=cd;rw.show_description=a;rx.id=ce;rx.parent_id=n;rx.title=ah;rx.doc_count=s;rx.enable=a;ry.id=ai;ry.parent_id=n;ry.title=X;ry.doc_count=cf;ry.enable=a;rz.id=cj;rz.parent_id=n;rz.title=aj;rz.enable=a;rA.id=ck;rA.parent_id=n;rA.title=R;rA.doc_count=t;rA.enable=a;rB.id=cl;rB.parent_id=n;rB.title=cm;rB.doc_count=b;rB.enable=a;rB.description=cn;rB.show_description=a;rC.id=bI;rC.parent_id=n;rC.title=ak;rC.doc_count=E;rC.enable=a;rD.id=co;rD.parent_id=n;rD.title=cp;rD.doc_count=P;rD.enable=a;rE.id=cq;rE.parent_id=n;rE.title=cr;rE.enable=a;rF.id=cs;rF.parent_id=n;rF.title=ct;rF.doc_count=S;rF.enable=a;rG.id=cz;rG.parent_id=g;rG.title=cA;rG.doc_count=b;rG.enable=a;rH.id=cB;rH.parent_id=g;rH.title=al;rH.doc_count=q;rH.enable=a;rI.id=F;rI.parent_id=g;rI.title=cC;rI.doc_count=am;rI.enable=a;rJ.id=cG;rJ.parent_id=g;rJ.title=ao;rJ.enable=a;rJ.description=cH;rJ.show_description=a;rK.id=cI;rK.parent_id=g;rK.title=cJ;rK.doc_count=r;rK.enable=a;rK.description=cK;rK.show_description=a;rL.id=cL;rL.parent_id=g;rL.title=ap;rL.doc_count=s;rL.enable=a;rL.description=cM;rL.show_description=a;rM.id=cN;rM.parent_id=g;rM.title=cO;rM.doc_count=u;rM.enable=a;rN.id=cP;rN.parent_id=g;rN.title=aq;rN.doc_count=cQ;rN.enable=a;rN.description=cR;rN.show_description=a;rO.id=cS;rO.parent_id=g;rO.title=cT;rO.enable=a;rP.id=cU;rP.parent_id=g;rP.title=cV;rP.doc_count=O;rP.enable=a;rP.description=cW;rP.show_description=a;rQ.id=C;rQ.parent_id=g;rQ.title=Y;rQ.doc_count=ar;rQ.enable=a;rQ.description=cX;rQ.show_description=a;rR.id=bJ;rR.parent_id=g;rR.title=au;rR.doc_count=av;rR.enable=a;rR.description=dh;rR.show_description=a;rS.id=di;rS.parent_id=g;rS.title=dj;rS.doc_count=dk;rS.enable=a;rS.description=dl;rS.show_description=a;rT.id=dm;rT.parent_id=g;rT.title=dn;rT.doc_count=q;rT.enable=a;rT.description=do0;rT.show_description=a;rU.id=dp;rU.parent_id=g;rU.title=dq;rU.doc_count=w;rU.enable=a;rU.description=dr;rU.show_description=a;rV.id=ds;rV.parent_id=g;rV.title=aw;rV.doc_count=dt;rV.enable=a;rV.description=du;rV.show_description=a;rW.id=ax;rW.parent_id=g;rW.title=ay;rW.doc_count=G;rW.enable=a;rW.description=dv;rW.show_description=a;rX.id=dz;rX.parent_id=g;rX.title=dA;rX.doc_count=q;rX.enable=a;rX.description=dB;rX.show_description=a;rY.id=H;rY.parent_id=g;rY.title=az;rY.doc_count=bK;rY.enable=a;rY.description=dC;rY.show_description=a;rZ.id=p;rZ.parent_id=g;rZ.title=aB;rZ.doc_count=aC;rZ.enable=a;rZ.description=dM;rZ.show_description=a;r_.id=en;r_.parent_id=g;r_.title=eo;r_.doc_count=r;r_.enable=a;r_.description=ep;r_.show_description=a;r$.id=aG;r$.parent_id=g;r$.title=aH;r$.doc_count=s;r$.enable=a;r$.description=eq;r$.show_description=a;sa.id=eu;sa.parent_id=g;sa.title=aI;sa.doc_count=ev;sa.enable=a;sa.description=ew;sa.show_description=a;sb.id=ex;sb.parent_id=g;sb.title=aJ;sb.doc_count=aK;sb.enable=a;sc.id=ey;sc.parent_id=g;sc.title=ez;sc.doc_count=eA;sc.enable=a;sc.description=eB;sc.show_description=a;sd.id=eC;sd.parent_id=g;sd.title=eD;sd.doc_count=aL;sd.enable=a;se.id=eE;se.parent_id=g;se.title=aM;se.doc_count=an;se.enable=a;se.description=eF;se.show_description=a;sf.id=eG;sf.parent_id=g;sf.title=eH;sf.doc_count=D;sf.enable=a;sg.id=eI;sg.parent_id=g;sg.title=eJ;sg.doc_count=I;sg.enable=a;sg.description=eK;sg.show_description=a;sh.id=eL;sh.parent_id=g;sh.title=eM;sh.doc_count=P;sh.enable=a;sh.description=eN;sh.show_description=a;si.id=eO;si.parent_id=g;si.title=eP;si.doc_count=eQ;si.enable=a;si.description=eR;si.show_description=a;sj.id=eS;sj.parent_id=g;sj.title=eT;sj.doc_count=b;sj.enable=a;sj.description=eU;sj.show_description=a;sk.id=eZ;sk.parent_id=i;sk.title=e_;sk.doc_count=w;sk.enable=a;sk.description=e$;sl.id=fa;sl.parent_id=i;sl.title=fb;sl.doc_count=D;sl.enable=a;sl.description=fc;sl.show_description=a;sm.id=fd;sm.parent_id=i;sm.title=aN;sm.doc_count=w;sm.enable=a;sm.description=fe;sm.show_description=a;sn.id=ff;sn.parent_id=i;sn.title=aO;sn.doc_count=G;sn.enable=a;sn.description=fg;sn.show_description=a;so.id=fh;so.parent_id=i;so.title=fi;so.enable=a;sp.id=fj;sp.parent_id=i;sp.title=aP;sp.doc_count=V;sp.enable=a;sp.description=fk;sq.id=fl;sq.parent_id=i;sq.title=fm;sq.doc_count=fn;sq.enable=a;sq.description=fo;sq.show_description=a;sr.id=fp;sr.parent_id=i;sr.title=aQ;sr.doc_count=w;sr.enable=a;sr.description=fq;sr.show_description=a;ss.id=fr;ss.parent_id=i;ss.title=aR;ss.doc_count=S;ss.enable=a;ss.description=fs;ss.show_description=a;st.id=ft;st.parent_id=i;st.title=fu;st.doc_count=fv;st.enable=a;st.description=fw;st.show_description=a;su.id=fx;su.parent_id=i;su.title=aS;su.doc_count=at;su.enable=a;su.description=fy;su.show_description=a;sv.id=fz;sv.parent_id=i;sv.title=aT;sv.doc_count=u;sv.enable=a;sv.description=fA;sv.show_description=a;sw.id=fB;sw.parent_id=i;sw.title=aU;sw.doc_count=b;sw.enable=a;sx.id=fC;sx.parent_id=i;sx.title=aV;sx.doc_count=Z;sx.enable=a;sx.description=fD;sx.show_description=a;sy.id=K;sy.parent_id=i;sy.title=_;sy.doc_count=I;sy.enable=a;sy.description=fE;sy.show_description=a;sz.id=fF;sz.parent_id=i;sz.title=fG;sz.doc_count=N;sz.enable=a;sz.description=fH;sz.show_description=a;sA.id=bN;sA.parent_id=i;sA.title=fI;sA.enable=a;sA.description=fJ;sA.show_description=a;sB.id=fK;sB.parent_id=i;sB.title=aW;sB.doc_count=fL;sB.enable=a;sB.description=fM;sB.show_description=a;sC.id=ar;sC.parent_id=i;sC.title=fN;sC.enable=a;sD.id=L;sD.parent_id=i;sD.title=aX;sD.doc_count=fO;sD.enable=a;sD.description=fP;sD.show_description=a;sE.id=fY;sE.parent_id=i;sE.title=fZ;sE.doc_count=b;sE.enable=a;sF.id=gc;sF.parent_id=m;sF.title=a_;sF.doc_count=b;sF.enable=a;sG.id=gd;sG.parent_id=m;sG.title=ge;sG.enable=a;sH.id=gf;sH.parent_id=m;sH.title=a$;sH.doc_count=gg;sH.enable=a;sI.id=gh;sI.parent_id=m;sI.title=gi;sI.doc_count=gj;sI.enable=a;sJ.id=gk;sJ.parent_id=m;sJ.title=ba;sJ.enable=a;sK.id=am;sK.parent_id=m;sK.title=bb;sK.doc_count=q;sK.enable=a;sK.description=gl;sK.show_description=a;sL.id=bc;sL.parent_id=m;sL.title=bd;sL.doc_count=gm;sL.enable=a;sM.id=gs;sM.parent_id=m;sM.title=bg;sM.enable=a;sN.id=gt;sN.parent_id=m;sN.title=bh;sN.doc_count=q;sN.enable=a;sN.description=gu;sN.show_description=a;sO.id=gv;sO.parent_id=m;sO.title=bi;sO.enable=a;sP.id=gw;sP.parent_id=m;sP.title=gx;sP.doc_count=s;sP.enable=a;sQ.id=gy;sQ.parent_id=m;sQ.title=bj;sQ.enable=a;sR.id=gz;sR.parent_id=m;sR.title=bk;sR.doc_count=gA;sR.enable=a;sR.description=gB;sR.show_description=a;sS.id=gC;sS.parent_id=m;sS.title=gD;sS.doc_count=aA;sS.enable=a;sT.id=gE;sT.parent_id=m;sT.title=gF;sT.doc_count=bl;sT.enable=a;sU.id=hD;sU.parent_id=o;sU.title=bx;sU.doc_count=hE;sU.enable=a;sU.description=hF;sU.show_description=a;sV.id=hG;sV.parent_id=o;sV.title=hH;sV.doc_count=E;sV.enable=a;sV.description=hI;sV.show_description=a;sW.id=hJ;sW.parent_id=o;sW.title=hK;sW.doc_count=hL;sW.enable=a;sW.description=hM;sW.show_description=a;sX.id=hN;sX.parent_id=o;sX.title=by;sX.doc_count=Z;sX.enable=a;sX.description=hO;sX.show_description=a;sY.id=hP;sY.parent_id=o;sY.title=hQ;sY.doc_count=hR;sY.enable=a;sY.description=hS;sY.show_description=a;sZ.id=bz;sZ.parent_id=o;sZ.title=hT;sZ.doc_count=V;sZ.enable=a;s_.id=hX;s_.parent_id=o;s_.title=bA;s_.doc_count=Q;s_.enable=a;s$.id=hY;s$.parent_id=o;s$.title=hZ;s$.doc_count=u;s$.enable=a;s$.description=h_;s$.show_description=a;ta.id=bB;ta.parent_id=o;ta.title=h$;ta.doc_count=u;ta.enable=a;tb.id=ic;tb.parent_id=o;tb.title=id;tb.doc_count=J;tb.enable=a;tb.description=ie;tb.show_description=a;tc.id=if0;tc.parent_id=o;tc.title=ig;tc.doc_count=J;tc.enable=a;td.id=cY;td.parent_id=C;td.title=as;td.doc_count=at;td.enable=a;td.description=cZ;td.show_description=a;te.id=c_;te.parent_id=C;te.title=c$;te.doc_count=t;te.enable=a;te.description=da;te.show_description=a;tf.id=db;tf.parent_id=C;tf.title=dc;tf.doc_count=r;tf.enable=a;tf.description=dd;tf.show_description=a;tg.id=de;tg.parent_id=C;tg.title=df;tg.doc_count=dg;tg.enable=a;th.id=dN;th.parent_id=p;th.title=aD;th.doc_count=dO;th.enable=a;th.description=dP;th.show_description=a;ti.id=bL;ti.parent_id=p;ti.title=dQ;ti.doc_count=dR;ti.enable=a;tj.id=bM;tj.parent_id=p;tj.title=aE;tj.doc_count=dS;tj.enable=a;tj.description=dT;tj.show_description=a;tk.id=dU;tk.parent_id=p;tk.title=aF;tk.doc_count=T;tk.enable=a;tk.description=dV;tk.show_description=a;tl.id=dW;tl.parent_id=p;tl.title=dX;tl.doc_count=I;tl.enable=a;tl.description=dY;tl.show_description=a;tm.id=dZ;tm.parent_id=p;tm.title=d_;tm.doc_count=E;tm.enable=a;tm.description=d$;tm.show_description=a;tn.id=ea;tn.parent_id=p;tn.title=eb;tn.doc_count=J;tn.enable=a;tn.description=ec;tn.show_description=a;to.id=ed;to.parent_id=p;to.title=ee;to.doc_count=ef;to.enable=a;to.description=eg;to.show_description=a;tp.id=eh;tp.parent_id=p;tp.title=ei;tp.doc_count=I;tp.enable=a;tp.description=ej;tp.show_description=a;tq.id=ek;tq.parent_id=p;tq.title=el;tq.doc_count=S;tq.enable=a;tq.description=em;tq.show_description=a;tr.id=cg;tr.parent_id=ai;tr.title=ch;tr.doc_count=O;tr.enable=a;tr.description=ci;tr.show_description=a;ts.id=cD;ts.parent_id=F;ts.title=cE;ts.doc_count=an;ts.enable=a;ts.description=cF;ts.show_description=a;tt.id=er;tt.parent_id=aG;tt.title=es;tt.enable=a;tt.description=et;tt.show_description=a;tu.id=dD;tu.parent_id=H;tu.title=dE;tu.doc_count=q;tu.enable=a;tu.description=dF;tu.show_description=a;tv.id=dG;tv.parent_id=H;tv.title=dH;tv.doc_count=aA;tv.enable=a;tv.description=dI;tv.show_description=a;tw.id=dJ;tw.parent_id=H;tw.title=dK;tw.doc_count=G;tw.enable=a;tw.description=dL;tw.show_description=a;tx.id=dw;tx.parent_id=ax;tx.title=dx;tx.enable=a;tx.description=dy;tx.show_description=a;ty.id=be;ty.parent_id=bc;ty.title=gn;ty.doc_count=go;ty.enable=a;ty.description=gp;ty.show_description=a;tz.id=fQ;tz.parent_id=L;tz.title=fR;tz.doc_count=aY;tz.enable=a;tz.description=fS;tz.show_description=a;tA.id=fT;tA.parent_id=L;tA.title=aZ;tA.doc_count=u;tA.enable=a;tA.description=fU;tA.show_description=a;tB.id=fV;tB.parent_id=L;tB.title=fW;tB.doc_count=Q;tB.enable=a;tB.description=fX;tB.show_description=a;tC.id=gI;tC.parent_id=j;tC.title=bn;tC.doc_count=$;tC.enable=a;tC.show_description=a;tD.id=gJ;tD.parent_id=j;tD.title=gK;tD.doc_count=aK;tD.enable=a;tD.description=gL;tD.show_description=a;tE.id=gM;tE.parent_id=j;tE.title=gN;tE.doc_count=q;tE.enable=a;tE.description=gO;tE.show_description=a;tF.id=gP;tF.parent_id=j;tF.title=gQ;tF.doc_count=V;tF.enable=a;tF.description=gR;tF.show_description=a;tG.id=gS;tG.parent_id=j;tG.title=gT;tG.doc_count=D;tG.enable=a;tG.description=gU;tG.show_description=a;tH.id=gV;tH.parent_id=j;tH.title=gW;tH.doc_count=D;tH.enable=a;tI.id=gX;tI.parent_id=j;tI.title=bo;tI.doc_count=q;tI.enable=a;tJ.id=gY;tJ.parent_id=j;tJ.title=bp;tJ.doc_count=$;tJ.enable=a;tJ.description=gZ;tJ.show_description=a;tK.id=g_;tK.parent_id=j;tK.title=bq;tK.doc_count=T;tK.enable=a;tK.description=g$;tK.show_description=a;tL.id=bO;tL.parent_id=j;tL.title=aa;tL.doc_count=aL;tL.enable=a;tM.id=ha;tM.parent_id=j;tM.title=br;tM.doc_count=av;tM.enable=a;tN.id=hb;tN.parent_id=j;tN.title=hc;tN.doc_count=hd;tN.enable=a;tN.description=he;tN.show_description=a;tO.id=hf;tO.parent_id=j;tO.title=hg;tO.doc_count=aY;tO.enable=a;tO.description=hh;tO.show_description=a;tP.id=hi;tP.parent_id=j;tP.title=hj;tP.doc_count=O;tP.enable=a;tQ.id=hk;tQ.parent_id=j;tQ.title=hl;tQ.doc_count=E;tQ.enable=a;tQ.description=hm;tQ.show_description=a;tR.id=hn;tR.parent_id=j;tR.title=bs;tR.doc_count=b;tR.enable=a;tS.id=ho;tS.parent_id=j;tS.title=hp;tS.doc_count=Q;tS.enable=a;tT.id=bP;tT.parent_id=j;tT.title=hq;tT.doc_count=hr;tT.enable=a;tT.description=hs;tT.show_description=a;tU.id=ht;tU.parent_id=j;tU.title=hu;tU.doc_count=N;tU.enable=a;tV.id=hv;tV.parent_id=j;tV.title=bt;tV.doc_count=hw;tV.enable=a;tW.id=hx;tW.parent_id=j;tW.title=bu;tW.doc_count=hy;tW.enable=a;tX.id=hz;tX.parent_id=j;tX.title=bv;tX.doc_count=q;tX.enable=a;tY.id=hU;tY.parent_id=bz;tY.title=hV;tY.doc_count=G;tY.enable=a;tY.description=hW;tY.show_description=a;tZ.id=ij;tZ.parent_id=k;tZ.title=ad;tZ.enable=a;tZ.type=b;t_.id=ik;t_.parent_id=k;t_.title=il;t_.enable=a;t_.type=b;t$.id=im;t$.parent_id=k;t$.title=in0;t$.enable=a;t$.type=b;ua.id=io;ua.parent_id=k;ua.title=ip;ua.enable=a;ua.type=b;ub.id=iq;ub.parent_id=k;ub.title=ir;ub.enable=a;ub.type=b;uc.id=is;uc.parent_id=k;uc.title=it;uc.enable=a;uc.type=b;ud.id=iu;ud.parent_id=k;ud.title=iv;ud.enable=a;ud.type=b;ue.id=iw;ue.parent_id=k;ue.title=af;ue.enable=a;ue.type=b;uf.id=ix;uf.parent_id=k;uf.title=iy;uf.enable=a;uf.type=b;ug.id=iz;ug.parent_id=k;ug.title=ah;ug.enable=a;ug.type=b;uh.id=iA;uh.parent_id=k;uh.title=iB;uh.enable=a;uh.type=b;ui.id=iC;ui.parent_id=k;ui.title=X;ui.doc_count=b;ui.enable=a;ui.type=b;uj.id=iD;uj.parent_id=k;uj.title=iE;uj.enable=a;uj.type=b;uk.id=iF;uk.parent_id=k;uk.title=iG;uk.enable=a;uk.type=b;ul.id=iH;ul.parent_id=k;ul.title=R;ul.enable=a;ul.type=b;um.id=iI;um.parent_id=k;um.title=iJ;um.enable=a;um.type=b;un.id=iK;un.parent_id=k;un.title=ak;un.enable=a;un.type=b;uo.id=iL;uo.parent_id=k;uo.title=iM;uo.doc_count=b;uo.enable=a;uo.type=b;up.id=iN;up.parent_id=k;up.title=iO;up.enable=a;up.type=b;uq.id=iP;uq.parent_id=k;uq.title=iQ;uq.doc_count=b;uq.enable=a;uq.type=b;ur.id=iT;ur.parent_id=f;ur.title=iU;ur.enable=a;ur.type=b;us.id=iV;us.parent_id=f;us.title=M;us.enable=a;us.type=b;ut.id=iW;ut.parent_id=f;ut.title=iX;ut.enable=a;ut.type=b;uu.id=iY;uu.parent_id=f;uu.title=al;uu.enable=a;uu.type=b;uv.id=iZ;uv.parent_id=f;uv.title=i_;uv.enable=a;uv.type=b;uw.id=i$;uw.parent_id=f;uw.title=ao;uw.enable=a;uw.type=b;ux.id=ja;ux.parent_id=f;ux.title=ae;ux.enable=a;ux.type=b;uy.id=jb;uy.parent_id=f;uy.title=ap;uy.enable=a;uy.type=b;uz.id=jc;uz.parent_id=f;uz.title=aE;uz.enable=a;uz.type=b;uA.id=jd;uA.parent_id=f;uA.title=je;uA.enable=a;uA.type=b;uB.id=jf;uB.parent_id=f;uB.title=jg;uB.enable=a;uB.type=b;uC.id=jh;uC.parent_id=f;uC.title=ji;uC.enable=a;uC.type=b;uD.id=jj;uD.parent_id=f;uD.title=aF;uD.enable=a;uD.type=b;uE.id=jk;uE.parent_id=f;uE.title=jl;uE.enable=a;uE.type=b;uF.id=jm;uF.parent_id=f;uF.title=aq;uF.enable=a;uF.type=b;uG.id=jn;uG.parent_id=f;uG.title=jo;uG.enable=a;uG.type=b;uH.id=jp;uH.parent_id=f;uH.title=jq;uH.enable=a;uH.type=b;uI.id=jr;uI.parent_id=f;uI.title=js;uI.enable=a;uI.type=b;uJ.id=jt;uJ.parent_id=f;uJ.title=Y;uJ.enable=a;uJ.type=b;uK.id=ju;uK.parent_id=f;uK.title=au;uK.enable=a;uK.type=b;uL.id=jv;uL.parent_id=f;uL.title=jw;uL.enable=a;uL.type=b;uM.id=jx;uM.parent_id=f;uM.title=jy;uM.enable=a;uM.type=b;uN.id=jz;uN.parent_id=f;uN.title=jA;uN.enable=a;uN.type=b;uO.id=jB;uO.parent_id=f;uO.title=jC;uO.enable=a;uO.type=b;uP.id=jD;uP.parent_id=f;uP.title=jE;uP.enable=a;uP.type=b;uQ.id=jF;uQ.parent_id=f;uQ.title=aw;uQ.enable=a;uQ.type=b;uR.id=jG;uR.parent_id=f;uR.title=ay;uR.enable=a;uR.type=b;uS.id=jH;uS.parent_id=f;uS.title=jI;uS.enable=a;uS.type=b;uT.id=jJ;uT.parent_id=f;uT.title=az;uT.enable=a;uT.type=b;uU.id=jK;uU.parent_id=f;uU.title=aB;uU.enable=a;uU.type=b;uV.id=jL;uV.parent_id=f;uV.title=jM;uV.enable=a;uV.type=b;uW.id=jN;uW.parent_id=f;uW.title=jO;uW.enable=a;uW.type=b;uX.id=jP;uX.parent_id=f;uX.title=aH;uX.enable=a;uX.type=b;uY.id=jQ;uY.parent_id=f;uY.title=aI;uY.enable=a;uY.type=b;uZ.id=jR;uZ.parent_id=f;uZ.title=jS;uZ.enable=a;uZ.type=b;u_.id=jT;u_.parent_id=f;u_.title=jU;u_.enable=a;u_.type=b;u$.id=jV;u$.parent_id=f;u$.title=bi;u$.enable=a;u$.type=b;va.id=jW;va.parent_id=f;va.title=jX;va.enable=a;va.type=b;vb.id=jY;vb.parent_id=f;vb.title=jZ;vb.doc_count=b;vb.enable=a;vb.type=b;vc.id=j_;vc.parent_id=f;vc.title=j$;vc.enable=a;vc.type=b;vd.id=ka;vd.parent_id=f;vd.title=kb;vd.enable=a;vd.type=b;ve.id=kc;ve.parent_id=f;ve.title=kd;ve.enable=a;ve.type=b;vf.id=ke;vf.parent_id=f;vf.title=kf;vf.doc_count=s;vf.enable=a;vf.type=b;vg.id=ki;vg.parent_id=l;vg.title=a_;vg.enable=a;vg.type=b;vh.id=kj;vh.parent_id=l;vh.title=kk;vh.enable=a;vh.type=b;vi.id=kl;vi.parent_id=l;vi.title=ag;vi.enable=a;vi.type=b;vj.id=km;vj.parent_id=l;vj.title=kn;vj.enable=a;vj.type=b;vk.id=ko;vk.parent_id=l;vk.title=kp;vk.enable=a;vk.type=b;vl.id=kq;vl.parent_id=l;vl.title=kr;vl.enable=a;vl.type=b;vm.id=ks;vm.parent_id=l;vm.title=kt;vm.enable=a;vm.type=b;vn.id=ku;vn.parent_id=l;vn.title=ba;vn.enable=a;vn.type=b;vo.id=kv;vo.parent_id=l;vo.title=kw;vo.enable=a;vo.type=b;vp.id=kx;vp.parent_id=l;vp.title=ky;vp.enable=a;vp.type=b;vq.id=kz;vq.parent_id=l;vq.title=kA;vq.enable=a;vq.type=b;vr.id=kB;vr.parent_id=l;vr.title=aj;vr.enable=a;vr.type=b;vs.id=kC;vs.parent_id=l;vs.title=R;vs.enable=a;vs.type=b;vt.id=kD;vt.parent_id=l;vt.title=aJ;vt.enable=a;vt.type=b;vu.id=kE;vu.parent_id=l;vu.title=kF;vu.enable=a;vu.type=b;vv.id=kG;vv.parent_id=l;vv.title=kH;vv.enable=a;vv.type=b;vw.id=kJ;vw.parent_id=e;vw.title=M;vw.enable=a;vw.type=b;vx.id=kK;vx.parent_id=e;vx.title=kL;vx.enable=a;vx.type=b;vy.id=kM;vy.parent_id=e;vy.title=aN;vy.enable=a;vy.type=b;vz.id=kN;vz.parent_id=e;vz.title=aO;vz.enable=a;vz.type=b;vA.id=kO;vA.parent_id=e;vA.title=kP;vA.enable=a;vA.type=b;vB.id=kQ;vB.parent_id=e;vB.title=kR;vB.enable=a;vB.type=b;vC.id=kS;vC.parent_id=e;vC.title=kT;vC.enable=a;vC.type=b;vD.id=kU;vD.parent_id=e;vD.title=kV;vD.enable=a;vD.type=b;vE.id=bw;vE.parent_id=e;vE.title=kW;vE.doc_count=b;vE.enable=a;vE.type=b;vF.id=kX;vF.parent_id=e;vF.title=kY;vF.enable=a;vF.type=b;vG.id=kZ;vG.parent_id=e;vG.title=k_;vG.enable=a;vG.type=b;vH.id=k$;vH.parent_id=e;vH.title=la;vH.enable=a;vH.type=b;vI.id=lb;vI.parent_id=e;vI.title=aP;vI.enable=a;vI.type=b;vJ.id=lc;vJ.parent_id=e;vJ.title=ld;vJ.enable=a;vJ.type=b;vK.id=le;vK.parent_id=e;vK.title=lf;vK.enable=a;vK.type=b;vL.id=lg;vL.parent_id=e;vL.title=lh;vL.enable=a;vL.type=b;vM.id=li;vM.parent_id=e;vM.title=lj;vM.enable=a;vM.type=b;vN.id=lk;vN.parent_id=e;vN.title=ll;vN.enable=a;vN.type=b;vO.id=lm;vO.parent_id=e;vO.title=ln;vO.enable=a;vO.type=b;vP.id=lo;vP.parent_id=e;vP.title=lp;vP.enable=a;vP.type=b;vQ.id=lq;vQ.parent_id=e;vQ.title=lr;vQ.enable=a;vQ.type=b;vR.id=ls;vR.parent_id=e;vR.title=lt;vR.enable=a;vR.type=b;vS.id=lu;vS.parent_id=e;vS.title=lv;vS.enable=a;vS.type=b;vT.id=lw;vT.parent_id=e;vT.title=lx;vT.enable=a;vT.type=b;vU.id=ly;vU.parent_id=e;vU.title=lz;vU.enable=a;vU.type=b;vV.id=lA;vV.parent_id=e;vV.title=lB;vV.enable=a;vV.type=b;vW.id=lC;vW.parent_id=e;vW.title=lD;vW.enable=a;vW.type=b;vX.id=lE;vX.parent_id=e;vX.title=lF;vX.enable=a;vX.type=b;vY.id=lG;vY.parent_id=e;vY.title=aQ;vY.enable=a;vY.type=b;vZ.id=lH;vZ.parent_id=e;vZ.title=aR;vZ.enable=a;vZ.type=b;v_.id=aC;v_.parent_id=e;v_.title=aZ;v_.enable=a;v_.type=b;v$.id=lI;v$.parent_id=e;v$.title=lJ;v$.enable=a;v$.type=b;wa.id=lK;wa.parent_id=e;wa.title=lL;wa.enable=a;wa.type=b;wb.id=lM;wb.parent_id=e;wb.title=lN;wb.enable=a;wb.type=b;wc.id=lO;wc.parent_id=e;wc.title=lP;wc.enable=a;wc.type=b;wd.id=lQ;wd.parent_id=e;wd.title=lR;wd.enable=a;wd.type=b;we.id=lS;we.parent_id=e;we.title=lT;we.enable=a;we.type=b;wf.id=lU;wf.parent_id=e;wf.title=lV;wf.enable=a;wf.type=b;wg.id=lW;wg.parent_id=e;wg.title=aS;wg.enable=a;wg.type=b;wh.id=lX;wh.parent_id=e;wh.title=lY;wh.enable=a;wh.type=b;wi.id=lZ;wi.parent_id=e;wi.title=l_;wi.enable=a;wi.type=b;wj.id=l$;wj.parent_id=e;wj.title=aT;wj.enable=a;wj.type=b;wk.id=ma;wk.parent_id=e;wk.title=mb;wk.enable=a;wk.type=b;wl.id=mc;wl.parent_id=e;wl.title=md;wl.enable=a;wl.type=b;wm.id=me;wm.parent_id=e;wm.title=bD;wm.enable=a;wm.type=b;wn.id=mf;wn.parent_id=e;wn.title=mg;wn.enable=a;wn.type=b;wo.id=mh;wo.parent_id=e;wo.title=aU;wo.enable=a;wo.type=b;wp.id=mi;wp.parent_id=e;wp.title=aV;wp.enable=a;wp.type=b;wq.id=mj;wq.parent_id=e;wq.title=_;wq.enable=a;wq.type=b;wr.id=mk;wr.parent_id=e;wr.title=ml;wr.enable=a;wr.type=b;ws.id=mm;ws.parent_id=e;ws.title=mn;ws.enable=a;ws.type=b;wt.id=mo;wt.parent_id=e;wt.title=mp;wt.enable=a;wt.type=b;wu.id=mq;wu.parent_id=e;wu.title=mr;wu.enable=a;wu.type=b;wv.id=ms;wv.parent_id=e;wv.title=U;wv.enable=a;wv.type=b;ww.id=mt;ww.parent_id=e;ww.title=mu;ww.enable=a;ww.type=b;wx.id=mv;wx.parent_id=e;wx.title=aW;wx.enable=a;wx.type=b;wy.id=mw;wy.parent_id=e;wy.title=aX;wy.doc_count=b;wy.enable=a;wy.type=b;wz.id=mx;wz.parent_id=e;wz.title=my;wz.enable=a;wz.type=b;wA.id=mA;wA.parent_id=d;wA.title=as;wA.enable=a;wA.type=b;wB.id=mB;wB.parent_id=d;wB.title=mC;wB.enable=a;wB.type=b;wC.id=mD;wC.parent_id=d;wC.title=mE;wC.enable=a;wC.type=b;wD.id=mF;wD.parent_id=d;wD.title=mG;wD.enable=a;wD.type=b;wE.id=mH;wE.parent_id=d;wE.title=mI;wE.enable=a;wE.type=b;wF.id=mJ;wF.parent_id=d;wF.title=M;wF.enable=a;wF.type=b;wG.id=mK;wG.parent_id=d;wG.title=bn;wG.enable=a;wG.description=mL;wG.show_description=a;wG.type=b;wH.id=mM;wH.parent_id=d;wH.title=mN;wH.enable=a;wH.type=b;wI.id=mO;wI.parent_id=d;wI.title=mP;wI.enable=a;wI.type=b;wJ.id=mQ;wJ.parent_id=d;wJ.title=mR;wJ.enable=a;wJ.type=b;wK.id=mS;wK.parent_id=d;wK.title=mT;wK.enable=a;wK.type=b;wL.id=mU;wL.parent_id=d;wL.title=mV;wL.enable=a;wL.type=b;wM.id=mW;wM.parent_id=d;wM.title=mX;wM.enable=a;wM.type=b;wN.id=mY;wN.parent_id=d;wN.title=bf;wN.enable=a;wN.type=b;wO.id=mZ;wO.parent_id=d;wO.title=m_;wO.enable=a;wO.type=b;wP.id=m$;wP.parent_id=d;wP.title=na;wP.enable=a;wP.type=b;wQ.id=nb;wQ.parent_id=d;wQ.title=nc;wQ.enable=a;wQ.type=b;wR.id=nd;wR.parent_id=d;wR.title=bC;wR.enable=a;wR.type=b;wS.id=ne;wS.parent_id=d;wS.title=nf;wS.enable=a;wS.type=b;wT.id=ng;wT.parent_id=d;wT.title=bo;wT.enable=a;wT.type=b;wU.id=nh;wU.parent_id=d;wU.title=ni;wU.enable=a;wU.type=b;wV.id=nj;wV.parent_id=d;wV.title=nk;wV.enable=a;wV.type=b;wW.id=nl;wW.parent_id=d;wW.title=nm;wW.enable=a;wW.type=b;wX.id=nn;wX.parent_id=d;wX.title=no;wX.enable=a;wX.type=b;wY.id=np;wY.parent_id=d;wY.title=nq;wY.enable=a;wY.type=b;wZ.id=nr;wZ.parent_id=d;wZ.title=ns;wZ.enable=a;wZ.type=b;w_.id=nt;w_.parent_id=d;w_.title=nu;w_.enable=a;w_.type=b;w$.id=nv;w$.parent_id=d;w$.title=nw;w$.enable=a;w$.type=b;xa.id=nx;xa.parent_id=d;xa.title=ny;xa.enable=a;xa.type=b;xb.id=nz;xb.parent_id=d;xb.title=bp;xb.enable=a;xb.type=b;xc.id=nA;xc.parent_id=d;xc.title=bq;xc.enable=a;xc.type=b;xd.id=nB;xd.parent_id=d;xd.title=nC;xd.enable=a;xd.type=b;xe.id=nD;xe.parent_id=d;xe.title=nE;xe.enable=a;xe.type=b;xf.id=nF;xf.parent_id=d;xf.title=nG;xf.enable=a;xf.type=b;xg.id=nH;xg.parent_id=d;xg.title=nI;xg.enable=a;xg.type=b;xh.id=nJ;xh.parent_id=d;xh.title=nK;xh.enable=a;xh.type=b;xi.id=nL;xi.parent_id=d;xi.title=nM;xi.enable=a;xi.type=b;xj.id=nN;xj.parent_id=d;xj.title=nO;xj.enable=a;xj.type=b;xk.id=nP;xk.parent_id=d;xk.title=nQ;xk.enable=a;xk.type=b;xl.id=nR;xl.parent_id=d;xl.title=nS;xl.enable=a;xl.type=b;xm.id=nT;xm.parent_id=d;xm.title=nU;xm.enable=a;xm.type=b;xn.id=nV;xn.parent_id=d;xn.title=br;xn.enable=a;xn.type=b;xo.id=nW;xo.parent_id=d;xo.title=nX;xo.doc_count=s;xo.enable=a;xo.type=b;xp.id=nY;xp.parent_id=d;xp.title=nZ;xp.enable=a;xp.type=b;xq.id=n_;xq.parent_id=d;xq.title=n$;xq.enable=a;xq.type=b;xr.id=oa;xr.parent_id=d;xr.title=ob;xr.enable=a;xr.type=b;xs.id=oc;xs.parent_id=d;xs.title=od;xs.enable=a;xs.type=b;xt.id=oe;xt.parent_id=d;xt.title=of;xt.enable=a;xt.type=b;xu.id=og;xu.parent_id=d;xu.title=oh;xu.enable=a;xu.type=b;xv.id=oi;xv.parent_id=d;xv.title=oj;xv.enable=a;xv.type=b;xw.id=ok;xw.parent_id=d;xw.title=ol;xw.enable=a;xw.type=b;xx.id=om;xx.parent_id=d;xx.title=on;xx.enable=a;xx.type=b;xy.id=oo;xy.parent_id=d;xy.title=op;xy.enable=a;xy.type=b;xz.id=oq;xz.parent_id=d;xz.title=or;xz.enable=a;xz.type=b;xA.id=os;xA.parent_id=d;xA.title=ot;xA.enable=a;xA.type=b;xB.id=ou;xB.parent_id=d;xB.title=ov;xB.enable=a;xB.type=b;xC.id=ow;xC.parent_id=d;xC.title=ox;xC.enable=a;xC.type=b;xD.id=oy;xD.parent_id=d;xD.title=oz;xD.enable=a;xD.type=b;xE.id=oA;xE.parent_id=d;xE.title=oB;xE.enable=a;xE.type=b;xF.id=oC;xF.parent_id=d;xF.title=oD;xF.enable=a;xF.type=b;xG.id=oE;xG.parent_id=d;xG.title=oF;xG.enable=a;xG.type=b;xH.id=oG;xH.parent_id=d;xH.title=oH;xH.enable=a;xH.type=b;xI.id=oI;xI.parent_id=d;xI.title=oJ;xI.enable=a;xI.type=b;xJ.id=oK;xJ.parent_id=d;xJ.title=oL;xJ.enable=a;xJ.type=b;xK.id=oM;xK.parent_id=d;xK.title=oN;xK.enable=a;xK.type=b;xL.id=oO;xL.parent_id=d;xL.title=oP;xL.enable=a;xL.type=b;xM.id=oQ;xM.parent_id=d;xM.title=oR;xM.doc_count=b;xM.enable=a;xM.type=b;xN.id=oS;xN.parent_id=d;xN.title=oT;xN.enable=a;xN.type=b;xO.id=oU;xO.parent_id=d;xO.title=oV;xO.enable=a;xO.type=b;xP.id=oW;xP.parent_id=d;xP.title=oX;xP.enable=a;xP.type=b;xQ.id=oY;xQ.parent_id=d;xQ.title=bs;xQ.enable=a;xQ.type=b;xR.id=oZ;xR.parent_id=d;xR.title=o_;xR.enable=a;xR.type=b;xS.id=o$;xS.parent_id=d;xS.title=pa;xS.enable=a;xS.type=b;xT.id=pb;xT.parent_id=d;xT.title=pc;xT.enable=a;xT.type=b;xU.id=pd;xU.parent_id=d;xU.title=pe;xU.enable=a;xU.type=b;xV.id=pf;xV.parent_id=d;xV.title=pg;xV.enable=a;xV.type=b;xW.id=ph;xW.parent_id=d;xW.title=pi;xW.enable=a;xW.type=b;xX.id=pj;xX.parent_id=d;xX.title=pk;xX.enable=a;xX.type=b;xY.id=pl;xY.parent_id=d;xY.title=bt;xY.doc_count=b;xY.enable=a;xY.type=b;xZ.id=pm;xZ.parent_id=d;xZ.title=bA;xZ.doc_count=b;xZ.enable=a;xZ.type=b;x_.id=pn;x_.parent_id=d;x_.title=aM;x_.enable=a;x_.type=b;x$.id=po;x$.parent_id=d;x$.title=pp;x$.enable=a;x$.type=b;ya.id=pq;ya.parent_id=d;ya.title=bu;ya.enable=a;ya.type=b;yb.id=pr;yb.parent_id=d;yb.title=ps;yb.enable=a;yb.type=b;yc.id=pt;yc.parent_id=d;yc.title=pu;yc.enable=a;yc.type=b;yd.id=pv;yd.parent_id=d;yd.title=bv;yd.enable=a;yd.type=b;ye.id=pI;ye.parent_id=h;ye.title=pJ;ye.enable=a;ye.type=b;yf.id=pK;yf.parent_id=h;yf.title=M;yf.enable=a;yf.type=b;yg.id=pL;yg.parent_id=h;yg.title=pM;yg.enable=a;yg.type=b;yh.id=pN;yh.parent_id=h;yh.title=aD;yh.enable=a;yh.type=b;yi.id=pO;yi.parent_id=h;yi.title=pP;yi.enable=a;yi.type=b;yj.id=pQ;yj.parent_id=h;yj.title=pR;yj.enable=a;yj.type=b;yk.id=pS;yk.parent_id=h;yk.title=pT;yk.enable=a;yk.type=b;yl.id=pU;yl.parent_id=h;yl.title=a$;yl.enable=a;yl.type=b;ym.id=pV;ym.parent_id=h;ym.title=pW;ym.enable=a;ym.type=b;yn.id=pX;yn.parent_id=h;yn.title=pY;yn.enable=a;yn.type=b;yo.id=pZ;yo.parent_id=h;yo.title=aa;yo.enable=a;yo.type=b;yp.id=p_;yp.parent_id=h;yp.title=bb;yp.enable=a;yp.type=b;yq.id=p$;yq.parent_id=h;yq.title=qa;yq.enable=a;yq.type=b;yr.id=qb;yr.parent_id=h;yr.title=bd;yr.enable=a;yr.type=b;ys.id=qc;ys.parent_id=h;ys.title=qd;ys.enable=a;ys.type=b;yt.id=qe;yt.parent_id=h;yt.title=bg;yt.enable=a;yt.type=b;yu.id=qf;yu.parent_id=h;yu.title=qg;yu.enable=a;yu.type=b;yv.id=qh;yv.parent_id=h;yv.title=bh;yv.enable=a;yv.type=b;yw.id=qi;yw.parent_id=h;yw.title=bD;yw.enable=a;yw.type=b;yx.id=qj;yx.parent_id=h;yx.title=qk;yx.enable=a;yx.type=b;yy.id=ql;yy.parent_id=h;yy.title=qm;yy.enable=a;yy.type=b;yz.id=qn;yz.parent_id=h;yz.title=qo;yz.enable=a;yz.type=b;yA.id=qp;yA.parent_id=h;yA.title=bj;yA.enable=a;yA.type=b;yB.id=qq;yB.parent_id=h;yB.title=bk;yB.enable=a;yB.type=b;yC.id=qr;yC.parent_id=h;yC.title=qs;yC.enable=a;yC.type=b;yD.id=qt;yD.parent_id=h;yD.title=qu;yD.enable=a;yD.type=b;yE.id=qv;yE.parent_id=h;yE.title=qw;yE.enable=a;yE.type=b;yF.id=qx;yF.parent_id=h;yF.title=qy;yF.enable=a;yF.type=b;yG.id=qz;yG.parent_id=h;yG.title=qA;yG.enable=a;yG.type=b;yH.id=py;yH.parent_id=x;yH.title=bx;yH.enable=a;yH.type=b;yI.id=pz;yI.parent_id=x;yI.title=by;yI.enable=a;yI.type=b;yJ.id=pA;yJ.parent_id=x;yJ.title=pB;yJ.enable=a;yJ.type=b;yK.id=pC;yK.parent_id=x;yK.title=pD;yK.enable=a;yK.type=b;yL.id=pE;yL.parent_id=x;yL.title=pF;yL.enable=a;yL.type=b;yM.id=gq;yM.parent_id=be;yM.title=bf;yM.doc_count=q;yM.enable=a;yM.description=gr;yM.show_description=a;yN.id=ia;yN.parent_id=bB;yN.title=bC;yN.doc_count=u;yN.enable=a;yN.description=ib;yN.show_description=a;return {layout:bG,data:[{}],fetch:{"0":{search:{wd:bT,type:v},timeouter:bH,currentYear:bU,categoryDocumentTrees:[{id:n,title:bV,doc_count:bW,enable:a,cover:bX,icon:bY,disabled:c,children:[{id:bZ,parent_id:n,title:ad,doc_count:N,enable:a,disabled:c},{id:b_,parent_id:n,title:ae,doc_count:r,enable:a,disabled:c},{id:b$,parent_id:n,title:af,doc_count:r,enable:a,description:ca,show_description:a,disabled:c},{id:cb,parent_id:n,title:ag,doc_count:cc,enable:a,description:cd,show_description:a,disabled:c},{id:ce,parent_id:n,title:ah,doc_count:s,enable:a,disabled:c},{id:ai,parent_id:n,title:X,doc_count:cf,enable:a,disabled:c,children:[{id:cg,parent_id:ai,title:ch,doc_count:O,enable:a,description:ci,show_description:a,disabled:c}]},{id:cj,parent_id:n,title:aj,enable:a,disabled:c},{id:ck,parent_id:n,title:R,doc_count:t,enable:a,disabled:c},{id:cl,parent_id:n,title:cm,doc_count:b,enable:a,description:cn,show_description:a,disabled:c},{id:bI,parent_id:n,title:ak,doc_count:E,enable:a,disabled:c},{id:co,parent_id:n,title:cp,doc_count:P,enable:a,disabled:c},{id:cq,parent_id:n,title:cr,enable:a,disabled:c},{id:cs,parent_id:n,title:ct,doc_count:S,enable:a,disabled:c}]},{id:g,title:cu,doc_count:cv,enable:a,cover:cw,icon:cx,description:cy,disabled:c,children:[{id:cz,parent_id:g,title:cA,doc_count:b,enable:a,disabled:c},{id:cB,parent_id:g,title:al,doc_count:q,enable:a,disabled:c},{id:F,parent_id:g,title:cC,doc_count:am,enable:a,disabled:c,children:[{id:cD,parent_id:F,title:cE,doc_count:an,enable:a,description:cF,show_description:a,disabled:c}]},{id:cG,parent_id:g,title:ao,enable:a,description:cH,show_description:a,disabled:c},{id:cI,parent_id:g,title:cJ,doc_count:r,enable:a,description:cK,show_description:a,disabled:c},{id:cL,parent_id:g,title:ap,doc_count:s,enable:a,description:cM,show_description:a,disabled:c},{id:cN,parent_id:g,title:cO,doc_count:u,enable:a,disabled:c},{id:cP,parent_id:g,title:aq,doc_count:cQ,enable:a,description:cR,show_description:a,disabled:c},{id:cS,parent_id:g,title:cT,enable:a,disabled:c},{id:cU,parent_id:g,title:cV,doc_count:O,enable:a,description:cW,show_description:a,disabled:c},{id:C,parent_id:g,title:Y,doc_count:ar,enable:a,description:cX,show_description:a,disabled:c,children:[{id:cY,parent_id:C,title:as,doc_count:at,enable:a,description:cZ,show_description:a,disabled:c},{id:c_,parent_id:C,title:c$,doc_count:t,enable:a,description:da,show_description:a,disabled:c},{id:db,parent_id:C,title:dc,doc_count:r,enable:a,description:dd,show_description:a,disabled:c},{id:de,parent_id:C,title:df,doc_count:dg,enable:a,disabled:c}]},{id:bJ,parent_id:g,title:au,doc_count:av,enable:a,description:dh,show_description:a,disabled:c},{id:di,parent_id:g,title:dj,doc_count:dk,enable:a,description:dl,show_description:a,disabled:c},{id:dm,parent_id:g,title:dn,doc_count:q,enable:a,description:do0,show_description:a,disabled:c},{id:dp,parent_id:g,title:dq,doc_count:w,enable:a,description:dr,show_description:a,disabled:c},{id:ds,parent_id:g,title:aw,doc_count:dt,enable:a,description:du,show_description:a,disabled:c},{id:ax,parent_id:g,title:ay,doc_count:G,enable:a,description:dv,show_description:a,disabled:c,children:[{id:dw,parent_id:ax,title:dx,enable:a,description:dy,show_description:a,disabled:c}]},{id:dz,parent_id:g,title:dA,doc_count:q,enable:a,description:dB,show_description:a,disabled:c},{id:H,parent_id:g,title:az,doc_count:bK,enable:a,description:dC,show_description:a,disabled:c,children:[{id:dD,parent_id:H,title:dE,doc_count:q,enable:a,description:dF,show_description:a,disabled:c},{id:dG,parent_id:H,title:dH,doc_count:aA,enable:a,description:dI,show_description:a,disabled:c},{id:dJ,parent_id:H,title:dK,doc_count:G,enable:a,description:dL,show_description:a,disabled:c}]},{id:p,parent_id:g,title:aB,doc_count:aC,enable:a,description:dM,show_description:a,disabled:c,children:[{id:dN,parent_id:p,title:aD,doc_count:dO,enable:a,description:dP,show_description:a,disabled:c},{id:bL,parent_id:p,title:dQ,doc_count:dR,enable:a,disabled:c},{id:bM,parent_id:p,title:aE,doc_count:dS,enable:a,description:dT,show_description:a,disabled:c},{id:dU,parent_id:p,title:aF,doc_count:T,enable:a,description:dV,show_description:a,disabled:c},{id:dW,parent_id:p,title:dX,doc_count:I,enable:a,description:dY,show_description:a,disabled:c},{id:dZ,parent_id:p,title:d_,doc_count:E,enable:a,description:d$,show_description:a,disabled:c},{id:ea,parent_id:p,title:eb,doc_count:J,enable:a,description:ec,show_description:a,disabled:c},{id:ed,parent_id:p,title:ee,doc_count:ef,enable:a,description:eg,show_description:a,disabled:c},{id:eh,parent_id:p,title:ei,doc_count:I,enable:a,description:ej,show_description:a,disabled:c},{id:ek,parent_id:p,title:el,doc_count:S,enable:a,description:em,show_description:a,disabled:c}]},{id:en,parent_id:g,title:eo,doc_count:r,enable:a,description:ep,show_description:a,disabled:c},{id:aG,parent_id:g,title:aH,doc_count:s,enable:a,description:eq,show_description:a,disabled:c,children:[{id:er,parent_id:aG,title:es,enable:a,description:et,show_description:a,disabled:c}]},{id:eu,parent_id:g,title:aI,doc_count:ev,enable:a,description:ew,show_description:a,disabled:c},{id:ex,parent_id:g,title:aJ,doc_count:aK,enable:a,disabled:c},{id:ey,parent_id:g,title:ez,doc_count:eA,enable:a,description:eB,show_description:a,disabled:c},{id:eC,parent_id:g,title:eD,doc_count:aL,enable:a,disabled:c},{id:eE,parent_id:g,title:aM,doc_count:an,enable:a,description:eF,show_description:a,disabled:c},{id:eG,parent_id:g,title:eH,doc_count:D,enable:a,disabled:c},{id:eI,parent_id:g,title:eJ,doc_count:I,enable:a,description:eK,show_description:a,disabled:c},{id:eL,parent_id:g,title:eM,doc_count:P,enable:a,description:eN,show_description:a,disabled:c},{id:eO,parent_id:g,title:eP,doc_count:eQ,enable:a,description:eR,show_description:a,disabled:c},{id:eS,parent_id:g,title:eT,doc_count:b,enable:a,description:eU,show_description:a,disabled:c}]},{id:i,title:U,doc_count:eV,enable:a,cover:eW,icon:eX,description:eY,show_description:a,disabled:c,children:[{id:eZ,parent_id:i,title:e_,doc_count:w,enable:a,description:e$,disabled:c},{id:fa,parent_id:i,title:fb,doc_count:D,enable:a,description:fc,show_description:a,disabled:c},{id:fd,parent_id:i,title:aN,doc_count:w,enable:a,description:fe,show_description:a,disabled:c},{id:ff,parent_id:i,title:aO,doc_count:G,enable:a,description:fg,show_description:a,disabled:c},{id:fh,parent_id:i,title:fi,enable:a,disabled:c},{id:fj,parent_id:i,title:aP,doc_count:V,enable:a,description:fk,disabled:c},{id:fl,parent_id:i,title:fm,doc_count:fn,enable:a,description:fo,show_description:a,disabled:c},{id:fp,parent_id:i,title:aQ,doc_count:w,enable:a,description:fq,show_description:a,disabled:c},{id:fr,parent_id:i,title:aR,doc_count:S,enable:a,description:fs,show_description:a,disabled:c},{id:ft,parent_id:i,title:fu,doc_count:fv,enable:a,description:fw,show_description:a,disabled:c},{id:fx,parent_id:i,title:aS,doc_count:at,enable:a,description:fy,show_description:a,disabled:c},{id:fz,parent_id:i,title:aT,doc_count:u,enable:a,description:fA,show_description:a,disabled:c},{id:fB,parent_id:i,title:aU,doc_count:b,enable:a,disabled:c},{id:fC,parent_id:i,title:aV,doc_count:Z,enable:a,description:fD,show_description:a,disabled:c},{id:K,parent_id:i,title:_,doc_count:I,enable:a,description:fE,show_description:a,disabled:c},{id:fF,parent_id:i,title:fG,doc_count:N,enable:a,description:fH,show_description:a,disabled:c},{id:bN,parent_id:i,title:fI,enable:a,description:fJ,show_description:a,disabled:c},{id:fK,parent_id:i,title:aW,doc_count:fL,enable:a,description:fM,show_description:a,disabled:c},{id:ar,parent_id:i,title:fN,enable:a,disabled:c},{id:L,parent_id:i,title:aX,doc_count:fO,enable:a,description:fP,show_description:a,disabled:c,children:[{id:fQ,parent_id:L,title:fR,doc_count:aY,enable:a,description:fS,show_description:a,disabled:c},{id:fT,parent_id:L,title:aZ,doc_count:u,enable:a,description:fU,show_description:a,disabled:c},{id:fV,parent_id:L,title:fW,doc_count:Q,enable:a,description:fX,show_description:a,disabled:c}]},{id:fY,parent_id:i,title:fZ,doc_count:b,enable:a,disabled:c}]},{id:m,title:f_,doc_count:f$,enable:a,cover:ga,icon:gb,disabled:c,children:[{id:gc,parent_id:m,title:a_,doc_count:b,enable:a,disabled:c},{id:gd,parent_id:m,title:ge,enable:a,disabled:c},{id:gf,parent_id:m,title:a$,doc_count:gg,enable:a,disabled:c},{id:gh,parent_id:m,title:gi,doc_count:gj,enable:a,disabled:c},{id:gk,parent_id:m,title:ba,enable:a,disabled:c},{id:am,parent_id:m,title:bb,doc_count:q,enable:a,description:gl,show_description:a,disabled:c},{id:bc,parent_id:m,title:bd,doc_count:gm,enable:a,disabled:c,children:[{id:be,parent_id:bc,title:gn,doc_count:go,enable:a,description:gp,show_description:a,disabled:c,children:[{id:gq,parent_id:be,title:bf,doc_count:q,enable:a,description:gr,show_description:a,disabled:c}]}]},{id:gs,parent_id:m,title:bg,enable:a,disabled:c},{id:gt,parent_id:m,title:bh,doc_count:q,enable:a,description:gu,show_description:a,disabled:c},{id:gv,parent_id:m,title:bi,enable:a,disabled:c},{id:gw,parent_id:m,title:gx,doc_count:s,enable:a,disabled:c},{id:gy,parent_id:m,title:bj,enable:a,disabled:c},{id:gz,parent_id:m,title:bk,doc_count:gA,enable:a,description:gB,show_description:a,disabled:c},{id:gC,parent_id:m,title:gD,doc_count:aA,enable:a,disabled:c},{id:gE,parent_id:m,title:gF,doc_count:bl,enable:a,disabled:c}]},{id:j,title:bm,doc_count:gG,enable:a,cover:gH,disabled:c,children:[{id:gI,parent_id:j,title:bn,doc_count:$,enable:a,show_description:a,disabled:c},{id:gJ,parent_id:j,title:gK,doc_count:aK,enable:a,description:gL,show_description:a,disabled:c},{id:gM,parent_id:j,title:gN,doc_count:q,enable:a,description:gO,show_description:a,disabled:c},{id:gP,parent_id:j,title:gQ,doc_count:V,enable:a,description:gR,show_description:a,disabled:c},{id:gS,parent_id:j,title:gT,doc_count:D,enable:a,description:gU,show_description:a,disabled:c},{id:gV,parent_id:j,title:gW,doc_count:D,enable:a,disabled:c},{id:gX,parent_id:j,title:bo,doc_count:q,enable:a,disabled:c},{id:gY,parent_id:j,title:bp,doc_count:$,enable:a,description:gZ,show_description:a,disabled:c},{id:g_,parent_id:j,title:bq,doc_count:T,enable:a,description:g$,show_description:a,disabled:c},{id:bO,parent_id:j,title:aa,doc_count:aL,enable:a,disabled:c},{id:ha,parent_id:j,title:br,doc_count:av,enable:a,disabled:c},{id:hb,parent_id:j,title:hc,doc_count:hd,enable:a,description:he,show_description:a,disabled:c},{id:hf,parent_id:j,title:hg,doc_count:aY,enable:a,description:hh,show_description:a,disabled:c},{id:hi,parent_id:j,title:hj,doc_count:O,enable:a,disabled:c},{id:hk,parent_id:j,title:hl,doc_count:E,enable:a,description:hm,show_description:a,disabled:c},{id:hn,parent_id:j,title:bs,doc_count:b,enable:a,disabled:c},{id:ho,parent_id:j,title:hp,doc_count:Q,enable:a,disabled:c},{id:bP,parent_id:j,title:hq,doc_count:hr,enable:a,description:hs,show_description:a,disabled:c},{id:ht,parent_id:j,title:hu,doc_count:N,enable:a,disabled:c},{id:hv,parent_id:j,title:bt,doc_count:hw,enable:a,disabled:c},{id:hx,parent_id:j,title:bu,doc_count:hy,enable:a,disabled:c},{id:hz,parent_id:j,title:bv,doc_count:q,enable:a,disabled:c}]},{id:o,title:hA,doc_count:bw,enable:a,cover:hB,icon:hC,disabled:c,children:[{id:hD,parent_id:o,title:bx,doc_count:hE,enable:a,description:hF,show_description:a,disabled:c},{id:hG,parent_id:o,title:hH,doc_count:E,enable:a,description:hI,show_description:a,disabled:c},{id:hJ,parent_id:o,title:hK,doc_count:hL,enable:a,description:hM,show_description:a,disabled:c},{id:hN,parent_id:o,title:by,doc_count:Z,enable:a,description:hO,show_description:a,disabled:c},{id:hP,parent_id:o,title:hQ,doc_count:hR,enable:a,description:hS,show_description:a,disabled:c},{id:bz,parent_id:o,title:hT,doc_count:V,enable:a,disabled:c,children:[{id:hU,parent_id:bz,title:hV,doc_count:G,enable:a,description:hW,show_description:a,disabled:c}]},{id:hX,parent_id:o,title:bA,doc_count:Q,enable:a,disabled:c},{id:hY,parent_id:o,title:hZ,doc_count:u,enable:a,description:h_,show_description:a,disabled:c},{id:bB,parent_id:o,title:h$,doc_count:u,enable:a,disabled:c,children:[{id:ia,parent_id:bB,title:bC,doc_count:u,enable:a,description:ib,show_description:a,disabled:c}]},{id:ic,parent_id:o,title:id,doc_count:J,enable:a,description:ie,show_description:a,disabled:c},{id:if0,parent_id:o,title:ig,doc_count:J,enable:a,disabled:c}]}],categoryArticleTrees:[{id:k,title:ih,doc_count:r,enable:a,icon:ii,type:b,disabled:c,children:[{id:ij,parent_id:k,title:ad,enable:a,type:b,disabled:c},{id:ik,parent_id:k,title:il,enable:a,type:b,disabled:c},{id:im,parent_id:k,title:in0,enable:a,type:b,disabled:c},{id:io,parent_id:k,title:ip,enable:a,type:b,disabled:c},{id:iq,parent_id:k,title:ir,enable:a,type:b,disabled:c},{id:is,parent_id:k,title:it,enable:a,type:b,disabled:c},{id:iu,parent_id:k,title:iv,enable:a,type:b,disabled:c},{id:iw,parent_id:k,title:af,enable:a,type:b,disabled:c},{id:ix,parent_id:k,title:iy,enable:a,type:b,disabled:c},{id:iz,parent_id:k,title:ah,enable:a,type:b,disabled:c},{id:iA,parent_id:k,title:iB,enable:a,type:b,disabled:c},{id:iC,parent_id:k,title:X,doc_count:b,enable:a,type:b,disabled:c},{id:iD,parent_id:k,title:iE,enable:a,type:b,disabled:c},{id:iF,parent_id:k,title:iG,enable:a,type:b,disabled:c},{id:iH,parent_id:k,title:R,enable:a,type:b,disabled:c},{id:iI,parent_id:k,title:iJ,enable:a,type:b,disabled:c},{id:iK,parent_id:k,title:ak,enable:a,type:b,disabled:c},{id:iL,parent_id:k,title:iM,doc_count:b,enable:a,type:b,disabled:c},{id:iN,parent_id:k,title:iO,enable:a,type:b,disabled:c},{id:iP,parent_id:k,title:iQ,doc_count:b,enable:a,type:b,disabled:c}]},{id:f,title:iR,doc_count:w,enable:a,icon:iS,type:b,disabled:c,children:[{id:iT,parent_id:f,title:iU,enable:a,type:b,disabled:c},{id:iV,parent_id:f,title:M,enable:a,type:b,disabled:c},{id:iW,parent_id:f,title:iX,enable:a,type:b,disabled:c},{id:iY,parent_id:f,title:al,enable:a,type:b,disabled:c},{id:iZ,parent_id:f,title:i_,enable:a,type:b,disabled:c},{id:i$,parent_id:f,title:ao,enable:a,type:b,disabled:c},{id:ja,parent_id:f,title:ae,enable:a,type:b,disabled:c},{id:jb,parent_id:f,title:ap,enable:a,type:b,disabled:c},{id:jc,parent_id:f,title:aE,enable:a,type:b,disabled:c},{id:jd,parent_id:f,title:je,enable:a,type:b,disabled:c},{id:jf,parent_id:f,title:jg,enable:a,type:b,disabled:c},{id:jh,parent_id:f,title:ji,enable:a,type:b,disabled:c},{id:jj,parent_id:f,title:aF,enable:a,type:b,disabled:c},{id:jk,parent_id:f,title:jl,enable:a,type:b,disabled:c},{id:jm,parent_id:f,title:aq,enable:a,type:b,disabled:c},{id:jn,parent_id:f,title:jo,enable:a,type:b,disabled:c},{id:jp,parent_id:f,title:jq,enable:a,type:b,disabled:c},{id:jr,parent_id:f,title:js,enable:a,type:b,disabled:c},{id:jt,parent_id:f,title:Y,enable:a,type:b,disabled:c},{id:ju,parent_id:f,title:au,enable:a,type:b,disabled:c},{id:jv,parent_id:f,title:jw,enable:a,type:b,disabled:c},{id:jx,parent_id:f,title:jy,enable:a,type:b,disabled:c},{id:jz,parent_id:f,title:jA,enable:a,type:b,disabled:c},{id:jB,parent_id:f,title:jC,enable:a,type:b,disabled:c},{id:jD,parent_id:f,title:jE,enable:a,type:b,disabled:c},{id:jF,parent_id:f,title:aw,enable:a,type:b,disabled:c},{id:jG,parent_id:f,title:ay,enable:a,type:b,disabled:c},{id:jH,parent_id:f,title:jI,enable:a,type:b,disabled:c},{id:jJ,parent_id:f,title:az,enable:a,type:b,disabled:c},{id:jK,parent_id:f,title:aB,enable:a,type:b,disabled:c},{id:jL,parent_id:f,title:jM,enable:a,type:b,disabled:c},{id:jN,parent_id:f,title:jO,enable:a,type:b,disabled:c},{id:jP,parent_id:f,title:aH,enable:a,type:b,disabled:c},{id:jQ,parent_id:f,title:aI,enable:a,type:b,disabled:c},{id:jR,parent_id:f,title:jS,enable:a,type:b,disabled:c},{id:jT,parent_id:f,title:jU,enable:a,type:b,disabled:c},{id:jV,parent_id:f,title:bi,enable:a,type:b,disabled:c},{id:jW,parent_id:f,title:jX,enable:a,type:b,disabled:c},{id:jY,parent_id:f,title:jZ,doc_count:b,enable:a,type:b,disabled:c},{id:j_,parent_id:f,title:j$,enable:a,type:b,disabled:c},{id:ka,parent_id:f,title:kb,enable:a,type:b,disabled:c},{id:kc,parent_id:f,title:kd,enable:a,type:b,disabled:c},{id:ke,parent_id:f,title:kf,doc_count:s,enable:a,type:b,disabled:c}]},{id:l,title:kg,enable:a,icon:kh,type:b,disabled:c,children:[{id:ki,parent_id:l,title:a_,enable:a,type:b,disabled:c},{id:kj,parent_id:l,title:kk,enable:a,type:b,disabled:c},{id:kl,parent_id:l,title:ag,enable:a,type:b,disabled:c},{id:km,parent_id:l,title:kn,enable:a,type:b,disabled:c},{id:ko,parent_id:l,title:kp,enable:a,type:b,disabled:c},{id:kq,parent_id:l,title:kr,enable:a,type:b,disabled:c},{id:ks,parent_id:l,title:kt,enable:a,type:b,disabled:c},{id:ku,parent_id:l,title:ba,enable:a,type:b,disabled:c},{id:kv,parent_id:l,title:kw,enable:a,type:b,disabled:c},{id:kx,parent_id:l,title:ky,enable:a,type:b,disabled:c},{id:kz,parent_id:l,title:kA,enable:a,type:b,disabled:c},{id:kB,parent_id:l,title:aj,enable:a,type:b,disabled:c},{id:kC,parent_id:l,title:R,enable:a,type:b,disabled:c},{id:kD,parent_id:l,title:aJ,enable:a,type:b,disabled:c},{id:kE,parent_id:l,title:kF,enable:a,type:b,disabled:c},{id:kG,parent_id:l,title:kH,enable:a,type:b,disabled:c}]},{id:e,title:U,doc_count:s,enable:a,icon:kI,type:b,disabled:c,children:[{id:kJ,parent_id:e,title:M,enable:a,type:b,disabled:c},{id:kK,parent_id:e,title:kL,enable:a,type:b,disabled:c},{id:kM,parent_id:e,title:aN,enable:a,type:b,disabled:c},{id:kN,parent_id:e,title:aO,enable:a,type:b,disabled:c},{id:kO,parent_id:e,title:kP,enable:a,type:b,disabled:c},{id:kQ,parent_id:e,title:kR,enable:a,type:b,disabled:c},{id:kS,parent_id:e,title:kT,enable:a,type:b,disabled:c},{id:kU,parent_id:e,title:kV,enable:a,type:b,disabled:c},{id:bw,parent_id:e,title:kW,doc_count:b,enable:a,type:b,disabled:c},{id:kX,parent_id:e,title:kY,enable:a,type:b,disabled:c},{id:kZ,parent_id:e,title:k_,enable:a,type:b,disabled:c},{id:k$,parent_id:e,title:la,enable:a,type:b,disabled:c},{id:lb,parent_id:e,title:aP,enable:a,type:b,disabled:c},{id:lc,parent_id:e,title:ld,enable:a,type:b,disabled:c},{id:le,parent_id:e,title:lf,enable:a,type:b,disabled:c},{id:lg,parent_id:e,title:lh,enable:a,type:b,disabled:c},{id:li,parent_id:e,title:lj,enable:a,type:b,disabled:c},{id:lk,parent_id:e,title:ll,enable:a,type:b,disabled:c},{id:lm,parent_id:e,title:ln,enable:a,type:b,disabled:c},{id:lo,parent_id:e,title:lp,enable:a,type:b,disabled:c},{id:lq,parent_id:e,title:lr,enable:a,type:b,disabled:c},{id:ls,parent_id:e,title:lt,enable:a,type:b,disabled:c},{id:lu,parent_id:e,title:lv,enable:a,type:b,disabled:c},{id:lw,parent_id:e,title:lx,enable:a,type:b,disabled:c},{id:ly,parent_id:e,title:lz,enable:a,type:b,disabled:c},{id:lA,parent_id:e,title:lB,enable:a,type:b,disabled:c},{id:lC,parent_id:e,title:lD,enable:a,type:b,disabled:c},{id:lE,parent_id:e,title:lF,enable:a,type:b,disabled:c},{id:lG,parent_id:e,title:aQ,enable:a,type:b,disabled:c},{id:lH,parent_id:e,title:aR,enable:a,type:b,disabled:c},{id:aC,parent_id:e,title:aZ,enable:a,type:b,disabled:c},{id:lI,parent_id:e,title:lJ,enable:a,type:b,disabled:c},{id:lK,parent_id:e,title:lL,enable:a,type:b,disabled:c},{id:lM,parent_id:e,title:lN,enable:a,type:b,disabled:c},{id:lO,parent_id:e,title:lP,enable:a,type:b,disabled:c},{id:lQ,parent_id:e,title:lR,enable:a,type:b,disabled:c},{id:lS,parent_id:e,title:lT,enable:a,type:b,disabled:c},{id:lU,parent_id:e,title:lV,enable:a,type:b,disabled:c},{id:lW,parent_id:e,title:aS,enable:a,type:b,disabled:c},{id:lX,parent_id:e,title:lY,enable:a,type:b,disabled:c},{id:lZ,parent_id:e,title:l_,enable:a,type:b,disabled:c},{id:l$,parent_id:e,title:aT,enable:a,type:b,disabled:c},{id:ma,parent_id:e,title:mb,enable:a,type:b,disabled:c},{id:mc,parent_id:e,title:md,enable:a,type:b,disabled:c},{id:me,parent_id:e,title:bD,enable:a,type:b,disabled:c},{id:mf,parent_id:e,title:mg,enable:a,type:b,disabled:c},{id:mh,parent_id:e,title:aU,enable:a,type:b,disabled:c},{id:mi,parent_id:e,title:aV,enable:a,type:b,disabled:c},{id:mj,parent_id:e,title:_,enable:a,type:b,disabled:c},{id:mk,parent_id:e,title:ml,enable:a,type:b,disabled:c},{id:mm,parent_id:e,title:mn,enable:a,type:b,disabled:c},{id:mo,parent_id:e,title:mp,enable:a,type:b,disabled:c},{id:mq,parent_id:e,title:mr,enable:a,type:b,disabled:c},{id:ms,parent_id:e,title:U,enable:a,type:b,disabled:c},{id:mt,parent_id:e,title:mu,enable:a,type:b,disabled:c},{id:mv,parent_id:e,title:aW,enable:a,type:b,disabled:c},{id:mw,parent_id:e,title:aX,doc_count:b,enable:a,type:b,disabled:c},{id:mx,parent_id:e,title:my,enable:a,type:b,disabled:c}]},{id:d,title:bm,doc_count:r,enable:a,icon:mz,type:b,disabled:c,children:[{id:mA,parent_id:d,title:as,enable:a,type:b,disabled:c},{id:mB,parent_id:d,title:mC,enable:a,type:b,disabled:c},{id:mD,parent_id:d,title:mE,enable:a,type:b,disabled:c},{id:mF,parent_id:d,title:mG,enable:a,type:b,disabled:c},{id:mH,parent_id:d,title:mI,enable:a,type:b,disabled:c},{id:mJ,parent_id:d,title:M,enable:a,type:b,disabled:c},{id:mK,parent_id:d,title:bn,enable:a,description:mL,show_description:a,type:b,disabled:c},{id:mM,parent_id:d,title:mN,enable:a,type:b,disabled:c},{id:mO,parent_id:d,title:mP,enable:a,type:b,disabled:c},{id:mQ,parent_id:d,title:mR,enable:a,type:b,disabled:c},{id:mS,parent_id:d,title:mT,enable:a,type:b,disabled:c},{id:mU,parent_id:d,title:mV,enable:a,type:b,disabled:c},{id:mW,parent_id:d,title:mX,enable:a,type:b,disabled:c},{id:mY,parent_id:d,title:bf,enable:a,type:b,disabled:c},{id:mZ,parent_id:d,title:m_,enable:a,type:b,disabled:c},{id:m$,parent_id:d,title:na,enable:a,type:b,disabled:c},{id:nb,parent_id:d,title:nc,enable:a,type:b,disabled:c},{id:nd,parent_id:d,title:bC,enable:a,type:b,disabled:c},{id:ne,parent_id:d,title:nf,enable:a,type:b,disabled:c},{id:ng,parent_id:d,title:bo,enable:a,type:b,disabled:c},{id:nh,parent_id:d,title:ni,enable:a,type:b,disabled:c},{id:nj,parent_id:d,title:nk,enable:a,type:b,disabled:c},{id:nl,parent_id:d,title:nm,enable:a,type:b,disabled:c},{id:nn,parent_id:d,title:no,enable:a,type:b,disabled:c},{id:np,parent_id:d,title:nq,enable:a,type:b,disabled:c},{id:nr,parent_id:d,title:ns,enable:a,type:b,disabled:c},{id:nt,parent_id:d,title:nu,enable:a,type:b,disabled:c},{id:nv,parent_id:d,title:nw,enable:a,type:b,disabled:c},{id:nx,parent_id:d,title:ny,enable:a,type:b,disabled:c},{id:nz,parent_id:d,title:bp,enable:a,type:b,disabled:c},{id:nA,parent_id:d,title:bq,enable:a,type:b,disabled:c},{id:nB,parent_id:d,title:nC,enable:a,type:b,disabled:c},{id:nD,parent_id:d,title:nE,enable:a,type:b,disabled:c},{id:nF,parent_id:d,title:nG,enable:a,type:b,disabled:c},{id:nH,parent_id:d,title:nI,enable:a,type:b,disabled:c},{id:nJ,parent_id:d,title:nK,enable:a,type:b,disabled:c},{id:nL,parent_id:d,title:nM,enable:a,type:b,disabled:c},{id:nN,parent_id:d,title:nO,enable:a,type:b,disabled:c},{id:nP,parent_id:d,title:nQ,enable:a,type:b,disabled:c},{id:nR,parent_id:d,title:nS,enable:a,type:b,disabled:c},{id:nT,parent_id:d,title:nU,enable:a,type:b,disabled:c},{id:nV,parent_id:d,title:br,enable:a,type:b,disabled:c},{id:nW,parent_id:d,title:nX,doc_count:s,enable:a,type:b,disabled:c},{id:nY,parent_id:d,title:nZ,enable:a,type:b,disabled:c},{id:n_,parent_id:d,title:n$,enable:a,type:b,disabled:c},{id:oa,parent_id:d,title:ob,enable:a,type:b,disabled:c},{id:oc,parent_id:d,title:od,enable:a,type:b,disabled:c},{id:oe,parent_id:d,title:of,enable:a,type:b,disabled:c},{id:og,parent_id:d,title:oh,enable:a,type:b,disabled:c},{id:oi,parent_id:d,title:oj,enable:a,type:b,disabled:c},{id:ok,parent_id:d,title:ol,enable:a,type:b,disabled:c},{id:om,parent_id:d,title:on,enable:a,type:b,disabled:c},{id:oo,parent_id:d,title:op,enable:a,type:b,disabled:c},{id:oq,parent_id:d,title:or,enable:a,type:b,disabled:c},{id:os,parent_id:d,title:ot,enable:a,type:b,disabled:c},{id:ou,parent_id:d,title:ov,enable:a,type:b,disabled:c},{id:ow,parent_id:d,title:ox,enable:a,type:b,disabled:c},{id:oy,parent_id:d,title:oz,enable:a,type:b,disabled:c},{id:oA,parent_id:d,title:oB,enable:a,type:b,disabled:c},{id:oC,parent_id:d,title:oD,enable:a,type:b,disabled:c},{id:oE,parent_id:d,title:oF,enable:a,type:b,disabled:c},{id:oG,parent_id:d,title:oH,enable:a,type:b,disabled:c},{id:oI,parent_id:d,title:oJ,enable:a,type:b,disabled:c},{id:oK,parent_id:d,title:oL,enable:a,type:b,disabled:c},{id:oM,parent_id:d,title:oN,enable:a,type:b,disabled:c},{id:oO,parent_id:d,title:oP,enable:a,type:b,disabled:c},{id:oQ,parent_id:d,title:oR,doc_count:b,enable:a,type:b,disabled:c},{id:oS,parent_id:d,title:oT,enable:a,type:b,disabled:c},{id:oU,parent_id:d,title:oV,enable:a,type:b,disabled:c},{id:oW,parent_id:d,title:oX,enable:a,type:b,disabled:c},{id:oY,parent_id:d,title:bs,enable:a,type:b,disabled:c},{id:oZ,parent_id:d,title:o_,enable:a,type:b,disabled:c},{id:o$,parent_id:d,title:pa,enable:a,type:b,disabled:c},{id:pb,parent_id:d,title:pc,enable:a,type:b,disabled:c},{id:pd,parent_id:d,title:pe,enable:a,type:b,disabled:c},{id:pf,parent_id:d,title:pg,enable:a,type:b,disabled:c},{id:ph,parent_id:d,title:pi,enable:a,type:b,disabled:c},{id:pj,parent_id:d,title:pk,enable:a,type:b,disabled:c},{id:pl,parent_id:d,title:bt,doc_count:b,enable:a,type:b,disabled:c},{id:pm,parent_id:d,title:bA,doc_count:b,enable:a,type:b,disabled:c},{id:pn,parent_id:d,title:aM,enable:a,type:b,disabled:c},{id:po,parent_id:d,title:pp,enable:a,type:b,disabled:c},{id:pq,parent_id:d,title:bu,enable:a,type:b,disabled:c},{id:pr,parent_id:d,title:ps,enable:a,type:b,disabled:c},{id:pt,parent_id:d,title:pu,enable:a,type:b,disabled:c},{id:pv,parent_id:d,title:bv,enable:a,type:b,disabled:c}]},{id:x,title:pw,enable:a,icon:px,type:b,disabled:c,children:[{id:py,parent_id:x,title:bx,enable:a,type:b,disabled:c},{id:pz,parent_id:x,title:by,enable:a,type:b,disabled:c},{id:pA,parent_id:x,title:pB,enable:a,type:b,disabled:c},{id:pC,parent_id:x,title:pD,enable:a,type:b,disabled:c},{id:pE,parent_id:x,title:pF,enable:a,type:b,disabled:c}]},{id:h,title:pG,doc_count:b,enable:a,icon:pH,type:b,disabled:c,children:[{id:pI,parent_id:h,title:pJ,enable:a,type:b,disabled:c},{id:pK,parent_id:h,title:M,enable:a,type:b,disabled:c},{id:pL,parent_id:h,title:pM,enable:a,type:b,disabled:c},{id:pN,parent_id:h,title:aD,enable:a,type:b,disabled:c},{id:pO,parent_id:h,title:pP,enable:a,type:b,disabled:c},{id:pQ,parent_id:h,title:pR,enable:a,type:b,disabled:c},{id:pS,parent_id:h,title:pT,enable:a,type:b,disabled:c},{id:pU,parent_id:h,title:a$,enable:a,type:b,disabled:c},{id:pV,parent_id:h,title:pW,enable:a,type:b,disabled:c},{id:pX,parent_id:h,title:pY,enable:a,type:b,disabled:c},{id:pZ,parent_id:h,title:aa,enable:a,type:b,disabled:c},{id:p_,parent_id:h,title:bb,enable:a,type:b,disabled:c},{id:p$,parent_id:h,title:qa,enable:a,type:b,disabled:c},{id:qb,parent_id:h,title:bd,enable:a,type:b,disabled:c},{id:qc,parent_id:h,title:qd,enable:a,type:b,disabled:c},{id:qe,parent_id:h,title:bg,enable:a,type:b,disabled:c},{id:qf,parent_id:h,title:qg,enable:a,type:b,disabled:c},{id:qh,parent_id:h,title:bh,enable:a,type:b,disabled:c},{id:qi,parent_id:h,title:bD,enable:a,type:b,disabled:c},{id:qj,parent_id:h,title:qk,enable:a,type:b,disabled:c},{id:ql,parent_id:h,title:qm,enable:a,type:b,disabled:c},{id:qn,parent_id:h,title:qo,enable:a,type:b,disabled:c},{id:qp,parent_id:h,title:bj,enable:a,type:b,disabled:c},{id:qq,parent_id:h,title:bk,enable:a,type:b,disabled:c},{id:qr,parent_id:h,title:qs,enable:a,type:b,disabled:c},{id:qt,parent_id:h,title:qu,enable:a,type:b,disabled:c},{id:qv,parent_id:h,title:qw,enable:a,type:b,disabled:c},{id:qx,parent_id:h,title:qy,enable:a,type:b,disabled:c},{id:qz,parent_id:h,title:qA,enable:a,type:b,disabled:c}]},{id:qB,title:qC,doc_count:r,enable:a,icon:qD,type:b,disabled:c}],menuDrawerVisible:c,sign:{id:v},activeCollapse:"categories",advertisements:[],activePath:qE,rechargeVisible:c,recharge:{credit_exchange:u,credit_name:qF,recharge_min_amount:bQ,recharge_discount:"100:1.00\n200:0.95\n500:0.90\n1000:0.85\n2000:0.80\n5000:0.75\n10000:0.70"},isMobile:c,isPad:c,isPC:a,advertisementPositions:bR,footerTop:v,messageCache:{},emitProbeQuestion:{id:v}},"1":{categoryTypeOptions:[{label:"文档",value:v,type:"primary"},{label:"文章",value:b,type:"success"}],query:{page:b,size:u,sort:bG,ext:bE,duration:qH,language:bE,wd:"Multi Tenancy",category_id:v},searchExts:[{label:"全部格式",value:bE},{label:"PDF",value:y},{label:"DOC",value:"doc"},{label:"PPT",value:"ppt"},{label:"XLS",value:"xls"},{label:"TXT",value:"txt"},{label:"其他",value:"other"}],searchSorts:[{label:"默认排序",value:bG},{label:"最新排序",value:"latest"},{label:"页数排序",value:"pages"},{label:"大小排序",value:"size"}],durationOptions:[{label:"全部时间",value:bE},{label:"最近一天",value:"day"},{label:qI,value:"week"},{label:qJ,value:"month"},{label:qK,value:"three_month"},{label:qL,value:"half_year"},{label:qM,value:qH}],docs:[{id:5039,title:"\u003Cmark\u003EMulti\u003C\u002Fmark\u003E Producer, \u003Cmark\u003EMulti\u003C\u002Fmark\u003E Consumer, Lock Free, Atomic Queue",keywords:"Multi,Producer,Consumer,Lock,Free,Atomic,Queue",description:qN,user_id:z,pages:54,uuid:"010237355b4e02d9",score:t,size:907386,created_at:"2025-04-27T02:51:46Z",category_id:[g,F],ext:A,attachment:{hash:"5e343ad7808520956ef36cdf83777244"},language:B,content:qN,icon:y},{id:4875,title:"Techniques to Optimise \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-threaded Data Building During Game Development",keywords:"Techniques,to,Optimise,Multi,threaded,Data,Building,During,Game,Development",description:qO,user_id:z,pages:bK,uuid:"69fa0bedc6a35ae7",score:t,size:2518272,created_at:"2025-04-26T01:01:06Z",category_id:[g,F],ext:A,attachment:{hash:"9b7c42d340e0e3f606320341aed62a8e"},language:B,content:qO,icon:y},{id:4539,title:"Learn Unity by Creating a 3D \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-Level Platformer Game",keywords:"Learn,Unity,by,Creating,3D,Multi,Level,Platformer,Game",description:qP,user_id:z,pages:60,uuid:"93c88cda6fa3257d",score:t,size:2348657,created_at:"2024-12-17T12:47:40Z",category_id:[o],ext:A,attachment:{hash:"5f9c36c8cd3d32961bd9cd546a08cc3e"},language:B,content:qP,icon:y},{id:4758,title:"宋净超 从开源 Istio 到企业级服务:如何在企业中落地服务网格",keywords:"宋净超,开源,Istio,企业,企业级,服务,如何,落地,网格",description:qQ,user_id:z,pages:bl,uuid:"563482e5ee13b6d2",score:t,size:5018486,created_at:"2025-04-20T15:21:11Z",category_id:[j,bO],ext:A,attachment:{hash:"d5a91fa01e0b4e8c211fd9c9c3a65b67"},language:bS,content:qQ,icon:y},{id:4578,title:"TiDB v8.5 Documentation",keywords:ab,description:qR,user_id:z,pages:6730,uuid:"80c2f6b054655765",score:t,size:116774450,created_at:ac,category_id:[i,K],ext:A,attachment:{hash:"d15234b6d2eb4a091fd3861ebe921252"},language:B,content:qR,icon:y},{id:4575,title:"TiDB v8.4 Documentation",keywords:ab,description:qS,user_id:z,pages:6705,uuid:"c85df4184e6d23dc",score:t,size:116241041,created_at:ac,category_id:[i,K],ext:A,attachment:{hash:"7452e374f5f1ea4452ed51cc26a80e6f"},language:B,content:qS,icon:y},{id:4577,title:"TiDB v8.3 Documentation",keywords:ab,description:qT,user_id:z,pages:6606,uuid:"025f0f4363982662",score:t,size:114796875,created_at:ac,category_id:[i,K],ext:A,attachment:{hash:"3b1a0439128acad53eceaf645a670e4f"},language:B,content:qT,icon:y},{id:4573,title:"TiDB v8.2 Documentation",keywords:ab,description:qU,user_id:z,pages:6549,uuid:"d86c5789c2ce2782",score:t,size:114049980,created_at:ac,category_id:[i,K],ext:A,attachment:{hash:"e071d0e96765479aa4a14b73a42ce041"},language:B,content:qU,icon:y},{id:4570,title:"TiDB v8.1 Documentation",keywords:ab,description:qV,user_id:z,pages:6479,uuid:"2eae738e2366ba25",score:t,size:113890387,created_at:ac,category_id:[i,K],ext:A,attachment:{hash:"a54732c9e44de5f90622af60b70bb067"},language:B,content:qV,icon:y},{id:5083,title:"A Multithreaded, Transaction-Based Locking Strategy for Containers",keywords:"Multithreaded,Transaction,Based,Locking,Strategy,for,Containers",description:qW,user_id:z,pages:142,uuid:"00ae2d52904f4fb0",score:t,size:486172,created_at:"2025-04-27T03:14:38Z",category_id:[g,F],ext:A,attachment:{hash:"900c7a9fb5aec006e4973108269832aa"},language:B,content:qW,icon:y}],articles:[],total:207,spend:"1.040",keywords:["Multi","Producer","Consumer","Lock","Free","Atomic","Queue","Techniques","to","Optimise","threaded","Data","Building","During","Game","Development","Learn","Unity","by","Creating","3D","Level","Platformer","宋净超","开源",aa,"企业","企业级","服务","如何","落地","网格",_,"v8","Documentation","Multithreaded","Transaction","Based","Locking","Strategy","for","Containers"],stats:{user_count:1040,document_count:4802,article_count:27,os:"Ubuntu 24.04",version:qX,hash:"ba0d59081b641b9024e50c2f0a6047d6428f2ea2",build_at:"2025-10-11T00:01:06+0800"},searchType:v,searchLeftWidth:v,searchRightWidth:v,cardOffsetTop:Q,datetimePickerOptions:{shortcuts:[{text:"今天",onClick:{}},{text:qI,onClick:{}},{text:qJ,onClick:{}},{text:qK,onClick:{}},{text:qL,onClick:{}},{text:qM,onClick:{}}]},showTimeout:50,aggExt:[{ext:A,count:191},{ext:".epub",count:P},{ext:".pptx",count:r}],aggLang:[{code:B,count:162},{code:bS,count:O},{code:qY,count:P},{code:qZ,count:t},{count:s},{code:q_,count:s},{code:q$,count:b},{code:ra,count:b},{code:"kor",count:b},{code:rb,count:b}],aggCategory:[{category_id:g,count:159},{category_id:F,count:z},{category_id:p,count:58},{category_id:i,count:rc},{category_id:bJ,count:rc},{category_id:K,count:Z},{category_id:bL,count:E},{category_id:j,count:$},{category_id:bM,count:N},{category_id:bP,count:P}],isMobile:c,isPad:c,isPC:a,advertisementPositions:bR,advertisements:[],footerTop:v,messageCache:{},emitProbeQuestion:{id:v}},"2":{friendlinks:[{id:b,title:"摩枫网络科技",link:"https:\u002F\u002Fmnt.ltd"},{id:s,title:rd,link:re}],currentYear:bU,sign:{id:v},navigations:[],isMobile:c,isPad:c,isPC:a,advertisementPositions:bR,advertisements:[],footerTop:v,messageCache:{},emitProbeQuestion:{id:v}}},error:bH,state:{user:{user:{},token:bT,permissions:[],allowPages:[],redirectAfterOauth:"\u002Fme",groups:[],chatModel:{modelId:v,enableThinking:a}},category:{categories:[rf,rg,rh,ri,rj,rk,rl,rm,rn,ro,rp,rq,rr,rs,rt,ru,rv,rw,rx,ry,rz,rA,rB,rC,rD,rE,rF,rG,rH,rI,rJ,rK,rL,rM,rN,rO,rP,rQ,rR,rS,rT,rU,rV,rW,rX,rY,rZ,r_,r$,sa,sb,sc,sd,se,sf,sg,sh,si,sj,sk,sl,sm,sn,so,sp,sq,sr,ss,st,su,sv,sw,sx,sy,sz,sA,sB,sC,sD,sE,sF,sG,sH,sI,sJ,sK,sL,sM,sN,sO,sP,sQ,sR,sS,sT,sU,sV,sW,sX,sY,sZ,s_,s$,ta,tb,tc,td,te,tf,tg,th,ti,tj,tk,tl,tm,tn,to,tp,tq,tr,ts,tt,tu,tv,tw,tx,ty,tz,tA,tB,tC,tD,tE,tF,tG,tH,tI,tJ,tK,tL,tM,tN,tO,tP,tQ,tR,tS,tT,tU,tV,tW,tX,tY,tZ,t_,t$,ua,ub,uc,ud,ue,uf,ug,uh,ui,uj,uk,ul,um,un,uo,up,uq,ur,us,ut,uu,uv,uw,ux,uy,uz,uA,uB,uC,uD,uE,uF,uG,uH,uI,uJ,uK,uL,uM,uN,uO,uP,uQ,uR,uS,uT,uU,uV,uW,uX,uY,uZ,u_,u$,va,vb,vc,vd,ve,vf,vg,vh,vi,vj,vk,vl,vm,vn,vo,vp,vq,vr,vs,vt,vu,vv,vw,vx,vy,vz,vA,vB,vC,vD,vE,vF,vG,vH,vI,vJ,vK,vL,vM,vN,vO,vP,vQ,vR,vS,vT,vU,vV,vW,vX,vY,vZ,v_,v$,wa,wb,wc,wd,we,wf,wg,wh,wi,wj,wk,wl,wm,wn,wo,wp,wq,wr,ws,wt,wu,wv,ww,wx,wy,wz,wA,wB,wC,wD,wE,wF,wG,wH,wI,wJ,wK,wL,wM,wN,wO,wP,wQ,wR,wS,wT,wU,wV,wW,wX,wY,wZ,w_,w$,xa,xb,xc,xd,xe,xf,xg,xh,xi,xj,xk,xl,xm,xn,xo,xp,xq,xr,xs,xt,xu,xv,xw,xx,xy,xz,xA,xB,xC,xD,xE,xF,xG,xH,xI,xJ,xK,xL,xM,xN,xO,xP,xQ,xR,xS,xT,xU,xV,xW,xX,xY,xZ,x_,x$,ya,yb,yc,yd,ye,yf,yg,yh,yi,yj,yk,yl,ym,yn,yo,yp,yq,yr,ys,yt,yu,yv,yw,yx,yy,yz,yA,yB,yC,yD,yE,yF,yG,yH,yI,yJ,yK,yL,yM,yN],categoryMap:{"386":rf,"387":rg,"388":rh,"389":ri,"390":rr,"391":rQ,"392":rZ,"393":ry,"394":rI,"395":r$,"396":rN,"397":sb,"398":rS,"399":rY,"400":rC,"401":rx,"402":rA,"403":rt,"404":rD,"406":rE,"407":rz,"410":rW,"411":tj,"412":tk,"413":tt,"415":tx,"417":sg,"418":rO,"419":sF,"420":sJ,"421":sQ,"422":sL,"423":sO,"424":sG,"425":ss,"426":su,"427":sr,"428":sv,"429":sm,"430":so,"431":sE,"432":sC,"433":sD,"437":s_,"438":tc,"440":rH,"441":rG,"442":rK,"443":rJ,"444":ru,"445":rL,"446":sp,"447":sd,"448":tu,"449":rR,"451":sB,"452":sK,"453":rj,"454":sZ,"455":rP,"456":tw,"457":tI,"458":tM,"459":tU,"460":tL,"461":sN,"462":tH,"463":tP,"465":sH,"466":tR,"467":sf,"468":sw,"469":rB,"470":rF,"471":rw,"472":sU,"473":tJ,"474":tb,"475":sW,"476":sR,"477":sc,"478":tT,"479":tQ,"480":tW,"481":sj,"482":sP,"483":sM,"484":tN,"485":r_,"486":tv,"487":tq,"488":tO,"489":tV,"490":rv,"491":se,"492":sy,"493":sa,"494":sq,"495":tF,"496":tD,"497":sl,"498":to,"499":sz,"500":sA,"501":sx,"502":s$,"503":tl,"504":tp,"505":rU,"506":sk,"507":sY,"508":rT,"509":sX,"510":sV,"511":tA,"512":tz,"513":rX,"514":rk,"515":rl,"516":rm,"517":rn,"518":ro,"519":rq,"520":rp,"522":rs,"523":uq,"524":tZ,"525":t_,"526":t$,"527":ua,"528":ub,"529":uc,"530":ud,"531":ue,"532":uf,"533":ug,"534":uh,"535":ui,"536":uj,"537":uk,"538":ul,"539":um,"540":un,"541":uo,"542":up,"543":ur,"544":us,"545":uA,"546":ut,"547":uu,"548":uv,"549":uw,"550":ux,"551":uy,"552":uz,"553":uB,"554":uC,"555":uD,"556":uE,"557":uF,"558":uG,"559":uH,"560":uI,"561":uJ,"562":uK,"563":uL,"564":uM,"565":uN,"566":uO,"567":uP,"568":uQ,"569":uR,"570":uS,"571":uT,"572":uU,"573":uV,"574":uW,"575":uX,"576":uY,"577":uZ,"578":u_,"579":u$,"580":va,"581":vb,"582":vc,"583":vd,"584":ve,"585":vf,"586":vg,"587":vi,"588":vj,"589":vk,"590":vl,"591":vm,"592":vn,"593":vo,"594":vq,"595":vr,"596":vs,"597":vp,"598":vt,"599":vu,"600":vv,"601":vh,"602":vw,"603":vy,"604":vx,"605":vz,"606":vA,"607":vB,"608":vC,"609":vD,"610":vE,"611":vF,"612":vG,"613":vH,"614":vI,"615":vJ,"616":vL,"617":vM,"618":vN,"619":vO,"620":vP,"621":vQ,"622":vR,"623":vS,"624":wv,"625":vT,"626":vU,"627":vV,"628":vW,"629":vX,"630":vY,"631":vZ,"632":v_,"633":v$,"634":vK,"635":wa,"636":wb,"637":wc,"638":wd,"639":we,"640":wf,"641":wg,"642":wh,"643":wi,"644":wj,"645":wk,"646":wl,"647":wn,"648":wo,"649":wm,"650":wp,"651":wq,"652":wr,"653":ws,"654":wt,"655":wu,"656":ww,"657":wx,"658":wz,"659":wA,"660":wB,"661":xw,"662":wD,"663":wE,"664":wF,"665":wH,"666":wK,"667":wO,"668":wV,"669":xe,"670":xf,"671":xr,"672":xs,"673":xH,"674":xK,"675":xR,"676":xV,"677":wI,"678":wL,"679":wM,"680":wN,"681":wP,"682":wQ,"683":wR,"684":wS,"685":wT,"686":wU,"687":wW,"688":wX,"689":wY,"690":wZ,"691":w_,"692":w$,"693":wJ,"694":xa,"695":xb,"696":xc,"697":xd,"698":xg,"699":xh,"700":xi,"701":xj,"702":xk,"703":xl,"704":xm,"705":xn,"706":xo,"707":xp,"708":xq,"709":xt,"710":xu,"711":xv,"712":xx,"713":xy,"714":xz,"715":xA,"716":xJ,"717":wC,"718":xB,"719":xC,"720":xD,"721":xE,"722":xF,"723":xG,"724":xI,"725":xL,"726":xM,"727":xN,"728":xO,"729":xP,"730":xQ,"731":xS,"732":xT,"733":xU,"734":xW,"735":xX,"736":xY,"737":xZ,"738":x_,"739":x$,"740":ya,"741":yb,"742":yc,"743":yd,"744":ye,"745":yf,"746":yy,"747":yw,"748":yg,"749":yh,"750":yi,"751":yk,"752":yl,"753":ym,"754":yn,"755":yo,"756":yp,"757":yq,"758":yr,"759":ys,"760":yt,"761":yu,"762":yv,"763":yx,"764":yz,"765":yA,"766":yB,"767":yC,"768":yD,"769":yE,"770":yF,"771":yG,"772":yH,"773":yI,"774":yJ,"775":yK,"776":yL,"777":wy,"778":wG,"779":tC,"780":yj,"781":sT,"782":tg,"783":th,"784":si,"785":sh,"786":tn,"787":tB,"788":tf,"789":sn,"790":tr,"791":td,"792":rM,"793":tY,"794":ty,"795":ta,"796":yN,"797":tG,"798":tm,"799":tK,"800":st,"801":rV,"802":ts,"803":tX,"804":yM,"805":tE,"806":te,"808":sI,"809":ti,"810":tS,"811":sS}},setting:{settings:{system:{domain:"https:\u002F\u002Fwenku.it",title:"IT文库_程序员IT互联网编程电子书和文档免费下载,助您码力十足!",keywords:"IT文库, 程序员电子书, IT文档, IT电子书, 编程",description:"IT文库,程序员IT互联网编程电子书和文档免费下载,助您码力十足",logo:"\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002F3\u002F1\u002Fd\u002F6\u002F731d6ad2ebd6d960ddea1e0be998e21e.png",favicon:"\u002F\u002Fwenku.it\u002Fuploads\u002F4\u002F7\u002F1\u002F7\u002F4\u002F471741e9eafd2939c8154c6212e1c32c.ico",analytics:"var _hmt = _hmt || [];\n(function() {\n var hm = document.createElement(\"script\");\n hm.src = \"https:\u002F\u002Fhm.baidu.com\u002Fhm.js?efd80f931ac87d5021107895157312f5\";\n var s = document.getElementsByTagName(\"script\")[0]; \n s.parentNode.insertBefore(hm, s);\n})();",sitename:"IT文库",copyright_start_year:"1024",register_background:"\u002Fuploads\u002F4\u002Fd\u002Fb\u002Fe\u002F0\u002F4dbe0a3047dc11d7ec01ea593295652b.jpg",login_background:"\u002F\u002Fwenku.it\u002Fuploads\u002F4\u002Fd\u002Fb\u002Fe\u002F0\u002F4dbe0a3047dc11d7ec01ea593295652b.jpg",recommend_words:[Y,"Golang","ChatGPT",X],version:qX,enable_watermark:a,enable_powered_by:a,credit_name:qF,credit_exchange:u,show_exchange:a,search_prompts:["Go语言与Java相比,有哪些优劣","Flask快速入门,写一个博客系统","有哪些指令可以查看网络请求","apt、yum有哪些区别"],chat_prompts:["请帮我写一篇周报,内容包括本周工作内容、下周工作计划、遇到的问题及解决方案","如何更好地提升工作效率","请给出一份活动策划模板","如何看待房贷利率LPR下调"],bot_name:yO},footer:{about:yP,contact:"\u002Farticle\u002Fcontact",agreement:"\u002Farticle\u002Fagreement",copyright:"\u002Farticle\u002Fcopyright",feedback:"\u002Farticle\u002Ffeedback"},security:{close_statement:"\u003Cdiv\u003E网站正在建设中,暂时无法访问\u003C\u002Fdiv\u003E",enable_register:a,enable_captcha_login:a,enable_captcha_register:a,enable_captcha_comment:a,enable_captcha_find_password:a,max_document_size:bN,disable_upload_exist_document:a,enable_wechatmp_login:a},download:{enable_captcha_download:a,enable_code_download:a,code_tip:"关注微信公众号 \u003Cstrong style=\"color:red\"\u003E刻舟求荐\u003C\u002Fstrong\u003E,发送关键字 \u003Cstrong\u003E下载码\u003C\u002Fstrong\u003E,将获取到的下载码在下方输入即可免费下载。",times_every_day:T,times_every_ip:T,max_price:u},display:{show_index_categories:a,pages_per_read:r,copyright_statement:"本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。",show_document_descriptions:a,hide_category_without_document:a,wechat_tip:"关注我们的公众号【刻舟求荐】,给您不一样的精彩",wechat_qrcode:"\u002Fuploads\u002F2\u002F9\u002Fe\u002F4\u002Fd\u002F29e4dde26911e5b41a3f329c4a746628.jpg",contact_tip:"联系我们,反馈您的意见与建议",contact_link:"https:\u002F\u002Fwenku.it\u002Farticle\u002Fcontact",index_document_style:"card",home_version:"v2"},payment:{xunhupay_name:"虎皮椒支付",enable_mp_wechatpay:a},vip:{month_price:yQ,month_original_price:2000,month_download:bl,month_document_discount:90,quarter_price:2500,quarter_original_price:5000,quarter_download:bQ,quarter_document_discount:80,year_price:8000,year_original_price:16000,year_download:bI,year_document_discount:70,enable_credit_pay:a,month_times_every_day:bQ,quarter_times_every_day:300,year_times_every_day:1500},language:[{id:b,language:"中文(简体)",code:bS},{id:s,language:"中文(繁体)",code:qY},{id:t,language:qZ,code:B},{id:w,language:"法语",code:"fr"},{id:r,language:"韩语",code:ra},{id:D,language:"德语",code:"de"},{id:J,language:"日语",code:q_},{id:q,language:"俄语",code:"ru"},{id:56,language:"意大利语",code:"it"},{id:94,language:"葡萄牙语",code:rb},{id:110,language:"西班牙语",code:q$}]},navigations:[{id:r,title:qG,href:yR,target:bF,sort:102400,enable:a,created_at:W,updated_at:W,fixed:a,disabled:c},{id:D,title:"文库资料",href:"\u002Fcategory",target:bF,sort:102300,enable:a,created_at:W,updated_at:W,fixed:a,disabled:c},{id:J,title:"文章资讯",href:"\u002Farticle",target:bF,sort:102200,enable:a,created_at:W,updated_at:W,fixed:a,disabled:c},{id:q,title:yO,href:"\u002Fchat",target:bF,color:"rgba(255, 0, 0, 0.98)",sort:102010,enable:a,created_at:"2025-04-09T15:19:26Z",updated_at:"2025-04-14T05:05:09Z",fixed:a,disabled:c},{id:w,title:"开源文库系统",href:"https:\u002F\u002Fmnt.ltd\u002Fmoredoc.html",target:yS,color:"rgba(241, 19, 19, 1)",sort:yQ,enable:a,created_at:"2024-01-31T06:02:12Z",updated_at:"2024-01-31T06:02:19Z",disabled:c},{id:s,title:rd,href:re,target:yS,enable:a,created_at:yT,updated_at:yT,disabled:c},{id:t,title:"关于我们",href:yP,enable:a,created_at:"2024-01-10T03:43:04Z",updated_at:"2024-01-10T03:43:29Z",disabled:c}]}},serverRendered:a,routePath:qE,config:{_app:{basePath:yR,assetsPath:"\u002F_nuxt\u002F",cdnURL:bH}},globalRefs:{}}}(true,1,false,518,517,515,387,519,388,453,514,516,389,386,390,392,8,5,2,3,10,0,4,520,"pdf",64,".pdf","en",391,6,16,394,22,399,62,7,492,433,"Apache",13,21,11,35,"React",20,12,"数据库",44,"2024-05-04T15:22:28Z","JavaScript","Java",17,"TiDB",14,"Istio","TiDB,v8,Documentation","2024-12-24T14:03:38Z","Angular","Dart","Electron","Flutter","HTML\u002FCSS",393,"PWA","TypeScript","C#",452,74,"Crystal","Deno","Go",432,"ActiveMQ",48,"Julia",87,"nim",410,"Node.js","PHP",40,"Python",632,"Celery","Django","Flask",395,"Ruby","Rust","Swift",26,66,"区块链","Cassandra","ClickHouse","Firebird","MongoDB","MySQL","PostgreSQL","Redis","SQL","SQLite","数据库中间件","数据库工具",32,"Navicat","Android","DevOps","iOS","Jenkins",422,"Linux",794,"Cilium","Nginx","Prometheus","Shell","Windows","Zabbix",30,"云计算&大数据","Apache APISIX","Docker","Hadoop","Harbor","Kubernetes","Serverless","云原生CNCF","机器学习","边缘计算",610,"Blender","Krita",454,"人工智能",795,"DataEase","Server","all","_self","default",null,400,449,99,809,411,500,460,478,100,Array(6),"zh-CN","",2025,"前端开发",137,"\u002F\u002Fwenku.it\u002Fuploads\u002Fd\u002Fb\u002F7\u002Fa\u002Ff\u002Fdb7af4e4c196f184dcb5ac9bd00ba568.png","\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002Ff\u002F5\u002Fa\u002Fa\u002F7f5aa5248f17ac352e3f66d1a8319b3d.png",403,444,490,"Electron是一个开源框架,允许开发者使用Web技术(HTML、CSS和JavaScript)构建跨平台的桌面应用程序。",471,9,"Flutter是一个由谷歌开发的开源跨平台应用软件开发工具包,用于为Android、iOS、Windows、macOS、Linux Desktop、Google Fuchsia开发应用。 ",401,49,790,"NativeScript","NativeScript是一个开源框架,它允许开发人员使用JavaScript或TypeScript以及XML和CSS来构建跨平台本地移动应用程序,无需学习每个平台的特定语言或工具,同时提供与原生API的深度集成,实现高性能和优质的用户体验。",407,402,469,"Svelte","Svelte是一种现代的JavaScript框架,通过在构建时将代码转换为高效的原生JavaScript,实现在客户端以更少的运行时负担创建响应式、快速且轻量级的Web应用。",404,"Vue.js",406,"前端测试",470,"构建工具","后端开发",2478,"\u002F\u002Fwenku.it\u002Fuploads\u002Ff\u002F0\u002Fb\u002F8\u002Fa\u002Ff0b8aacdb939e3a464cb3568d136b744.jpeg","\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002Ff\u002Ff\u002Ff\u002F8\u002F7fff8eee8d7d3c729ac86eee0a87062f.png","后端开发是指在构建网站或应用时负责处理服务器端逻辑、数据库管理和与前端交互的程序员工作领域。",441,".Net",440,"C++",802,"Conan","Conan 是一个开源的、去中心化的 C\u002FC++ 包管理器,它在所有平台和所有构建系统及编译器中都能工作。\n",443,"Crystal 是一种性能卓越的静态类型编程语言,它结合了Ruby的语法优雅和C语言的执行效率,适用于构建高效且易于维护的软件应用。",442,"C语言","C语言是一种通用、过程式的计算机编程语言,支持结构化编程、词汇变量作用域和递归等功能,是众多编程语言的基础,广泛应用于系统软件和应用软件的开发。",445,"Deno是由Node.js的创始人Ryan Dahl开发的一款现代的、安全的JavaScript和TypeScript运行时,具有内置的依赖管理和更强调安全性的特点。",792,"ffmpeg",396,151,"Go语言(Golang)是一门由Google开发的开源编程语言,以简洁、高效、并发支持和内置垃圾回收等特性而闻名,适用于构建可靠、高性能的软件应用。",418,"GraphQL",455,"Idris","Idris是一种函数式编程语言,它支持类型推断和强类型系统,特别强调可证明的正确性。","Java是一种通用的、跨平台的、面向对象的编程语言,广泛应用于企业级开发、移动应用开发、网络编程和大数据处理等领域。",791,"Apache ActiveMQ是Apache软件基金会所研发的开放源码消息中间件;由于ActiveMQ是一个纯Java程序,因此只需要操作系统支持Java虚拟机,ActiveMQ便可执行。",806,"Apache Unomi","Apache Unomi™(发音为“You know me”)是一个Java开源客户数据平台,一个旨在管理客户、潜在客户和访客数据的Java服务器,并帮助个性化客户体验,同时还提供尊重访客隐私规则(如GDPR)的功能。\n\n",788,"Apacke Wicket","Apache Wicket是一个基于Java的开源、面向对象的Web应用程序框架,它强调视图与业务逻辑的分离,提供组件化的开发模型,使得Web应用程序的开发更加简单、快速和可维护。",782,"Spring",319,"Julia是一种高性能、通用、动态编程语言,特别适用于科学计算、数据分析和高性能计算领域。",398,"Kotlin",15,"Kotlin是一种由JetBrains开发的静态编程语言,旨在提供更简洁、更安全的代码,与Java完全互操作,并已成为Android官方支持的开发语言之一。",508,"Lean","Lean 是一种强大且灵活的函数式编程语言,它以简洁的语法、严格的类型检查和高效的编译器为特点,特别适用于形式化验证和定理证明等领域。",505,"Makefile","Makefile是一个工程化的编译方法,它通过一个文本文件来描述源文件之间的依赖关系以及编译和链接的规则,使得编译工作可以自动化进行。",801,37,"Nim 是一种静态类型的、编译型、系统编程语言,它结合了 Python、Ada 和 Modula 等成熟语言的成功概念。\n","Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境,允许开发者在服务器端运行 JavaScript,构建高效、可扩展的网络应用。",415,"Express.js","Express.js 是一个基于 Node.js 平台的轻量级、快速、无开销的 Web 应用开发框架,用于构建 Web 服务器和 API。",513,"Pascal","Pascal是一种过程式编程语言,具有结构化、强类型等特点,适用于教学和学术领域,以及编写应用程序和系统软件。","PHP 是一种创建动态交互性站点的强有力的服务器端脚本语言,广泛用于 Web 开发以生成动态网页内容。",448,"CakePHP","CakePHP是一个快速、安全的PHP框架,用于构建高效、可靠且易于维护的Web应用程序。",486,"Falcon","Falcon是一个高效、轻量级的PHP框架,它提供了一整套开发Web应用程序所需的工具和功能,帮助开发者快速构建稳定、可扩展的应用程序。",456,"Laravel","Laravel 是一个由Taylor Otwell所建立,自由开源的 PHP Web 框架,旨在实现的Web软件的MVC架构,并作为CodeIgniter的替代方案。","Python 是一种解释型、高级编程、通用编程语言,以简洁易读、功能强大、应用广泛和拥有丰富库支持而著称。",783,51,"Celery是一个简单、灵活且可靠的分布式任务队列,用于处理大量消息和异步任务调度,支持在多个机器、进程或线程上执行任务,并提供了丰富的异常处理和结果存储功能。\n\n","Conda",33,95,"Django是一个高级的Python Web框架,它快速、安全且易于维护,适用于各种Web应用程序的开发。",412,"Flask是一个基于Python的轻量级Web应用框架,它简单易用,功能强大,支持扩展,适合快速构建Web服务和RESTful API。",503,"Jupyter","Jupyter是一个开源的交互式Web应用程序,支持运行多种编程语言,让用户能够创建和共享包含实时代码、方程、可视化和文本的文档,广泛应用于数据科学、机器学习和数据分析等领域。",798,"ORM","ORM 就是通过实例对象的语法,完成关系型数据库的操作的技术,是\"对象-关系映射\"(Object\u002FRelational Mapping) 的缩写",786,"PyMuPDF","PyMuPDF是一个用于处理PDF文件的强大Python库,它提供了丰富的功能来解析、操作和生成PDF文档,包括数据提取、文本分析、图像处理等,且支持跨平台使用。",498,"PyWebIO",86,"PyWebIO 提供了一系列命令式的交互函数来在浏览器上获取用户输入和进行输出,将浏览器变成了一个“富\n文本终端”,可以用于构建简单的 Web 应用或基于浏览器的 GUI 应用。使用 PyWebIO,开发者能像编写终端脚本一样 (基于 input 和 print 进行交互) 来编写应用,无需具备 HTML 和 JS 的相关知识;PyWebIO 还可以方便地整合进现有的 Web 服务。非常适合快速构建对 UI 要求不高的应用。\n",504,"Scrapy","Scrapy是一个用于网络爬取的快速、高级的Python框架,能够方便地从网站上抓取结构化数据。",487,"Tornado","Tornado是一个用Python编写的轻量级Web服务器和Web应用框架,它采用异步非阻塞IO的处理方式,具有出色的抗负载能力和优异的性能,旨在解决C10K问题,即处理大于或等于一万的并发连接。",485,"RISC-V","RISC-V是一个基于精简指令集原则的开源指令集架构,简易解释为与开源软件运动相对应的一种“开源硬件”。","Ruby 是一种优雅的、面向对象的、简洁易学的动态编程语言,以其高效的开发效率和独特的元编程功能而广受欢迎。",413,"Rails","Ruby on Rails(简称 Rails)是一个基于 Ruby 语言的 Web 应用开发框架,以其简洁、优雅和高效的开发方式,帮助开发者快速构建复杂的 Web 应用程序。",493,78,"Rust是一种高效、安全且并发的系统编程语言,特别适用于构建高性能、低开销的软件,包括操作系统、网络应用、嵌入式设备等。",397,477,"UML",98,"UML是一种广泛使用的软件建模语言,全称是Unified Modeling Language,是面向对象开发中一种通用的图形化建模语言。它综合了面向对象的建模语言、方法和过程,为软件开发的所有阶段提供模型化和可视化支持。",447,"其它语言",491,"区块链是一种分布式数据库技术,它允许网络中的参与者在不需要中心化信任机构的情况下进行安全、可追溯、不可篡改的数据交换和传输。",467,"开发测试",417,"微服务","微服务是一种将大型复杂应用程序拆分成多个小型、独立、可单独部署和扩展的服务的方法,每个服务都运行在自己的进程中,并使用轻量级通信机制进行通信。",785,"敏捷开发","敏捷开发是一种以人为核心、迭代、循序渐进的开发方法,它强调在快速变化的需求中通过高度的协作和灵活的响应来交付高质量的软件。",784,"架构设计",52,"架构设计是指在软件或计算机系统的开发过程中,对系统进行整体的规划和设计,以满足特定需求和功能,并关注系统中各个组件之间的相互关系和交互方式,以降低系统的复杂性,提高系统的可理解性和可维护性。",481,"汇编语言","汇编语言是一种低级编程语言,它使用助记符(mnemonics)来代替机器语言中的二进制代码,使得程序员能够更容易地编写、理解和修改计算机程序。",434,"\u002F\u002Fwenku.it\u002Fuploads\u002Fe\u002F0\u002Fc\u002Fe\u002F9\u002Fe0ce9096954e23a1a28197002e989b5f.jpg","\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002Ff\u002F2\u002Fb\u002F9\u002F7f2b927210effe33346b9c827311e854.png","数据库是一种结构化组织和存储数据的系统,可方便地进行数据管理、检索和更新,提供有效的数据存储和访问机制。",506,"Apache Doris","Apache Doris是一个基于MPP架构的高性能实时分析数据库,以其亚秒级响应时间和支持超大数据集的能力,为实时数据分析提供了强大支持。",497,"Apache HBase","Apache HBase是一个开源的、分布式的、可扩展的、大数据存储系统,它利用Hadoop的HDFS作为其文件存储系统,并提供了类似于Google Bigtable的列式存储、高可靠性以及实时读写的能力。",429,"Apache Cassandra是一套开源分布式NoSQL数据库系统。它最初由Meta开发,用于改善电子邮件系统的搜索性能的简单格式数据,集Google BigTable的数据模型与Amazon Dynamo的完全分布式架构于一身。",789,"ClickHouse是Yandex开源的一个高性能列式数据库管理系统,专为在线分析处理(OLAP)设计,能够使用SQL进行实时数据分析并生成报告。",430,"Firebase",446,"Firebird是一个开源的关系型数据库管理系统(RDBMS),具有高性能、轻量级和跨平台特性,适用于各种应用开发场景。",494,"Greenplum",43,"Greenplum数据库是一个基于PostgreSQL的分布式数据仓库,采用MPP架构,提供强大的并行计算能力和海量数据管理能力,适用于大数据分析和数据科学应用。",427,"MongoDB是一个高性能、开源的、无模式的文档型数据库,使用类似于JSON的BSON格式存储数据,提供灵活的数据结构和水平扩展能力。",425,"MySQL是一个开源的关系型数据库管理系统(RDBMS),现属于Oracle旗下,因其高性能、易用性和可靠性而广泛应用于各种数据存储和管理需求中。",800,"PieCloudDB",23,"PieCloudDB是杭州拓数派科技发展有限公司(OpenPie)推出的云原生虚拟数仓数据库产品,它以云原生技术重构数据存储和计算,实现数据的高效管理、安全加密和弹性伸缩,支持AI和数据科学,为企业用户提供强大的数据计算基础设施。\n",426,"PostgreSQL是一个开源的关系型数据库管理系统,具有强大的扩展性和支持复杂数据类型的特点。",428,"Redis是一个开源的高性能内存数据库,以键值对存储数据,并支持丰富的数据结构和高级缓存功能。",468,501,"SQLite是一款轻量级的关系型数据库管理系统,它不需要独立的服务器进程或操作系统支持,直接读写磁盘上的数据库文件,适用于嵌入式系统和移动应用。","TiDB 是一个开源的分布式关系型数据库,兼容 MySQL 协议,设计目标是为云而生,提供高性能、水平扩展、高可用、易运维的分布式数据库解决方案。",499,"Vitess","Vitess是一个用于部署、扩展和管理大型MySQL实例集群的数据库解决方案。Vitess集MySQL数据库的很多重要特性和NoSQL数据库的可扩展性于一体。它的架构设计使得您可以像在物理机上一样在公共云或私有云架构中有效运行。它结合并扩展了许多重要的MySQL功能,同时兼具NoSQL数据库的可扩展性。 ","人大金仓(Kingbase)","Kingbase是一款面向大规模并发交易处理的企业级关系型数据库。 该产品支持严格的ACID特性、结合多核架构的极致性能、行业最高的安全标准,以及完备的高可用方案,并提供可覆盖迁移、开发及运维管理全使用周期的智能便捷工具。 产品融合了人大金仓在数据库领域几十年的产品研发和企业级应用经验,可满足各行业用户多种场景的数据处理需求。\n",451,34,"数据库中间件是位于应用程序和数据库管理系统之间的软件层,用于提供数据访问、连接管理和查询优化等功能,以简化数据库操作和提高系统性能。","数据库优化",77,"数据库工具是用于管理、开发、迁移、备份和恢复数据库的软件工具。",512,"DBeaver","DBeaver是一款免费且开源的多平台数据库管理工具,支持多种数据库并具备丰富的数据库管理功能。",511,"Navicat是一款功能强大的数据库管理工具,支持多种数据库系统,提供直观易用的界面,帮助用户轻松管理、开发和维护数据库,适用于数据库管理员、开发人员及中小企业等多种用户群体。",787,"phpMyAdmin","phpMyAdmin是一个基于Web的MySQL数据库管理工具,它提供了友好的图形界面,帮助用户轻松进行数据库的查询、创建、修改和删除等操作。",431,"数据库设计","系统运维",328,"\u002F\u002Fwenku.it\u002Fuploads\u002Fd\u002Fc\u002Fe\u002F7\u002F5\u002Fdce756afdfe873c14750c733e23fff73.jpg","\u002F\u002Fwenku.it\u002Fuploads\u002Fb\u002F6\u002Fd\u002F1\u002F3\u002Fb6d13efc4e52255c8384796b4b5cc861.png",419,424,"Darwin",465,36,808,"httpd",24,420,"Jenkins是一个开源的自动化服务器,用于自动执行软件构建、测试和部署任务。",145,"eBPF",31,"eBPF 是一项革命性的技术,起源于 Linux 内核,它可以在特权上下文中(如操作系统内核)运行沙盒程序。它用于安全有效地扩展内核的功能,而无需通过更改内核源代码或加载内核模块的方式来实现。",804,"Cilium 是一种用于网络、可观察性和安全性的云原生技术。它基于内核技术 eBPF,最初是为了更好的网络性能,现在针对不同的用例利用了许多附加功能。",483,461,"Prometheus是一款开源的监控和警报工具,用于收集和存储系统和服务的性能数据,并支持动态查询和告警规则配置。",423,482,"Traefik",421,476,29,"Zabbix 是一个开源的 IT 基础设施监控软件,用于监控各种网络服务、网络硬件、网络设备以及其他网络节点。",811,"存储",781,"网络与安全",815,"\u002F\u002Fwenku.it\u002Fuploads\u002Ff\u002F0\u002Fa\u002Fd\u002F2\u002Ff0ad2c0a9e46ee63f65bd12dadd14e12.jpeg",779,496,"Apache Flink","Apache Flink是一款高性能、通用的大数据处理引擎,用于进行实时数据流处理和批处理,具备精确一次的状态一致性语义和容错能力。",805,"Apache Karaf","Karaf是Apache旗下的一个开源项目。 Karaf同时也是一个基于OSGi的运行环境,Karaf提供了一个轻量级的OSGi容器,可以用于部署各种组件,应用程序。\n",495,"Apache Kyuubi","Apache Kyuubi 是一个为 Apache Spark 设计的多租户、高性能的 JDBC 网关服务,它提供了安全、可靠和高效的 Spark SQL 查询接入能力。",797,"Apache Ozone","Apache Ozone 是 Hadoop 的分布式对象存储系统,具有易扩展和冗余存储的特点。",462,"dapr",457,473,"Hadoop是一个用于处理大数据的分布式计算框架,它可以在大规模集群上存储和处理数据,并提供了可扩展、可靠和高容错性的数据存储和处理能力。",799,"Harbor 是一个开源的注册表,它通过策略和基于角色的访问控制来保护工件,确保镜像被扫描且无漏洞,并作为可信的签名。作为 CNCF 毕业项目,Harbor 提供了合规性、性能和互操作性,帮助您在 Kubernetes 和 Docker 等云原生计算平台上一致且安全地管理工件。\n\n",458,484,"OpenShift",75,"OpenShift是红帽公司(Red Hat)开源的容器云平台,基于主流的容器技术Docker和Kubernetes构建。",488,"Pandas","Pandas是一个强大且灵活的Python数据分析库,提供了数据结构(如Series和DataFrame)和数据分析工具,使数据清洗、处理和分析变得快速而简单。",463,"rancher",479,"RocketMQ","RocketMQ,一个分布式消息和流数据平台,具有低延迟、高性能、高可靠性、万亿级容量和灵活的可扩展性。",466,810,"Service Mesh","VirtualBox",113,"VirtualBox是一款强大且易于使用的开源虚拟机软件,支持多操作系统,具备卓越性能,可在不同硬件和操作系统上进行无缝测试和调试,降低运行成本,简化安装流程,并提供灵活的资源管理选项。",459,"VMWare",489,39,480,171,803,"综合其他","\u002F\u002Fwenku.it\u002Fuploads\u002F4\u002F4\u002Fc\u002F2\u002Fe\u002F44c2ed0c098bd2357e61c2636e66b1b0.png","\u002F\u002Fwenku.it\u002Fuploads\u002F0\u002Fe\u002Ff\u002F9\u002F9\u002F0ef9992efeb2af816b83eb04f3e8fd4b.png",472,41,"Blender是一款自由和开源的三维计算机图形软件,它可以用于创建和渲染三维模型、动画、游戏、视觉效果等。",510,"GIMP","GIMP是一款开源免费的图像处理软件,提供了丰富的图像编辑和创作功能,类似于专业的Photoshop,但更轻便易用。",475,"KiCad",114,"KiCad 是一个开源软件工具,用于创建电子原理图和 PCB 图形。 ",509,"Krita是一款强大的开源数字绘画和动画软件,专为艺术家和创作者设计,提供丰富的绘画工具和高效的工作流程,助力创意无限发挥。",507,"Weblate",302,"Weblate是一款易于使用的开源在线协作翻译平台,支持多种格式文件的翻译管理,让团队协作翻译变得更加高效便捷。","产品与服务",793,"Apache OFBiz","Apache OFBiz是一个开源的企业资源计划系统。它提供了一套企业应用程序,它们集成并自动化了企业的许多业务流程。",437,502,"亿图","亿图是一款功能强大的图形图表设计软件,支持创建各种流程图、组织结构图、思维导图、UML图、ER图等多种图表类型,广泛应用于商业、教育、科研等领域。","数据可视化",796,"DataEase 是开源的数据可视化分析工具,帮助用户快速分析数据并洞察业务趋势,从而实现业务的改进与优化。DataEase 支持丰富的数据源连接,能够通过拖拉拽方式快速制作图表,并可以方便地与他人分享。",474,"版本控制","版本控制软件工具,如Git、SVN等",438,"笔试面试","前端","\u002F\u002Fwenku.it\u002Fuploads\u002Fc\u002F9\u002F6\u002Fa\u002F8\u002Fc96a81f58f7cc0a441d5b7c477c9e535.png",524,525,"Ant Design",526,"Babel",527,"Bootstrap",528,"Chart.js",529,"CSS3",530,"Echarts",531,532,"Highcharts",533,534,"HTML5",535,536,"JerryScript",537,"Jest",538,539,"Sass",540,541,"Vue",542,"前端工具",523,"小程序","后端","\u002F\u002Fwenku.it\u002Fuploads\u002F5\u002Fa\u002Fd\u002Fb\u002F6\u002F5adb6293f8b134c64f291d963a954db1.png",543,".NET",544,546,"C\u002FC++",547,548,"CMake",549,550,551,552,545,"Dubbo",553,"Erlang",554,"Fastify",555,556,"Gin",557,558,"GoFrame",559,"Guzzle",560,"Iris",561,562,563,"Lisp",564,"LLVM",565,"Lua",566,"Matplotlib",567,"Micronaut",568,569,570,"Perl",571,572,573,"Qt",574,"RPC",575,576,577,"R语言",578,"Scala",579,580,"Vlang",581,"wasm",582,"Yew",583,"Zephir",584,"Zig",585,"算法","移动端","\u002F\u002Fwenku.it\u002Fuploads\u002F3\u002F1\u002F0\u002F6\u002F0\u002F31060f3b15bf4e4779d8b9036e136ce2.png",586,601,"APP工具",587,588,"Framework7",589,"Harmony",590,"Hippy",591,"Ionic",592,593,"kotlin",597,"Native",594,"Object-C",595,596,598,599,"uni-app",600,"Weex","\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002F1\u002F4\u002F4\u002F8\u002F71448dca9edf0addc5740a352571efe2.png",602,604,"ArangoDB",603,605,606,"CouchDB",607,"CrateDB",608,"DB2",609,"DocumentDB","Doris",611,"DragonflyDB",612,"EdgeDB",613,"etcd",614,615,"GaussDB",634,"Graph",616,"GreenPlum",617,"HStreamDB",618,"HugeGraph",619,"immudb",620,"IndexedDB",621,"InfluxDB",622,"IoTDB",623,"Key-Value",625,"KitDB",626,"LevelDB",627,"M3DB",628,"MatrixOne",629,"Milvus",630,631,633,"Nebula",635,"NewSQL",636,"NoSQL",637,"OceanBase",638,"OpenTSDB",639,"Oracle",640,"OrientDB",641,642,"PrestoDB",643,"QuestDB",644,645,"RocksDB",646,"SequoiaDB",649,647,"Skytable",648,650,651,652,"TiKV",653,"TimescaleDB",654,"YugabyteDB",655,"关系型数据库",624,656,"数据库ORM",657,777,658,"时序数据库","\u002F\u002Fwenku.it\u002Fuploads\u002Fd\u002Fc\u002F8\u002F1\u002F1\u002Fdc8111a5ba18c728a8239b6814e7e4c6.png",659,660,"Aeraki",717,"Agent",662,"Alluxio",663,"Antrea",664,778,"Apache APISIX 是一个动态、实时、高性能的云原生API网关,提供丰富的流量管理功能,支持多平台运行,并具备全动态能力,是超大规模、复杂业务系统的理想选择。",665,"APISIX",677,"BFE",693,"Bit",666,"BookKeeper",678,"Chaos",679,"Choerodon",680,667,"CloudStack",681,"Consul",682,"Dapr",683,684,"DC\u002FOS",685,686,"Drill",668,"Druid",687,"ElasticJob",688,"ElasticSearch",689,"Envoy",690,"Erda",691,"Flink",692,"Fluent",694,"Grafana",695,696,697,"Helm",669,"Hudi",670,"InLong",698,"Kafka",699,"Knative",700,"Kong",701,"KubeCube",702,"KubeEdge",703,"Kubeflow",704,"KubeOperator",705,706,"KubeSphere",707,"KubeVela",708,"Kuma",671,"Kylin",672,"Libcloud",709,"Linkerd",710,"Longhorn",711,"MeiliSearch",661,"Mesh",712,"Nacos",713,"NATS",714,"OKD",715,"Open",718,"OpenEBS",719,"OpenKruise",720,"OpenPitrix",721,"OpenSearch",722,"OpenStack",723,"OpenTracing",673,"Ozone",724,"PaddlePaddle",716,"Policy",674,"Pulsar",725,"PyTorch",726,"Rainbond",727,"Rancher",728,"RediSearch",729,"Scikit-learn",730,675,"ShardingSphere",731,"ShenYu",732,"Spark",733,"Storm",676,"Superset",734,"XuperChain",735,"Zadig",736,737,738,739,"数据挖掘",740,741,"深度学习",742,"算法工程",743,"UI&美工&设计","\u002F\u002Fwenku.it\u002Fuploads\u002Ff\u002Fd\u002Fb\u002F2\u002F2\u002Ffdb2259630f512313f3723af4846de5e.png",772,773,774,"Sketch",775,"UI",776,"设计","网络&系统&运维","\u002F\u002Fwenku.it\u002Fuploads\u002Fa\u002F7\u002F6\u002Fe\u002F1\u002Fa76e1f224c0968021d0e1d200ecda073.png",744,"Ansible",745,748,"AWK",749,750,"Ceph",780,"CI\u002FCD",751,"Curve",752,753,"GoCD",754,"HAProxy",755,756,757,"JumpServer",758,759,"Mac",760,761,"OpenResty",762,747,763,"traefik",746,"Traffic",764,"Unix",765,766,767,"Zipkin",768,"安全防护",769,"系统内核",770,"网络",771,"运维监控",522,"综合其它","\u002F\u002Fwenku.it\u002Fuploads\u002F2\u002F0\u002F8\u002Fa\u002F8\u002F208a801b7f1524429ecff05e49246105.png","\u002Fsearch","码力","首页","year","最近一周","最近一个月","最近三个月","最近半年","最近一年","good average\n\n●\nWorst case scenario, as close as possible to average\n\n●\n\u003Cmark\u003EMulti\u003C\u002Fmark\u003E producers threads - on multiple cpu-cores\n\n●\n\u003Cmark\u003EMulti\u003C\u002Fmark\u003E consumers threads - on multiple cpu-cores\n\n●\nC++17 - no need to support between publishers and consumers\n\n●\nbounded - no memory allocation, other than init time\n\n●\n\u003Cmark\u003EMulti\u003C\u002Fmark\u003E producer, \u003Cmark\u003Emulti\u003C\u002Fmark\u003E consumer\n\n●\nLimited data size - up 12 bytes\n\n●\nOwnership transfer using unique_ptr\u003CT\u003E wrapper","1\nDominik Grabiec - Techniques to Optimise \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-threaded Data Building During Game Development - CppCon 2024Hello\n\nMy name is Dominik Grabiec\n\nThis talk is \u003CTITLE\u003E\nFocusing on optimising the process around contains given 3d coordinates\n\nNormalises 3d coordinates into indexes\nCombine indexes into one - like \u003Cmark\u003Emulti\u003C\u002Fmark\u003E-dimensional array index\n\nSpeaker notesCELL BOUNDS FROM INDEX\n\nstruct GridDimensions\n{\n\nuint32_t cell_count;","with Unity © Zenva Pty Ltd 2018. All rights reserved Learn Unity by Creating a 3D \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-Level Platformer Game By Pablo Farias Navarro Certified Unity Developer and Founder of Zenva rotation script Player movement Player jumping Collecting coins Game Manager Enemy movement \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-level game Adding the HUD Home screen Game Over screen Finishing up This Introduction Interested in making games with Unity? In this guide you’ll learn to create a simple a 3D, \u003Cmark\u003Emulti\u003C\u002Fmark\u003E- level platformer game with Unity. We’ll start from the very basics and I’ve done my best to leave","security\n● R&D on Next Generation \nAccess Control (NGAC)\n● Exclusively co-host annual \nzero trust \u003Cmark\u003Emulti\u003C\u002Fmark\u003E-cloud \nconference\nBest in Class Team\n●\nCreators of the service mesh \nIstio, gRPC, Apache \nSkyWalking ●\nTetrate’s product build on top of the upstream Istio\n●\nWhy not Istio OSS?\n●\nProblems unsolved\n○ \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-cluster and VM (lower onboarding cost)\n○ Enterprise team structure gap (Workspace, Tenants, etc)\n○ Workload\n(Service)\nVM\nWorkload\n(Service)\nVM\nAPI Gateway\nIngress & Egress\n\nMesh can include VMs\n●\n\u003Cmark\u003EMulti\u003C\u002Fmark\u003E \u003Cmark\u003Etenancy\u003C\u002Fmark\u003E\n●\nTraffic shaping and canary controls, \nacross clusters\n●\nHigh availability & resiliency enabling","from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 431 4.7.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · Parallel Processing (MPP) · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6726 17.10.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6726 17.11 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data","from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 426 4.7.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6702 17.7.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6702 17.8 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data","from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 404 4.7.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6603 17.7.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6603 17.8 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data","from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 401 4.7.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6546 17.7.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6546 17.8 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data","from a Single Table · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 401 4.7.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-table Join Queries · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6476 17.7.2 \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-version concurrency control (MVCC) · · · · · · · · · · · · · · · · · · · · · · · · 6476 17.8 O · maintenance staff. • Financial-grade high availability Data is stored in multiple replicas, and the \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-Raft protocol is used to obtain the transaction log. A transaction can only be committed when data","on strict timestamp ordering (STO)\n\n• Testing the STO-based solution\n\n• Summary\n\nCppCon 2020 - A \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-threaded, Transaction-Based Locking Strategy for Containers\n2Copyright © 2020 Bob Steagall\n\nK E W have a wealth of concurrency tools at our disposal\n\n• Writing \u003Cmark\u003Emulti\u003C\u002Fmark\u003E-threaded applications is easier (?) than ever \n\nCppCon 2020 - A \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-threaded, Transaction-Based Locking Strategy for Containers\n3Copyright might work…\n\n• ... if a given write operation requires locking exactly one element\n\nCppCon 2020 - A \u003Cmark\u003EMulti\u003C\u002Fmark\u003E-threaded, Transaction-Based Locking Strategy for Containers\n4Copyright © 2020 Bob Steagall\n\nK E W","v3.3.0-beta.70","zh-TW","英语","ja","es","ko","pt",18,"书栈网","https:\u002F\u002Fwww.bookstack.cn",{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},"文曲猩AI助手","\u002Farticle\u002Fabout",1000,"\u002F","_blank","2024-01-10T03:42:26Z"));</script><script src="/_nuxt/16eaa75.js" defer></script><script src="/_nuxt/7c8a145.js" defer></script><script src="/_nuxt/2727f68.js" defer></script><script src="/_nuxt/133541a.js" defer></script><script src="/_nuxt/96fb6d4.js" defer></script><script src="/_nuxt/dae4bf6.js" defer></script><script src="/_nuxt/07476df.js" defer></script><script src="/_nuxt/ce446de.js" defer></script><script src="/_nuxt/701c8e0.js" defer></script><script src="/_nuxt/afe19c9.js" defer></script><script src="/_nuxt/c90299a.js" defer></script><script src="/_nuxt/54e083e.js" defer></script><script src="/_nuxt/7f5b058.js" defer></script><script src="/_nuxt/19ba550.js" defer></script><script src="/_nuxt/5b621d4.js" defer></script><script src="/_nuxt/9e00daa.js" defer></script><script src="/_nuxt/5e5929e.js" defer></script><script src="/_nuxt/0f61a65.js" defer></script><script src="/_nuxt/4572e1c.js" defer></script><script src="/_nuxt/5e1c409.js" defer></script><script src="/_nuxt/9ed4967.js" defer></script><script src="/_nuxt/037cca8.js" defer></script><script src="/_nuxt/0b6b0c1.js" defer></script><script src="/_nuxt/2dd252a.js" defer></script><script src="/_nuxt/ffd7da2.js" defer></script><script src="/_nuxt/784ca6a.js" defer></script><script src="/_nuxt/c0797cb.js" defer></script><script src="/_nuxt/cbeb94a.js" defer></script><script src="/_nuxt/536f3cf.js" defer></script><script src="/_nuxt/64ce7a4.js" defer></script><script src="/_nuxt/fcb071a.js" defer></script><script src="/_nuxt/09e7fc2.js" defer></script><script src="/_nuxt/a97178e.js" defer></script><script src="/_nuxt/4b71ca9.js" defer></script><script src="/_nuxt/79eee07.js" defer></script><script src="/_nuxt/98aa79b.js" defer></script><script src="/_nuxt/39cd320.js" defer></script><script src="/_nuxt/e39f992.js" defer></script><script src="/_nuxt/9845ae4.js" defer></script><script src="/_nuxt/9b36337.js" defer></script><script src="/_nuxt/6cfa542.js" defer></script><script src="/_nuxt/4fee745.js" defer></script><script src="/_nuxt/e55e75e.js" defer></script><script src="/_nuxt/c425858.js" defer></script><script src="/_nuxt/0570590.js" defer></script><script src="/_nuxt/c4914f3.js" defer></script><script src="/_nuxt/0f71d93.js" defer></script><script src="/_nuxt/045a775.js" defer></script><script src="/_nuxt/bb5e8b2.js" defer></script><script src="/_nuxt/6b77bae.js" defer></script><script src="/_nuxt/3104235.js" defer></script><script src="/_nuxt/5c20a76.js" defer></script><script src="/_nuxt/b158ea2.js" defer></script><script src="/_nuxt/307d769.js" defer></script><script src="/_nuxt/bf49ee3.js" defer></script><script src="/_nuxt/4ef8d85.js" defer></script><script src="/_nuxt/89b4e48.js" defer></script><script src="/_nuxt/d080a39.js" defer></script><script src="/_nuxt/1ce7162.js" defer></script><script src="/_nuxt/4e3a4e9.js" defer></script><script src="/_nuxt/3b15483.js" defer></script><script src="/_nuxt/d8e7039.js" defer></script><script src="/_nuxt/ceeb0bd.js" defer></script><script src="/_nuxt/c7b5092.js" defer></script><script src="/_nuxt/58434b3.js" defer></script><script src="/_nuxt/e73ba98.js" defer></script><script src="/_nuxt/af69faa.js" defer></script><script src="/_nuxt/0039574.js" defer></script><script src="/_nuxt/671909c.js" defer></script><script src="/_nuxt/d856c42.js" defer></script><script src="/_nuxt/2cf9c3e.js" defer></script> </body> </html>