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

无数据

分类

全部后端开发(219)C++(219)Conan(74)

语言

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

格式

全部PDF文档 PDF(210)PPT文档 PPT(8)TXT文档 TXT(1)
 
本次搜索耗时 0.119 秒,为您找到相关结果约 219 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Custom Views for the Rest of Us

    1Custom Views for the Rest of Us — Jacob Rice jacob.rice.cpp@gmail.com 2🎉🎆🎊 using namespace std::views; for (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 1 AlgorithmThatSwaps(T& t1, T& t2) 2 { 3 // Algorithm stuff... 4 5 // More algorithm 6 } 7 Calls the custom version, if it exists (same for begin and end): 78std::ranges::iter_swap std::ranges::iter_move (P2387) New type: std::ranges::range_adaptor_closure. Ensure all closure objects inherit from this. Custom closure objects can then use it, too. 120namespace detail { template concept can_cons
    0 码力 | 187 页 | 13.25 MB | 5 月前
    3
  • pdf文档 C++20 STL Features: 1 Year of Development on GitHub

    C++20 STL Features: 1 Year of Development on GitHub Stephan T. Lavavej "Steh-fin Lah-wah-wade" Principal Software Engineer, Visual C++ Libraries stl@microsoft.com @StephanTLavavej 1 Version 1.0 - September • Part 1: C++20 STL Features • Everything here is Standard, except as noted • Part 2: GitHub Development • For contributors and observers 2Overview Part 0 3CppCon 2019 -> CppCon 2020 • Announced SuperWig 26GitHub Development Part 2 27How We Use GitHub • Code: linear history, few feature branches • Issues: cxx20, LWG, bug, performance, etc. • Pull Requests: Used for all development • Continuous
    0 码力 | 45 页 | 989.72 KB | 5 月前
    3
  • ppt文档 C++20 STL Features: 1 Year of Development on GitHub

    Version 1.0 - September 15, 2020 1 C++20 STL Features: 1 Year of Development on GitHub Stephan T. Lavavej "Steh-fin Lah-wah-wade" Principal Software Engineer, Visual C++ Libraries stl@microsoft.com @StephanTLavavej2 • Part 1: C++20 STL Features • Everything here is Standard, except as noted • Part 2: GitHub Development • For contributors and observers3 Overview Part 04 CppCon 2019  CppCon 2020 • Announced at SuperWig27 GitHub Development Part 228 How We Use GitHub • Code: linear history, few feature branches • Issues: cxx20, LWG, bug, performance, etc. • Pull Requests: Used for all development • Continuous
    0 码力 | 45 页 | 702.09 KB | 5 月前
    3
  • pdf文档 Powered by AI: A Cambrian Explosion for C++ Software Development Tools

    `University of Massachusetts Amherst Powered by AI:
 A Cambrian Explosion
 for C++ Software Development Tools Emery BergerCretaceous–Paleogene (K-Pg) extinction eventCretaceous–Paleogene (K-Pg) extinction
    0 码力 | 128 页 | 23.40 MB | 5 月前
    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 around building the data - the data build system • How many people are in Game <mark>Development</mark>? • How many people have worked in AAA? • How many are familiar with asynchronous programming? Speaker notesTALK since 1999 (Professionally since 2005) • Worked in Embedded and Application <mark>Development</mark> • Since 2013 in AAA Game <mark>Development</mark> • Representing myself • Examples in this talk are recreations 3A quick bit</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>| 5 月前</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/7b0b53dcfcdbf662" 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>Conan 1.8 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>. . . . . . . . . . . . . . . . . . . . . . . . . . 66 7 Developing Packages 73 7.1 Package <mark>development</mark> flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73 7.2 Workspaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173 12.25 <mark>Custom</mark> integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 13.10 How to create and share a <mark>custom</mark> generator with generator packages . . . . . . . . . . . . . . . . . . 201 13.11 How to manage shared</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 458 页 | 3.03 MB <span class="hidden-xs-only" data-v-2d813be8>| 1 年前</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/7c7737c1b30c90e5" 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>Conan 2.10 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2.5 New <mark>custom</mark> user commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2 , including proprietary ones. It is specifically designed and optimized for accelerating the <mark>development</mark> and Continuous Integration of C and C++ projects. With full binary management, it can create and configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any <mark>custom</mark> configuration. 1.4. All platforms, all build systems and compilers 5 Conan Documentation, Release</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 803 页 | 5.02 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/2f6f0dbce26511ab" 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>Conan 2.9 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2.5 New <mark>custom</mark> user commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2 , including proprietary ones. It is specifically designed and optimized for accelerating the <mark>development</mark> and Continuous Integration of C and C++ projects. With full binary management, it can create and configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any <mark>custom</mark> configuration. 1.4. All platforms, all build systems and compilers 5 Conan Documentation, Release</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 795 页 | 4.99 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/a4f2d63bd2842801" 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>Conan 2.0 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2.5 New <mark>custom</mark> user commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2 , including proprietary ones. It is specifically designed and optimized for accelerating the <mark>development</mark> and Continuous Integration of C and C++ projects. With full binary management, it can create and configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any <mark>custom</mark> configuration. 1.4. All platforms, all build systems and compilers 5 Conan Documentation, Release</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 652 页 | 4.00 MB <span class="hidden-xs-only" data-v-2d813be8>| 1 年前</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/c90884e84ec169a6" 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>Conan 2.8 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2.5 New <mark>custom</mark> user commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2 , including proprietary ones. It is specifically designed and optimized for accelerating the <mark>development</mark> and Continuous Integration of C and C++ projects. With full binary management, it can create and configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any <mark>custom</mark> configuration. 1.4. All platforms, all build systems and compilers 5 Conan Documentation, Release</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 785 页 | 4.95 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></ul></div></div> <div class="el-pagination"><span class="el-pagination__total">共 219 条</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">22</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="22" 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=Custom&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Custom</a><a href="/search?wd=Views&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Views</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=the&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">the</a><a href="/search?wd=Rest&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Rest</a><a href="/search?wd=of&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">of</a><a href="/search?wd=Us&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Us</a><a href="/search?wd=C%2B%2B&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">C++</a><a href="/search?wd=20&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">20</a><a href="/search?wd=STL&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">STL</a><a href="/search?wd=Features&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Features</a><a href="/search?wd=Year&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Year</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=on&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">on</a><a href="/search?wd=GitHub&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">GitHub</a><a href="/search?wd=Powered&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Powered</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=AI&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">AI</a><a href="/search?wd=Cambrian&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Cambrian</a><a href="/search?wd=Explosion&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Explosion</a><a href="/search?wd=Software&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Software</a><a href="/search?wd=Tools&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Tools</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=Multi&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Multi</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=Conan&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Conan</a><a href="/search?wd=1.8&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">1.8</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=2.10&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">2.10</a><a href="/search?wd=2.9&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">2.9</a><a href="/search?wd=2.0&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">2.0</a><a href="/search?wd=2.8&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">2.8</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-1978" 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){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:"网站搜索结果页右侧,只有搜索结果页会显示"}]};ra.id=n;ra.title=bW;ra.doc_count=bX;ra.enable=a;ra.cover=bY;ra.icon=bZ;rb.id=g;rb.title=cv;rb.doc_count=cw;rb.enable=a;rb.cover=cx;rb.icon=cy;rb.description=cz;rc.id=j;rc.title=U;rc.doc_count=eV;rc.enable=a;rc.cover=eW;rc.icon=eX;rc.description=eY;rc.show_description=a;rd.id=m;rd.title=f$;rd.doc_count=ga;rd.enable=a;rd.cover=gb;rd.icon=gc;re.id=i;re.title=bk;re.doc_count=gH;re.enable=a;re.cover=gI;rf.id=k;rf.title=ii;rf.doc_count=r;rf.enable=a;rf.icon=ij;rf.type=b;rg.id=f;rg.title=iS;rg.doc_count=x;rg.enable=a;rg.icon=iT;rg.type=b;rh.id=l;rh.title=kh;rh.enable=a;rh.icon=ki;rh.type=b;ri.id=e;ri.title=U;ri.doc_count=s;ri.enable=a;ri.icon=kJ;ri.type=b;rj.id=d;rj.title=bk;rj.doc_count=r;rj.enable=a;rj.icon=mz;rj.type=b;rk.id=y;rk.title=pw;rk.enable=a;rk.icon=px;rk.type=b;rl.id=h;rl.title=pG;rl.doc_count=b;rl.enable=a;rl.icon=pH;rl.type=b;rm.id=o;rm.title=hB;rm.doc_count=bw;rm.enable=a;rm.cover=hC;rm.icon=hD;rn.id=qB;rn.title=qC;rn.doc_count=r;rn.enable=a;rn.icon=qD;rn.type=b;ro.id=b_;ro.parent_id=n;ro.title=aa;ro.doc_count=P;ro.enable=a;rp.id=b$;rp.parent_id=n;rp.title=ab;rp.doc_count=r;rp.enable=a;rq.id=ca;rq.parent_id=n;rq.title=ac;rq.doc_count=r;rq.enable=a;rq.description=cb;rq.show_description=a;rr.id=cc;rr.parent_id=n;rr.title=ad;rr.doc_count=cd;rr.enable=a;rr.description=ce;rr.show_description=a;rs.id=cf;rs.parent_id=n;rs.title=ae;rs.doc_count=s;rs.enable=a;rt.id=af;rt.parent_id=n;rt.title=X;rt.doc_count=cg;rt.enable=a;ru.id=ck;ru.parent_id=n;ru.title=ag;ru.enable=a;rv.id=cl;rv.parent_id=n;rv.title=R;rv.doc_count=t;rv.enable=a;rw.id=cm;rw.parent_id=n;rw.title=cn;rw.doc_count=b;rw.enable=a;rw.description=co;rw.show_description=a;rx.id=bG;rx.parent_id=n;rx.title=ah;rx.doc_count=F;rx.enable=a;ry.id=cp;ry.parent_id=n;ry.title=cq;ry.doc_count=ai;ry.enable=a;rz.id=cr;rz.parent_id=n;rz.title=cs;rz.enable=a;rA.id=ct;rA.parent_id=n;rA.title=cu;rA.doc_count=S;rA.enable=a;rB.id=cA;rB.parent_id=g;rB.title=cB;rB.doc_count=b;rB.enable=a;rC.id=cC;rC.parent_id=g;rC.title=aj;rC.doc_count=p;rC.enable=a;rD.id=u;rD.parent_id=g;rD.title=bH;rD.doc_count=ak;rD.enable=a;rE.id=cE;rE.parent_id=g;rE.title=al;rE.enable=a;rE.description=cF;rE.show_description=a;rF.id=cG;rF.parent_id=g;rF.title=cH;rF.doc_count=r;rF.enable=a;rF.description=cI;rF.show_description=a;rG.id=cJ;rG.parent_id=g;rG.title=am;rG.doc_count=s;rG.enable=a;rG.description=cK;rG.show_description=a;rH.id=cL;rH.parent_id=g;rH.title=cM;rH.doc_count=v;rH.enable=a;rI.id=cN;rI.parent_id=g;rI.title=an;rI.doc_count=cO;rI.enable=a;rI.description=cP;rI.show_description=a;rJ.id=cQ;rJ.parent_id=g;rJ.title=cR;rJ.enable=a;rK.id=cS;rK.parent_id=g;rK.title=cT;rK.doc_count=Q;rK.enable=a;rK.description=cU;rK.show_description=a;rL.id=A;rL.parent_id=g;rL.title=Z;rL.doc_count=ao;rL.enable=a;rL.description=cV;rL.show_description=a;rM.id=df;rM.parent_id=g;rM.title=ar;rM.doc_count=as;rM.enable=a;rM.description=dg;rM.show_description=a;rN.id=dh;rN.parent_id=g;rN.title=di;rN.doc_count=dj;rN.enable=a;rN.description=dk;rN.show_description=a;rO.id=dl;rO.parent_id=g;rO.title=dm;rO.doc_count=p;rO.enable=a;rO.description=dn;rO.show_description=a;rP.id=do0;rP.parent_id=g;rP.title=dp;rP.doc_count=x;rP.enable=a;rP.description=dq;rP.show_description=a;rQ.id=dr;rQ.parent_id=g;rQ.title=at;rQ.doc_count=ds;rQ.enable=a;rQ.description=dt;rQ.show_description=a;rR.id=au;rR.parent_id=g;rR.title=av;rR.doc_count=H;rR.enable=a;rR.description=du;rR.show_description=a;rS.id=dy;rS.parent_id=g;rS.title=dz;rS.doc_count=p;rS.enable=a;rS.description=dA;rS.show_description=a;rT.id=I;rT.parent_id=g;rT.title=aw;rT.doc_count=bJ;rT.enable=a;rT.description=dB;rT.show_description=a;rU.id=q;rU.parent_id=g;rU.title=ay;rU.doc_count=az;rU.enable=a;rU.description=dL;rU.show_description=a;rV.id=eo;rV.parent_id=g;rV.title=ep;rV.doc_count=r;rV.enable=a;rV.description=eq;rV.show_description=a;rW.id=aD;rW.parent_id=g;rW.title=aE;rW.doc_count=s;rW.enable=a;rW.description=er;rW.show_description=a;rX.id=ev;rX.parent_id=g;rX.title=aF;rX.doc_count=ew;rX.enable=a;rX.description=ex;rX.show_description=a;rY.id=ey;rY.parent_id=g;rY.title=aG;rY.doc_count=aH;rY.enable=a;rZ.id=ez;rZ.parent_id=g;rZ.title=eA;rZ.doc_count=eB;rZ.enable=a;rZ.description=eC;rZ.show_description=a;r_.id=eD;r_.parent_id=g;r_.title=eE;r_.doc_count=aI;r_.enable=a;r$.id=eF;r$.parent_id=g;r$.title=aJ;r$.doc_count=Y;r$.enable=a;r$.description=eG;r$.show_description=a;sa.id=eH;sa.parent_id=g;sa.title=eI;sa.doc_count=B;sa.enable=a;sb.id=eJ;sb.parent_id=g;sb.title=eK;sb.doc_count=J;sb.enable=a;sb.description=eL;sb.show_description=a;sc.id=bK;sc.parent_id=g;sc.title=eM;sc.doc_count=ai;sc.enable=a;sc.description=eN;sc.show_description=a;sd.id=eO;sd.parent_id=g;sd.title=eP;sd.doc_count=eQ;sd.enable=a;sd.description=eR;sd.show_description=a;se.id=eS;se.parent_id=g;se.title=eT;se.doc_count=b;se.enable=a;se.description=eU;se.show_description=a;sf.id=eZ;sf.parent_id=j;sf.title=e_;sf.doc_count=x;sf.enable=a;sf.description=e$;sg.id=fa;sg.parent_id=j;sg.title=fb;sg.doc_count=B;sg.enable=a;sg.description=fc;sg.show_description=a;sh.id=fd;sh.parent_id=j;sh.title=aK;sh.doc_count=x;sh.enable=a;sh.description=fe;sh.show_description=a;si.id=ff;si.parent_id=j;si.title=aL;si.doc_count=H;si.enable=a;si.description=fg;si.show_description=a;sj.id=fh;sj.parent_id=j;sj.title=fi;sj.enable=a;sk.id=fj;sk.parent_id=j;sk.title=aM;sk.doc_count=V;sk.enable=a;sk.description=fk;sl.id=fl;sl.parent_id=j;sl.title=fm;sl.doc_count=fn;sl.enable=a;sl.description=fo;sl.show_description=a;sm.id=fp;sm.parent_id=j;sm.title=aN;sm.doc_count=x;sm.enable=a;sm.description=fq;sm.show_description=a;sn.id=fr;sn.parent_id=j;sn.title=aO;sn.doc_count=S;sn.enable=a;sn.description=fs;sn.show_description=a;so.id=ft;so.parent_id=j;so.title=fu;so.doc_count=fv;so.enable=a;so.description=fw;so.show_description=a;sp.id=fx;sp.parent_id=j;sp.title=aP;sp.doc_count=aq;sp.enable=a;sp.description=fy;sp.show_description=a;sq.id=fz;sq.parent_id=j;sq.title=aQ;sq.doc_count=v;sq.enable=a;sq.description=fA;sq.show_description=a;sr.id=fB;sr.parent_id=j;sr.title=aR;sr.doc_count=b;sr.enable=a;ss.id=fC;ss.parent_id=j;ss.title=aS;ss.doc_count=aT;ss.enable=a;ss.description=fD;ss.show_description=a;st.id=fE;st.parent_id=j;st.title=aU;st.doc_count=J;st.enable=a;st.description=fF;st.show_description=a;su.id=fG;su.parent_id=j;su.title=fH;su.doc_count=P;su.enable=a;su.description=fI;su.show_description=a;sv.id=bL;sv.parent_id=j;sv.title=fJ;sv.enable=a;sv.description=fK;sv.show_description=a;sw.id=fL;sw.parent_id=j;sw.title=aV;sw.doc_count=fM;sw.enable=a;sw.description=fN;sw.show_description=a;sx.id=ao;sx.parent_id=j;sx.title=fO;sx.enable=a;sy.id=L;sy.parent_id=j;sy.title=aW;sy.doc_count=fP;sy.enable=a;sy.description=fQ;sy.show_description=a;sz.id=fZ;sz.parent_id=j;sz.title=f_;sz.doc_count=b;sz.enable=a;sA.id=gd;sA.parent_id=m;sA.title=aZ;sA.doc_count=b;sA.enable=a;sB.id=ge;sB.parent_id=m;sB.title=gf;sB.enable=a;sC.id=gg;sC.parent_id=m;sC.title=a_;sC.doc_count=gh;sC.enable=a;sD.id=gi;sD.parent_id=m;sD.title=gj;sD.doc_count=gk;sD.enable=a;sE.id=gl;sE.parent_id=m;sE.title=a$;sE.enable=a;sF.id=ak;sF.parent_id=m;sF.title=ba;sF.doc_count=p;sF.enable=a;sF.description=gm;sF.show_description=a;sG.id=bb;sG.parent_id=m;sG.title=bc;sG.doc_count=gn;sG.enable=a;sH.id=gt;sH.parent_id=m;sH.title=bf;sH.enable=a;sI.id=gu;sI.parent_id=m;sI.title=bg;sI.doc_count=p;sI.enable=a;sI.description=gv;sI.show_description=a;sJ.id=gw;sJ.parent_id=m;sJ.title=bh;sJ.enable=a;sK.id=gx;sK.parent_id=m;sK.title=gy;sK.doc_count=s;sK.enable=a;sL.id=gz;sL.parent_id=m;sL.title=bi;sL.enable=a;sM.id=gA;sM.parent_id=m;sM.title=bj;sM.doc_count=gB;sM.enable=a;sM.description=gC;sM.show_description=a;sN.id=gD;sN.parent_id=m;sN.title=gE;sN.doc_count=ax;sN.enable=a;sO.id=gF;sO.parent_id=m;sO.title=gG;sO.doc_count=bM;sO.enable=a;sP.id=hE;sP.parent_id=o;sP.title=bx;sP.doc_count=hF;sP.enable=a;sP.description=hG;sP.show_description=a;sQ.id=hH;sQ.parent_id=o;sQ.title=hI;sQ.doc_count=F;sQ.enable=a;sQ.description=hJ;sQ.show_description=a;sR.id=hK;sR.parent_id=o;sR.title=hL;sR.doc_count=hM;sR.enable=a;sR.description=hN;sR.show_description=a;sS.id=hO;sS.parent_id=o;sS.title=by;sS.doc_count=aT;sS.enable=a;sS.description=hP;sS.show_description=a;sT.id=hQ;sT.parent_id=o;sT.title=hR;sT.doc_count=hS;sT.enable=a;sT.description=hT;sT.show_description=a;sU.id=bz;sU.parent_id=o;sU.title=hU;sU.doc_count=V;sU.enable=a;sV.id=hY;sV.parent_id=o;sV.title=bA;sV.doc_count=O;sV.enable=a;sW.id=hZ;sW.parent_id=o;sW.title=h_;sW.doc_count=v;sW.enable=a;sW.description=h$;sW.show_description=a;sX.id=_;sX.parent_id=o;sX.title=ia;sX.doc_count=v;sX.enable=a;sY.id=id;sY.parent_id=o;sY.title=ie;sY.doc_count=K;sY.enable=a;sY.description=if0;sY.show_description=a;sZ.id=ig;sZ.parent_id=o;sZ.title=ih;sZ.doc_count=K;sZ.enable=a;s_.id=cW;s_.parent_id=A;s_.title=ap;s_.doc_count=aq;s_.enable=a;s_.description=cX;s_.show_description=a;s$.id=cY;s$.parent_id=A;s$.title=cZ;s$.doc_count=t;s$.enable=a;s$.description=c_;s$.show_description=a;ta.id=c$;ta.parent_id=A;ta.title=da;ta.doc_count=r;ta.enable=a;ta.description=db;ta.show_description=a;tb.id=dc;tb.parent_id=A;tb.title=dd;tb.doc_count=de;tb.enable=a;tc.id=dM;tc.parent_id=q;tc.title=aA;tc.doc_count=dN;tc.enable=a;tc.description=dO;tc.show_description=a;td.id=dP;td.parent_id=q;td.title=dQ;td.doc_count=dR;td.enable=a;te.id=dS;te.parent_id=q;te.title=aB;te.doc_count=dT;te.enable=a;te.description=dU;te.show_description=a;tf.id=dV;tf.parent_id=q;tf.title=aC;tf.doc_count=T;tf.enable=a;tf.description=dW;tf.show_description=a;tg.id=dX;tg.parent_id=q;tg.title=dY;tg.doc_count=J;tg.enable=a;tg.description=dZ;tg.show_description=a;th.id=d_;th.parent_id=q;th.title=d$;th.doc_count=F;th.enable=a;th.description=ea;th.show_description=a;ti.id=eb;ti.parent_id=q;ti.title=ec;ti.doc_count=K;ti.enable=a;ti.description=ed;ti.show_description=a;tj.id=ee;tj.parent_id=q;tj.title=ef;tj.doc_count=eg;tj.enable=a;tj.description=eh;tj.show_description=a;tk.id=ei;tk.parent_id=q;tk.title=ej;tk.doc_count=J;tk.enable=a;tk.description=ek;tk.show_description=a;tl.id=el;tl.parent_id=q;tl.title=em;tl.doc_count=S;tl.enable=a;tl.description=en;tl.show_description=a;tm.id=ch;tm.parent_id=af;tm.title=ci;tm.doc_count=Q;tm.enable=a;tm.description=cj;tm.show_description=a;tn.id=G;tn.parent_id=u;tn.title=bI;tn.doc_count=Y;tn.enable=a;tn.description=cD;tn.show_description=a;to.id=es;to.parent_id=aD;to.title=et;to.enable=a;to.description=eu;to.show_description=a;tp.id=dC;tp.parent_id=I;tp.title=dD;tp.doc_count=p;tp.enable=a;tp.description=dE;tp.show_description=a;tq.id=dF;tq.parent_id=I;tq.title=dG;tq.doc_count=ax;tq.enable=a;tq.description=dH;tq.show_description=a;tr.id=dI;tr.parent_id=I;tr.title=dJ;tr.doc_count=H;tr.enable=a;tr.description=dK;tr.show_description=a;ts.id=dv;ts.parent_id=au;ts.title=dw;ts.enable=a;ts.description=dx;ts.show_description=a;tt.id=bd;tt.parent_id=bb;tt.title=go;tt.doc_count=gp;tt.enable=a;tt.description=gq;tt.show_description=a;tu.id=fR;tu.parent_id=L;tu.title=fS;tu.doc_count=aX;tu.enable=a;tu.description=fT;tu.show_description=a;tv.id=fU;tv.parent_id=L;tv.title=aY;tv.doc_count=v;tv.enable=a;tv.description=fV;tv.show_description=a;tw.id=fW;tw.parent_id=L;tw.title=fX;tw.doc_count=O;tw.enable=a;tw.description=fY;tw.show_description=a;tx.id=gJ;tx.parent_id=i;tx.title=bl;tx.doc_count=bm;tx.enable=a;tx.show_description=a;ty.id=gK;ty.parent_id=i;ty.title=gL;ty.doc_count=aH;ty.enable=a;ty.description=gM;ty.show_description=a;tz.id=gN;tz.parent_id=i;tz.title=gO;tz.doc_count=p;tz.enable=a;tz.description=gP;tz.show_description=a;tA.id=gQ;tA.parent_id=i;tA.title=gR;tA.doc_count=V;tA.enable=a;tA.description=gS;tA.show_description=a;tB.id=gT;tB.parent_id=i;tB.title=gU;tB.doc_count=B;tB.enable=a;tB.description=gV;tB.show_description=a;tC.id=gW;tC.parent_id=i;tC.title=gX;tC.doc_count=B;tC.enable=a;tD.id=gY;tD.parent_id=i;tD.title=bn;tD.doc_count=p;tD.enable=a;tE.id=gZ;tE.parent_id=i;tE.title=bo;tE.doc_count=bm;tE.enable=a;tE.description=g_;tE.show_description=a;tF.id=g$;tF.parent_id=i;tF.title=bp;tF.doc_count=T;tF.enable=a;tF.description=ha;tF.show_description=a;tG.id=hb;tG.parent_id=i;tG.title=bq;tG.doc_count=aI;tG.enable=a;tH.id=bN;tH.parent_id=i;tH.title=br;tH.doc_count=as;tH.enable=a;tI.id=hc;tI.parent_id=i;tI.title=hd;tI.doc_count=he;tI.enable=a;tI.description=hf;tI.show_description=a;tJ.id=hg;tJ.parent_id=i;tJ.title=hh;tJ.doc_count=aX;tJ.enable=a;tJ.description=hi;tJ.show_description=a;tK.id=hj;tK.parent_id=i;tK.title=hk;tK.doc_count=Q;tK.enable=a;tL.id=hl;tL.parent_id=i;tL.title=hm;tL.doc_count=F;tL.enable=a;tL.description=hn;tL.show_description=a;tM.id=ho;tM.parent_id=i;tM.title=bs;tM.doc_count=b;tM.enable=a;tN.id=hp;tN.parent_id=i;tN.title=hq;tN.doc_count=O;tN.enable=a;tO.id=hr;tO.parent_id=i;tO.title=hs;tO.doc_count=ht;tO.enable=a;tO.description=hu;tO.show_description=a;tP.id=hv;tP.parent_id=i;tP.title=hw;tP.doc_count=P;tP.enable=a;tQ.id=hx;tQ.parent_id=i;tQ.title=bt;tQ.doc_count=hy;tQ.enable=a;tR.id=hz;tR.parent_id=i;tR.title=bu;tR.doc_count=hA;tR.enable=a;tS.id=bO;tS.parent_id=i;tS.title=bv;tS.doc_count=p;tS.enable=a;tT.id=hV;tT.parent_id=bz;tT.title=hW;tT.doc_count=H;tT.enable=a;tT.description=hX;tT.show_description=a;tU.id=ik;tU.parent_id=k;tU.title=aa;tU.enable=a;tU.type=b;tV.id=il;tV.parent_id=k;tV.title=im;tV.enable=a;tV.type=b;tW.id=in0;tW.parent_id=k;tW.title=io;tW.enable=a;tW.type=b;tX.id=ip;tX.parent_id=k;tX.title=iq;tX.enable=a;tX.type=b;tY.id=ir;tY.parent_id=k;tY.title=is;tY.enable=a;tY.type=b;tZ.id=it;tZ.parent_id=k;tZ.title=iu;tZ.enable=a;tZ.type=b;t_.id=iv;t_.parent_id=k;t_.title=iw;t_.enable=a;t_.type=b;t$.id=ix;t$.parent_id=k;t$.title=ac;t$.enable=a;t$.type=b;ua.id=iy;ua.parent_id=k;ua.title=iz;ua.enable=a;ua.type=b;ub.id=iA;ub.parent_id=k;ub.title=ae;ub.enable=a;ub.type=b;uc.id=iB;uc.parent_id=k;uc.title=iC;uc.enable=a;uc.type=b;ud.id=iD;ud.parent_id=k;ud.title=X;ud.doc_count=b;ud.enable=a;ud.type=b;ue.id=iE;ue.parent_id=k;ue.title=iF;ue.enable=a;ue.type=b;uf.id=iG;uf.parent_id=k;uf.title=iH;uf.enable=a;uf.type=b;ug.id=iI;ug.parent_id=k;ug.title=R;ug.enable=a;ug.type=b;uh.id=iJ;uh.parent_id=k;uh.title=iK;uh.enable=a;uh.type=b;ui.id=iL;ui.parent_id=k;ui.title=ah;ui.enable=a;ui.type=b;uj.id=iM;uj.parent_id=k;uj.title=iN;uj.doc_count=b;uj.enable=a;uj.type=b;uk.id=iO;uk.parent_id=k;uk.title=iP;uk.enable=a;uk.type=b;ul.id=iQ;ul.parent_id=k;ul.title=iR;ul.doc_count=b;ul.enable=a;ul.type=b;um.id=iU;um.parent_id=f;um.title=iV;um.enable=a;um.type=b;un.id=iW;un.parent_id=f;un.title=M;un.enable=a;un.type=b;uo.id=iX;uo.parent_id=f;uo.title=iY;uo.enable=a;uo.type=b;up.id=iZ;up.parent_id=f;up.title=aj;up.enable=a;up.type=b;uq.id=i_;uq.parent_id=f;uq.title=i$;uq.enable=a;uq.type=b;ur.id=ja;ur.parent_id=f;ur.title=al;ur.enable=a;ur.type=b;us.id=jb;us.parent_id=f;us.title=ab;us.enable=a;us.type=b;ut.id=jc;ut.parent_id=f;ut.title=am;ut.enable=a;ut.type=b;uu.id=jd;uu.parent_id=f;uu.title=aB;uu.enable=a;uu.type=b;uv.id=je;uv.parent_id=f;uv.title=jf;uv.enable=a;uv.type=b;uw.id=jg;uw.parent_id=f;uw.title=jh;uw.enable=a;uw.type=b;ux.id=ji;ux.parent_id=f;ux.title=jj;ux.enable=a;ux.type=b;uy.id=jk;uy.parent_id=f;uy.title=aC;uy.enable=a;uy.type=b;uz.id=jl;uz.parent_id=f;uz.title=jm;uz.enable=a;uz.type=b;uA.id=jn;uA.parent_id=f;uA.title=an;uA.enable=a;uA.type=b;uB.id=jo;uB.parent_id=f;uB.title=jp;uB.enable=a;uB.type=b;uC.id=jq;uC.parent_id=f;uC.title=jr;uC.enable=a;uC.type=b;uD.id=js;uD.parent_id=f;uD.title=jt;uD.enable=a;uD.type=b;uE.id=ju;uE.parent_id=f;uE.title=Z;uE.enable=a;uE.type=b;uF.id=jv;uF.parent_id=f;uF.title=ar;uF.enable=a;uF.type=b;uG.id=jw;uG.parent_id=f;uG.title=jx;uG.enable=a;uG.type=b;uH.id=jy;uH.parent_id=f;uH.title=jz;uH.enable=a;uH.type=b;uI.id=jA;uI.parent_id=f;uI.title=jB;uI.enable=a;uI.type=b;uJ.id=jC;uJ.parent_id=f;uJ.title=jD;uJ.enable=a;uJ.type=b;uK.id=jE;uK.parent_id=f;uK.title=jF;uK.enable=a;uK.type=b;uL.id=jG;uL.parent_id=f;uL.title=at;uL.enable=a;uL.type=b;uM.id=jH;uM.parent_id=f;uM.title=av;uM.enable=a;uM.type=b;uN.id=jI;uN.parent_id=f;uN.title=jJ;uN.enable=a;uN.type=b;uO.id=jK;uO.parent_id=f;uO.title=aw;uO.enable=a;uO.type=b;uP.id=jL;uP.parent_id=f;uP.title=ay;uP.enable=a;uP.type=b;uQ.id=jM;uQ.parent_id=f;uQ.title=jN;uQ.enable=a;uQ.type=b;uR.id=jO;uR.parent_id=f;uR.title=jP;uR.enable=a;uR.type=b;uS.id=jQ;uS.parent_id=f;uS.title=aE;uS.enable=a;uS.type=b;uT.id=jR;uT.parent_id=f;uT.title=aF;uT.enable=a;uT.type=b;uU.id=jS;uU.parent_id=f;uU.title=jT;uU.enable=a;uU.type=b;uV.id=jU;uV.parent_id=f;uV.title=jV;uV.enable=a;uV.type=b;uW.id=jW;uW.parent_id=f;uW.title=bh;uW.enable=a;uW.type=b;uX.id=jX;uX.parent_id=f;uX.title=jY;uX.enable=a;uX.type=b;uY.id=jZ;uY.parent_id=f;uY.title=j_;uY.doc_count=b;uY.enable=a;uY.type=b;uZ.id=j$;uZ.parent_id=f;uZ.title=ka;uZ.enable=a;uZ.type=b;u_.id=kb;u_.parent_id=f;u_.title=kc;u_.enable=a;u_.type=b;u$.id=kd;u$.parent_id=f;u$.title=ke;u$.enable=a;u$.type=b;va.id=kf;va.parent_id=f;va.title=kg;va.doc_count=s;va.enable=a;va.type=b;vb.id=kj;vb.parent_id=l;vb.title=aZ;vb.enable=a;vb.type=b;vc.id=kk;vc.parent_id=l;vc.title=kl;vc.enable=a;vc.type=b;vd.id=km;vd.parent_id=l;vd.title=ad;vd.enable=a;vd.type=b;ve.id=kn;ve.parent_id=l;ve.title=ko;ve.enable=a;ve.type=b;vf.id=kp;vf.parent_id=l;vf.title=kq;vf.enable=a;vf.type=b;vg.id=kr;vg.parent_id=l;vg.title=ks;vg.enable=a;vg.type=b;vh.id=kt;vh.parent_id=l;vh.title=ku;vh.enable=a;vh.type=b;vi.id=kv;vi.parent_id=l;vi.title=a$;vi.enable=a;vi.type=b;vj.id=kw;vj.parent_id=l;vj.title=kx;vj.enable=a;vj.type=b;vk.id=ky;vk.parent_id=l;vk.title=kz;vk.enable=a;vk.type=b;vl.id=kA;vl.parent_id=l;vl.title=kB;vl.enable=a;vl.type=b;vm.id=kC;vm.parent_id=l;vm.title=ag;vm.enable=a;vm.type=b;vn.id=kD;vn.parent_id=l;vn.title=R;vn.enable=a;vn.type=b;vo.id=kE;vo.parent_id=l;vo.title=aG;vo.enable=a;vo.type=b;vp.id=kF;vp.parent_id=l;vp.title=kG;vp.enable=a;vp.type=b;vq.id=kH;vq.parent_id=l;vq.title=kI;vq.enable=a;vq.type=b;vr.id=kK;vr.parent_id=e;vr.title=M;vr.enable=a;vr.type=b;vs.id=kL;vs.parent_id=e;vs.title=kM;vs.enable=a;vs.type=b;vt.id=kN;vt.parent_id=e;vt.title=aK;vt.enable=a;vt.type=b;vu.id=kO;vu.parent_id=e;vu.title=aL;vu.enable=a;vu.type=b;vv.id=kP;vv.parent_id=e;vv.title=kQ;vv.enable=a;vv.type=b;vw.id=kR;vw.parent_id=e;vw.title=kS;vw.enable=a;vw.type=b;vx.id=kT;vx.parent_id=e;vx.title=kU;vx.enable=a;vx.type=b;vy.id=kV;vy.parent_id=e;vy.title=kW;vy.enable=a;vy.type=b;vz.id=bw;vz.parent_id=e;vz.title=kX;vz.doc_count=b;vz.enable=a;vz.type=b;vA.id=kY;vA.parent_id=e;vA.title=kZ;vA.enable=a;vA.type=b;vB.id=k_;vB.parent_id=e;vB.title=k$;vB.enable=a;vB.type=b;vC.id=la;vC.parent_id=e;vC.title=lb;vC.enable=a;vC.type=b;vD.id=lc;vD.parent_id=e;vD.title=aM;vD.enable=a;vD.type=b;vE.id=ld;vE.parent_id=e;vE.title=le;vE.enable=a;vE.type=b;vF.id=lf;vF.parent_id=e;vF.title=lg;vF.enable=a;vF.type=b;vG.id=lh;vG.parent_id=e;vG.title=li;vG.enable=a;vG.type=b;vH.id=lj;vH.parent_id=e;vH.title=lk;vH.enable=a;vH.type=b;vI.id=ll;vI.parent_id=e;vI.title=lm;vI.enable=a;vI.type=b;vJ.id=ln;vJ.parent_id=e;vJ.title=lo;vJ.enable=a;vJ.type=b;vK.id=lp;vK.parent_id=e;vK.title=lq;vK.enable=a;vK.type=b;vL.id=lr;vL.parent_id=e;vL.title=ls;vL.enable=a;vL.type=b;vM.id=lt;vM.parent_id=e;vM.title=lu;vM.enable=a;vM.type=b;vN.id=lv;vN.parent_id=e;vN.title=lw;vN.enable=a;vN.type=b;vO.id=lx;vO.parent_id=e;vO.title=ly;vO.enable=a;vO.type=b;vP.id=lz;vP.parent_id=e;vP.title=lA;vP.enable=a;vP.type=b;vQ.id=lB;vQ.parent_id=e;vQ.title=lC;vQ.enable=a;vQ.type=b;vR.id=lD;vR.parent_id=e;vR.title=lE;vR.enable=a;vR.type=b;vS.id=lF;vS.parent_id=e;vS.title=lG;vS.enable=a;vS.type=b;vT.id=lH;vT.parent_id=e;vT.title=aN;vT.enable=a;vT.type=b;vU.id=lI;vU.parent_id=e;vU.title=aO;vU.enable=a;vU.type=b;vV.id=az;vV.parent_id=e;vV.title=aY;vV.enable=a;vV.type=b;vW.id=lJ;vW.parent_id=e;vW.title=lK;vW.enable=a;vW.type=b;vX.id=lL;vX.parent_id=e;vX.title=lM;vX.enable=a;vX.type=b;vY.id=lN;vY.parent_id=e;vY.title=lO;vY.enable=a;vY.type=b;vZ.id=lP;vZ.parent_id=e;vZ.title=lQ;vZ.enable=a;vZ.type=b;v_.id=lR;v_.parent_id=e;v_.title=lS;v_.enable=a;v_.type=b;v$.id=lT;v$.parent_id=e;v$.title=lU;v$.enable=a;v$.type=b;wa.id=lV;wa.parent_id=e;wa.title=lW;wa.enable=a;wa.type=b;wb.id=lX;wb.parent_id=e;wb.title=aP;wb.enable=a;wb.type=b;wc.id=lY;wc.parent_id=e;wc.title=lZ;wc.enable=a;wc.type=b;wd.id=l_;wd.parent_id=e;wd.title=l$;wd.enable=a;wd.type=b;we.id=ma;we.parent_id=e;we.title=aQ;we.enable=a;we.type=b;wf.id=mb;wf.parent_id=e;wf.title=mc;wf.enable=a;wf.type=b;wg.id=md;wg.parent_id=e;wg.title=me;wg.enable=a;wg.type=b;wh.id=mf;wh.parent_id=e;wh.title=bC;wh.enable=a;wh.type=b;wi.id=mg;wi.parent_id=e;wi.title=mh;wi.enable=a;wi.type=b;wj.id=mi;wj.parent_id=e;wj.title=aR;wj.enable=a;wj.type=b;wk.id=mj;wk.parent_id=e;wk.title=aS;wk.enable=a;wk.type=b;wl.id=mk;wl.parent_id=e;wl.title=aU;wl.enable=a;wl.type=b;wm.id=bP;wm.parent_id=e;wm.title=ml;wm.enable=a;wm.type=b;wn.id=mm;wn.parent_id=e;wn.title=mn;wn.enable=a;wn.type=b;wo.id=mo;wo.parent_id=e;wo.title=mp;wo.enable=a;wo.type=b;wp.id=mq;wp.parent_id=e;wp.title=mr;wp.enable=a;wp.type=b;wq.id=ms;wq.parent_id=e;wq.title=U;wq.enable=a;wq.type=b;wr.id=mt;wr.parent_id=e;wr.title=mu;wr.enable=a;wr.type=b;ws.id=mv;ws.parent_id=e;ws.title=aV;ws.enable=a;ws.type=b;wt.id=mw;wt.parent_id=e;wt.title=aW;wt.doc_count=b;wt.enable=a;wt.type=b;wu.id=mx;wu.parent_id=e;wu.title=my;wu.enable=a;wu.type=b;wv.id=mA;wv.parent_id=d;wv.title=ap;wv.enable=a;wv.type=b;ww.id=mB;ww.parent_id=d;ww.title=mC;ww.enable=a;ww.type=b;wx.id=mD;wx.parent_id=d;wx.title=mE;wx.enable=a;wx.type=b;wy.id=mF;wy.parent_id=d;wy.title=mG;wy.enable=a;wy.type=b;wz.id=mH;wz.parent_id=d;wz.title=mI;wz.enable=a;wz.type=b;wA.id=mJ;wA.parent_id=d;wA.title=M;wA.enable=a;wA.type=b;wB.id=mK;wB.parent_id=d;wB.title=bl;wB.enable=a;wB.description=mL;wB.show_description=a;wB.type=b;wC.id=mM;wC.parent_id=d;wC.title=mN;wC.enable=a;wC.type=b;wD.id=mO;wD.parent_id=d;wD.title=mP;wD.enable=a;wD.type=b;wE.id=mQ;wE.parent_id=d;wE.title=mR;wE.enable=a;wE.type=b;wF.id=mS;wF.parent_id=d;wF.title=mT;wF.enable=a;wF.type=b;wG.id=mU;wG.parent_id=d;wG.title=mV;wG.enable=a;wG.type=b;wH.id=mW;wH.parent_id=d;wH.title=mX;wH.enable=a;wH.type=b;wI.id=mY;wI.parent_id=d;wI.title=be;wI.enable=a;wI.type=b;wJ.id=mZ;wJ.parent_id=d;wJ.title=m_;wJ.enable=a;wJ.type=b;wK.id=m$;wK.parent_id=d;wK.title=na;wK.enable=a;wK.type=b;wL.id=nb;wL.parent_id=d;wL.title=nc;wL.enable=a;wL.type=b;wM.id=nd;wM.parent_id=d;wM.title=bB;wM.enable=a;wM.type=b;wN.id=ne;wN.parent_id=d;wN.title=nf;wN.enable=a;wN.type=b;wO.id=ng;wO.parent_id=d;wO.title=bn;wO.enable=a;wO.type=b;wP.id=nh;wP.parent_id=d;wP.title=ni;wP.enable=a;wP.type=b;wQ.id=nj;wQ.parent_id=d;wQ.title=nk;wQ.enable=a;wQ.type=b;wR.id=nl;wR.parent_id=d;wR.title=nm;wR.enable=a;wR.type=b;wS.id=nn;wS.parent_id=d;wS.title=no;wS.enable=a;wS.type=b;wT.id=np;wT.parent_id=d;wT.title=nq;wT.enable=a;wT.type=b;wU.id=nr;wU.parent_id=d;wU.title=ns;wU.enable=a;wU.type=b;wV.id=nt;wV.parent_id=d;wV.title=nu;wV.enable=a;wV.type=b;wW.id=nv;wW.parent_id=d;wW.title=nw;wW.enable=a;wW.type=b;wX.id=nx;wX.parent_id=d;wX.title=ny;wX.enable=a;wX.type=b;wY.id=nz;wY.parent_id=d;wY.title=bo;wY.enable=a;wY.type=b;wZ.id=nA;wZ.parent_id=d;wZ.title=bp;wZ.enable=a;wZ.type=b;w_.id=nB;w_.parent_id=d;w_.title=nC;w_.enable=a;w_.type=b;w$.id=nD;w$.parent_id=d;w$.title=nE;w$.enable=a;w$.type=b;xa.id=nF;xa.parent_id=d;xa.title=nG;xa.enable=a;xa.type=b;xb.id=nH;xb.parent_id=d;xb.title=nI;xb.enable=a;xb.type=b;xc.id=nJ;xc.parent_id=d;xc.title=nK;xc.enable=a;xc.type=b;xd.id=nL;xd.parent_id=d;xd.title=nM;xd.enable=a;xd.type=b;xe.id=nN;xe.parent_id=d;xe.title=nO;xe.enable=a;xe.type=b;xf.id=nP;xf.parent_id=d;xf.title=nQ;xf.enable=a;xf.type=b;xg.id=nR;xg.parent_id=d;xg.title=nS;xg.enable=a;xg.type=b;xh.id=nT;xh.parent_id=d;xh.title=nU;xh.enable=a;xh.type=b;xi.id=nV;xi.parent_id=d;xi.title=br;xi.enable=a;xi.type=b;xj.id=nW;xj.parent_id=d;xj.title=nX;xj.doc_count=s;xj.enable=a;xj.type=b;xk.id=nY;xk.parent_id=d;xk.title=nZ;xk.enable=a;xk.type=b;xl.id=n_;xl.parent_id=d;xl.title=n$;xl.enable=a;xl.type=b;xm.id=oa;xm.parent_id=d;xm.title=ob;xm.enable=a;xm.type=b;xn.id=oc;xn.parent_id=d;xn.title=od;xn.enable=a;xn.type=b;xo.id=oe;xo.parent_id=d;xo.title=of;xo.enable=a;xo.type=b;xp.id=og;xp.parent_id=d;xp.title=oh;xp.enable=a;xp.type=b;xq.id=oi;xq.parent_id=d;xq.title=oj;xq.enable=a;xq.type=b;xr.id=ok;xr.parent_id=d;xr.title=ol;xr.enable=a;xr.type=b;xs.id=om;xs.parent_id=d;xs.title=on;xs.enable=a;xs.type=b;xt.id=oo;xt.parent_id=d;xt.title=op;xt.enable=a;xt.type=b;xu.id=oq;xu.parent_id=d;xu.title=or;xu.enable=a;xu.type=b;xv.id=os;xv.parent_id=d;xv.title=ot;xv.enable=a;xv.type=b;xw.id=ou;xw.parent_id=d;xw.title=ov;xw.enable=a;xw.type=b;xx.id=ow;xx.parent_id=d;xx.title=ox;xx.enable=a;xx.type=b;xy.id=oy;xy.parent_id=d;xy.title=oz;xy.enable=a;xy.type=b;xz.id=oA;xz.parent_id=d;xz.title=oB;xz.enable=a;xz.type=b;xA.id=oC;xA.parent_id=d;xA.title=oD;xA.enable=a;xA.type=b;xB.id=oE;xB.parent_id=d;xB.title=oF;xB.enable=a;xB.type=b;xC.id=oG;xC.parent_id=d;xC.title=oH;xC.enable=a;xC.type=b;xD.id=oI;xD.parent_id=d;xD.title=oJ;xD.enable=a;xD.type=b;xE.id=oK;xE.parent_id=d;xE.title=oL;xE.enable=a;xE.type=b;xF.id=oM;xF.parent_id=d;xF.title=oN;xF.enable=a;xF.type=b;xG.id=oO;xG.parent_id=d;xG.title=oP;xG.enable=a;xG.type=b;xH.id=oQ;xH.parent_id=d;xH.title=oR;xH.doc_count=b;xH.enable=a;xH.type=b;xI.id=oS;xI.parent_id=d;xI.title=oT;xI.enable=a;xI.type=b;xJ.id=oU;xJ.parent_id=d;xJ.title=oV;xJ.enable=a;xJ.type=b;xK.id=oW;xK.parent_id=d;xK.title=oX;xK.enable=a;xK.type=b;xL.id=oY;xL.parent_id=d;xL.title=bs;xL.enable=a;xL.type=b;xM.id=oZ;xM.parent_id=d;xM.title=o_;xM.enable=a;xM.type=b;xN.id=o$;xN.parent_id=d;xN.title=pa;xN.enable=a;xN.type=b;xO.id=pb;xO.parent_id=d;xO.title=pc;xO.enable=a;xO.type=b;xP.id=pd;xP.parent_id=d;xP.title=pe;xP.enable=a;xP.type=b;xQ.id=pf;xQ.parent_id=d;xQ.title=pg;xQ.enable=a;xQ.type=b;xR.id=ph;xR.parent_id=d;xR.title=pi;xR.enable=a;xR.type=b;xS.id=pj;xS.parent_id=d;xS.title=pk;xS.enable=a;xS.type=b;xT.id=pl;xT.parent_id=d;xT.title=bt;xT.doc_count=b;xT.enable=a;xT.type=b;xU.id=pm;xU.parent_id=d;xU.title=bA;xU.doc_count=b;xU.enable=a;xU.type=b;xV.id=pn;xV.parent_id=d;xV.title=aJ;xV.enable=a;xV.type=b;xW.id=po;xW.parent_id=d;xW.title=pp;xW.enable=a;xW.type=b;xX.id=pq;xX.parent_id=d;xX.title=bu;xX.enable=a;xX.type=b;xY.id=pr;xY.parent_id=d;xY.title=ps;xY.enable=a;xY.type=b;xZ.id=pt;xZ.parent_id=d;xZ.title=pu;xZ.enable=a;xZ.type=b;x_.id=pv;x_.parent_id=d;x_.title=bv;x_.enable=a;x_.type=b;x$.id=pI;x$.parent_id=h;x$.title=pJ;x$.enable=a;x$.type=b;ya.id=pK;ya.parent_id=h;ya.title=M;ya.enable=a;ya.type=b;yb.id=pL;yb.parent_id=h;yb.title=pM;yb.enable=a;yb.type=b;yc.id=pN;yc.parent_id=h;yc.title=aA;yc.enable=a;yc.type=b;yd.id=pO;yd.parent_id=h;yd.title=pP;yd.enable=a;yd.type=b;ye.id=pQ;ye.parent_id=h;ye.title=pR;ye.enable=a;ye.type=b;yf.id=pS;yf.parent_id=h;yf.title=pT;yf.enable=a;yf.type=b;yg.id=pU;yg.parent_id=h;yg.title=a_;yg.enable=a;yg.type=b;yh.id=pV;yh.parent_id=h;yh.title=pW;yh.enable=a;yh.type=b;yi.id=pX;yi.parent_id=h;yi.title=pY;yi.enable=a;yi.type=b;yj.id=pZ;yj.parent_id=h;yj.title=bq;yj.enable=a;yj.type=b;yk.id=p_;yk.parent_id=h;yk.title=ba;yk.enable=a;yk.type=b;yl.id=p$;yl.parent_id=h;yl.title=qa;yl.enable=a;yl.type=b;ym.id=qb;ym.parent_id=h;ym.title=bc;ym.enable=a;ym.type=b;yn.id=qc;yn.parent_id=h;yn.title=qd;yn.enable=a;yn.type=b;yo.id=qe;yo.parent_id=h;yo.title=bf;yo.enable=a;yo.type=b;yp.id=qf;yp.parent_id=h;yp.title=qg;yp.enable=a;yp.type=b;yq.id=qh;yq.parent_id=h;yq.title=bg;yq.enable=a;yq.type=b;yr.id=qi;yr.parent_id=h;yr.title=bC;yr.enable=a;yr.type=b;ys.id=qj;ys.parent_id=h;ys.title=qk;ys.enable=a;ys.type=b;yt.id=ql;yt.parent_id=h;yt.title=qm;yt.enable=a;yt.type=b;yu.id=qn;yu.parent_id=h;yu.title=qo;yu.enable=a;yu.type=b;yv.id=qp;yv.parent_id=h;yv.title=bi;yv.enable=a;yv.type=b;yw.id=qq;yw.parent_id=h;yw.title=bj;yw.enable=a;yw.type=b;yx.id=qr;yx.parent_id=h;yx.title=qs;yx.enable=a;yx.type=b;yy.id=qt;yy.parent_id=h;yy.title=qu;yy.enable=a;yy.type=b;yz.id=qv;yz.parent_id=h;yz.title=qw;yz.enable=a;yz.type=b;yA.id=qx;yA.parent_id=h;yA.title=qy;yA.enable=a;yA.type=b;yB.id=qz;yB.parent_id=h;yB.title=qA;yB.enable=a;yB.type=b;yC.id=py;yC.parent_id=y;yC.title=bx;yC.enable=a;yC.type=b;yD.id=pz;yD.parent_id=y;yD.title=by;yD.enable=a;yD.type=b;yE.id=pA;yE.parent_id=y;yE.title=pB;yE.enable=a;yE.type=b;yF.id=pC;yF.parent_id=y;yF.title=pD;yF.enable=a;yF.type=b;yG.id=pE;yG.parent_id=y;yG.title=pF;yG.enable=a;yG.type=b;yH.id=gr;yH.parent_id=bd;yH.title=be;yH.doc_count=p;yH.enable=a;yH.description=gs;yH.show_description=a;yI.id=ib;yI.parent_id=_;yI.title=bB;yI.doc_count=v;yI.enable=a;yI.description=ic;yI.show_description=a;return {layout:bE,data:[{}],fetch:{"0":{search:{wd:bU,type:w},timeouter:bF,currentYear:bV,categoryDocumentTrees:[{id:n,title:bW,doc_count:bX,enable:a,cover:bY,icon:bZ,disabled:c,children:[{id:b_,parent_id:n,title:aa,doc_count:P,enable:a,disabled:c},{id:b$,parent_id:n,title:ab,doc_count:r,enable:a,disabled:c},{id:ca,parent_id:n,title:ac,doc_count:r,enable:a,description:cb,show_description:a,disabled:c},{id:cc,parent_id:n,title:ad,doc_count:cd,enable:a,description:ce,show_description:a,disabled:c},{id:cf,parent_id:n,title:ae,doc_count:s,enable:a,disabled:c},{id:af,parent_id:n,title:X,doc_count:cg,enable:a,disabled:c,children:[{id:ch,parent_id:af,title:ci,doc_count:Q,enable:a,description:cj,show_description:a,disabled:c}]},{id:ck,parent_id:n,title:ag,enable:a,disabled:c},{id:cl,parent_id:n,title:R,doc_count:t,enable:a,disabled:c},{id:cm,parent_id:n,title:cn,doc_count:b,enable:a,description:co,show_description:a,disabled:c},{id:bG,parent_id:n,title:ah,doc_count:F,enable:a,disabled:c},{id:cp,parent_id:n,title:cq,doc_count:ai,enable:a,disabled:c},{id:cr,parent_id:n,title:cs,enable:a,disabled:c},{id:ct,parent_id:n,title:cu,doc_count:S,enable:a,disabled:c}]},{id:g,title:cv,doc_count:cw,enable:a,cover:cx,icon:cy,description:cz,disabled:c,children:[{id:cA,parent_id:g,title:cB,doc_count:b,enable:a,disabled:c},{id:cC,parent_id:g,title:aj,doc_count:p,enable:a,disabled:c},{id:u,parent_id:g,title:bH,doc_count:ak,enable:a,disabled:c,children:[{id:G,parent_id:u,title:bI,doc_count:Y,enable:a,description:cD,show_description:a,disabled:c}]},{id:cE,parent_id:g,title:al,enable:a,description:cF,show_description:a,disabled:c},{id:cG,parent_id:g,title:cH,doc_count:r,enable:a,description:cI,show_description:a,disabled:c},{id:cJ,parent_id:g,title:am,doc_count:s,enable:a,description:cK,show_description:a,disabled:c},{id:cL,parent_id:g,title:cM,doc_count:v,enable:a,disabled:c},{id:cN,parent_id:g,title:an,doc_count:cO,enable:a,description:cP,show_description:a,disabled:c},{id:cQ,parent_id:g,title:cR,enable:a,disabled:c},{id:cS,parent_id:g,title:cT,doc_count:Q,enable:a,description:cU,show_description:a,disabled:c},{id:A,parent_id:g,title:Z,doc_count:ao,enable:a,description:cV,show_description:a,disabled:c,children:[{id:cW,parent_id:A,title:ap,doc_count:aq,enable:a,description:cX,show_description:a,disabled:c},{id:cY,parent_id:A,title:cZ,doc_count:t,enable:a,description:c_,show_description:a,disabled:c},{id:c$,parent_id:A,title:da,doc_count:r,enable:a,description:db,show_description:a,disabled:c},{id:dc,parent_id:A,title:dd,doc_count:de,enable:a,disabled:c}]},{id:df,parent_id:g,title:ar,doc_count:as,enable:a,description:dg,show_description:a,disabled:c},{id:dh,parent_id:g,title:di,doc_count:dj,enable:a,description:dk,show_description:a,disabled:c},{id:dl,parent_id:g,title:dm,doc_count:p,enable:a,description:dn,show_description:a,disabled:c},{id:do0,parent_id:g,title:dp,doc_count:x,enable:a,description:dq,show_description:a,disabled:c},{id:dr,parent_id:g,title:at,doc_count:ds,enable:a,description:dt,show_description:a,disabled:c},{id:au,parent_id:g,title:av,doc_count:H,enable:a,description:du,show_description:a,disabled:c,children:[{id:dv,parent_id:au,title:dw,enable:a,description:dx,show_description:a,disabled:c}]},{id:dy,parent_id:g,title:dz,doc_count:p,enable:a,description:dA,show_description:a,disabled:c},{id:I,parent_id:g,title:aw,doc_count:bJ,enable:a,description:dB,show_description:a,disabled:c,children:[{id:dC,parent_id:I,title:dD,doc_count:p,enable:a,description:dE,show_description:a,disabled:c},{id:dF,parent_id:I,title:dG,doc_count:ax,enable:a,description:dH,show_description:a,disabled:c},{id:dI,parent_id:I,title:dJ,doc_count:H,enable:a,description:dK,show_description:a,disabled:c}]},{id:q,parent_id:g,title:ay,doc_count:az,enable:a,description:dL,show_description:a,disabled:c,children:[{id:dM,parent_id:q,title:aA,doc_count:dN,enable:a,description:dO,show_description:a,disabled:c},{id:dP,parent_id:q,title:dQ,doc_count:dR,enable:a,disabled:c},{id:dS,parent_id:q,title:aB,doc_count:dT,enable:a,description:dU,show_description:a,disabled:c},{id:dV,parent_id:q,title:aC,doc_count:T,enable:a,description:dW,show_description:a,disabled:c},{id:dX,parent_id:q,title:dY,doc_count:J,enable:a,description:dZ,show_description:a,disabled:c},{id:d_,parent_id:q,title:d$,doc_count:F,enable:a,description:ea,show_description:a,disabled:c},{id:eb,parent_id:q,title:ec,doc_count:K,enable:a,description:ed,show_description:a,disabled:c},{id:ee,parent_id:q,title:ef,doc_count:eg,enable:a,description:eh,show_description:a,disabled:c},{id:ei,parent_id:q,title:ej,doc_count:J,enable:a,description:ek,show_description:a,disabled:c},{id:el,parent_id:q,title:em,doc_count:S,enable:a,description:en,show_description:a,disabled:c}]},{id:eo,parent_id:g,title:ep,doc_count:r,enable:a,description:eq,show_description:a,disabled:c},{id:aD,parent_id:g,title:aE,doc_count:s,enable:a,description:er,show_description:a,disabled:c,children:[{id:es,parent_id:aD,title:et,enable:a,description:eu,show_description:a,disabled:c}]},{id:ev,parent_id:g,title:aF,doc_count:ew,enable:a,description:ex,show_description:a,disabled:c},{id:ey,parent_id:g,title:aG,doc_count:aH,enable:a,disabled:c},{id:ez,parent_id:g,title:eA,doc_count:eB,enable:a,description:eC,show_description:a,disabled:c},{id:eD,parent_id:g,title:eE,doc_count:aI,enable:a,disabled:c},{id:eF,parent_id:g,title:aJ,doc_count:Y,enable:a,description:eG,show_description:a,disabled:c},{id:eH,parent_id:g,title:eI,doc_count:B,enable:a,disabled:c},{id:eJ,parent_id:g,title:eK,doc_count:J,enable:a,description:eL,show_description:a,disabled:c},{id:bK,parent_id:g,title:eM,doc_count:ai,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:j,title:U,doc_count:eV,enable:a,cover:eW,icon:eX,description:eY,show_description:a,disabled:c,children:[{id:eZ,parent_id:j,title:e_,doc_count:x,enable:a,description:e$,disabled:c},{id:fa,parent_id:j,title:fb,doc_count:B,enable:a,description:fc,show_description:a,disabled:c},{id:fd,parent_id:j,title:aK,doc_count:x,enable:a,description:fe,show_description:a,disabled:c},{id:ff,parent_id:j,title:aL,doc_count:H,enable:a,description:fg,show_description:a,disabled:c},{id:fh,parent_id:j,title:fi,enable:a,disabled:c},{id:fj,parent_id:j,title:aM,doc_count:V,enable:a,description:fk,disabled:c},{id:fl,parent_id:j,title:fm,doc_count:fn,enable:a,description:fo,show_description:a,disabled:c},{id:fp,parent_id:j,title:aN,doc_count:x,enable:a,description:fq,show_description:a,disabled:c},{id:fr,parent_id:j,title:aO,doc_count:S,enable:a,description:fs,show_description:a,disabled:c},{id:ft,parent_id:j,title:fu,doc_count:fv,enable:a,description:fw,show_description:a,disabled:c},{id:fx,parent_id:j,title:aP,doc_count:aq,enable:a,description:fy,show_description:a,disabled:c},{id:fz,parent_id:j,title:aQ,doc_count:v,enable:a,description:fA,show_description:a,disabled:c},{id:fB,parent_id:j,title:aR,doc_count:b,enable:a,disabled:c},{id:fC,parent_id:j,title:aS,doc_count:aT,enable:a,description:fD,show_description:a,disabled:c},{id:fE,parent_id:j,title:aU,doc_count:J,enable:a,description:fF,show_description:a,disabled:c},{id:fG,parent_id:j,title:fH,doc_count:P,enable:a,description:fI,show_description:a,disabled:c},{id:bL,parent_id:j,title:fJ,enable:a,description:fK,show_description:a,disabled:c},{id:fL,parent_id:j,title:aV,doc_count:fM,enable:a,description:fN,show_description:a,disabled:c},{id:ao,parent_id:j,title:fO,enable:a,disabled:c},{id:L,parent_id:j,title:aW,doc_count:fP,enable:a,description:fQ,show_description:a,disabled:c,children:[{id:fR,parent_id:L,title:fS,doc_count:aX,enable:a,description:fT,show_description:a,disabled:c},{id:fU,parent_id:L,title:aY,doc_count:v,enable:a,description:fV,show_description:a,disabled:c},{id:fW,parent_id:L,title:fX,doc_count:O,enable:a,description:fY,show_description:a,disabled:c}]},{id:fZ,parent_id:j,title:f_,doc_count:b,enable:a,disabled:c}]},{id:m,title:f$,doc_count:ga,enable:a,cover:gb,icon:gc,disabled:c,children:[{id:gd,parent_id:m,title:aZ,doc_count:b,enable:a,disabled:c},{id:ge,parent_id:m,title:gf,enable:a,disabled:c},{id:gg,parent_id:m,title:a_,doc_count:gh,enable:a,disabled:c},{id:gi,parent_id:m,title:gj,doc_count:gk,enable:a,disabled:c},{id:gl,parent_id:m,title:a$,enable:a,disabled:c},{id:ak,parent_id:m,title:ba,doc_count:p,enable:a,description:gm,show_description:a,disabled:c},{id:bb,parent_id:m,title:bc,doc_count:gn,enable:a,disabled:c,children:[{id:bd,parent_id:bb,title:go,doc_count:gp,enable:a,description:gq,show_description:a,disabled:c,children:[{id:gr,parent_id:bd,title:be,doc_count:p,enable:a,description:gs,show_description:a,disabled:c}]}]},{id:gt,parent_id:m,title:bf,enable:a,disabled:c},{id:gu,parent_id:m,title:bg,doc_count:p,enable:a,description:gv,show_description:a,disabled:c},{id:gw,parent_id:m,title:bh,enable:a,disabled:c},{id:gx,parent_id:m,title:gy,doc_count:s,enable:a,disabled:c},{id:gz,parent_id:m,title:bi,enable:a,disabled:c},{id:gA,parent_id:m,title:bj,doc_count:gB,enable:a,description:gC,show_description:a,disabled:c},{id:gD,parent_id:m,title:gE,doc_count:ax,enable:a,disabled:c},{id:gF,parent_id:m,title:gG,doc_count:bM,enable:a,disabled:c}]},{id:i,title:bk,doc_count:gH,enable:a,cover:gI,disabled:c,children:[{id:gJ,parent_id:i,title:bl,doc_count:bm,enable:a,show_description:a,disabled:c},{id:gK,parent_id:i,title:gL,doc_count:aH,enable:a,description:gM,show_description:a,disabled:c},{id:gN,parent_id:i,title:gO,doc_count:p,enable:a,description:gP,show_description:a,disabled:c},{id:gQ,parent_id:i,title:gR,doc_count:V,enable:a,description:gS,show_description:a,disabled:c},{id:gT,parent_id:i,title:gU,doc_count:B,enable:a,description:gV,show_description:a,disabled:c},{id:gW,parent_id:i,title:gX,doc_count:B,enable:a,disabled:c},{id:gY,parent_id:i,title:bn,doc_count:p,enable:a,disabled:c},{id:gZ,parent_id:i,title:bo,doc_count:bm,enable:a,description:g_,show_description:a,disabled:c},{id:g$,parent_id:i,title:bp,doc_count:T,enable:a,description:ha,show_description:a,disabled:c},{id:hb,parent_id:i,title:bq,doc_count:aI,enable:a,disabled:c},{id:bN,parent_id:i,title:br,doc_count:as,enable:a,disabled:c},{id:hc,parent_id:i,title:hd,doc_count:he,enable:a,description:hf,show_description:a,disabled:c},{id:hg,parent_id:i,title:hh,doc_count:aX,enable:a,description:hi,show_description:a,disabled:c},{id:hj,parent_id:i,title:hk,doc_count:Q,enable:a,disabled:c},{id:hl,parent_id:i,title:hm,doc_count:F,enable:a,description:hn,show_description:a,disabled:c},{id:ho,parent_id:i,title:bs,doc_count:b,enable:a,disabled:c},{id:hp,parent_id:i,title:hq,doc_count:O,enable:a,disabled:c},{id:hr,parent_id:i,title:hs,doc_count:ht,enable:a,description:hu,show_description:a,disabled:c},{id:hv,parent_id:i,title:hw,doc_count:P,enable:a,disabled:c},{id:hx,parent_id:i,title:bt,doc_count:hy,enable:a,disabled:c},{id:hz,parent_id:i,title:bu,doc_count:hA,enable:a,disabled:c},{id:bO,parent_id:i,title:bv,doc_count:p,enable:a,disabled:c}]},{id:o,title:hB,doc_count:bw,enable:a,cover:hC,icon:hD,disabled:c,children:[{id:hE,parent_id:o,title:bx,doc_count:hF,enable:a,description:hG,show_description:a,disabled:c},{id:hH,parent_id:o,title:hI,doc_count:F,enable:a,description:hJ,show_description:a,disabled:c},{id:hK,parent_id:o,title:hL,doc_count:hM,enable:a,description:hN,show_description:a,disabled:c},{id:hO,parent_id:o,title:by,doc_count:aT,enable:a,description:hP,show_description:a,disabled:c},{id:hQ,parent_id:o,title:hR,doc_count:hS,enable:a,description:hT,show_description:a,disabled:c},{id:bz,parent_id:o,title:hU,doc_count:V,enable:a,disabled:c,children:[{id:hV,parent_id:bz,title:hW,doc_count:H,enable:a,description:hX,show_description:a,disabled:c}]},{id:hY,parent_id:o,title:bA,doc_count:O,enable:a,disabled:c},{id:hZ,parent_id:o,title:h_,doc_count:v,enable:a,description:h$,show_description:a,disabled:c},{id:_,parent_id:o,title:ia,doc_count:v,enable:a,disabled:c,children:[{id:ib,parent_id:_,title:bB,doc_count:v,enable:a,description:ic,show_description:a,disabled:c}]},{id:id,parent_id:o,title:ie,doc_count:K,enable:a,description:if0,show_description:a,disabled:c},{id:ig,parent_id:o,title:ih,doc_count:K,enable:a,disabled:c}]}],categoryArticleTrees:[{id:k,title:ii,doc_count:r,enable:a,icon:ij,type:b,disabled:c,children:[{id:ik,parent_id:k,title:aa,enable:a,type:b,disabled:c},{id:il,parent_id:k,title:im,enable:a,type:b,disabled:c},{id:in0,parent_id:k,title:io,enable:a,type:b,disabled:c},{id:ip,parent_id:k,title:iq,enable:a,type:b,disabled:c},{id:ir,parent_id:k,title:is,enable:a,type:b,disabled:c},{id:it,parent_id:k,title:iu,enable:a,type:b,disabled:c},{id:iv,parent_id:k,title:iw,enable:a,type:b,disabled:c},{id:ix,parent_id:k,title:ac,enable:a,type:b,disabled:c},{id:iy,parent_id:k,title:iz,enable:a,type:b,disabled:c},{id:iA,parent_id:k,title:ae,enable:a,type:b,disabled:c},{id:iB,parent_id:k,title:iC,enable:a,type:b,disabled:c},{id:iD,parent_id:k,title:X,doc_count:b,enable:a,type:b,disabled:c},{id:iE,parent_id:k,title:iF,enable:a,type:b,disabled:c},{id:iG,parent_id:k,title:iH,enable:a,type:b,disabled:c},{id:iI,parent_id:k,title:R,enable:a,type:b,disabled:c},{id:iJ,parent_id:k,title:iK,enable:a,type:b,disabled:c},{id:iL,parent_id:k,title:ah,enable:a,type:b,disabled:c},{id:iM,parent_id:k,title:iN,doc_count:b,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,doc_count:b,enable:a,type:b,disabled:c}]},{id:f,title:iS,doc_count:x,enable:a,icon:iT,type:b,disabled:c,children:[{id:iU,parent_id:f,title:iV,enable:a,type:b,disabled:c},{id:iW,parent_id:f,title:M,enable:a,type:b,disabled:c},{id:iX,parent_id:f,title:iY,enable:a,type:b,disabled:c},{id:iZ,parent_id:f,title:aj,enable:a,type:b,disabled:c},{id:i_,parent_id:f,title:i$,enable:a,type:b,disabled:c},{id:ja,parent_id:f,title:al,enable:a,type:b,disabled:c},{id:jb,parent_id:f,title:ab,enable:a,type:b,disabled:c},{id:jc,parent_id:f,title:am,enable:a,type:b,disabled:c},{id:jd,parent_id:f,title:aB,enable:a,type:b,disabled:c},{id:je,parent_id:f,title:jf,enable:a,type:b,disabled:c},{id:jg,parent_id:f,title:jh,enable:a,type:b,disabled:c},{id:ji,parent_id:f,title:jj,enable:a,type:b,disabled:c},{id:jk,parent_id:f,title:aC,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:an,enable:a,type:b,disabled:c},{id:jo,parent_id:f,title:jp,enable:a,type:b,disabled:c},{id:jq,parent_id:f,title:jr,enable:a,type:b,disabled:c},{id:js,parent_id:f,title:jt,enable:a,type:b,disabled:c},{id:ju,parent_id:f,title:Z,enable:a,type:b,disabled:c},{id:jv,parent_id:f,title:ar,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,enable:a,type:b,disabled:c},{id:jA,parent_id:f,title:jB,enable:a,type:b,disabled:c},{id:jC,parent_id:f,title:jD,enable:a,type:b,disabled:c},{id:jE,parent_id:f,title:jF,enable:a,type:b,disabled:c},{id:jG,parent_id:f,title:at,enable:a,type:b,disabled:c},{id:jH,parent_id:f,title:av,enable:a,type:b,disabled:c},{id:jI,parent_id:f,title:jJ,enable:a,type:b,disabled:c},{id:jK,parent_id:f,title:aw,enable:a,type:b,disabled:c},{id:jL,parent_id:f,title:ay,enable:a,type:b,disabled:c},{id:jM,parent_id:f,title:jN,enable:a,type:b,disabled:c},{id:jO,parent_id:f,title:jP,enable:a,type:b,disabled:c},{id:jQ,parent_id:f,title:aE,enable:a,type:b,disabled:c},{id:jR,parent_id:f,title:aF,enable:a,type:b,disabled:c},{id:jS,parent_id:f,title:jT,enable:a,type:b,disabled:c},{id:jU,parent_id:f,title:jV,enable:a,type:b,disabled:c},{id:jW,parent_id:f,title:bh,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:j_,doc_count:b,enable:a,type:b,disabled:c},{id:j$,parent_id:f,title:ka,enable:a,type:b,disabled:c},{id:kb,parent_id:f,title:kc,enable:a,type:b,disabled:c},{id:kd,parent_id:f,title:ke,enable:a,type:b,disabled:c},{id:kf,parent_id:f,title:kg,doc_count:s,enable:a,type:b,disabled:c}]},{id:l,title:kh,enable:a,icon:ki,type:b,disabled:c,children:[{id:kj,parent_id:l,title:aZ,enable:a,type:b,disabled:c},{id:kk,parent_id:l,title:kl,enable:a,type:b,disabled:c},{id:km,parent_id:l,title:ad,enable:a,type:b,disabled:c},{id:kn,parent_id:l,title:ko,enable:a,type:b,disabled:c},{id:kp,parent_id:l,title:kq,enable:a,type:b,disabled:c},{id:kr,parent_id:l,title:ks,enable:a,type:b,disabled:c},{id:kt,parent_id:l,title:ku,enable:a,type:b,disabled:c},{id:kv,parent_id:l,title:a$,enable:a,type:b,disabled:c},{id:kw,parent_id:l,title:kx,enable:a,type:b,disabled:c},{id:ky,parent_id:l,title:kz,enable:a,type:b,disabled:c},{id:kA,parent_id:l,title:kB,enable:a,type:b,disabled:c},{id:kC,parent_id:l,title:ag,enable:a,type:b,disabled:c},{id:kD,parent_id:l,title:R,enable:a,type:b,disabled:c},{id:kE,parent_id:l,title:aG,enable:a,type:b,disabled:c},{id:kF,parent_id:l,title:kG,enable:a,type:b,disabled:c},{id:kH,parent_id:l,title:kI,enable:a,type:b,disabled:c}]},{id:e,title:U,doc_count:s,enable:a,icon:kJ,type:b,disabled:c,children:[{id:kK,parent_id:e,title:M,enable:a,type:b,disabled:c},{id:kL,parent_id:e,title:kM,enable:a,type:b,disabled:c},{id:kN,parent_id:e,title:aK,enable:a,type:b,disabled:c},{id:kO,parent_id:e,title:aL,enable:a,type:b,disabled:c},{id:kP,parent_id:e,title:kQ,enable:a,type:b,disabled:c},{id:kR,parent_id:e,title:kS,enable:a,type:b,disabled:c},{id:kT,parent_id:e,title:kU,enable:a,type:b,disabled:c},{id:kV,parent_id:e,title:kW,enable:a,type:b,disabled:c},{id:bw,parent_id:e,title:kX,doc_count:b,enable:a,type:b,disabled:c},{id:kY,parent_id:e,title:kZ,enable:a,type:b,disabled:c},{id:k_,parent_id:e,title:k$,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:aM,enable:a,type:b,disabled:c},{id:ld,parent_id:e,title:le,enable:a,type:b,disabled:c},{id:lf,parent_id:e,title:lg,enable:a,type:b,disabled:c},{id:lh,parent_id:e,title:li,enable:a,type:b,disabled:c},{id:lj,parent_id:e,title:lk,enable:a,type:b,disabled:c},{id:ll,parent_id:e,title:lm,enable:a,type:b,disabled:c},{id:ln,parent_id:e,title:lo,enable:a,type:b,disabled:c},{id:lp,parent_id:e,title:lq,enable:a,type:b,disabled:c},{id:lr,parent_id:e,title:ls,enable:a,type:b,disabled:c},{id:lt,parent_id:e,title:lu,enable:a,type:b,disabled:c},{id:lv,parent_id:e,title:lw,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:lA,enable:a,type:b,disabled:c},{id:lB,parent_id:e,title:lC,enable:a,type:b,disabled:c},{id:lD,parent_id:e,title:lE,enable:a,type:b,disabled:c},{id:lF,parent_id:e,title:lG,enable:a,type:b,disabled:c},{id:lH,parent_id:e,title:aN,enable:a,type:b,disabled:c},{id:lI,parent_id:e,title:aO,enable:a,type:b,disabled:c},{id:az,parent_id:e,title:aY,enable:a,type:b,disabled:c},{id:lJ,parent_id:e,title:lK,enable:a,type:b,disabled:c},{id:lL,parent_id:e,title:lM,enable:a,type:b,disabled:c},{id:lN,parent_id:e,title:lO,enable:a,type:b,disabled:c},{id:lP,parent_id:e,title:lQ,enable:a,type:b,disabled:c},{id:lR,parent_id:e,title:lS,enable:a,type:b,disabled:c},{id:lT,parent_id:e,title:lU,enable:a,type:b,disabled:c},{id:lV,parent_id:e,title:lW,enable:a,type:b,disabled:c},{id:lX,parent_id:e,title:aP,enable:a,type:b,disabled:c},{id:lY,parent_id:e,title:lZ,enable:a,type:b,disabled:c},{id:l_,parent_id:e,title:l$,enable:a,type:b,disabled:c},{id:ma,parent_id:e,title:aQ,enable:a,type:b,disabled:c},{id:mb,parent_id:e,title:mc,enable:a,type:b,disabled:c},{id:md,parent_id:e,title:me,enable:a,type:b,disabled:c},{id:mf,parent_id:e,title:bC,enable:a,type:b,disabled:c},{id:mg,parent_id:e,title:mh,enable:a,type:b,disabled:c},{id:mi,parent_id:e,title:aR,enable:a,type:b,disabled:c},{id:mj,parent_id:e,title:aS,enable:a,type:b,disabled:c},{id:mk,parent_id:e,title:aU,enable:a,type:b,disabled:c},{id:bP,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:aV,enable:a,type:b,disabled:c},{id:mw,parent_id:e,title:aW,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:bk,doc_count:r,enable:a,icon:mz,type:b,disabled:c,children:[{id:mA,parent_id:d,title:ap,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:bl,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:be,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:bB,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:bn,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:bo,enable:a,type:b,disabled:c},{id:nA,parent_id:d,title:bp,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:aJ,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:y,title:pw,enable:a,icon:px,type:b,disabled:c,children:[{id:py,parent_id:y,title:bx,enable:a,type:b,disabled:c},{id:pz,parent_id:y,title:by,enable:a,type:b,disabled:c},{id:pA,parent_id:y,title:pB,enable:a,type:b,disabled:c},{id:pC,parent_id:y,title:pD,enable:a,type:b,disabled:c},{id:pE,parent_id:y,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:aA,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:bq,enable:a,type:b,disabled:c},{id:p_,parent_id:h,title:ba,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:bc,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:bf,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:bg,enable:a,type:b,disabled:c},{id:qi,parent_id:h,title:bC,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:bi,enable:a,type:b,disabled:c},{id:qq,parent_id:h,title:bj,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:w},activeCollapse:"categories",advertisements:[],activePath:qE,rechargeVisible:c,recharge:{credit_exchange:v,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:w,messageCache:{},emitProbeQuestion:{id:w}},"1":{categoryTypeOptions:[{label:"文档",value:w,type:"primary"},{label:"文章",value:b,type:"success"}],query:{page:b,size:v,sort:bE,ext:$,duration:$,language:$,category_id:u,wd:"Custom plugin development"},searchExts:[{label:"全部格式",value:$},{label:"PDF",value:C},{label:"DOC",value:"doc"},{label:"PPT",value:qH},{label:"XLS",value:"xls"},{label:"TXT",value:"txt"},{label:"其他",value:"other"}],searchSorts:[{label:"默认排序",value:bE},{label:"最新排序",value:"latest"},{label:"页数排序",value:"pages"},{label:"大小排序",value:"size"}],durationOptions:[{label:"全部时间",value:$},{label:"最近一天",value:"day"},{label:qI,value:"week"},{label:qJ,value:"month"},{label:qK,value:"three_month"},{label:qL,value:"half_year"},{label:qM,value:"year"}],docs:[{id:4825,title:"\u003Cmark\u003ECustom\u003C\u002Fmark\u003E Views for the Rest of Us",keywords:"Custom,Views,for,the,Rest,of,Us",description:qN,user_id:D,pages:187,uuid:"db16120cc2469dc3",score:t,size:13888505,created_at:"2025-04-25T11:26:27Z",category_id:[g,u],ext:E,attachment:{hash:"3966f33488b738a896abc67f858ad0dc"},language:z,content:qN,icon:C},{id:5103,title:qO,keywords:qP,description:qQ,user_id:D,pages:qR,uuid:"bf01aad5f316b66a",score:t,size:1013470,created_at:"2025-04-27T03:26:23Z",category_id:[g,u],ext:E,attachment:{hash:"8a235e5451cbd6cc960ad8aa860136bd"},language:z,content:qQ,icon:C},{id:5104,title:qO,keywords:qP,description:qS,user_id:D,pages:qR,uuid:"b9283360df543d95",score:t,size:718944,created_at:"2025-04-27T03:26:47Z",category_id:[g,u],ext:qT,attachment:{hash:"bf959ea19979fbd18db1a72bae8f82fe"},language:z,content:qS,icon:qH},{id:4939,title:"Powered by AI: A Cambrian Explosion for C++ Software \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E Tools",keywords:"Powered,by,AI,Cambrian,Explosion,for,C++,Software,Development,Tools",description:qU,user_id:D,pages:128,uuid:"3a2b38e04ef1215e",score:t,size:24535751,created_at:"2025-04-26T04:30:08Z",category_id:[g,u],ext:E,attachment:{hash:"a7afe81a9040067d79574ca170e1dde5"},language:z,content:qU,icon:C},{id:4875,title:"Techniques to Optimise Multi-threaded Data Building During Game \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E",keywords:"Techniques,to,Optimise,Multi,threaded,Data,Building,During,Game,Development",description:qV,user_id:D,pages:bJ,uuid:"69fa0bedc6a35ae7",score:t,size:2518272,created_at:"2025-04-26T01:01:06Z",category_id:[g,u],ext:E,attachment:{hash:"9b7c42d340e0e3f606320341aed62a8e"},language:z,content:qV,icon:C},{id:4090,title:"Conan 1.8 Documentation",keywords:"Conan,1.8,Documentation",description:qW,user_id:D,pages:bN,uuid:"7b0b53dcfcdbf662",score:t,size:3173799,created_at:"2024-07-18T05:59:30Z",category_id:[g,u,G],ext:E,attachment:{hash:"aeb251a6c80a42c662d5592ed6db0a6a"},language:z,content:qW,icon:C},{id:4514,title:"Conan 2.10 Documentation",keywords:"Conan,2.10,Documentation",description:N,user_id:D,pages:bO,uuid:"7c7737c1b30c90e5",score:t,size:5261904,created_at:bS,category_id:[g,u,G],ext:E,attachment:{hash:"db1be0abf86fea049861c776baa6c214"},language:z,content:N,icon:C},{id:4512,title:"Conan 2.9 Documentation",keywords:"Conan,2.9,Documentation",description:N,user_id:D,pages:_,uuid:"2f6f0dbce26511ab",score:t,size:5231173,created_at:bS,category_id:[g,u,G],ext:E,attachment:{hash:"3e6fa67c7d3645f24cf69125111f739b"},language:z,content:N,icon:C},{id:4032,title:"Conan 2.0 Documentation",keywords:"Conan,2.0,Documentation",description:N,user_id:D,pages:bP,uuid:"a4f2d63bd2842801",score:t,size:4192987,created_at:"2024-07-18T05:59:29Z",category_id:[g,u,G],ext:E,attachment:{hash:"3ad8876afbdbd82ebbbb1ea16dc492a0"},language:z,content:N,icon:C},{id:4510,title:"Conan 2.8 Documentation",keywords:"Conan,2.8,Documentation",description:N,user_id:D,pages:bK,uuid:"c90884e84ec169a6",score:t,size:5188175,created_at:bS,category_id:[g,u,G],ext:E,attachment:{hash:"4a99e91d78ee8113ac8b37ea6aea423b"},language:z,content:N,icon:C}],articles:[],total:bT,spend:"0.119",keywords:["Custom","Views","for","the","Rest","of","Us",bH,"20","STL","Features","Year","Development","on","GitHub","Powered","by","AI","Cambrian","Explosion","Software","Tools","Techniques","to","Optimise","Multi","threaded","Data","Building","During","Game",bI,"1.8","Documentation","2.10","2.9","2.0","2.8"],stats:{user_count:1036,document_count:4802,article_count:27,os:"Ubuntu 24.04",version:qX,hash:"ba0d59081b641b9024e50c2f0a6047d6428f2ea2",build_at:"2025-10-11T00:01:06+0800"},searchType:w,searchLeftWidth:w,searchRightWidth:w,cardOffsetTop:O,datetimePickerOptions:{shortcuts:[{text:"今天",onClick:{}},{text:qI,onClick:{}},{text:qJ,onClick:{}},{text:qK,onClick:{}},{text:qL,onClick:{}},{text:qM,onClick:{}}]},showTimeout:50,aggExt:[{ext:E,count:210},{ext:qT,count:p},{ext:".txt",count:b}],aggLang:[{code:z,count:217},{code:qY,count:b},{code:qZ,count:b}],aggCategory:[{category_id:g,count:bT},{category_id:u,count:bT},{category_id:G,count:Y}],isMobile:c,isPad:c,isPC:a,advertisementPositions:bR,advertisements:[],footerTop:w,messageCache:{},emitProbeQuestion:{id:w}},"2":{friendlinks:[{id:b,title:"摩枫网络科技",link:"https:\u002F\u002Fmnt.ltd"},{id:s,title:q_,link:q$}],currentYear:bV,sign:{id:w},navigations:[],isMobile:c,isPad:c,isPC:a,advertisementPositions:bR,advertisements:[],footerTop:w,messageCache:{},emitProbeQuestion:{id:w}}},error:bF,state:{user:{user:{},token:bU,permissions:[],allowPages:[],redirectAfterOauth:"\u002Fme",groups:[],chatModel:{modelId:w,enableThinking:a}},category:{categories:[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],categoryMap:{"386":ra,"387":rb,"388":rc,"389":rd,"390":rm,"391":rL,"392":rU,"393":rt,"394":rD,"395":rW,"396":rI,"397":rY,"398":rN,"399":rT,"400":rx,"401":rs,"402":rv,"403":ro,"404":ry,"406":rz,"407":ru,"410":rR,"411":te,"412":tf,"413":to,"415":ts,"417":sb,"418":rJ,"419":sA,"420":sE,"421":sL,"422":sG,"423":sJ,"424":sB,"425":sn,"426":sp,"427":sm,"428":sq,"429":sh,"430":sj,"431":sz,"432":sx,"433":sy,"437":sV,"438":sZ,"440":rC,"441":rB,"442":rF,"443":rE,"444":rp,"445":rG,"446":sk,"447":r_,"448":tp,"449":rM,"451":sw,"452":sF,"453":re,"454":sU,"455":rK,"456":tr,"457":tD,"458":tH,"459":tP,"460":tG,"461":sI,"462":tC,"463":tK,"465":sC,"466":tM,"467":sa,"468":sr,"469":rw,"470":rA,"471":rr,"472":sP,"473":tE,"474":sY,"475":sR,"476":sM,"477":rZ,"478":tO,"479":tL,"480":tR,"481":se,"482":sK,"483":sH,"484":tI,"485":rV,"486":tq,"487":tl,"488":tJ,"489":tQ,"490":rq,"491":r$,"492":st,"493":rX,"494":sl,"495":tA,"496":ty,"497":sg,"498":tj,"499":su,"500":sv,"501":ss,"502":sW,"503":tg,"504":tk,"505":rP,"506":sf,"507":sT,"508":rO,"509":sS,"510":sQ,"511":tv,"512":tu,"513":rS,"514":rf,"515":rg,"516":rh,"517":ri,"518":rj,"519":rl,"520":rk,"522":rn,"523":ul,"524":tU,"525":tV,"526":tW,"527":tX,"528":tY,"529":tZ,"530":t_,"531":t$,"532":ua,"533":ub,"534":uc,"535":ud,"536":ue,"537":uf,"538":ug,"539":uh,"540":ui,"541":uj,"542":uk,"543":um,"544":un,"545":uv,"546":uo,"547":up,"548":uq,"549":ur,"550":us,"551":ut,"552":uu,"553":uw,"554":ux,"555":uy,"556":uz,"557":uA,"558":uB,"559":uC,"560":uD,"561":uE,"562":uF,"563":uG,"564":uH,"565":uI,"566":uJ,"567":uK,"568":uL,"569":uM,"570":uN,"571":uO,"572":uP,"573":uQ,"574":uR,"575":uS,"576":uT,"577":uU,"578":uV,"579":uW,"580":uX,"581":uY,"582":uZ,"583":u_,"584":u$,"585":va,"586":vb,"587":vd,"588":ve,"589":vf,"590":vg,"591":vh,"592":vi,"593":vj,"594":vl,"595":vm,"596":vn,"597":vk,"598":vo,"599":vp,"600":vq,"601":vc,"602":vr,"603":vt,"604":vs,"605":vu,"606":vv,"607":vw,"608":vx,"609":vy,"610":vz,"611":vA,"612":vB,"613":vC,"614":vD,"615":vE,"616":vG,"617":vH,"618":vI,"619":vJ,"620":vK,"621":vL,"622":vM,"623":vN,"624":wq,"625":vO,"626":vP,"627":vQ,"628":vR,"629":vS,"630":vT,"631":vU,"632":vV,"633":vW,"634":vF,"635":vX,"636":vY,"637":vZ,"638":v_,"639":v$,"640":wa,"641":wb,"642":wc,"643":wd,"644":we,"645":wf,"646":wg,"647":wi,"648":wj,"649":wh,"650":wk,"651":wl,"652":wm,"653":wn,"654":wo,"655":wp,"656":wr,"657":ws,"658":wu,"659":wv,"660":ww,"661":xr,"662":wy,"663":wz,"664":wA,"665":wC,"666":wF,"667":wJ,"668":wQ,"669":w$,"670":xa,"671":xm,"672":xn,"673":xC,"674":xF,"675":xM,"676":xQ,"677":wD,"678":wG,"679":wH,"680":wI,"681":wK,"682":wL,"683":wM,"684":wN,"685":wO,"686":wP,"687":wR,"688":wS,"689":wT,"690":wU,"691":wV,"692":wW,"693":wE,"694":wX,"695":wY,"696":wZ,"697":w_,"698":xb,"699":xc,"700":xd,"701":xe,"702":xf,"703":xg,"704":xh,"705":xi,"706":xj,"707":xk,"708":xl,"709":xo,"710":xp,"711":xq,"712":xs,"713":xt,"714":xu,"715":xv,"716":xE,"717":wx,"718":xw,"719":xx,"720":xy,"721":xz,"722":xA,"723":xB,"724":xD,"725":xG,"726":xH,"727":xI,"728":xJ,"729":xK,"730":xL,"731":xN,"732":xO,"733":xP,"734":xR,"735":xS,"736":xT,"737":xU,"738":xV,"739":xW,"740":xX,"741":xY,"742":xZ,"743":x_,"744":x$,"745":ya,"746":yt,"747":yr,"748":yb,"749":yc,"750":yd,"751":yf,"752":yg,"753":yh,"754":yi,"755":yj,"756":yk,"757":yl,"758":ym,"759":yn,"760":yo,"761":yp,"762":yq,"763":ys,"764":yu,"765":yv,"766":yw,"767":yx,"768":yy,"769":yz,"770":yA,"771":yB,"772":yC,"773":yD,"774":yE,"775":yF,"776":yG,"777":wt,"778":wB,"779":tx,"780":ye,"781":sO,"782":tb,"783":tc,"784":sd,"785":sc,"786":ti,"787":tw,"788":ta,"789":si,"790":tm,"791":s_,"792":rH,"793":tT,"794":tt,"795":sX,"796":yI,"797":tB,"798":th,"799":tF,"800":so,"801":rQ,"802":tn,"803":tS,"804":yH,"805":tz,"806":s$,"808":sD,"809":td,"810":tN,"811":sN}},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:[Z,"Golang","ChatGPT",X],version:qX,enable_watermark:a,enable_powered_by:a,credit_name:qF,credit_exchange:v,show_exchange:a,search_prompts:["Go语言与Java相比,有哪些优劣","Flask快速入门,写一个博客系统","有哪些指令可以查看网络请求","apt、yum有哪些区别"],chat_prompts:["请帮我写一篇周报,内容包括本周工作内容、下周工作计划、遇到的问题及解决方案","如何更好地提升工作效率","请给出一份活动策划模板","如何看待房贷利率LPR下调"],bot_name:yJ},footer:{about:yK,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:bL,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:v},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:yL,month_original_price:2000,month_download:bM,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:bG,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:qY},{id:s,language:"中文(繁体)",code:"zh-TW"},{id:t,language:qZ,code:z},{id:x,language:"法语",code:"fr"},{id:r,language:"韩语",code:"ko"},{id:B,language:"德语",code:"de"},{id:K,language:"日语",code:"ja"},{id:p,language:"俄语",code:"ru"},{id:56,language:"意大利语",code:"it"},{id:94,language:"葡萄牙语",code:"pt"},{id:110,language:"西班牙语",code:"es"}]},navigations:[{id:r,title:qG,href:yM,target:bD,sort:102400,enable:a,created_at:W,updated_at:W,fixed:a,disabled:c},{id:B,title:"文库资料",href:"\u002Fcategory",target:bD,sort:102300,enable:a,created_at:W,updated_at:W,fixed:a,disabled:c},{id:K,title:"文章资讯",href:"\u002Farticle",target:bD,sort:102200,enable:a,created_at:W,updated_at:W,fixed:a,disabled:c},{id:p,title:yJ,href:"\u002Fchat",target:bD,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:x,title:"开源文库系统",href:"https:\u002F\u002Fmnt.ltd\u002Fmoredoc.html",target:yN,color:"rgba(241, 19, 19, 1)",sort:yL,enable:a,created_at:"2024-01-31T06:02:12Z",updated_at:"2024-01-31T06:02:19Z",disabled:c},{id:s,title:q_,href:q$,target:yN,enable:a,created_at:yO,updated_at:yO,disabled:c},{id:t,title:"关于我们",href:yK,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:yM,assetsPath:"\u002F_nuxt\u002F",cdnURL:bF}},globalRefs:{}}}(true,1,false,518,517,515,387,519,453,388,514,516,389,386,390,8,392,5,2,3,394,10,0,4,520,"en",391,6,"pdf",64,".pdf",16,802,22,399,62,7,433,"Apache","integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2.5 New \u003Cmark\u003Ecustom\u003C\u002Fmark\u003E user commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2 , including proprietary ones. It is specifically designed and optimized for accelerating the \u003Cmark\u003Edevelopment\u003C\u002Fmark\u003E and Continuous Integration of C and C++ projects. With full binary management, it can create and configurations of versions, runtimes, C++ standard library, etc. This model is also extensible to any \u003Cmark\u003Ecustom\u003C\u002Fmark\u003E configuration. 1.4. All platforms, all build systems and compilers 5 Conan Documentation, Release",35,13,21,"React",20,12,"数据库",44,"2024-05-04T15:22:28Z","JavaScript",74,"Java",795,"all","Angular","Dart","Electron","Flutter","HTML\u002FCSS",393,"PWA","TypeScript",11,"C#",452,"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",17,"TiDB","数据库中间件","数据库工具",32,"Navicat","Android","DevOps","iOS","Jenkins",422,"Linux",794,"Cilium","Nginx","Prometheus","Shell","Windows","Zabbix","云计算&大数据","Apache APISIX",14,"Docker","Hadoop","Harbor","Istio","Kubernetes","Serverless","云原生CNCF","机器学习","边缘计算",610,"Blender","Krita",454,"人工智能","DataEase","Server","_self","default",null,400,"C++","Conan",99,785,500,30,458,803,652,100,Array(6),"2024-12-10T13:31:17Z",219,"",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,"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,449,"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",809,"Conda",33,411,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,"微服务","微服务是一种将大型复杂应用程序拆分成多个小型、独立、可单独部署和扩展的服务的方法,每个服务都运行在自己的进程中,并使用轻量级通信机制进行通信。","敏捷开发","敏捷开发是一种以人为核心、迭代、循序渐进的开发方法,它强调在快速变化的需求中通过高度的协作和灵活的响应来交付高质量的软件。",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是一款轻量级的关系型数据库管理系统,它不需要独立的服务器进程或操作系统支持,直接读写磁盘上的数据库文件,适用于嵌入式系统和移动应用。",492,"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",460,484,"OpenShift",75,"OpenShift是红帽公司(Red Hat)开源的容器云平台,基于主流的容器技术Docker和Kubernetes构建。",488,"Pandas","Pandas是一个强大且灵活的Python数据分析库,提供了数据结构(如Series和DataFrame)和数据分析工具,使数据清洗、处理和分析变得快速而简单。",463,"rancher",479,"RocketMQ","RocketMQ,一个分布式消息和流数据平台,具有低延迟、高性能、高可靠性、万亿级容量和灵活的可扩展性。",466,810,"Service Mesh",478,"VirtualBox",113,"VirtualBox是一款强大且易于使用的开源虚拟机软件,支持多操作系统,具备卓越性能,可在不同硬件和操作系统上进行无缝测试和调试,降低运行成本,简化安装流程,并提供灵活的资源管理选项。",459,"VMWare",489,39,480,171,"综合其他","\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,"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","码力","首页","ppt","最近一周","最近一个月","最近三个月","最近半年","最近一年","1\u003Cmark\u003ECustom\u003C\u002Fmark\u003E Views \n\nfor the Rest of Us\n\n—\n\nJacob Rice\n\njacob.rice.cpp@gmail.com\n\n2🎉🎆🎊\n\nusing namespace std::views;\nfor (int i : iota(2) | filter(even) | transform(square))\n std::cout \u003C\u003C i \u003C\u003C ' ';\n\n1 AlgorithmThatSwaps(T& t1, T& t2)\n2\n\n{\n3\n\n \u002F\u002F Algorithm stuff...\n4\n5\n\n \u002F\u002F More algorithm\n6\n\n}\n7\n\nCalls the \u003Cmark\u003Ecustom\u003C\u002Fmark\u003E version, if it exists \n\n(same for begin and end):\n\n78std::ranges::iter_swap\nstd::ranges::iter_move (P2387)\n\nNew type: std::ranges::range_adaptor_closure\u003CT\u003E.\nEnsure all closure objects inherit from this.\n\u003Cmark\u003ECustom\u003C\u002Fmark\u003E closure objects can then use it, too.\n\n120namespace detail\n{\ntemplate \u003Cclass T\u003E\nconcept can_cons","C++20 STL Features: 1 Year of \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E on GitHub","C++,20,STL,Features,Year,of,Development,on,GitHub","C++20 STL Features:\n1 Year of \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E on GitHub\n\nStephan T. Lavavej \"Steh-fin Lah-wah-wade\"\nPrincipal Software Engineer, Visual C++ Libraries\nstl@microsoft.com\n@StephanTLavavej\n\n1\nVersion 1.0 - September • Part 1: C++20 STL Features\n\n• Everything here is Standard, except as noted\n\n• Part 2: GitHub \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E\n\n• For contributors and observers\n\n2Overview\n\nPart 0\n\n3CppCon 2019 -\u003E CppCon 2020\n\n• Announced SuperWig\n\n26GitHub \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E\n\nPart 2\n\n27How We Use GitHub\n\n• Code: linear history, few feature branches\n\n• Issues: cxx20, LWG, bug, performance, etc.\n\n• Pull Requests: Used for all \u003Cmark\u003Edevelopment\u003C\u002Fmark\u003E\n\n• Continuous",45,"Version 1.0 - September 15, 2020\n1\n\nC++20 STL Features:\n1 Year of \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E on GitHub\n\nStephan T. Lavavej \"Steh-fin Lah-wah-wade\"\nPrincipal Software Engineer, Visual C++ Libraries\nstl@microsoft.com\n@StephanTLavavej2 • Part 1: C++20 STL Features\n\n• Everything here is Standard, except as noted\n\n• Part 2: GitHub \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E\n\n• For contributors and observers3\n\nOverview\n\nPart 04\n\nCppCon 2019  CppCon 2020\n\n• Announced at SuperWig27\n\nGitHub \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E\n\nPart 228\n\nHow We Use GitHub\n\n• Code: linear history, few feature branches\n\n• Issues: cxx20, LWG, bug, performance, etc.\n\n• Pull Requests: Used for all \u003Cmark\u003Edevelopment\u003C\u002Fmark\u003E\n\n• Continuous",".pptx","`University of Massachusetts Amherst\n\nPowered by AI:\u2028\n\nA Cambrian Explosion\u2028\n\nfor C++ Software \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E Tools\n\nEmery BergerCretaceous–Paleogene (K-Pg) extinction eventCretaceous–Paleogene (K-Pg) extinction","1\nDominik Grabiec - Techniques to Optimise Multi-threaded Data Building During Game \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E - CppCon 2024Hello\n\nMy name is Dominik Grabiec\n\nThis talk is \u003CTITLE\u003E\nFocusing on optimising the process around around building the data - the data build system\n\n• How many people are in Game \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E?\n• How many people have worked in AAA?\n• How many are familiar with asynchronous programming?\n\nSpeaker notesTALK since 1999\n(Professionally since 2005)\n• Worked in Embedded and Application \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E\n• Since 2013 in AAA Game \u003Cmark\u003EDevelopment\u003C\u002Fmark\u003E\n• Representing myself\n• Examples in this talk are recreations\n\n3A quick bit",". . . . . . . . . . . . . . . . . . . . . . . . . . 66 7 Developing Packages 73 7.1 Package \u003Cmark\u003Edevelopment\u003C\u002Fmark\u003E flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73 7.2 Workspaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173 12.25 \u003Cmark\u003ECustom\u003C\u002Fmark\u003E integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 13.10 How to create and share a \u003Cmark\u003Ecustom\u003C\u002Fmark\u003E generator with generator packages . . . . . . . . . . . . . . . . . . 201 13.11 How to manage shared","v3.3.0-beta.70","zh-CN","英语","书栈网","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>