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

无数据

分类

全部后端开发(62)Python(62)Scrapy(62)

语言

全部英语(62)

格式

全部PDF文档 PDF(31)其他文档 其他(31)
 
本次搜索耗时 0.104 秒,为您找到相关结果约 62 个.
  • 全部
  • 后端开发
  • Python
  • Scrapy
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Scrapy 1.3 Documentation

    ['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS query, to mean we want to select only the text elements directly inside element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to Request(next_page, callback=self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).extract_first().strip() yield { 'name': extract_with_css('h3.author-title::text')</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 272 页 | 1.11 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/16a84295af706596" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/epub_24.png" alt="epub文档" data-v-2d813be8> <span data-v-2d813be8>Scrapy 1.3 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS <mark>query</mark>, to mean we want to select only the text elements directly inside <title> element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to callback=self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).extract_first().strip() yield { 'name': extract_with_css('h3</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 339 页 | 555.56 KB <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/11117fbc74fa8766" 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>Scrapy 1.4 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS <mark>query</mark>, to mean we want to select only the text elements directly inside <title> element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to response.follow(href, self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).extract_first().strip() yield { 'name': extract_with_css('h3.author-title::text')</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 281 页 | 1.15 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/f7b89bc5c4ab52cf" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/epub_24.png" alt="epub文档" data-v-2d813be8> <span data-v-2d813be8>Scrapy 1.4 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS <mark>query</mark>, to mean we want to select only the text elements directly inside <title> element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).extract_first().strip() yield { 'name': extract_with_css('h3</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 353 页 | 566.69 KB <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/e37f47cdad9be5d3" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/epub_24.png" alt="epub文档" data-v-2d813be8> <span data-v-2d813be8>Scrapy 1.4 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS <mark>query</mark>, to mean we want to select only the text elements directly inside <title> element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).extract_first().strip() yield { 'name': extract_with_css('h3</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 394 页 | 589.10 KB <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/8e73d301034c8d09" 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>Scrapy 1.5 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS <mark>query</mark>, to mean we want to select only the text elements directly inside <title> element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to response.follow(href, self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).extract_first().strip() yield { 'name': extract_with_css('h3.author-title::text')</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 285 页 | 1.17 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/741fc55edef3c0dc" 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>Scrapy 1.6 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS <mark>query</mark>, to mean we want to select only the text elements directly inside <title> element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to response.follow(href, self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).get(default='').strip() yield { 'name': extract_with_css('h3.author-title::text')</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 295 页 | 1.18 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/4b5af62e4de83a97" target="_blank" class="el-link el-link--primary" data-v-2d813be8><img src="/static/images/epub_24.png" alt="epub文档" data-v-2d813be8> <span data-v-2d813be8>Scrapy 1.5 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS <mark>query</mark>, to mean we want to select only the text elements directly inside <title> element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).extract_first().strip() yield { 'name': extract_with_css('h3</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 361 页 | 573.24 KB <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/b05fc6d63355c3a3" 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>Scrapy 1.7 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS <mark>query</mark>, to mean we want to select only the text elements directly inside <title> element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to response.follow(href, self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).get(default='').strip() yield { 'name': extract_with_css('h3.author-title::text')</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 306 页 | 1.23 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/c065d923d4244c84" 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>Scrapy 1.8 Documentation</span></a></h3> <div class="doc-desc" data-v-2d813be8>['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS <mark>query</mark>, to mean we want to select only the text elements directly inside <title> element. If we don’t specify the quote HTML elements with: >>> response.css("div.quote") Each of the selectors returned by the <mark>query</mark> above allows us to run further queries over their sub-elements. Let’s assign the first selector to response.follow(href, self.parse) def parse_author(self, response): def extract_with_css(<mark>query</mark>): return response.css(<mark>query</mark>).get(default='').strip() yield { 'name': extract_with_css('h3.author-title::text')</div> <div class="doc-info" data-v-2d813be8><span data-v-2d813be8>0 码力 | 335 页 | 1.44 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></ul></div></div> <div class="el-pagination"><span class="el-pagination__total">共 62 条</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="number">7</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="7" 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=Scrapy&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Scrapy</a><a href="/search?wd=1.3&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">1.3</a><a href="/search?wd=Documentati&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">Documentati</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=1.4&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">1.4</a><a href="/search?wd=1.5&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">1.5</a><a href="/search?wd=1.6&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">1.6</a><a href="/search?wd=1.7&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">1.7</a><a href="/search?wd=1.8&page=1&size=10&type=0" rel="nofollow" class="el-link el-link--default">1.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-6708" 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){bR[0]={label:"全局广告",value:"global",description:"网站全局广告,所有页面都会显示",children:[{label:"全局底部",value:"global_bottom",description:"网站全局底部,所有页面都会显示"},{label:"全局顶部",value:"global_top",description:"网站全局顶部,所有页面都会显示"}]};bR[1]={label:qL,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:"网站搜索结果页右侧,只有搜索结果页会显示"}]};q_.id=o;q_.title=bW;q_.doc_count=bX;q_.enable=a;q_.cover=bY;q_.icon=bZ;q$.id=g;q$.title=cv;q$.doc_count=cw;q$.enable=a;q$.cover=cx;q$.icon=cy;q$.description=cz;ra.id=j;ra.title=T;ra.doc_count=eY;ra.enable=a;ra.cover=eZ;ra.icon=e_;ra.description=e$;ra.show_description=a;rb.id=n;rb.title=gc;rb.doc_count=gd;rb.enable=a;rb.cover=ge;rb.icon=gf;rc.id=i;rc.title=bn;rc.doc_count=gJ;rc.enable=a;rc.cover=gK;rd.id=k;rd.title=im;rd.doc_count=r;rd.enable=a;rd.icon=in0;rd.type=b;re.id=f;re.title=iW;re.doc_count=y;re.enable=a;re.icon=iX;re.type=b;rf.id=l;rf.title=kl;rf.enable=a;rf.icon=km;rf.type=b;rg.id=e;rg.title=T;rg.doc_count=s;rg.enable=a;rg.icon=kN;rg.type=b;rh.id=d;rh.title=bn;rh.doc_count=r;rh.enable=a;rh.icon=mE;rh.type=b;ri.id=z;ri.title=pB;ri.enable=a;ri.icon=pC;ri.type=b;rj.id=h;rj.title=pL;rj.doc_count=b;rj.enable=a;rj.icon=pM;rj.type=b;rk.id=p;rk.title=hF;rk.doc_count=bz;rk.enable=a;rk.cover=hG;rk.icon=hH;rl.id=qG;rl.title=qH;rl.doc_count=r;rl.enable=a;rl.icon=qI;rl.type=b;rm.id=b_;rm.parent_id=o;rm.title=ab;rm.doc_count=O;rm.enable=a;rn.id=b$;rn.parent_id=o;rn.title=ac;rn.doc_count=r;rn.enable=a;ro.id=ca;ro.parent_id=o;ro.title=ad;ro.doc_count=r;ro.enable=a;ro.description=cb;ro.show_description=a;rp.id=cc;rp.parent_id=o;rp.title=ae;rp.doc_count=cd;rp.enable=a;rp.description=ce;rp.show_description=a;rq.id=cf;rq.parent_id=o;rq.title=af;rq.doc_count=s;rq.enable=a;rr.id=ag;rr.parent_id=o;rr.title=Y;rr.doc_count=cg;rr.enable=a;rs.id=ck;rs.parent_id=o;rs.title=ah;rs.enable=a;rt.id=cl;rt.parent_id=o;rt.title=Q;rt.doc_count=t;rt.enable=a;ru.id=cm;ru.parent_id=o;ru.title=cn;ru.doc_count=b;ru.enable=a;ru.description=co;ru.show_description=a;rv.id=bM;rv.parent_id=o;rv.title=ai;rv.doc_count=F;rv.enable=a;rw.id=cp;rw.parent_id=o;rw.title=cq;rw.doc_count=aj;rw.enable=a;rx.id=cr;rx.parent_id=o;rx.title=cs;rx.enable=a;ry.id=ct;ry.parent_id=o;ry.title=cu;ry.doc_count=R;ry.enable=a;rz.id=cA;rz.parent_id=g;rz.title=cB;rz.doc_count=b;rz.enable=a;rA.id=cC;rA.parent_id=g;rA.title=ak;rA.doc_count=q;rA.enable=a;rB.id=Z;rB.parent_id=g;rB.title=cD;rB.doc_count=al;rB.enable=a;rC.id=cH;rC.parent_id=g;rC.title=an;rC.enable=a;rC.description=cI;rC.show_description=a;rD.id=cJ;rD.parent_id=g;rD.title=cK;rD.doc_count=r;rD.enable=a;rD.description=cL;rD.show_description=a;rE.id=cM;rE.parent_id=g;rE.title=ao;rE.doc_count=s;rE.enable=a;rE.description=cN;rE.show_description=a;rF.id=cO;rF.parent_id=g;rF.title=cP;rF.doc_count=u;rF.enable=a;rG.id=cQ;rG.parent_id=g;rG.title=ap;rG.doc_count=cR;rG.enable=a;rG.description=cS;rG.show_description=a;rH.id=cT;rH.parent_id=g;rH.title=cU;rH.enable=a;rI.id=cV;rI.parent_id=g;rI.title=cW;rI.doc_count=P;rI.enable=a;rI.description=cX;rI.show_description=a;rJ.id=B;rJ.parent_id=g;rJ.title=_;rJ.doc_count=aq;rJ.enable=a;rJ.description=cY;rJ.show_description=a;rK.id=di;rK.parent_id=g;rK.title=at;rK.doc_count=au;rK.enable=a;rK.description=dj;rK.show_description=a;rL.id=dk;rL.parent_id=g;rL.title=dl;rL.doc_count=dm;rL.enable=a;rL.description=dn;rL.show_description=a;rM.id=do0;rM.parent_id=g;rM.title=dp;rM.doc_count=q;rM.enable=a;rM.description=dq;rM.show_description=a;rN.id=dr;rN.parent_id=g;rN.title=ds;rN.doc_count=y;rN.enable=a;rN.description=dt;rN.show_description=a;rO.id=du;rO.parent_id=g;rO.title=av;rO.doc_count=dv;rO.enable=a;rO.description=dw;rO.show_description=a;rP.id=aw;rP.parent_id=g;rP.title=ax;rP.doc_count=G;rP.enable=a;rP.description=dx;rP.show_description=a;rQ.id=dB;rQ.parent_id=g;rQ.title=dC;rQ.doc_count=q;rQ.enable=a;rQ.description=dD;rQ.show_description=a;rR.id=H;rR.parent_id=g;rR.title=ay;rR.doc_count=dE;rR.enable=a;rR.description=dF;rR.show_description=a;rS.id=m;rS.parent_id=g;rS.title=aA;rS.doc_count=aB;rS.enable=a;rS.description=dP;rS.show_description=a;rT.id=eq;rT.parent_id=g;rT.title=er;rT.doc_count=r;rT.enable=a;rT.description=es;rT.show_description=a;rU.id=aF;rU.parent_id=g;rU.title=aG;rU.doc_count=s;rU.enable=a;rU.description=et;rU.show_description=a;rV.id=ex;rV.parent_id=g;rV.title=aH;rV.doc_count=ey;rV.enable=a;rV.description=ez;rV.show_description=a;rW.id=eA;rW.parent_id=g;rW.title=aI;rW.doc_count=aJ;rW.enable=a;rX.id=eB;rX.parent_id=g;rX.title=eC;rX.doc_count=eD;rX.enable=a;rX.description=eE;rX.show_description=a;rY.id=eF;rY.parent_id=g;rY.title=eG;rY.doc_count=aK;rY.enable=a;rZ.id=eH;rZ.parent_id=g;rZ.title=aL;rZ.doc_count=am;rZ.enable=a;rZ.description=eI;rZ.show_description=a;r_.id=eJ;r_.parent_id=g;r_.title=eK;r_.doc_count=C;r_.enable=a;r$.id=eL;r$.parent_id=g;r$.title=eM;r$.doc_count=x;r$.enable=a;r$.description=eN;r$.show_description=a;sa.id=eO;sa.parent_id=g;sa.title=eP;sa.doc_count=aj;sa.enable=a;sa.description=eQ;sa.show_description=a;sb.id=eR;sb.parent_id=g;sb.title=eS;sb.doc_count=eT;sb.enable=a;sb.description=eU;sb.show_description=a;sc.id=eV;sc.parent_id=g;sc.title=eW;sc.doc_count=b;sc.enable=a;sc.description=eX;sc.show_description=a;sd.id=fa;sd.parent_id=j;sd.title=fb;sd.doc_count=y;sd.enable=a;sd.description=fc;se.id=fd;se.parent_id=j;se.title=fe;se.doc_count=C;se.enable=a;se.description=ff;se.show_description=a;sf.id=fg;sf.parent_id=j;sf.title=aM;sf.doc_count=y;sf.enable=a;sf.description=fh;sf.show_description=a;sg.id=fi;sg.parent_id=j;sg.title=aN;sg.doc_count=G;sg.enable=a;sg.description=fj;sg.show_description=a;sh.id=fk;sh.parent_id=j;sh.title=fl;sh.enable=a;si.id=fm;si.parent_id=j;si.title=aO;si.doc_count=U;si.enable=a;si.description=fn;sj.id=fo;sj.parent_id=j;sj.title=fp;sj.doc_count=fq;sj.enable=a;sj.description=fr;sj.show_description=a;sk.id=fs;sk.parent_id=j;sk.title=aP;sk.doc_count=y;sk.enable=a;sk.description=ft;sk.show_description=a;sl.id=fu;sl.parent_id=j;sl.title=aQ;sl.doc_count=R;sl.enable=a;sl.description=fv;sl.show_description=a;sm.id=fw;sm.parent_id=j;sm.title=fx;sm.doc_count=fy;sm.enable=a;sm.description=fz;sm.show_description=a;sn.id=fA;sn.parent_id=j;sn.title=aR;sn.doc_count=as;sn.enable=a;sn.description=fB;sn.show_description=a;so.id=fC;so.parent_id=j;so.title=aS;so.doc_count=u;so.enable=a;so.description=fD;so.show_description=a;sp.id=fE;sp.parent_id=j;sp.title=aT;sp.doc_count=b;sp.enable=a;sq.id=fF;sq.parent_id=j;sq.title=aU;sq.doc_count=aV;sq.enable=a;sq.description=fG;sq.show_description=a;sr.id=fH;sr.parent_id=j;sr.title=aW;sr.doc_count=x;sr.enable=a;sr.description=fI;sr.show_description=a;ss.id=fJ;ss.parent_id=j;ss.title=fK;ss.doc_count=O;ss.enable=a;ss.description=fL;ss.show_description=a;st.id=bO;st.parent_id=j;st.title=fM;st.enable=a;st.description=fN;st.show_description=a;su.id=fO;su.parent_id=j;su.title=aX;su.doc_count=fP;su.enable=a;su.description=fQ;su.show_description=a;sv.id=aq;sv.parent_id=j;sv.title=fR;sv.enable=a;sw.id=J;sw.parent_id=j;sw.title=aY;sw.doc_count=fS;sw.enable=a;sw.description=fT;sw.show_description=a;sx.id=ga;sx.parent_id=j;sx.title=gb;sx.doc_count=b;sx.enable=a;sy.id=gg;sy.parent_id=n;sy.title=a$;sy.doc_count=b;sy.enable=a;sz.id=gh;sz.parent_id=n;sz.title=gi;sz.enable=a;sA.id=gj;sA.parent_id=n;sA.title=ba;sA.doc_count=gk;sA.enable=a;sB.id=gl;sB.parent_id=n;sB.title=gm;sB.doc_count=gn;sB.enable=a;sC.id=go;sC.parent_id=n;sC.title=bb;sC.enable=a;sD.id=al;sD.parent_id=n;sD.title=bc;sD.doc_count=q;sD.enable=a;sD.description=gp;sD.show_description=a;sE.id=bd;sE.parent_id=n;sE.title=be;sE.doc_count=gq;sE.enable=a;sF.id=gv;sF.parent_id=n;sF.title=bi;sF.enable=a;sG.id=gw;sG.parent_id=n;sG.title=bj;sG.doc_count=q;sG.enable=a;sG.description=gx;sG.show_description=a;sH.id=gy;sH.parent_id=n;sH.title=bk;sH.enable=a;sI.id=gz;sI.parent_id=n;sI.title=gA;sI.doc_count=s;sI.enable=a;sJ.id=gB;sJ.parent_id=n;sJ.title=bl;sJ.enable=a;sK.id=gC;sK.parent_id=n;sK.title=bm;sK.doc_count=gD;sK.enable=a;sK.description=gE;sK.show_description=a;sL.id=gF;sL.parent_id=n;sL.title=gG;sL.doc_count=az;sL.enable=a;sM.id=gH;sM.parent_id=n;sM.title=gI;sM.doc_count=bP;sM.enable=a;sN.id=hI;sN.parent_id=p;sN.title=bA;sN.doc_count=hJ;sN.enable=a;sN.description=hK;sN.show_description=a;sO.id=hL;sO.parent_id=p;sO.title=hM;sO.doc_count=F;sO.enable=a;sO.description=hN;sO.show_description=a;sP.id=hO;sP.parent_id=p;sP.title=hP;sP.doc_count=hQ;sP.enable=a;sP.description=hR;sP.show_description=a;sQ.id=hS;sQ.parent_id=p;sQ.title=bB;sQ.doc_count=aV;sQ.enable=a;sQ.description=hT;sQ.show_description=a;sR.id=hU;sR.parent_id=p;sR.title=hV;sR.doc_count=hW;sR.enable=a;sR.description=hX;sR.show_description=a;sS.id=bC;sS.parent_id=p;sS.title=hY;sS.doc_count=U;sS.enable=a;sT.id=ia;sT.parent_id=p;sT.title=bD;sT.doc_count=L;sT.enable=a;sU.id=ib;sU.parent_id=p;sU.title=ic;sU.doc_count=u;sU.enable=a;sU.description=id;sU.show_description=a;sV.id=bE;sV.parent_id=p;sV.title=ie;sV.doc_count=u;sV.enable=a;sW.id=ih;sW.parent_id=p;sW.title=ii;sW.doc_count=I;sW.enable=a;sW.description=ij;sW.show_description=a;sX.id=ik;sX.parent_id=p;sX.title=il;sX.doc_count=I;sX.enable=a;sY.id=cZ;sY.parent_id=B;sY.title=ar;sY.doc_count=as;sY.enable=a;sY.description=c_;sY.show_description=a;sZ.id=c$;sZ.parent_id=B;sZ.title=da;sZ.doc_count=t;sZ.enable=a;sZ.description=db;sZ.show_description=a;s_.id=dc;s_.parent_id=B;s_.title=dd;s_.doc_count=r;s_.enable=a;s_.description=de;s_.show_description=a;s$.id=df;s$.parent_id=B;s$.title=dg;s$.doc_count=dh;s$.enable=a;ta.id=dQ;ta.parent_id=m;ta.title=aC;ta.doc_count=dR;ta.enable=a;ta.description=dS;ta.show_description=a;tb.id=dT;tb.parent_id=m;tb.title=dU;tb.doc_count=dV;tb.enable=a;tc.id=dW;tc.parent_id=m;tc.title=aD;tc.doc_count=dX;tc.enable=a;tc.description=dY;tc.show_description=a;td.id=dZ;td.parent_id=m;td.title=aE;td.doc_count=S;td.enable=a;td.description=d_;td.show_description=a;te.id=d$;te.parent_id=m;te.title=ea;te.doc_count=x;te.enable=a;te.description=eb;te.show_description=a;tf.id=ec;tf.parent_id=m;tf.title=ed;tf.doc_count=F;tf.enable=a;tf.description=ee;tf.show_description=a;tg.id=ef;tg.parent_id=m;tg.title=eg;tg.doc_count=I;tg.enable=a;tg.description=eh;tg.show_description=a;th.id=ei;th.parent_id=m;th.title=ej;th.doc_count=ek;th.enable=a;th.description=el;th.show_description=a;ti.id=w;ti.parent_id=m;ti.title=bN;ti.doc_count=x;ti.enable=a;ti.description=em;ti.show_description=a;tj.id=en;tj.parent_id=m;tj.title=eo;tj.doc_count=R;tj.enable=a;tj.description=ep;tj.show_description=a;tk.id=ch;tk.parent_id=ag;tk.title=ci;tk.doc_count=P;tk.enable=a;tk.description=cj;tk.show_description=a;tl.id=cE;tl.parent_id=Z;tl.title=cF;tl.doc_count=am;tl.enable=a;tl.description=cG;tl.show_description=a;tm.id=eu;tm.parent_id=aF;tm.title=ev;tm.enable=a;tm.description=ew;tm.show_description=a;tn.id=dG;tn.parent_id=H;tn.title=dH;tn.doc_count=q;tn.enable=a;tn.description=dI;tn.show_description=a;to.id=dJ;to.parent_id=H;to.title=dK;to.doc_count=az;to.enable=a;to.description=dL;to.show_description=a;tp.id=dM;tp.parent_id=H;tp.title=dN;tp.doc_count=G;tp.enable=a;tp.description=dO;tp.show_description=a;tq.id=dy;tq.parent_id=aw;tq.title=dz;tq.enable=a;tq.description=dA;tq.show_description=a;tr.id=bf;tr.parent_id=bd;tr.title=gr;tr.doc_count=bg;tr.enable=a;tr.description=gs;tr.show_description=a;ts.id=fU;ts.parent_id=J;ts.title=fV;ts.doc_count=aZ;ts.enable=a;ts.description=fW;ts.show_description=a;tt.id=fX;tt.parent_id=J;tt.title=a_;tt.doc_count=u;tt.enable=a;tt.description=fY;tt.show_description=a;tu.id=fZ;tu.parent_id=J;tu.title=f_;tu.doc_count=L;tu.enable=a;tu.description=f$;tu.show_description=a;tv.id=gL;tv.parent_id=i;tv.title=bo;tv.doc_count=bp;tv.enable=a;tv.show_description=a;tw.id=gM;tw.parent_id=i;tw.title=gN;tw.doc_count=aJ;tw.enable=a;tw.description=gO;tw.show_description=a;tx.id=gP;tx.parent_id=i;tx.title=gQ;tx.doc_count=q;tx.enable=a;tx.description=gR;tx.show_description=a;ty.id=gS;ty.parent_id=i;ty.title=gT;ty.doc_count=U;ty.enable=a;ty.description=gU;ty.show_description=a;tz.id=gV;tz.parent_id=i;tz.title=gW;tz.doc_count=C;tz.enable=a;tz.description=gX;tz.show_description=a;tA.id=gY;tA.parent_id=i;tA.title=gZ;tA.doc_count=C;tA.enable=a;tB.id=g_;tB.parent_id=i;tB.title=bq;tB.doc_count=q;tB.enable=a;tC.id=g$;tC.parent_id=i;tC.title=br;tC.doc_count=bp;tC.enable=a;tC.description=ha;tC.show_description=a;tD.id=hb;tD.parent_id=i;tD.title=bs;tD.doc_count=S;tD.enable=a;tD.description=hc;tD.show_description=a;tE.id=hd;tE.parent_id=i;tE.title=bt;tE.doc_count=aK;tE.enable=a;tF.id=he;tF.parent_id=i;tF.title=bu;tF.doc_count=au;tF.enable=a;tG.id=hf;tG.parent_id=i;tG.title=hg;tG.doc_count=hh;tG.enable=a;tG.description=hi;tG.show_description=a;tH.id=hj;tH.parent_id=i;tH.title=hk;tH.doc_count=aZ;tH.enable=a;tH.description=hl;tH.show_description=a;tI.id=hm;tI.parent_id=i;tI.title=hn;tI.doc_count=P;tI.enable=a;tJ.id=ho;tJ.parent_id=i;tJ.title=hp;tJ.doc_count=F;tJ.enable=a;tJ.description=hq;tJ.show_description=a;tK.id=hr;tK.parent_id=i;tK.title=bv;tK.doc_count=b;tK.enable=a;tL.id=hs;tL.parent_id=i;tL.title=ht;tL.doc_count=L;tL.enable=a;tM.id=hu;tM.parent_id=i;tM.title=hv;tM.doc_count=hw;tM.enable=a;tM.description=hx;tM.show_description=a;tN.id=hy;tN.parent_id=i;tN.title=hz;tN.doc_count=O;tN.enable=a;tO.id=hA;tO.parent_id=i;tO.title=bw;tO.doc_count=hB;tO.enable=a;tP.id=hC;tP.parent_id=i;tP.title=bx;tP.doc_count=hD;tP.enable=a;tQ.id=hE;tQ.parent_id=i;tQ.title=by;tQ.doc_count=q;tQ.enable=a;tR.id=hZ;tR.parent_id=bC;tR.title=h_;tR.doc_count=G;tR.enable=a;tR.description=h$;tR.show_description=a;tS.id=io;tS.parent_id=k;tS.title=ab;tS.enable=a;tS.type=b;tT.id=ip;tT.parent_id=k;tT.title=iq;tT.enable=a;tT.type=b;tU.id=ir;tU.parent_id=k;tU.title=is;tU.enable=a;tU.type=b;tV.id=it;tV.parent_id=k;tV.title=iu;tV.enable=a;tV.type=b;tW.id=iv;tW.parent_id=k;tW.title=iw;tW.enable=a;tW.type=b;tX.id=ix;tX.parent_id=k;tX.title=iy;tX.enable=a;tX.type=b;tY.id=iz;tY.parent_id=k;tY.title=iA;tY.enable=a;tY.type=b;tZ.id=iB;tZ.parent_id=k;tZ.title=ad;tZ.enable=a;tZ.type=b;t_.id=iC;t_.parent_id=k;t_.title=iD;t_.enable=a;t_.type=b;t$.id=iE;t$.parent_id=k;t$.title=af;t$.enable=a;t$.type=b;ua.id=iF;ua.parent_id=k;ua.title=iG;ua.enable=a;ua.type=b;ub.id=iH;ub.parent_id=k;ub.title=Y;ub.doc_count=b;ub.enable=a;ub.type=b;uc.id=iI;uc.parent_id=k;uc.title=iJ;uc.enable=a;uc.type=b;ud.id=iK;ud.parent_id=k;ud.title=iL;ud.enable=a;ud.type=b;ue.id=iM;ue.parent_id=k;ue.title=Q;ue.enable=a;ue.type=b;uf.id=iN;uf.parent_id=k;uf.title=iO;uf.enable=a;uf.type=b;ug.id=iP;ug.parent_id=k;ug.title=ai;ug.enable=a;ug.type=b;uh.id=iQ;uh.parent_id=k;uh.title=iR;uh.doc_count=b;uh.enable=a;uh.type=b;ui.id=iS;ui.parent_id=k;ui.title=iT;ui.enable=a;ui.type=b;uj.id=iU;uj.parent_id=k;uj.title=iV;uj.doc_count=b;uj.enable=a;uj.type=b;uk.id=iY;uk.parent_id=f;uk.title=iZ;uk.enable=a;uk.type=b;ul.id=i_;ul.parent_id=f;ul.title=K;ul.enable=a;ul.type=b;um.id=i$;um.parent_id=f;um.title=ja;um.enable=a;um.type=b;un.id=jb;un.parent_id=f;un.title=ak;un.enable=a;un.type=b;uo.id=jc;uo.parent_id=f;uo.title=jd;uo.enable=a;uo.type=b;up.id=je;up.parent_id=f;up.title=an;up.enable=a;up.type=b;uq.id=jf;uq.parent_id=f;uq.title=ac;uq.enable=a;uq.type=b;ur.id=jg;ur.parent_id=f;ur.title=ao;ur.enable=a;ur.type=b;us.id=jh;us.parent_id=f;us.title=aD;us.enable=a;us.type=b;ut.id=ji;ut.parent_id=f;ut.title=jj;ut.enable=a;ut.type=b;uu.id=jk;uu.parent_id=f;uu.title=jl;uu.enable=a;uu.type=b;uv.id=jm;uv.parent_id=f;uv.title=jn;uv.enable=a;uv.type=b;uw.id=jo;uw.parent_id=f;uw.title=aE;uw.enable=a;uw.type=b;ux.id=jp;ux.parent_id=f;ux.title=jq;ux.enable=a;ux.type=b;uy.id=jr;uy.parent_id=f;uy.title=ap;uy.enable=a;uy.type=b;uz.id=js;uz.parent_id=f;uz.title=jt;uz.enable=a;uz.type=b;uA.id=ju;uA.parent_id=f;uA.title=jv;uA.enable=a;uA.type=b;uB.id=jw;uB.parent_id=f;uB.title=jx;uB.enable=a;uB.type=b;uC.id=jy;uC.parent_id=f;uC.title=_;uC.enable=a;uC.type=b;uD.id=jz;uD.parent_id=f;uD.title=at;uD.enable=a;uD.type=b;uE.id=jA;uE.parent_id=f;uE.title=jB;uE.enable=a;uE.type=b;uF.id=jC;uF.parent_id=f;uF.title=jD;uF.enable=a;uF.type=b;uG.id=jE;uG.parent_id=f;uG.title=jF;uG.enable=a;uG.type=b;uH.id=jG;uH.parent_id=f;uH.title=jH;uH.enable=a;uH.type=b;uI.id=jI;uI.parent_id=f;uI.title=jJ;uI.enable=a;uI.type=b;uJ.id=jK;uJ.parent_id=f;uJ.title=av;uJ.enable=a;uJ.type=b;uK.id=jL;uK.parent_id=f;uK.title=ax;uK.enable=a;uK.type=b;uL.id=jM;uL.parent_id=f;uL.title=jN;uL.enable=a;uL.type=b;uM.id=jO;uM.parent_id=f;uM.title=ay;uM.enable=a;uM.type=b;uN.id=jP;uN.parent_id=f;uN.title=aA;uN.enable=a;uN.type=b;uO.id=jQ;uO.parent_id=f;uO.title=jR;uO.enable=a;uO.type=b;uP.id=jS;uP.parent_id=f;uP.title=jT;uP.enable=a;uP.type=b;uQ.id=jU;uQ.parent_id=f;uQ.title=aG;uQ.enable=a;uQ.type=b;uR.id=jV;uR.parent_id=f;uR.title=aH;uR.enable=a;uR.type=b;uS.id=jW;uS.parent_id=f;uS.title=jX;uS.enable=a;uS.type=b;uT.id=jY;uT.parent_id=f;uT.title=jZ;uT.enable=a;uT.type=b;uU.id=j_;uU.parent_id=f;uU.title=bk;uU.enable=a;uU.type=b;uV.id=j$;uV.parent_id=f;uV.title=ka;uV.enable=a;uV.type=b;uW.id=kb;uW.parent_id=f;uW.title=kc;uW.doc_count=b;uW.enable=a;uW.type=b;uX.id=kd;uX.parent_id=f;uX.title=ke;uX.enable=a;uX.type=b;uY.id=kf;uY.parent_id=f;uY.title=kg;uY.enable=a;uY.type=b;uZ.id=kh;uZ.parent_id=f;uZ.title=ki;uZ.enable=a;uZ.type=b;u_.id=kj;u_.parent_id=f;u_.title=kk;u_.doc_count=s;u_.enable=a;u_.type=b;u$.id=kn;u$.parent_id=l;u$.title=a$;u$.enable=a;u$.type=b;va.id=ko;va.parent_id=l;va.title=kp;va.enable=a;va.type=b;vb.id=kq;vb.parent_id=l;vb.title=ae;vb.enable=a;vb.type=b;vc.id=kr;vc.parent_id=l;vc.title=ks;vc.enable=a;vc.type=b;vd.id=kt;vd.parent_id=l;vd.title=ku;vd.enable=a;vd.type=b;ve.id=kv;ve.parent_id=l;ve.title=kw;ve.enable=a;ve.type=b;vf.id=kx;vf.parent_id=l;vf.title=ky;vf.enable=a;vf.type=b;vg.id=kz;vg.parent_id=l;vg.title=bb;vg.enable=a;vg.type=b;vh.id=kA;vh.parent_id=l;vh.title=kB;vh.enable=a;vh.type=b;vi.id=kC;vi.parent_id=l;vi.title=kD;vi.enable=a;vi.type=b;vj.id=kE;vj.parent_id=l;vj.title=kF;vj.enable=a;vj.type=b;vk.id=kG;vk.parent_id=l;vk.title=ah;vk.enable=a;vk.type=b;vl.id=kH;vl.parent_id=l;vl.title=Q;vl.enable=a;vl.type=b;vm.id=kI;vm.parent_id=l;vm.title=aI;vm.enable=a;vm.type=b;vn.id=kJ;vn.parent_id=l;vn.title=kK;vn.enable=a;vn.type=b;vo.id=kL;vo.parent_id=l;vo.title=kM;vo.enable=a;vo.type=b;vp.id=kO;vp.parent_id=e;vp.title=K;vp.enable=a;vp.type=b;vq.id=kP;vq.parent_id=e;vq.title=kQ;vq.enable=a;vq.type=b;vr.id=kR;vr.parent_id=e;vr.title=aM;vr.enable=a;vr.type=b;vs.id=kS;vs.parent_id=e;vs.title=aN;vs.enable=a;vs.type=b;vt.id=kT;vt.parent_id=e;vt.title=kU;vt.enable=a;vt.type=b;vu.id=kV;vu.parent_id=e;vu.title=kW;vu.enable=a;vu.type=b;vv.id=kX;vv.parent_id=e;vv.title=kY;vv.enable=a;vv.type=b;vw.id=kZ;vw.parent_id=e;vw.title=k_;vw.enable=a;vw.type=b;vx.id=bz;vx.parent_id=e;vx.title=k$;vx.doc_count=b;vx.enable=a;vx.type=b;vy.id=la;vy.parent_id=e;vy.title=lb;vy.enable=a;vy.type=b;vz.id=lc;vz.parent_id=e;vz.title=ld;vz.enable=a;vz.type=b;vA.id=le;vA.parent_id=e;vA.title=lf;vA.enable=a;vA.type=b;vB.id=lg;vB.parent_id=e;vB.title=aO;vB.enable=a;vB.type=b;vC.id=lh;vC.parent_id=e;vC.title=li;vC.enable=a;vC.type=b;vD.id=lj;vD.parent_id=e;vD.title=lk;vD.enable=a;vD.type=b;vE.id=ll;vE.parent_id=e;vE.title=lm;vE.enable=a;vE.type=b;vF.id=ln;vF.parent_id=e;vF.title=lo;vF.enable=a;vF.type=b;vG.id=lp;vG.parent_id=e;vG.title=lq;vG.enable=a;vG.type=b;vH.id=lr;vH.parent_id=e;vH.title=ls;vH.enable=a;vH.type=b;vI.id=lt;vI.parent_id=e;vI.title=lu;vI.enable=a;vI.type=b;vJ.id=lv;vJ.parent_id=e;vJ.title=lw;vJ.enable=a;vJ.type=b;vK.id=lx;vK.parent_id=e;vK.title=ly;vK.enable=a;vK.type=b;vL.id=lz;vL.parent_id=e;vL.title=lA;vL.enable=a;vL.type=b;vM.id=lB;vM.parent_id=e;vM.title=lC;vM.enable=a;vM.type=b;vN.id=lD;vN.parent_id=e;vN.title=lE;vN.enable=a;vN.type=b;vO.id=lF;vO.parent_id=e;vO.title=lG;vO.enable=a;vO.type=b;vP.id=lH;vP.parent_id=e;vP.title=lI;vP.enable=a;vP.type=b;vQ.id=lJ;vQ.parent_id=e;vQ.title=lK;vQ.enable=a;vQ.type=b;vR.id=lL;vR.parent_id=e;vR.title=aP;vR.enable=a;vR.type=b;vS.id=lM;vS.parent_id=e;vS.title=aQ;vS.enable=a;vS.type=b;vT.id=aB;vT.parent_id=e;vT.title=a_;vT.enable=a;vT.type=b;vU.id=lN;vU.parent_id=e;vU.title=lO;vU.enable=a;vU.type=b;vV.id=lP;vV.parent_id=e;vV.title=lQ;vV.enable=a;vV.type=b;vW.id=lR;vW.parent_id=e;vW.title=lS;vW.enable=a;vW.type=b;vX.id=lT;vX.parent_id=e;vX.title=lU;vX.enable=a;vX.type=b;vY.id=lV;vY.parent_id=e;vY.title=lW;vY.enable=a;vY.type=b;vZ.id=lX;vZ.parent_id=e;vZ.title=lY;vZ.enable=a;vZ.type=b;v_.id=lZ;v_.parent_id=e;v_.title=l_;v_.enable=a;v_.type=b;v$.id=l$;v$.parent_id=e;v$.title=aR;v$.enable=a;v$.type=b;wa.id=ma;wa.parent_id=e;wa.title=mb;wa.enable=a;wa.type=b;wb.id=mc;wb.parent_id=e;wb.title=md;wb.enable=a;wb.type=b;wc.id=me;wc.parent_id=e;wc.title=aS;wc.enable=a;wc.type=b;wd.id=mf;wd.parent_id=e;wd.title=mg;wd.enable=a;wd.type=b;we.id=mh;we.parent_id=e;we.title=mi;we.enable=a;we.type=b;wf.id=mj;wf.parent_id=e;wf.title=bG;wf.enable=a;wf.type=b;wg.id=mk;wg.parent_id=e;wg.title=ml;wg.enable=a;wg.type=b;wh.id=mm;wh.parent_id=e;wh.title=aT;wh.enable=a;wh.type=b;wi.id=mn;wi.parent_id=e;wi.title=aU;wi.enable=a;wi.type=b;wj.id=mo;wj.parent_id=e;wj.title=aW;wj.enable=a;wj.type=b;wk.id=mp;wk.parent_id=e;wk.title=mq;wk.enable=a;wk.type=b;wl.id=mr;wl.parent_id=e;wl.title=ms;wl.enable=a;wl.type=b;wm.id=mt;wm.parent_id=e;wm.title=mu;wm.enable=a;wm.type=b;wn.id=mv;wn.parent_id=e;wn.title=mw;wn.enable=a;wn.type=b;wo.id=mx;wo.parent_id=e;wo.title=T;wo.enable=a;wo.type=b;wp.id=my;wp.parent_id=e;wp.title=mz;wp.enable=a;wp.type=b;wq.id=mA;wq.parent_id=e;wq.title=aX;wq.enable=a;wq.type=b;wr.id=mB;wr.parent_id=e;wr.title=aY;wr.doc_count=b;wr.enable=a;wr.type=b;ws.id=mC;ws.parent_id=e;ws.title=mD;ws.enable=a;ws.type=b;wt.id=mF;wt.parent_id=d;wt.title=ar;wt.enable=a;wt.type=b;wu.id=mG;wu.parent_id=d;wu.title=mH;wu.enable=a;wu.type=b;wv.id=mI;wv.parent_id=d;wv.title=mJ;wv.enable=a;wv.type=b;ww.id=mK;ww.parent_id=d;ww.title=mL;ww.enable=a;ww.type=b;wx.id=mM;wx.parent_id=d;wx.title=mN;wx.enable=a;wx.type=b;wy.id=mO;wy.parent_id=d;wy.title=K;wy.enable=a;wy.type=b;wz.id=mP;wz.parent_id=d;wz.title=bo;wz.enable=a;wz.description=mQ;wz.show_description=a;wz.type=b;wA.id=mR;wA.parent_id=d;wA.title=mS;wA.enable=a;wA.type=b;wB.id=mT;wB.parent_id=d;wB.title=mU;wB.enable=a;wB.type=b;wC.id=mV;wC.parent_id=d;wC.title=mW;wC.enable=a;wC.type=b;wD.id=mX;wD.parent_id=d;wD.title=mY;wD.enable=a;wD.type=b;wE.id=mZ;wE.parent_id=d;wE.title=m_;wE.enable=a;wE.type=b;wF.id=m$;wF.parent_id=d;wF.title=na;wF.enable=a;wF.type=b;wG.id=nb;wG.parent_id=d;wG.title=bh;wG.enable=a;wG.type=b;wH.id=nc;wH.parent_id=d;wH.title=nd;wH.enable=a;wH.type=b;wI.id=ne;wI.parent_id=d;wI.title=nf;wI.enable=a;wI.type=b;wJ.id=ng;wJ.parent_id=d;wJ.title=nh;wJ.enable=a;wJ.type=b;wK.id=ni;wK.parent_id=d;wK.title=bF;wK.enable=a;wK.type=b;wL.id=nj;wL.parent_id=d;wL.title=nk;wL.enable=a;wL.type=b;wM.id=nl;wM.parent_id=d;wM.title=bq;wM.enable=a;wM.type=b;wN.id=nm;wN.parent_id=d;wN.title=nn;wN.enable=a;wN.type=b;wO.id=no;wO.parent_id=d;wO.title=np;wO.enable=a;wO.type=b;wP.id=nq;wP.parent_id=d;wP.title=nr;wP.enable=a;wP.type=b;wQ.id=ns;wQ.parent_id=d;wQ.title=nt;wQ.enable=a;wQ.type=b;wR.id=nu;wR.parent_id=d;wR.title=nv;wR.enable=a;wR.type=b;wS.id=nw;wS.parent_id=d;wS.title=nx;wS.enable=a;wS.type=b;wT.id=ny;wT.parent_id=d;wT.title=nz;wT.enable=a;wT.type=b;wU.id=nA;wU.parent_id=d;wU.title=nB;wU.enable=a;wU.type=b;wV.id=nC;wV.parent_id=d;wV.title=nD;wV.enable=a;wV.type=b;wW.id=nE;wW.parent_id=d;wW.title=br;wW.enable=a;wW.type=b;wX.id=nF;wX.parent_id=d;wX.title=bs;wX.enable=a;wX.type=b;wY.id=nG;wY.parent_id=d;wY.title=nH;wY.enable=a;wY.type=b;wZ.id=nI;wZ.parent_id=d;wZ.title=nJ;wZ.enable=a;wZ.type=b;w_.id=nK;w_.parent_id=d;w_.title=nL;w_.enable=a;w_.type=b;w$.id=nM;w$.parent_id=d;w$.title=nN;w$.enable=a;w$.type=b;xa.id=nO;xa.parent_id=d;xa.title=nP;xa.enable=a;xa.type=b;xb.id=nQ;xb.parent_id=d;xb.title=nR;xb.enable=a;xb.type=b;xc.id=nS;xc.parent_id=d;xc.title=nT;xc.enable=a;xc.type=b;xd.id=nU;xd.parent_id=d;xd.title=nV;xd.enable=a;xd.type=b;xe.id=nW;xe.parent_id=d;xe.title=nX;xe.enable=a;xe.type=b;xf.id=nY;xf.parent_id=d;xf.title=nZ;xf.enable=a;xf.type=b;xg.id=n_;xg.parent_id=d;xg.title=bu;xg.enable=a;xg.type=b;xh.id=n$;xh.parent_id=d;xh.title=oa;xh.doc_count=s;xh.enable=a;xh.type=b;xi.id=ob;xi.parent_id=d;xi.title=oc;xi.enable=a;xi.type=b;xj.id=od;xj.parent_id=d;xj.title=oe;xj.enable=a;xj.type=b;xk.id=of;xk.parent_id=d;xk.title=og;xk.enable=a;xk.type=b;xl.id=oh;xl.parent_id=d;xl.title=oi;xl.enable=a;xl.type=b;xm.id=oj;xm.parent_id=d;xm.title=ok;xm.enable=a;xm.type=b;xn.id=ol;xn.parent_id=d;xn.title=om;xn.enable=a;xn.type=b;xo.id=on;xo.parent_id=d;xo.title=oo;xo.enable=a;xo.type=b;xp.id=op;xp.parent_id=d;xp.title=oq;xp.enable=a;xp.type=b;xq.id=or;xq.parent_id=d;xq.title=os;xq.enable=a;xq.type=b;xr.id=ot;xr.parent_id=d;xr.title=ou;xr.enable=a;xr.type=b;xs.id=ov;xs.parent_id=d;xs.title=ow;xs.enable=a;xs.type=b;xt.id=ox;xt.parent_id=d;xt.title=oy;xt.enable=a;xt.type=b;xu.id=oz;xu.parent_id=d;xu.title=oA;xu.enable=a;xu.type=b;xv.id=oB;xv.parent_id=d;xv.title=oC;xv.enable=a;xv.type=b;xw.id=oD;xw.parent_id=d;xw.title=oE;xw.enable=a;xw.type=b;xx.id=oF;xx.parent_id=d;xx.title=oG;xx.enable=a;xx.type=b;xy.id=oH;xy.parent_id=d;xy.title=oI;xy.enable=a;xy.type=b;xz.id=oJ;xz.parent_id=d;xz.title=oK;xz.enable=a;xz.type=b;xA.id=oL;xA.parent_id=d;xA.title=oM;xA.enable=a;xA.type=b;xB.id=oN;xB.parent_id=d;xB.title=oO;xB.enable=a;xB.type=b;xC.id=oP;xC.parent_id=d;xC.title=oQ;xC.enable=a;xC.type=b;xD.id=oR;xD.parent_id=d;xD.title=oS;xD.enable=a;xD.type=b;xE.id=oT;xE.parent_id=d;xE.title=oU;xE.enable=a;xE.type=b;xF.id=oV;xF.parent_id=d;xF.title=oW;xF.doc_count=b;xF.enable=a;xF.type=b;xG.id=oX;xG.parent_id=d;xG.title=oY;xG.enable=a;xG.type=b;xH.id=oZ;xH.parent_id=d;xH.title=o_;xH.enable=a;xH.type=b;xI.id=o$;xI.parent_id=d;xI.title=pa;xI.enable=a;xI.type=b;xJ.id=pb;xJ.parent_id=d;xJ.title=bv;xJ.enable=a;xJ.type=b;xK.id=pc;xK.parent_id=d;xK.title=pd;xK.enable=a;xK.type=b;xL.id=pe;xL.parent_id=d;xL.title=pf;xL.enable=a;xL.type=b;xM.id=pg;xM.parent_id=d;xM.title=ph;xM.enable=a;xM.type=b;xN.id=pi;xN.parent_id=d;xN.title=pj;xN.enable=a;xN.type=b;xO.id=pk;xO.parent_id=d;xO.title=pl;xO.enable=a;xO.type=b;xP.id=pm;xP.parent_id=d;xP.title=pn;xP.enable=a;xP.type=b;xQ.id=po;xQ.parent_id=d;xQ.title=pp;xQ.enable=a;xQ.type=b;xR.id=pq;xR.parent_id=d;xR.title=bw;xR.doc_count=b;xR.enable=a;xR.type=b;xS.id=pr;xS.parent_id=d;xS.title=bD;xS.doc_count=b;xS.enable=a;xS.type=b;xT.id=ps;xT.parent_id=d;xT.title=aL;xT.enable=a;xT.type=b;xU.id=pt;xU.parent_id=d;xU.title=pu;xU.enable=a;xU.type=b;xV.id=pv;xV.parent_id=d;xV.title=bx;xV.enable=a;xV.type=b;xW.id=pw;xW.parent_id=d;xW.title=px;xW.enable=a;xW.type=b;xX.id=py;xX.parent_id=d;xX.title=pz;xX.enable=a;xX.type=b;xY.id=pA;xY.parent_id=d;xY.title=by;xY.enable=a;xY.type=b;xZ.id=pN;xZ.parent_id=h;xZ.title=pO;xZ.enable=a;xZ.type=b;x_.id=pP;x_.parent_id=h;x_.title=K;x_.enable=a;x_.type=b;x$.id=pQ;x$.parent_id=h;x$.title=pR;x$.enable=a;x$.type=b;ya.id=pS;ya.parent_id=h;ya.title=aC;ya.enable=a;ya.type=b;yb.id=pT;yb.parent_id=h;yb.title=pU;yb.enable=a;yb.type=b;yc.id=pV;yc.parent_id=h;yc.title=pW;yc.enable=a;yc.type=b;yd.id=pX;yd.parent_id=h;yd.title=pY;yd.enable=a;yd.type=b;ye.id=pZ;ye.parent_id=h;ye.title=ba;ye.enable=a;ye.type=b;yf.id=p_;yf.parent_id=h;yf.title=p$;yf.enable=a;yf.type=b;yg.id=qa;yg.parent_id=h;yg.title=qb;yg.enable=a;yg.type=b;yh.id=qc;yh.parent_id=h;yh.title=bt;yh.enable=a;yh.type=b;yi.id=qd;yi.parent_id=h;yi.title=bc;yi.enable=a;yi.type=b;yj.id=qe;yj.parent_id=h;yj.title=qf;yj.enable=a;yj.type=b;yk.id=qg;yk.parent_id=h;yk.title=be;yk.enable=a;yk.type=b;yl.id=qh;yl.parent_id=h;yl.title=qi;yl.enable=a;yl.type=b;ym.id=qj;ym.parent_id=h;ym.title=bi;ym.enable=a;ym.type=b;yn.id=qk;yn.parent_id=h;yn.title=ql;yn.enable=a;yn.type=b;yo.id=qm;yo.parent_id=h;yo.title=bj;yo.enable=a;yo.type=b;yp.id=qn;yp.parent_id=h;yp.title=bG;yp.enable=a;yp.type=b;yq.id=qo;yq.parent_id=h;yq.title=qp;yq.enable=a;yq.type=b;yr.id=qq;yr.parent_id=h;yr.title=qr;yr.enable=a;yr.type=b;ys.id=qs;ys.parent_id=h;ys.title=qt;ys.enable=a;ys.type=b;yt.id=qu;yt.parent_id=h;yt.title=bl;yt.enable=a;yt.type=b;yu.id=qv;yu.parent_id=h;yu.title=bm;yu.enable=a;yu.type=b;yv.id=qw;yv.parent_id=h;yv.title=qx;yv.enable=a;yv.type=b;yw.id=qy;yw.parent_id=h;yw.title=qz;yw.enable=a;yw.type=b;yx.id=qA;yx.parent_id=h;yx.title=qB;yx.enable=a;yx.type=b;yy.id=qC;yy.parent_id=h;yy.title=qD;yy.enable=a;yy.type=b;yz.id=qE;yz.parent_id=h;yz.title=qF;yz.enable=a;yz.type=b;yA.id=pD;yA.parent_id=z;yA.title=bA;yA.enable=a;yA.type=b;yB.id=pE;yB.parent_id=z;yB.title=bB;yB.enable=a;yB.type=b;yC.id=pF;yC.parent_id=z;yC.title=pG;yC.enable=a;yC.type=b;yD.id=pH;yD.parent_id=z;yD.title=pI;yD.enable=a;yD.type=b;yE.id=pJ;yE.parent_id=z;yE.title=pK;yE.enable=a;yE.type=b;yF.id=gt;yF.parent_id=bf;yF.title=bh;yF.doc_count=q;yF.enable=a;yF.description=gu;yF.show_description=a;yG.id=if0;yG.parent_id=bE;yG.title=bF;yG.doc_count=u;yG.enable=a;yG.description=ig;yG.show_description=a;return {layout:bK,data:[{}],fetch:{"0":{search:{wd:bU,type:v},timeouter:bL,currentYear:bV,categoryDocumentTrees:[{id:o,title:bW,doc_count:bX,enable:a,cover:bY,icon:bZ,disabled:c,children:[{id:b_,parent_id:o,title:ab,doc_count:O,enable:a,disabled:c},{id:b$,parent_id:o,title:ac,doc_count:r,enable:a,disabled:c},{id:ca,parent_id:o,title:ad,doc_count:r,enable:a,description:cb,show_description:a,disabled:c},{id:cc,parent_id:o,title:ae,doc_count:cd,enable:a,description:ce,show_description:a,disabled:c},{id:cf,parent_id:o,title:af,doc_count:s,enable:a,disabled:c},{id:ag,parent_id:o,title:Y,doc_count:cg,enable:a,disabled:c,children:[{id:ch,parent_id:ag,title:ci,doc_count:P,enable:a,description:cj,show_description:a,disabled:c}]},{id:ck,parent_id:o,title:ah,enable:a,disabled:c},{id:cl,parent_id:o,title:Q,doc_count:t,enable:a,disabled:c},{id:cm,parent_id:o,title:cn,doc_count:b,enable:a,description:co,show_description:a,disabled:c},{id:bM,parent_id:o,title:ai,doc_count:F,enable:a,disabled:c},{id:cp,parent_id:o,title:cq,doc_count:aj,enable:a,disabled:c},{id:cr,parent_id:o,title:cs,enable:a,disabled:c},{id:ct,parent_id:o,title:cu,doc_count:R,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:ak,doc_count:q,enable:a,disabled:c},{id:Z,parent_id:g,title:cD,doc_count:al,enable:a,disabled:c,children:[{id:cE,parent_id:Z,title:cF,doc_count:am,enable:a,description:cG,show_description:a,disabled:c}]},{id:cH,parent_id:g,title:an,enable:a,description:cI,show_description:a,disabled:c},{id:cJ,parent_id:g,title:cK,doc_count:r,enable:a,description:cL,show_description:a,disabled:c},{id:cM,parent_id:g,title:ao,doc_count:s,enable:a,description:cN,show_description:a,disabled:c},{id:cO,parent_id:g,title:cP,doc_count:u,enable:a,disabled:c},{id:cQ,parent_id:g,title:ap,doc_count:cR,enable:a,description:cS,show_description:a,disabled:c},{id:cT,parent_id:g,title:cU,enable:a,disabled:c},{id:cV,parent_id:g,title:cW,doc_count:P,enable:a,description:cX,show_description:a,disabled:c},{id:B,parent_id:g,title:_,doc_count:aq,enable:a,description:cY,show_description:a,disabled:c,children:[{id:cZ,parent_id:B,title:ar,doc_count:as,enable:a,description:c_,show_description:a,disabled:c},{id:c$,parent_id:B,title:da,doc_count:t,enable:a,description:db,show_description:a,disabled:c},{id:dc,parent_id:B,title:dd,doc_count:r,enable:a,description:de,show_description:a,disabled:c},{id:df,parent_id:B,title:dg,doc_count:dh,enable:a,disabled:c}]},{id:di,parent_id:g,title:at,doc_count:au,enable:a,description:dj,show_description:a,disabled:c},{id:dk,parent_id:g,title:dl,doc_count:dm,enable:a,description:dn,show_description:a,disabled:c},{id:do0,parent_id:g,title:dp,doc_count:q,enable:a,description:dq,show_description:a,disabled:c},{id:dr,parent_id:g,title:ds,doc_count:y,enable:a,description:dt,show_description:a,disabled:c},{id:du,parent_id:g,title:av,doc_count:dv,enable:a,description:dw,show_description:a,disabled:c},{id:aw,parent_id:g,title:ax,doc_count:G,enable:a,description:dx,show_description:a,disabled:c,children:[{id:dy,parent_id:aw,title:dz,enable:a,description:dA,show_description:a,disabled:c}]},{id:dB,parent_id:g,title:dC,doc_count:q,enable:a,description:dD,show_description:a,disabled:c},{id:H,parent_id:g,title:ay,doc_count:dE,enable:a,description:dF,show_description:a,disabled:c,children:[{id:dG,parent_id:H,title:dH,doc_count:q,enable:a,description:dI,show_description:a,disabled:c},{id:dJ,parent_id:H,title:dK,doc_count:az,enable:a,description:dL,show_description:a,disabled:c},{id:dM,parent_id:H,title:dN,doc_count:G,enable:a,description:dO,show_description:a,disabled:c}]},{id:m,parent_id:g,title:aA,doc_count:aB,enable:a,description:dP,show_description:a,disabled:c,children:[{id:dQ,parent_id:m,title:aC,doc_count:dR,enable:a,description:dS,show_description:a,disabled:c},{id:dT,parent_id:m,title:dU,doc_count:dV,enable:a,disabled:c},{id:dW,parent_id:m,title:aD,doc_count:dX,enable:a,description:dY,show_description:a,disabled:c},{id:dZ,parent_id:m,title:aE,doc_count:S,enable:a,description:d_,show_description:a,disabled:c},{id:d$,parent_id:m,title:ea,doc_count:x,enable:a,description:eb,show_description:a,disabled:c},{id:ec,parent_id:m,title:ed,doc_count:F,enable:a,description:ee,show_description:a,disabled:c},{id:ef,parent_id:m,title:eg,doc_count:I,enable:a,description:eh,show_description:a,disabled:c},{id:ei,parent_id:m,title:ej,doc_count:ek,enable:a,description:el,show_description:a,disabled:c},{id:w,parent_id:m,title:bN,doc_count:x,enable:a,description:em,show_description:a,disabled:c},{id:en,parent_id:m,title:eo,doc_count:R,enable:a,description:ep,show_description:a,disabled:c}]},{id:eq,parent_id:g,title:er,doc_count:r,enable:a,description:es,show_description:a,disabled:c},{id:aF,parent_id:g,title:aG,doc_count:s,enable:a,description:et,show_description:a,disabled:c,children:[{id:eu,parent_id:aF,title:ev,enable:a,description:ew,show_description:a,disabled:c}]},{id:ex,parent_id:g,title:aH,doc_count:ey,enable:a,description:ez,show_description:a,disabled:c},{id:eA,parent_id:g,title:aI,doc_count:aJ,enable:a,disabled:c},{id:eB,parent_id:g,title:eC,doc_count:eD,enable:a,description:eE,show_description:a,disabled:c},{id:eF,parent_id:g,title:eG,doc_count:aK,enable:a,disabled:c},{id:eH,parent_id:g,title:aL,doc_count:am,enable:a,description:eI,show_description:a,disabled:c},{id:eJ,parent_id:g,title:eK,doc_count:C,enable:a,disabled:c},{id:eL,parent_id:g,title:eM,doc_count:x,enable:a,description:eN,show_description:a,disabled:c},{id:eO,parent_id:g,title:eP,doc_count:aj,enable:a,description:eQ,show_description:a,disabled:c},{id:eR,parent_id:g,title:eS,doc_count:eT,enable:a,description:eU,show_description:a,disabled:c},{id:eV,parent_id:g,title:eW,doc_count:b,enable:a,description:eX,show_description:a,disabled:c}]},{id:j,title:T,doc_count:eY,enable:a,cover:eZ,icon:e_,description:e$,show_description:a,disabled:c,children:[{id:fa,parent_id:j,title:fb,doc_count:y,enable:a,description:fc,disabled:c},{id:fd,parent_id:j,title:fe,doc_count:C,enable:a,description:ff,show_description:a,disabled:c},{id:fg,parent_id:j,title:aM,doc_count:y,enable:a,description:fh,show_description:a,disabled:c},{id:fi,parent_id:j,title:aN,doc_count:G,enable:a,description:fj,show_description:a,disabled:c},{id:fk,parent_id:j,title:fl,enable:a,disabled:c},{id:fm,parent_id:j,title:aO,doc_count:U,enable:a,description:fn,disabled:c},{id:fo,parent_id:j,title:fp,doc_count:fq,enable:a,description:fr,show_description:a,disabled:c},{id:fs,parent_id:j,title:aP,doc_count:y,enable:a,description:ft,show_description:a,disabled:c},{id:fu,parent_id:j,title:aQ,doc_count:R,enable:a,description:fv,show_description:a,disabled:c},{id:fw,parent_id:j,title:fx,doc_count:fy,enable:a,description:fz,show_description:a,disabled:c},{id:fA,parent_id:j,title:aR,doc_count:as,enable:a,description:fB,show_description:a,disabled:c},{id:fC,parent_id:j,title:aS,doc_count:u,enable:a,description:fD,show_description:a,disabled:c},{id:fE,parent_id:j,title:aT,doc_count:b,enable:a,disabled:c},{id:fF,parent_id:j,title:aU,doc_count:aV,enable:a,description:fG,show_description:a,disabled:c},{id:fH,parent_id:j,title:aW,doc_count:x,enable:a,description:fI,show_description:a,disabled:c},{id:fJ,parent_id:j,title:fK,doc_count:O,enable:a,description:fL,show_description:a,disabled:c},{id:bO,parent_id:j,title:fM,enable:a,description:fN,show_description:a,disabled:c},{id:fO,parent_id:j,title:aX,doc_count:fP,enable:a,description:fQ,show_description:a,disabled:c},{id:aq,parent_id:j,title:fR,enable:a,disabled:c},{id:J,parent_id:j,title:aY,doc_count:fS,enable:a,description:fT,show_description:a,disabled:c,children:[{id:fU,parent_id:J,title:fV,doc_count:aZ,enable:a,description:fW,show_description:a,disabled:c},{id:fX,parent_id:J,title:a_,doc_count:u,enable:a,description:fY,show_description:a,disabled:c},{id:fZ,parent_id:J,title:f_,doc_count:L,enable:a,description:f$,show_description:a,disabled:c}]},{id:ga,parent_id:j,title:gb,doc_count:b,enable:a,disabled:c}]},{id:n,title:gc,doc_count:gd,enable:a,cover:ge,icon:gf,disabled:c,children:[{id:gg,parent_id:n,title:a$,doc_count:b,enable:a,disabled:c},{id:gh,parent_id:n,title:gi,enable:a,disabled:c},{id:gj,parent_id:n,title:ba,doc_count:gk,enable:a,disabled:c},{id:gl,parent_id:n,title:gm,doc_count:gn,enable:a,disabled:c},{id:go,parent_id:n,title:bb,enable:a,disabled:c},{id:al,parent_id:n,title:bc,doc_count:q,enable:a,description:gp,show_description:a,disabled:c},{id:bd,parent_id:n,title:be,doc_count:gq,enable:a,disabled:c,children:[{id:bf,parent_id:bd,title:gr,doc_count:bg,enable:a,description:gs,show_description:a,disabled:c,children:[{id:gt,parent_id:bf,title:bh,doc_count:q,enable:a,description:gu,show_description:a,disabled:c}]}]},{id:gv,parent_id:n,title:bi,enable:a,disabled:c},{id:gw,parent_id:n,title:bj,doc_count:q,enable:a,description:gx,show_description:a,disabled:c},{id:gy,parent_id:n,title:bk,enable:a,disabled:c},{id:gz,parent_id:n,title:gA,doc_count:s,enable:a,disabled:c},{id:gB,parent_id:n,title:bl,enable:a,disabled:c},{id:gC,parent_id:n,title:bm,doc_count:gD,enable:a,description:gE,show_description:a,disabled:c},{id:gF,parent_id:n,title:gG,doc_count:az,enable:a,disabled:c},{id:gH,parent_id:n,title:gI,doc_count:bP,enable:a,disabled:c}]},{id:i,title:bn,doc_count:gJ,enable:a,cover:gK,disabled:c,children:[{id:gL,parent_id:i,title:bo,doc_count:bp,enable:a,show_description:a,disabled:c},{id:gM,parent_id:i,title:gN,doc_count:aJ,enable:a,description:gO,show_description:a,disabled:c},{id:gP,parent_id:i,title:gQ,doc_count:q,enable:a,description:gR,show_description:a,disabled:c},{id:gS,parent_id:i,title:gT,doc_count:U,enable:a,description:gU,show_description:a,disabled:c},{id:gV,parent_id:i,title:gW,doc_count:C,enable:a,description:gX,show_description:a,disabled:c},{id:gY,parent_id:i,title:gZ,doc_count:C,enable:a,disabled:c},{id:g_,parent_id:i,title:bq,doc_count:q,enable:a,disabled:c},{id:g$,parent_id:i,title:br,doc_count:bp,enable:a,description:ha,show_description:a,disabled:c},{id:hb,parent_id:i,title:bs,doc_count:S,enable:a,description:hc,show_description:a,disabled:c},{id:hd,parent_id:i,title:bt,doc_count:aK,enable:a,disabled:c},{id:he,parent_id:i,title:bu,doc_count:au,enable:a,disabled:c},{id:hf,parent_id:i,title:hg,doc_count:hh,enable:a,description:hi,show_description:a,disabled:c},{id:hj,parent_id:i,title:hk,doc_count:aZ,enable:a,description:hl,show_description:a,disabled:c},{id:hm,parent_id:i,title:hn,doc_count:P,enable:a,disabled:c},{id:ho,parent_id:i,title:hp,doc_count:F,enable:a,description:hq,show_description:a,disabled:c},{id:hr,parent_id:i,title:bv,doc_count:b,enable:a,disabled:c},{id:hs,parent_id:i,title:ht,doc_count:L,enable:a,disabled:c},{id:hu,parent_id:i,title:hv,doc_count:hw,enable:a,description:hx,show_description:a,disabled:c},{id:hy,parent_id:i,title:hz,doc_count:O,enable:a,disabled:c},{id:hA,parent_id:i,title:bw,doc_count:hB,enable:a,disabled:c},{id:hC,parent_id:i,title:bx,doc_count:hD,enable:a,disabled:c},{id:hE,parent_id:i,title:by,doc_count:q,enable:a,disabled:c}]},{id:p,title:hF,doc_count:bz,enable:a,cover:hG,icon:hH,disabled:c,children:[{id:hI,parent_id:p,title:bA,doc_count:hJ,enable:a,description:hK,show_description:a,disabled:c},{id:hL,parent_id:p,title:hM,doc_count:F,enable:a,description:hN,show_description:a,disabled:c},{id:hO,parent_id:p,title:hP,doc_count:hQ,enable:a,description:hR,show_description:a,disabled:c},{id:hS,parent_id:p,title:bB,doc_count:aV,enable:a,description:hT,show_description:a,disabled:c},{id:hU,parent_id:p,title:hV,doc_count:hW,enable:a,description:hX,show_description:a,disabled:c},{id:bC,parent_id:p,title:hY,doc_count:U,enable:a,disabled:c,children:[{id:hZ,parent_id:bC,title:h_,doc_count:G,enable:a,description:h$,show_description:a,disabled:c}]},{id:ia,parent_id:p,title:bD,doc_count:L,enable:a,disabled:c},{id:ib,parent_id:p,title:ic,doc_count:u,enable:a,description:id,show_description:a,disabled:c},{id:bE,parent_id:p,title:ie,doc_count:u,enable:a,disabled:c,children:[{id:if0,parent_id:bE,title:bF,doc_count:u,enable:a,description:ig,show_description:a,disabled:c}]},{id:ih,parent_id:p,title:ii,doc_count:I,enable:a,description:ij,show_description:a,disabled:c},{id:ik,parent_id:p,title:il,doc_count:I,enable:a,disabled:c}]}],categoryArticleTrees:[{id:k,title:im,doc_count:r,enable:a,icon:in0,type:b,disabled:c,children:[{id:io,parent_id:k,title:ab,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:iy,enable:a,type:b,disabled:c},{id:iz,parent_id:k,title:iA,enable:a,type:b,disabled:c},{id:iB,parent_id:k,title:ad,enable:a,type:b,disabled:c},{id:iC,parent_id:k,title:iD,enable:a,type:b,disabled:c},{id:iE,parent_id:k,title:af,enable:a,type:b,disabled:c},{id:iF,parent_id:k,title:iG,enable:a,type:b,disabled:c},{id:iH,parent_id:k,title:Y,doc_count:b,enable:a,type:b,disabled:c},{id:iI,parent_id:k,title:iJ,enable:a,type:b,disabled:c},{id:iK,parent_id:k,title:iL,enable:a,type:b,disabled:c},{id:iM,parent_id:k,title:Q,enable:a,type:b,disabled:c},{id:iN,parent_id:k,title:iO,enable:a,type:b,disabled:c},{id:iP,parent_id:k,title:ai,enable:a,type:b,disabled:c},{id:iQ,parent_id:k,title:iR,doc_count:b,enable:a,type:b,disabled:c},{id:iS,parent_id:k,title:iT,enable:a,type:b,disabled:c},{id:iU,parent_id:k,title:iV,doc_count:b,enable:a,type:b,disabled:c}]},{id:f,title:iW,doc_count:y,enable:a,icon:iX,type:b,disabled:c,children:[{id:iY,parent_id:f,title:iZ,enable:a,type:b,disabled:c},{id:i_,parent_id:f,title:K,enable:a,type:b,disabled:c},{id:i$,parent_id:f,title:ja,enable:a,type:b,disabled:c},{id:jb,parent_id:f,title:ak,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:an,enable:a,type:b,disabled:c},{id:jf,parent_id:f,title:ac,enable:a,type:b,disabled:c},{id:jg,parent_id:f,title:ao,enable:a,type:b,disabled:c},{id:jh,parent_id:f,title:aD,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:jl,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:aE,enable:a,type:b,disabled:c},{id:jp,parent_id:f,title:jq,enable:a,type:b,disabled:c},{id:jr,parent_id:f,title:ap,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:jx,enable:a,type:b,disabled:c},{id:jy,parent_id:f,title:_,enable:a,type:b,disabled:c},{id:jz,parent_id:f,title:at,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: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:av,enable:a,type:b,disabled:c},{id:jL,parent_id:f,title:ax,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:ay,enable:a,type:b,disabled:c},{id:jP,parent_id:f,title:aA,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:aG,enable:a,type:b,disabled:c},{id:jV,parent_id:f,title:aH,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:j_,parent_id:f,title:bk,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,doc_count:b,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,enable:a,type:b,disabled:c},{id:kh,parent_id:f,title:ki,enable:a,type:b,disabled:c},{id:kj,parent_id:f,title:kk,doc_count:s,enable:a,type:b,disabled:c}]},{id:l,title:kl,enable:a,icon:km,type:b,disabled:c,children:[{id:kn,parent_id:l,title:a$,enable:a,type:b,disabled:c},{id:ko,parent_id:l,title:kp,enable:a,type:b,disabled:c},{id:kq,parent_id:l,title:ae,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:kw,enable:a,type:b,disabled:c},{id:kx,parent_id:l,title:ky,enable:a,type:b,disabled:c},{id:kz,parent_id:l,title:bb,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:kD,enable:a,type:b,disabled:c},{id:kE,parent_id:l,title:kF,enable:a,type:b,disabled:c},{id:kG,parent_id:l,title:ah,enable:a,type:b,disabled:c},{id:kH,parent_id:l,title:Q,enable:a,type:b,disabled:c},{id:kI,parent_id:l,title:aI,enable:a,type:b,disabled:c},{id:kJ,parent_id:l,title:kK,enable:a,type:b,disabled:c},{id:kL,parent_id:l,title:kM,enable:a,type:b,disabled:c}]},{id:e,title:T,doc_count:s,enable:a,icon:kN,type:b,disabled:c,children:[{id:kO,parent_id:e,title:K,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:aM,enable:a,type:b,disabled:c},{id:kS,parent_id:e,title:aN,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:kX,parent_id:e,title:kY,enable:a,type:b,disabled:c},{id:kZ,parent_id:e,title:k_,enable:a,type:b,disabled:c},{id:bz,parent_id:e,title:k$,doc_count:b,enable:a,type:b,disabled:c},{id:la,parent_id:e,title:lb,enable:a,type:b,disabled:c},{id:lc,parent_id:e,title:ld,enable:a,type:b,disabled:c},{id:le,parent_id:e,title:lf,enable:a,type:b,disabled:c},{id:lg,parent_id:e,title:aO,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: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:aP,enable:a,type:b,disabled:c},{id:lM,parent_id:e,title:aQ,enable:a,type:b,disabled:c},{id:aB,parent_id:e,title:a_,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:l_,enable:a,type:b,disabled:c},{id:l$,parent_id:e,title:aR,enable:a,type:b,disabled:c},{id:ma,parent_id:e,title:mb,enable:a,type:b,disabled:c},{id:mc,parent_id:e,title:md,enable:a,type:b,disabled:c},{id:me,parent_id:e,title:aS,enable:a,type:b,disabled:c},{id:mf,parent_id:e,title:mg,enable:a,type:b,disabled:c},{id:mh,parent_id:e,title:mi,enable:a,type:b,disabled:c},{id:mj,parent_id:e,title:bG,enable:a,type:b,disabled:c},{id:mk,parent_id:e,title:ml,enable:a,type:b,disabled:c},{id:mm,parent_id:e,title:aT,enable:a,type:b,disabled:c},{id:mn,parent_id:e,title:aU,enable:a,type:b,disabled:c},{id:mo,parent_id:e,title:aW,enable:a,type:b,disabled:c},{id:mp,parent_id:e,title:mq,enable:a,type:b,disabled:c},{id:mr,parent_id:e,title:ms,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:mw,enable:a,type:b,disabled:c},{id:mx,parent_id:e,title:T,enable:a,type:b,disabled:c},{id:my,parent_id:e,title:mz,enable:a,type:b,disabled:c},{id:mA,parent_id:e,title:aX,enable:a,type:b,disabled:c},{id:mB,parent_id:e,title:aY,doc_count:b,enable:a,type:b,disabled:c},{id:mC,parent_id:e,title:mD,enable:a,type:b,disabled:c}]},{id:d,title:bn,doc_count:r,enable:a,icon:mE,type:b,disabled:c,children:[{id:mF,parent_id:d,title:ar,enable:a,type:b,disabled:c},{id:mG,parent_id:d,title:mH,enable:a,type:b,disabled:c},{id:mI,parent_id:d,title:mJ,enable:a,type:b,disabled:c},{id:mK,parent_id:d,title:mL,enable:a,type:b,disabled:c},{id:mM,parent_id:d,title:mN,enable:a,type:b,disabled:c},{id:mO,parent_id:d,title:K,enable:a,type:b,disabled:c},{id:mP,parent_id:d,title:bo,enable:a,description:mQ,show_description:a,type:b,disabled:c},{id:mR,parent_id:d,title:mS,enable:a,type:b,disabled:c},{id:mT,parent_id:d,title:mU,enable:a,type:b,disabled:c},{id:mV,parent_id:d,title:mW,enable:a,type:b,disabled:c},{id:mX,parent_id:d,title:mY,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:bh,enable:a,type:b,disabled:c},{id:nc,parent_id:d,title:nd,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:nh,enable:a,type:b,disabled:c},{id:ni,parent_id:d,title:bF,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:bq,enable:a,type:b,disabled:c},{id:nm,parent_id:d,title:nn,enable:a,type:b,disabled:c},{id:no,parent_id:d,title:np,enable:a,type:b,disabled:c},{id:nq,parent_id:d,title:nr,enable:a,type:b,disabled:c},{id:ns,parent_id:d,title:nt,enable:a,type:b,disabled:c},{id:nu,parent_id:d,title:nv,enable:a,type:b,disabled:c},{id:nw,parent_id:d,title:nx,enable:a,type:b,disabled:c},{id:ny,parent_id:d,title:nz,enable:a,type:b,disabled:c},{id:nA,parent_id:d,title:nB,enable:a,type:b,disabled:c},{id:nC,parent_id:d,title:nD,enable:a,type:b,disabled:c},{id:nE,parent_id:d,title:br,enable:a,type:b,disabled:c},{id:nF,parent_id:d,title:bs,enable:a,type:b,disabled:c},{id:nG,parent_id:d,title:nH,enable:a,type:b,disabled:c},{id:nI,parent_id:d,title:nJ,enable:a,type:b,disabled:c},{id:nK,parent_id:d,title:nL,enable:a,type:b,disabled:c},{id:nM,parent_id:d,title:nN,enable:a,type:b,disabled:c},{id:nO,parent_id:d,title:nP,enable:a,type:b,disabled:c},{id:nQ,parent_id:d,title:nR,enable:a,type:b,disabled:c},{id:nS,parent_id:d,title:nT,enable:a,type:b,disabled:c},{id:nU,parent_id:d,title:nV,enable:a,type:b,disabled:c},{id:nW,parent_id:d,title:nX,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:bu,enable:a,type:b,disabled:c},{id:n$,parent_id:d,title:oa,doc_count:s,enable:a,type:b,disabled:c},{id:ob,parent_id:d,title:oc,enable:a,type:b,disabled:c},{id:od,parent_id:d,title:oe,enable:a,type:b,disabled:c},{id:of,parent_id:d,title:og,enable:a,type:b,disabled:c},{id:oh,parent_id:d,title:oi,enable:a,type:b,disabled:c},{id:oj,parent_id:d,title:ok,enable:a,type:b,disabled:c},{id:ol,parent_id:d,title:om,enable:a,type:b,disabled:c},{id:on,parent_id:d,title:oo,enable:a,type:b,disabled:c},{id:op,parent_id:d,title:oq,enable:a,type:b,disabled:c},{id:or,parent_id:d,title:os,enable:a,type:b,disabled:c},{id:ot,parent_id:d,title:ou,enable:a,type:b,disabled:c},{id:ov,parent_id:d,title:ow,enable:a,type:b,disabled:c},{id:ox,parent_id:d,title:oy,enable:a,type:b,disabled:c},{id:oz,parent_id:d,title:oA,enable:a,type:b,disabled:c},{id:oB,parent_id:d,title:oC,enable:a,type:b,disabled:c},{id:oD,parent_id:d,title:oE,enable:a,type:b,disabled:c},{id:oF,parent_id:d,title:oG,enable:a,type:b,disabled:c},{id:oH,parent_id:d,title:oI,enable:a,type:b,disabled:c},{id:oJ,parent_id:d,title:oK,enable:a,type:b,disabled:c},{id:oL,parent_id:d,title:oM,enable:a,type:b,disabled:c},{id:oN,parent_id:d,title:oO,enable:a,type:b,disabled:c},{id:oP,parent_id:d,title:oQ,enable:a,type:b,disabled:c},{id:oR,parent_id:d,title:oS,enable:a,type:b,disabled:c},{id:oT,parent_id:d,title:oU,enable:a,type:b,disabled:c},{id:oV,parent_id:d,title:oW,doc_count:b,enable:a,type:b,disabled:c},{id:oX,parent_id:d,title:oY,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:bv,enable:a,type:b,disabled:c},{id:pc,parent_id:d,title:pd,enable:a,type:b,disabled:c},{id:pe,parent_id:d,title:pf,enable:a,type:b,disabled:c},{id:pg,parent_id:d,title:ph,enable:a,type:b,disabled:c},{id:pi,parent_id:d,title:pj,enable:a,type:b,disabled:c},{id:pk,parent_id:d,title:pl,enable:a,type:b,disabled:c},{id:pm,parent_id:d,title:pn,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:bw,doc_count:b,enable:a,type:b,disabled:c},{id:pr,parent_id:d,title:bD,doc_count:b,enable:a,type:b,disabled:c},{id:ps,parent_id:d,title:aL,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:bx,enable:a,type:b,disabled:c},{id:pw,parent_id:d,title:px,enable:a,type:b,disabled:c},{id:py,parent_id:d,title:pz,enable:a,type:b,disabled:c},{id:pA,parent_id:d,title:by,enable:a,type:b,disabled:c}]},{id:z,title:pB,enable:a,icon:pC,type:b,disabled:c,children:[{id:pD,parent_id:z,title:bA,enable:a,type:b,disabled:c},{id:pE,parent_id:z,title:bB,enable:a,type:b,disabled:c},{id:pF,parent_id:z,title:pG,enable:a,type:b,disabled:c},{id:pH,parent_id:z,title:pI,enable:a,type:b,disabled:c},{id:pJ,parent_id:z,title:pK,enable:a,type:b,disabled:c}]},{id:h,title:pL,doc_count:b,enable:a,icon:pM,type:b,disabled:c,children:[{id:pN,parent_id:h,title:pO,enable:a,type:b,disabled:c},{id:pP,parent_id:h,title:K,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:aC,enable:a,type:b,disabled:c},{id:pT,parent_id:h,title:pU,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:ba,enable:a,type:b,disabled:c},{id:p_,parent_id:h,title:p$,enable:a,type:b,disabled:c},{id:qa,parent_id:h,title:qb,enable:a,type:b,disabled:c},{id:qc,parent_id:h,title:bt,enable:a,type:b,disabled:c},{id:qd,parent_id:h,title:bc,enable:a,type:b,disabled:c},{id:qe,parent_id:h,title:qf,enable:a,type:b,disabled:c},{id:qg,parent_id:h,title:be,enable:a,type:b,disabled:c},{id:qh,parent_id:h,title:qi,enable:a,type:b,disabled:c},{id:qj,parent_id:h,title:bi,enable:a,type:b,disabled:c},{id:qk,parent_id:h,title:ql,enable:a,type:b,disabled:c},{id:qm,parent_id:h,title:bj,enable:a,type:b,disabled:c},{id:qn,parent_id:h,title:bG,enable:a,type:b,disabled:c},{id:qo,parent_id:h,title:qp,enable:a,type:b,disabled:c},{id:qq,parent_id:h,title:qr,enable:a,type:b,disabled:c},{id:qs,parent_id:h,title:qt,enable:a,type:b,disabled:c},{id:qu,parent_id:h,title:bl,enable:a,type:b,disabled:c},{id:qv,parent_id:h,title:bm,enable:a,type:b,disabled:c},{id:qw,parent_id:h,title:qx,enable:a,type:b,disabled:c},{id:qy,parent_id:h,title:qz,enable:a,type:b,disabled:c},{id:qA,parent_id:h,title:qB,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:qF,enable:a,type:b,disabled:c}]},{id:qG,title:qH,doc_count:r,enable:a,icon:qI,type:b,disabled:c}],menuDrawerVisible:c,sign:{id:v},activeCollapse:"categories",advertisements:[],activePath:qJ,rechargeVisible:c,recharge:{credit_exchange:u,credit_name:qK,recharge_min_amount:bQ,recharge_discount:"100:1.00\n200:0.95\n500:0.90\n1000:0.85\n2000:0.80\n5000:0.75\n10000:0.70"},isMobile:c,isPad:c,isPC:a,advertisementPositions:bR,footerTop:v,messageCache:{},emitProbeQuestion:{id:v}},"1":{categoryTypeOptions:[{label:"文档",value:v,type:"primary"},{label:"文章",value:b,type:"success"}],query:{page:b,size:u,sort:bK,ext:$,duration:$,language:$,category_id:w,wd:"distributed SQL query engines"},searchExts:[{label:"全部格式",value:$},{label:"PDF",value:M},{label:"DOC",value:"doc"},{label:"PPT",value:"ppt"},{label:"XLS",value:"xls"},{label:"TXT",value:"txt"},{label:"其他",value:"other"}],searchSorts:[{label:"默认排序",value:bK},{label:"最新排序",value:"latest"},{label:"页数排序",value:"pages"},{label:"大小排序",value:"size"}],durationOptions:[{label:"全部时间",value:$},{label:"最近一天",value:"day"},{label:qM,value:"week"},{label:qN,value:"month"},{label:qO,value:"three_month"},{label:qP,value:"half_year"},{label:qQ,value:"year"}],docs:[{id:1757,title:qR,keywords:qS,description:qT,user_id:D,pages:272,uuid:"87a87956b3a101fc",score:t,size:1168436,created_at:E,category_id:[g,m,w],ext:N,attachment:{hash:"12f5d3bf72e9d429b9dbd1bd0b3dcb3c"},language:A,content:qT,icon:M},{id:1742,title:qR,keywords:qS,description:qU,user_id:D,pages:339,uuid:"16a84295af706596",score:t,size:568895,created_at:E,category_id:[g,m,w],ext:aa,attachment:{hash:"4fb4e0eba13df835a936714d510c31b4"},language:A,content:qU,icon:bH},{id:1756,title:bS,keywords:bT,description:bI,user_id:D,pages:281,uuid:"11117fbc74fa8766",score:t,size:1202201,created_at:E,category_id:[g,m,w],ext:N,attachment:{hash:"d13fe6986a85cad6a31700f6381b69f9"},language:A,content:bI,icon:M},{id:1740,title:bS,keywords:bT,description:V,user_id:D,pages:353,uuid:"f7b89bc5c4ab52cf",score:t,size:580291,created_at:E,category_id:[g,m,w],ext:aa,attachment:{hash:"bdc42b0dd38d0314621ff5e673610d90"},language:A,content:V,icon:bH},{id:1737,title:bS,keywords:bT,description:V,user_id:D,pages:Z,uuid:"e37f47cdad9be5d3",score:t,size:603240,created_at:E,category_id:[g,m,w],ext:aa,attachment:{hash:"0cea485177d3078c16aaf62ea043473f"},language:A,content:V,icon:bH},{id:1723,title:qV,keywords:qW,description:bI,user_id:D,pages:285,uuid:"8e73d301034c8d09",score:t,size:1227194,created_at:E,category_id:[g,m,w],ext:N,attachment:{hash:"5799ed25bf73ff9d88d92cdfa795b867"},language:A,content:bI,icon:M},{id:1722,title:"Scrapy 1.6 Documentation",keywords:"Scrapy,1.6,Documentati,on",description:W,user_id:D,pages:295,uuid:"741fc55edef3c0dc",score:t,size:1235043,created_at:E,category_id:[g,m,w],ext:N,attachment:{hash:"09d5b46c5c7fc20ab1bc71bf74e74a99"},language:A,content:W,icon:M},{id:1739,title:qV,keywords:qW,description:V,user_id:D,pages:361,uuid:"4b5af62e4de83a97",score:t,size:586996,created_at:E,category_id:[g,m,w],ext:aa,attachment:{hash:"2e02a3da06b1db044216478dc0932ed7"},language:A,content:V,icon:bH},{id:1753,title:"Scrapy 1.7 Documentation",keywords:"Scrapy,1.7,Documentati,on",description:W,user_id:D,pages:306,uuid:"b05fc6d63355c3a3",score:t,size:1287515,created_at:E,category_id:[g,m,w],ext:N,attachment:{hash:"0b4c8b26c9ee6c658bbc76cfac8d80be"},language:A,content:W,icon:M},{id:1749,title:"Scrapy 1.8 Documentation",keywords:"Scrapy,1.8,Documentati,on",description:W,user_id:D,pages:335,uuid:"c065d923d4244c84",score:t,size:1512767,created_at:E,category_id:[g,m,w],ext:N,attachment:{hash:"fa1fe5d9e5b918e5bff87adca118f544"},language:A,content:W,icon:M}],articles:[],total:x,spend:"0.104",keywords:[bN,"1.3","Documentati","on","1.4","1.5","1.6","1.7","1.8"],stats:{user_count:1043,document_count:4802,article_count:27,os:"Ubuntu 24.04",version:qX,hash:"ba0d59081b641b9024e50c2f0a6047d6428f2ea2",build_at:"2025-10-11T00:01:06+0800"},searchType:v,searchLeftWidth:v,searchRightWidth:v,cardOffsetTop:L,datetimePickerOptions:{shortcuts:[{text:"今天",onClick:{}},{text:qM,onClick:{}},{text:qN,onClick:{}},{text:qO,onClick:{}},{text:qP,onClick:{}},{text:qQ,onClick:{}}]},showTimeout:50,aggExt:[{ext:aa,count:bg},{ext:N,count:bg}],aggLang:[{code:A,count:x}],aggCategory:[{category_id:g,count:x},{category_id:m,count:x},{category_id:w,count:x}],isMobile:c,isPad:c,isPC:a,advertisementPositions:bR,advertisements:[],footerTop:v,messageCache:{},emitProbeQuestion:{id:v}},"2":{friendlinks:[{id:b,title:"摩枫网络科技",link:"https:\u002F\u002Fmnt.ltd"},{id:s,title:qY,link:qZ}],currentYear:bV,sign:{id:v},navigations:[],isMobile:c,isPad:c,isPC:a,advertisementPositions:bR,advertisements:[],footerTop:v,messageCache:{},emitProbeQuestion:{id:v}}},error:bL,state:{user:{user:{},token:bU,permissions:[],allowPages:[],redirectAfterOauth:"\u002Fme",groups:[],chatModel:{modelId:v,enableThinking:a}},category:{categories:[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],categoryMap:{"386":q_,"387":q$,"388":ra,"389":rb,"390":rk,"391":rJ,"392":rS,"393":rr,"394":rB,"395":rU,"396":rG,"397":rW,"398":rL,"399":rR,"400":rv,"401":rq,"402":rt,"403":rm,"404":rw,"406":rx,"407":rs,"410":rP,"411":tc,"412":td,"413":tm,"415":tq,"417":r$,"418":rH,"419":sy,"420":sC,"421":sJ,"422":sE,"423":sH,"424":sz,"425":sl,"426":sn,"427":sk,"428":so,"429":sf,"430":sh,"431":sx,"432":sv,"433":sw,"437":sT,"438":sX,"440":rA,"441":rz,"442":rD,"443":rC,"444":rn,"445":rE,"446":si,"447":rY,"448":tn,"449":rK,"451":su,"452":sD,"453":rc,"454":sS,"455":rI,"456":tp,"457":tB,"458":tF,"459":tN,"460":tE,"461":sG,"462":tA,"463":tI,"465":sA,"466":tK,"467":r_,"468":sp,"469":ru,"470":ry,"471":rp,"472":sN,"473":tC,"474":sW,"475":sP,"476":sK,"477":rX,"478":tM,"479":tJ,"480":tP,"481":sc,"482":sI,"483":sF,"484":tG,"485":rT,"486":to,"487":tj,"488":tH,"489":tO,"490":ro,"491":rZ,"492":sr,"493":rV,"494":sj,"495":ty,"496":tw,"497":se,"498":th,"499":ss,"500":st,"501":sq,"502":sU,"503":te,"504":ti,"505":rN,"506":sd,"507":sR,"508":rM,"509":sQ,"510":sO,"511":tt,"512":ts,"513":rQ,"514":rd,"515":re,"516":rf,"517":rg,"518":rh,"519":rj,"520":ri,"522":rl,"523":uj,"524":tS,"525":tT,"526":tU,"527":tV,"528":tW,"529":tX,"530":tY,"531":tZ,"532":t_,"533":t$,"534":ua,"535":ub,"536":uc,"537":ud,"538":ue,"539":uf,"540":ug,"541":uh,"542":ui,"543":uk,"544":ul,"545":ut,"546":um,"547":un,"548":uo,"549":up,"550":uq,"551":ur,"552":us,"553":uu,"554":uv,"555":uw,"556":ux,"557":uy,"558":uz,"559":uA,"560":uB,"561":uC,"562":uD,"563":uE,"564":uF,"565":uG,"566":uH,"567":uI,"568":uJ,"569":uK,"570":uL,"571":uM,"572":uN,"573":uO,"574":uP,"575":uQ,"576":uR,"577":uS,"578":uT,"579":uU,"580":uV,"581":uW,"582":uX,"583":uY,"584":uZ,"585":u_,"586":u$,"587":vb,"588":vc,"589":vd,"590":ve,"591":vf,"592":vg,"593":vh,"594":vj,"595":vk,"596":vl,"597":vi,"598":vm,"599":vn,"600":vo,"601":va,"602":vp,"603":vr,"604":vq,"605":vs,"606":vt,"607":vu,"608":vv,"609":vw,"610":vx,"611":vy,"612":vz,"613":vA,"614":vB,"615":vC,"616":vE,"617":vF,"618":vG,"619":vH,"620":vI,"621":vJ,"622":vK,"623":vL,"624":wo,"625":vM,"626":vN,"627":vO,"628":vP,"629":vQ,"630":vR,"631":vS,"632":vT,"633":vU,"634":vD,"635":vV,"636":vW,"637":vX,"638":vY,"639":vZ,"640":v_,"641":v$,"642":wa,"643":wb,"644":wc,"645":wd,"646":we,"647":wg,"648":wh,"649":wf,"650":wi,"651":wj,"652":wk,"653":wl,"654":wm,"655":wn,"656":wp,"657":wq,"658":ws,"659":wt,"660":wu,"661":xp,"662":ww,"663":wx,"664":wy,"665":wA,"666":wD,"667":wH,"668":wO,"669":wZ,"670":w_,"671":xk,"672":xl,"673":xA,"674":xD,"675":xK,"676":xO,"677":wB,"678":wE,"679":wF,"680":wG,"681":wI,"682":wJ,"683":wK,"684":wL,"685":wM,"686":wN,"687":wP,"688":wQ,"689":wR,"690":wS,"691":wT,"692":wU,"693":wC,"694":wV,"695":wW,"696":wX,"697":wY,"698":w$,"699":xa,"700":xb,"701":xc,"702":xd,"703":xe,"704":xf,"705":xg,"706":xh,"707":xi,"708":xj,"709":xm,"710":xn,"711":xo,"712":xq,"713":xr,"714":xs,"715":xt,"716":xC,"717":wv,"718":xu,"719":xv,"720":xw,"721":xx,"722":xy,"723":xz,"724":xB,"725":xE,"726":xF,"727":xG,"728":xH,"729":xI,"730":xJ,"731":xL,"732":xM,"733":xN,"734":xP,"735":xQ,"736":xR,"737":xS,"738":xT,"739":xU,"740":xV,"741":xW,"742":xX,"743":xY,"744":xZ,"745":x_,"746":yr,"747":yp,"748":x$,"749":ya,"750":yb,"751":yd,"752":ye,"753":yf,"754":yg,"755":yh,"756":yi,"757":yj,"758":yk,"759":yl,"760":ym,"761":yn,"762":yo,"763":yq,"764":ys,"765":yt,"766":yu,"767":yv,"768":yw,"769":yx,"770":yy,"771":yz,"772":yA,"773":yB,"774":yC,"775":yD,"776":yE,"777":wr,"778":wz,"779":tv,"780":yc,"781":sM,"782":s$,"783":ta,"784":sb,"785":sa,"786":tg,"787":tu,"788":s_,"789":sg,"790":tk,"791":sY,"792":rF,"793":tR,"794":tr,"795":sV,"796":yG,"797":tz,"798":tf,"799":tD,"800":sm,"801":rO,"802":tl,"803":tQ,"804":yF,"805":tx,"806":sZ,"808":sB,"809":tb,"810":tL,"811":sL}},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:[_,"Golang","ChatGPT",Y],version:qX,enable_watermark:a,enable_powered_by:a,credit_name:qK,credit_exchange:u,show_exchange:a,search_prompts:["Go语言与Java相比,有哪些优劣","Flask快速入门,写一个博客系统","有哪些指令可以查看网络请求","apt、yum有哪些区别"],chat_prompts:["请帮我写一篇周报,内容包括本周工作内容、下周工作计划、遇到的问题及解决方案","如何更好地提升工作效率","请给出一份活动策划模板","如何看待房贷利率LPR下调"],bot_name:yH},footer:{about:yI,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:bO,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:S,times_every_ip:S,max_price:u},display:{show_index_categories:a,pages_per_read:r,copyright_statement:"本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。",show_document_descriptions:a,hide_category_without_document:a,wechat_tip:"关注我们的公众号【刻舟求荐】,给您不一样的精彩",wechat_qrcode:"\u002Fuploads\u002F2\u002F9\u002Fe\u002F4\u002Fd\u002F29e4dde26911e5b41a3f329c4a746628.jpg",contact_tip:"联系我们,反馈您的意见与建议",contact_link:"https:\u002F\u002Fwenku.it\u002Farticle\u002Fcontact",index_document_style:"card",home_version:"v2"},payment:{xunhupay_name:"虎皮椒支付",enable_mp_wechatpay:a},vip:{month_price:yJ,month_original_price:2000,month_download:bP,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:bM,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:"zh-CN"},{id:s,language:"中文(繁体)",code:"zh-TW"},{id:t,language:"英语",code:A},{id:y,language:"法语",code:"fr"},{id:r,language:"韩语",code:"ko"},{id:C,language:"德语",code:"de"},{id:I,language:"日语",code:"ja"},{id:q,language:"俄语",code:"ru"},{id:56,language:"意大利语",code:"it"},{id:94,language:"葡萄牙语",code:"pt"},{id:110,language:"西班牙语",code:"es"}]},navigations:[{id:r,title:qL,href:yK,target:bJ,sort:102400,enable:a,created_at:X,updated_at:X,fixed:a,disabled:c},{id:C,title:"文库资料",href:"\u002Fcategory",target:bJ,sort:102300,enable:a,created_at:X,updated_at:X,fixed:a,disabled:c},{id:I,title:"文章资讯",href:"\u002Farticle",target:bJ,sort:102200,enable:a,created_at:X,updated_at:X,fixed:a,disabled:c},{id:q,title:yH,href:"\u002Fchat",target:bJ,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:y,title:"开源文库系统",href:"https:\u002F\u002Fmnt.ltd\u002Fmoredoc.html",target:yL,color:"rgba(241, 19, 19, 1)",sort:yJ,enable:a,created_at:"2024-01-31T06:02:12Z",updated_at:"2024-01-31T06:02:19Z",disabled:c},{id:s,title:qY,href:qZ,target:yL,enable:a,created_at:yM,updated_at:yM,disabled:c},{id:t,title:"关于我们",href:yI,enable:a,created_at:"2024-01-10T03:43:04Z",updated_at:"2024-01-10T03:43:29Z",disabled:c}]}},serverRendered:a,routePath:qJ,config:{_app:{basePath:yK,assetsPath:"\u002F_nuxt\u002F",cdnURL:bL}},globalRefs:{}}}(true,1,false,518,517,515,387,519,453,388,514,516,392,389,386,390,8,5,2,3,10,0,504,62,4,520,"en",391,6,64,"2024-03-09T13:26:38Z",16,22,399,7,433,"Apache",35,"pdf",".pdf",13,21,"React",20,12,"数据库",44,"['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS \u003Cmark\u003Equery\u003C\u002Fmark\u003E, to mean we want to select only the text elements directly inside \u003Ctitle\u003E element. If we don’t specify the quote HTML elements with: \u003E\u003E\u003E response.css(\"div.quote\") Each of the selectors returned by the \u003Cmark\u003Equery\u003C\u002Fmark\u003E above allows us to run further queries over their sub-elements. Let’s assign the first selector to self.parse) def parse_author(self, response): def extract_with_css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E): return response.css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E).extract_first().strip() yield { 'name': extract_with_css('h3","['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS \u003Cmark\u003Equery\u003C\u002Fmark\u003E, to mean we want to select only the text elements directly inside \u003Ctitle\u003E element. If we don’t specify the quote HTML elements with: \u003E\u003E\u003E response.css(\"div.quote\") Each of the selectors returned by the \u003Cmark\u003Equery\u003C\u002Fmark\u003E above allows us to run further queries over their sub-elements. Let’s assign the first selector to response.follow(href, self.parse) def parse_author(self, response): def extract_with_css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E): return response.css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E).get(default='').strip() yield { 'name': extract_with_css('h3.author-title::text')","2024-05-04T15:22:28Z","JavaScript",394,"Java","all",".epub","Angular","Dart","Electron","Flutter","HTML\u002FCSS",393,"PWA","TypeScript",11,"C#",452,74,"Crystal","Deno","Go",432,"ActiveMQ",48,"Julia",87,"nim",410,"Node.js","PHP",40,"Python",632,"Celery","Django","Flask",395,"Ruby","Rust","Swift",26,66,"区块链","Cassandra","ClickHouse","Firebird","MongoDB","MySQL","PostgreSQL","Redis","SQL","SQLite",17,"TiDB","数据库中间件","数据库工具",32,"Navicat","Android","DevOps","iOS","Jenkins",422,"Linux",794,31,"Cilium","Nginx","Prometheus","Shell","Windows","Zabbix","云计算&大数据","Apache APISIX",14,"Docker","Hadoop","Harbor","Istio","Kubernetes","Serverless","云原生CNCF","机器学习","边缘计算",610,"Blender","Krita",454,"人工智能",795,"DataEase","Server","epub","['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS \u003Cmark\u003Equery\u003C\u002Fmark\u003E, to mean we want to select only the text elements directly inside \u003Ctitle\u003E element. If we don’t specify the quote HTML elements with: \u003E\u003E\u003E response.css(\"div.quote\") Each of the selectors returned by the \u003Cmark\u003Equery\u003C\u002Fmark\u003E above allows us to run further queries over their sub-elements. Let’s assign the first selector to response.follow(href, self.parse) def parse_author(self, response): def extract_with_css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E): return response.css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E).extract_first().strip() yield { 'name': extract_with_css('h3.author-title::text')","_self","default",null,400,"Scrapy",500,30,100,Array(6),"Scrapy 1.4 Documentation","Scrapy,1.4,Documentati,on","",2025,"前端开发",137,"\u002F\u002Fwenku.it\u002Fuploads\u002Fd\u002Fb\u002F7\u002Fa\u002Ff\u002Fdb7af4e4c196f184dcb5ac9bd00ba568.png","\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002Ff\u002F5\u002Fa\u002Fa\u002F7f5aa5248f17ac352e3f66d1a8319b3d.png",403,444,490,"Electron是一个开源框架,允许开发者使用Web技术(HTML、CSS和JavaScript)构建跨平台的桌面应用程序。",471,9,"Flutter是一个由谷歌开发的开源跨平台应用软件开发工具包,用于为Android、iOS、Windows、macOS、Linux Desktop、Google Fuchsia开发应用。 ",401,49,790,"NativeScript","NativeScript是一个开源框架,它允许开发人员使用JavaScript或TypeScript以及XML和CSS来构建跨平台本地移动应用程序,无需学习每个平台的特定语言或工具,同时提供与原生API的深度集成,实现高性能和优质的用户体验。",407,402,469,"Svelte","Svelte是一种现代的JavaScript框架,通过在构建时将代码转换为高效的原生JavaScript,实现在客户端以更少的运行时负担创建响应式、快速且轻量级的Web应用。",404,"Vue.js",406,"前端测试",470,"构建工具","后端开发",2478,"\u002F\u002Fwenku.it\u002Fuploads\u002Ff\u002F0\u002Fb\u002F8\u002Fa\u002Ff0b8aacdb939e3a464cb3568d136b744.jpeg","\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002Ff\u002Ff\u002Ff\u002F8\u002F7fff8eee8d7d3c729ac86eee0a87062f.png","后端开发是指在构建网站或应用时负责处理服务器端逻辑、数据库管理和与前端交互的程序员工作领域。",441,".Net",440,"C++",802,"Conan","Conan 是一个开源的、去中心化的 C\u002FC++ 包管理器,它在所有平台和所有构建系统及编译器中都能工作。\n",443,"Crystal 是一种性能卓越的静态类型编程语言,它结合了Ruby的语法优雅和C语言的执行效率,适用于构建高效且易于维护的软件应用。",442,"C语言","C语言是一种通用、过程式的计算机编程语言,支持结构化编程、词汇变量作用域和递归等功能,是众多编程语言的基础,广泛应用于系统软件和应用软件的开发。",445,"Deno是由Node.js的创始人Ryan Dahl开发的一款现代的、安全的JavaScript和TypeScript运行时,具有内置的依赖管理和更强调安全性的特点。",792,"ffmpeg",396,151,"Go语言(Golang)是一门由Google开发的开源编程语言,以简洁、高效、并发支持和内置垃圾回收等特性而闻名,适用于构建可靠、高性能的软件应用。",418,"GraphQL",455,"Idris","Idris是一种函数式编程语言,它支持类型推断和强类型系统,特别强调可证明的正确性。","Java是一种通用的、跨平台的、面向对象的编程语言,广泛应用于企业级开发、移动应用开发、网络编程和大数据处理等领域。",791,"Apache ActiveMQ是Apache软件基金会所研发的开放源码消息中间件;由于ActiveMQ是一个纯Java程序,因此只需要操作系统支持Java虚拟机,ActiveMQ便可执行。",806,"Apache Unomi","Apache Unomi™(发音为“You know me”)是一个Java开源客户数据平台,一个旨在管理客户、潜在客户和访客数据的Java服务器,并帮助个性化客户体验,同时还提供尊重访客隐私规则(如GDPR)的功能。\n\n",788,"Apacke Wicket","Apache Wicket是一个基于Java的开源、面向对象的Web应用程序框架,它强调视图与业务逻辑的分离,提供组件化的开发模型,使得Web应用程序的开发更加简单、快速和可维护。",782,"Spring",319,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是一种过程式编程语言,具有结构化、强类型等特点,适用于教学和学术领域,以及编写应用程序和系统软件。",99,"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","Scrapy是一个用于网络爬取的快速、高级的Python框架,能够方便地从网站上抓取结构化数据。",487,"Tornado","Tornado是一个用Python编写的轻量级Web服务器和Web应用框架,它采用异步非阻塞IO的处理方式,具有出色的抗负载能力和优异的性能,旨在解决C10K问题,即处理大于或等于一万的并发连接。",485,"RISC-V","RISC-V是一个基于精简指令集原则的开源指令集架构,简易解释为与开源软件运动相对应的一种“开源硬件”。","Ruby 是一种优雅的、面向对象的、简洁易学的动态编程语言,以其高效的开发效率和独特的元编程功能而广受欢迎。",413,"Rails","Ruby on Rails(简称 Rails)是一个基于 Ruby 语言的 Web 应用开发框架,以其简洁、优雅和高效的开发方式,帮助开发者快速构建复杂的 Web 应用程序。",493,78,"Rust是一种高效、安全且并发的系统编程语言,特别适用于构建高性能、低开销的软件,包括操作系统、网络应用、嵌入式设备等。",397,477,"UML",98,"UML是一种广泛使用的软件建模语言,全称是Unified Modeling Language,是面向对象开发中一种通用的图形化建模语言。它综合了面向对象的建模语言、方法和过程,为软件开发的所有阶段提供模型化和可视化支持。",447,"其它语言",491,"区块链是一种分布式数据库技术,它允许网络中的参与者在不需要中心化信任机构的情况下进行安全、可追溯、不可篡改的数据交换和传输。",467,"开发测试",417,"微服务","微服务是一种将大型复杂应用程序拆分成多个小型、独立、可单独部署和扩展的服务的方法,每个服务都运行在自己的进程中,并使用轻量级通信机制进行通信。",785,"敏捷开发","敏捷开发是一种以人为核心、迭代、循序渐进的开发方法,它强调在快速变化的需求中通过高度的协作和灵活的响应来交付高质量的软件。",784,"架构设计",52,"架构设计是指在软件或计算机系统的开发过程中,对系统进行整体的规划和设计,以满足特定需求和功能,并关注系统中各个组件之间的相互关系和交互方式,以降低系统的复杂性,提高系统的可理解性和可维护性。",481,"汇编语言","汇编语言是一种低级编程语言,它使用助记符(mnemonics)来代替机器语言中的二进制代码,使得程序员能够更容易地编写、理解和修改计算机程序。",434,"\u002F\u002Fwenku.it\u002Fuploads\u002Fe\u002F0\u002Fc\u002Fe\u002F9\u002Fe0ce9096954e23a1a28197002e989b5f.jpg","\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002Ff\u002F2\u002Fb\u002F9\u002F7f2b927210effe33346b9c827311e854.png","数据库是一种结构化组织和存储数据的系统,可方便地进行数据管理、检索和更新,提供有效的数据存储和访问机制。",506,"Apache Doris","Apache Doris是一个基于MPP架构的高性能实时分析数据库,以其亚秒级响应时间和支持超大数据集的能力,为实时数据分析提供了强大支持。",497,"Apache HBase","Apache HBase是一个开源的、分布式的、可扩展的、大数据存储系统,它利用Hadoop的HDFS作为其文件存储系统,并提供了类似于Google Bigtable的列式存储、高可靠性以及实时读写的能力。",429,"Apache Cassandra是一套开源分布式NoSQL数据库系统。它最初由Meta开发,用于改善电子邮件系统的搜索性能的简单格式数据,集Google BigTable的数据模型与Amazon Dynamo的完全分布式架构于一身。",789,"ClickHouse是Yandex开源的一个高性能列式数据库管理系统,专为在线分析处理(OLAP)设计,能够使用SQL进行实时数据分析并生成报告。",430,"Firebase",446,"Firebird是一个开源的关系型数据库管理系统(RDBMS),具有高性能、轻量级和跨平台特性,适用于各种应用开发场景。",494,"Greenplum",43,"Greenplum数据库是一个基于PostgreSQL的分布式数据仓库,采用MPP架构,提供强大的并行计算能力和海量数据管理能力,适用于大数据分析和数据科学应用。",427,"MongoDB是一个高性能、开源的、无模式的文档型数据库,使用类似于JSON的BSON格式存储数据,提供灵活的数据结构和水平扩展能力。",425,"MySQL是一个开源的关系型数据库管理系统(RDBMS),现属于Oracle旗下,因其高性能、易用性和可靠性而广泛应用于各种数据存储和管理需求中。",800,"PieCloudDB",23,"PieCloudDB是杭州拓数派科技发展有限公司(OpenPie)推出的云原生虚拟数仓数据库产品,它以云原生技术重构数据存储和计算,实现数据的高效管理、安全加密和弹性伸缩,支持AI和数据科学,为企业用户提供强大的数据计算基础设施。\n",426,"PostgreSQL是一个开源的关系型数据库管理系统,具有强大的扩展性和支持复杂数据类型的特点。",428,"Redis是一个开源的高性能内存数据库,以键值对存储数据,并支持丰富的数据结构和高级缓存功能。",468,501,"SQLite是一款轻量级的关系型数据库管理系统,它不需要独立的服务器进程或操作系统支持,直接读写磁盘上的数据库文件,适用于嵌入式系统和移动应用。",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","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,458,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,803,"综合其他","\u002F\u002Fwenku.it\u002Fuploads\u002F4\u002F4\u002Fc\u002F2\u002Fe\u002F44c2ed0c098bd2357e61c2636e66b1b0.png","\u002F\u002Fwenku.it\u002Fuploads\u002F0\u002Fe\u002Ff\u002F9\u002F9\u002F0ef9992efeb2af816b83eb04f3e8fd4b.png",472,41,"Blender是一款自由和开源的三维计算机图形软件,它可以用于创建和渲染三维模型、动画、游戏、视觉效果等。",510,"GIMP","GIMP是一款开源免费的图像处理软件,提供了丰富的图像编辑和创作功能,类似于专业的Photoshop,但更轻便易用。",475,"KiCad",114,"KiCad 是一个开源软件工具,用于创建电子原理图和 PCB 图形。 ",509,"Krita是一款强大的开源数字绘画和动画软件,专为艺术家和创作者设计,提供丰富的绘画工具和高效的工作流程,助力创意无限发挥。",507,"Weblate",302,"Weblate是一款易于使用的开源在线协作翻译平台,支持多种格式文件的翻译管理,让团队协作翻译变得更加高效便捷。","产品与服务",793,"Apache OFBiz","Apache OFBiz是一个开源的企业资源计划系统。它提供了一套企业应用程序,它们集成并自动化了企业的许多业务流程。",437,502,"亿图","亿图是一款功能强大的图形图表设计软件,支持创建各种流程图、组织结构图、思维导图、UML图、ER图等多种图表类型,广泛应用于商业、教育、科研等领域。","数据可视化",796,"DataEase 是开源的数据可视化分析工具,帮助用户快速分析数据并洞察业务趋势,从而实现业务的改进与优化。DataEase 支持丰富的数据源连接,能够通过拖拉拽方式快速制作图表,并可以方便地与他人分享。",474,"版本控制","版本控制软件工具,如Git、SVN等",438,"笔试面试","前端","\u002F\u002Fwenku.it\u002Fuploads\u002Fc\u002F9\u002F6\u002Fa\u002F8\u002Fc96a81f58f7cc0a441d5b7c477c9e535.png",524,525,"Ant Design",526,"Babel",527,"Bootstrap",528,"Chart.js",529,"CSS3",530,"Echarts",531,532,"Highcharts",533,534,"HTML5",535,536,"JerryScript",537,"Jest",538,539,"Sass",540,541,"Vue",542,"前端工具",523,"小程序","后端","\u002F\u002Fwenku.it\u002Fuploads\u002F5\u002Fa\u002Fd\u002Fb\u002F6\u002F5adb6293f8b134c64f291d963a954db1.png",543,".NET",544,546,"C\u002FC++",547,548,"CMake",549,550,551,552,545,"Dubbo",553,"Erlang",554,"Fastify",555,556,"Gin",557,558,"GoFrame",559,"Guzzle",560,"Iris",561,562,563,"Lisp",564,"LLVM",565,"Lua",566,"Matplotlib",567,"Micronaut",568,569,570,"Perl",571,572,573,"Qt",574,"RPC",575,576,577,"R语言",578,"Scala",579,580,"Vlang",581,"wasm",582,"Yew",583,"Zephir",584,"Zig",585,"算法","移动端","\u002F\u002Fwenku.it\u002Fuploads\u002F3\u002F1\u002F0\u002F6\u002F0\u002F31060f3b15bf4e4779d8b9036e136ce2.png",586,601,"APP工具",587,588,"Framework7",589,"Harmony",590,"Hippy",591,"Ionic",592,593,"kotlin",597,"Native",594,"Object-C",595,596,598,599,"uni-app",600,"Weex","\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002F1\u002F4\u002F4\u002F8\u002F71448dca9edf0addc5740a352571efe2.png",602,604,"ArangoDB",603,605,606,"CouchDB",607,"CrateDB",608,"DB2",609,"DocumentDB","Doris",611,"DragonflyDB",612,"EdgeDB",613,"etcd",614,615,"GaussDB",634,"Graph",616,"GreenPlum",617,"HStreamDB",618,"HugeGraph",619,"immudb",620,"IndexedDB",621,"InfluxDB",622,"IoTDB",623,"Key-Value",625,"KitDB",626,"LevelDB",627,"M3DB",628,"MatrixOne",629,"Milvus",630,631,633,"Nebula",635,"NewSQL",636,"NoSQL",637,"OceanBase",638,"OpenTSDB",639,"Oracle",640,"OrientDB",641,642,"PrestoDB",643,"QuestDB",644,645,"RocksDB",646,"SequoiaDB",649,647,"Skytable",648,650,651,652,"TiKV",653,"TimescaleDB",654,"YugabyteDB",655,"关系型数据库",624,656,"数据库ORM",657,777,658,"时序数据库","\u002F\u002Fwenku.it\u002Fuploads\u002Fd\u002Fc\u002F8\u002F1\u002F1\u002Fdc8111a5ba18c728a8239b6814e7e4c6.png",659,660,"Aeraki",717,"Agent",662,"Alluxio",663,"Antrea",664,778,"Apache APISIX 是一个动态、实时、高性能的云原生API网关,提供丰富的流量管理功能,支持多平台运行,并具备全动态能力,是超大规模、复杂业务系统的理想选择。",665,"APISIX",677,"BFE",693,"Bit",666,"BookKeeper",678,"Chaos",679,"Choerodon",680,667,"CloudStack",681,"Consul",682,"Dapr",683,684,"DC\u002FOS",685,686,"Drill",668,"Druid",687,"ElasticJob",688,"ElasticSearch",689,"Envoy",690,"Erda",691,"Flink",692,"Fluent",694,"Grafana",695,696,697,"Helm",669,"Hudi",670,"InLong",698,"Kafka",699,"Knative",700,"Kong",701,"KubeCube",702,"KubeEdge",703,"Kubeflow",704,"KubeOperator",705,706,"KubeSphere",707,"KubeVela",708,"Kuma",671,"Kylin",672,"Libcloud",709,"Linkerd",710,"Longhorn",711,"MeiliSearch",661,"Mesh",712,"Nacos",713,"NATS",714,"OKD",715,"Open",718,"OpenEBS",719,"OpenKruise",720,"OpenPitrix",721,"OpenSearch",722,"OpenStack",723,"OpenTracing",673,"Ozone",724,"PaddlePaddle",716,"Policy",674,"Pulsar",725,"PyTorch",726,"Rainbond",727,"Rancher",728,"RediSearch",729,"Scikit-learn",730,675,"ShardingSphere",731,"ShenYu",732,"Spark",733,"Storm",676,"Superset",734,"XuperChain",735,"Zadig",736,737,738,739,"数据挖掘",740,741,"深度学习",742,"算法工程",743,"UI&美工&设计","\u002F\u002Fwenku.it\u002Fuploads\u002Ff\u002Fd\u002Fb\u002F2\u002F2\u002Ffdb2259630f512313f3723af4846de5e.png",772,773,774,"Sketch",775,"UI",776,"设计","网络&系统&运维","\u002F\u002Fwenku.it\u002Fuploads\u002Fa\u002F7\u002F6\u002Fe\u002F1\u002Fa76e1f224c0968021d0e1d200ecda073.png",744,"Ansible",745,748,"AWK",749,750,"Ceph",780,"CI\u002FCD",751,"Curve",752,753,"GoCD",754,"HAProxy",755,756,757,"JumpServer",758,759,"Mac",760,761,"OpenResty",762,747,763,"traefik",746,"Traffic",764,"Unix",765,766,767,"Zipkin",768,"安全防护",769,"系统内核",770,"网络",771,"运维监控",522,"综合其它","\u002F\u002Fwenku.it\u002Fuploads\u002F2\u002F0\u002F8\u002Fa\u002F8\u002F208a801b7f1524429ecff05e49246105.png","\u002Fsearch","码力","首页","最近一周","最近一个月","最近三个月","最近半年","最近一年","Scrapy 1.3 Documentation","Scrapy,1.3,Documentati,on","['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS \u003Cmark\u003Equery\u003C\u002Fmark\u003E, to mean we want to select only the text elements directly inside \u003Ctitle\u003E element. If we don’t specify the quote HTML elements with: \u003E\u003E\u003E response.css(\"div.quote\") Each of the selectors returned by the \u003Cmark\u003Equery\u003C\u002Fmark\u003E above allows us to run further queries over their sub-elements. Let’s assign the first selector to Request(next_page, callback=self.parse) def parse_author(self, response): def extract_with_css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E): return response.css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E).extract_first().strip() yield { 'name': extract_with_css('h3.author-title::text')","['Quotes to Scrape'] There are two things to note here: one is that we’ve added ::text to the CSS \u003Cmark\u003Equery\u003C\u002Fmark\u003E, to mean we want to select only the text elements directly inside \u003Ctitle\u003E element. If we don’t specify the quote HTML elements with: \u003E\u003E\u003E response.css(\"div.quote\") Each of the selectors returned by the \u003Cmark\u003Equery\u003C\u002Fmark\u003E above allows us to run further queries over their sub-elements. Let’s assign the first selector to callback=self.parse) def parse_author(self, response): def extract_with_css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E): return response.css(\u003Cmark\u003Equery\u003C\u002Fmark\u003E).extract_first().strip() yield { 'name': extract_with_css('h3","Scrapy 1.5 Documentation","Scrapy,1.5,Documentati,on","v3.3.0-beta.70","书栈网","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>