pdf文档 The HTML Handbook

901.54 KB 74 页 0 评论
语言 格式 评分
英语
.pdf
3
摘要
文档《The HTML Handbook》阐述了HTML的基础知识、历史发展及其重要性。HTML是hyper text markup language的缩写,是web的基本构建块,由WHATWG组织标准化,具有简洁性和向后兼容性。文档涵盖了HTML的页面结构、标签的使用、容器标签、表单、表格、图片、可访问性等内容。此外,还介绍了HTML5的发展历程和XHTML的过渡。文档旨在帮助初学者快速上手HTML,同时为专业人士提供进一步的知识提升。
AI总结
《The HTML Handbook》是一本旨在帮助读者快速掌握HTML核心知识的指南,涵盖了从基础到高级内容的全面概述。以下是文档的总结: ### 概述 HTML( 超文本标记语言)是构建网络的最基本技术,自1993年正式诞生以来,逐步发展为支持丰富网络应用的核心技术。这本手册遵循“80/20规则”,即通过20%的努力掌握80%的内容,适合初学者快速入门,也适合专业人士深入理解HTML的高级主题。 ### HTML 基础 - **标准化**:HTML的标准由WHATWG(Web Hypertext Application Technology Working Group)维护,主要由Google、Mozilla、Apple和Microsoft控制。 - **历史演变**:HTML经历了从HTML 1到HTML 4的发展,曾尝试过XHTML的edn.XmlOverflow组织反对XHTML的复杂性,最终HTML 5成为主流。 - **特性**:HTML的成功源于其简单性和宽容性,浏览器能够容忍代码中的小错误,确保向后兼容性,使旧的HTML文档在现代浏览器中仍能正常显示。 ### 文档结构 1. **文档头部(Document Heading)**: - **``**:定义页面标题,重要的SEO元素。 - **`<meta>`**:提供页面元数据,如字符编码、viewport设置等。 - **`<link>`**:用于链接外部资源,如CSS样式表。 - **`<script>`** 和 **`<noscript>`**:分别用于嵌入JavaScript代码和提供无JavaScript浏览器的替代内容。 - **`<style>`**:定义内联CSS样式。 - **`<base>`**:设置页面中所有链接的基础URL。 2. **文档正文(Document Body)**: - **块级元素与内联元素**:块级元素占据整个容器宽度,如`<div>`,而内联元素如`<span>`只占据所需空间。 - **文本交互标签**: - **`<p>`**:段落。 - **`<span>`**:行内容器,用于应用样式。 - **`<br>`**:换行。 - **`<h1>`到`<h6>`**:标题,层次从高到低。 - **`<strong>`**和**`<em>`**:分别表示强调和斜体文本。 3. **链接与导航**: - **`<a>`**:创建超链接,通过`href`属性指定目标URL。 - **`<nav>`**:定义导航链接区域。 4. **容器标签与页面结构**: - **语义化标签**:如`<article>`、`<section>`、`<header>`、`<footer>`等,用于定义页面的结构和内容区域。 - **`<div>`**:通用容器,用于布局和样式化。 5. **表单**: - **`<input>`**:支持多种类型,如文本、密码、电子邮件、数字等。 - **`<textarea>`**:多行文本输入框。 - **`<select>`** 和 **`<option>`**:下拉选择框及其选项。 - 表单验证和无障碍访问(ARIA属性)。 6. **表格**: - 使用**`<table>`**、**`<tr>`**、**`<td>`**等标签创建表格。 7. **图片**: - **`<img>`**:嵌入图片,必须提供`alt`属性描述图片内容。 - **`<picture>`**:响应式图片,通过`<source>`标签指定不同屏幕尺寸的图片源。 ### 无障碍访问 - 确保HTML内容对残障人士友好,例如使用屏幕阅读器的用户。 - 通过ARIA属性(如`aria-label`、`aria-labelledby`、`aria-describedby`)提供更好的无障碍支持。 ### 总结 这本手册全面涵盖了HTML的基础知识和高级主题,旨在帮助读者快速掌握HTML,并深入理解其在网络开发中的核心作用。</div></div> <div class="text-center"><button type="button" class="el-button el-button--text el-button--mini"><!----><i class="el-icon-arrow-down"></i><span>展开内容</span></button></div></div></div></td></tr></tbody></table></div></div> <div class="document-descriptions el-descriptions" style="margin-top:-21px;"><div class="el-descriptions__body"><table class="el-descriptions__table is-bordered"><tbody><tr class="el-descriptions-row"><th colSpan="1" class="el-descriptions-item__cell el-descriptions-item__label is-bordered-label descriptions-label"><i class="el-icon-link"></i> 来源 </th><td colSpan="5" class="el-descriptions-item__cell el-descriptions-item__content"><a href="https://flaviocopes.com" rel="nofollow" target="_blank" class="el-link el-link--default"> flaviocopes.com </a></td></tr></tbody></table></div></div> <div class="doc-pages"><!----> <div><div><div class="el-image doc-page" style="width:800px;height:1132.9129886506937px;"><div class="el-image__placeholder"></div><!----></div> <span class="pageno">P1</span> <!----></div><div><div class="el-image doc-page" style="width:800px;height:1132.9129886506937px;"><div class="el-image__placeholder"></div><!----></div> <span class="pageno">P2</span> <!----></div><div><div class="el-image doc-page" style="width:800px;height:1132.9129886506937px;"><div class="el-image__placeholder"></div><!----></div> <span class="pageno">P3</span> <!----></div><div><div class="el-image doc-page" style="width:800px;height:1132.9129886506937px;"><div class="el-image__placeholder"></div><!----></div> <span class="pageno">P4</span> <!----></div><div><div class="el-image doc-page" style="width:800px;height:1132.9129886506937px;"><div class="el-image__placeholder"></div><!----></div> <span class="pageno">P5</span> <!----></div><div><div class="el-image doc-page" style="width:800px;height:1132.9129886506937px;"><div class="el-image__placeholder"></div><!----></div> <span class="pageno">P6</span> <!----></div><div><div class="el-image doc-page" style="width:800px;height:1132.9129886506937px;"><div class="el-image__placeholder"></div><!----></div> <span class="pageno">P7</span> <!----></div></div></div> <div class="doc-page-more text-center"><div>下载文档到本地,方便使用</div> <!----> <!----> <button type="button" class="el-button el-button--primary"><!----><i class="el-icon-download"></i><span> 下载文档 (901.54 KB)</span></button> <div class="text-muted"><small> - 可预览页数已用完,剩余 67 页请下载阅读 - </small></div></div> <div class="moreinfo"><div class="share-info"> 本文档由 <a href="/user/6" class="el-link el-link--primary">helloworld</a> 于 <span class="text-muted"> 2024-01-06 10:46:54 </span> 上传分享 </div> <div class="btn-actions"><button type="button" class="el-button el-button--primary is-plain"><!----><i class="el-icon-warning-outline"></i><span>举报</span></button> <button type="button" class="el-button float-right hidden-xs-only el-button--primary"><!----><i class="el-icon-star-off"></i><span>收藏文档</span></button></div></div></div></div> <!----> <div class="el-card mgt-20px is-never-shadow"><!----><div class="el-card__body"><div><span class="score-tips">文档评分</span> <div role="slider" aria-valuemin="0" aria-valuemax="5" tabindex="0" class="el-rate"><span class="el-rate__item" style="cursor:pointer;"><i class="el-rate__icon el-icon-star-off" style="color:#C6D1DE;"><!----></i></span><span class="el-rate__item" style="cursor:pointer;"><i class="el-rate__icon el-icon-star-off" style="color:#C6D1DE;"><!----></i></span><span class="el-rate__item" style="cursor:pointer;"><i class="el-rate__icon el-icon-star-off" style="color:#C6D1DE;"><!----></i></span><span class="el-rate__item" style="cursor:pointer;"><i class="el-rate__icon el-icon-star-off" style="color:#C6D1DE;"><!----></i></span><span class="el-rate__item" style="cursor:pointer;"><i class="el-rate__icon el-icon-star-off" style="color:#C6D1DE;"><!----></i></span><span class="el-rate__text" style="color:#1f2d3d;"></span></div></div> <div class="com-form-comment mgt-20px"><form class="el-form form-comment el-form--inline"><div class="el-form-item comment-content is-required"><!----><div class="el-form-item__content"><div class="el-textarea"><textarea autocomplete="off" placeholder="请输入评论内容" class="el-textarea__inner"></textarea><!----></div><!----></div></div> <div class="el-form-item comment-btns"><!----><div class="el-form-item__content"><div class="el-row"><div class="el-col el-col-7"> 请文明评论,理性发言. </div> <div class="el-col el-col-17 text-right"><div class="el-form-item el-form-item-captcha"><!----><div class="el-form-item__content"><div class="captcha"><div><img src="/static/images/touch-captcha.png" class="el-tooltip pointer"></div></div><!----></div></div> <div class="el-form-item is-required"><!----><div class="el-form-item__content"><div class="el-input"><!----><input type="text" autocomplete="off" placeholder="请输入验证码" class="el-input__inner"><!----><!----><!----><!----></div><!----></div></div> <div class="el-form-item"><!----><div class="el-form-item__content"><button type="button" class="el-button el-button--primary"><!----><i class="el-icon-position"></i><span>发表点评</span></button><!----></div></div></div></div><!----></div></div></form></div> <div class="com-comment-list" data-v-48e3a6e0></div></div></div></div> <div class="hidden-xs-only document-author el-col el-col-6" style="padding-left:10px;padding-right:10px;"><div class="el-card is-never-shadow"><div class="el-card__header"><div>分享用户</div></div><div class="el-card__body"> <div class="com-user-card" data-v-3d760043><div class="user-card-avatar" data-v-3d760043><a href="/user/6" data-v-3d760043><div class="com-user-avatar" data-v-3d760043><span class="el-avatar el-avatar--circle" style="height:80px;width:80px;line-height:80px;"><img src="/static/images/avatar.png"></span> <!----></div></a></div> <div class="user-card-username" data-v-3d760043><strong data-v-3d760043>helloworld</strong></div> <div class="user-card-stat" data-v-3d760043><div class="help-block el-row" data-v-3d760043><div class="el-col el-col-8" data-v-3d760043><div data-v-3d760043>文档</div> <div class="el-link el-link--primary" data-v-3d760043>1176</div></div> <div class="el-col el-col-8" data-v-3d760043><div data-v-3d760043>文章</div> <div class="el-link el-link--primary" data-v-3d760043> 0 </div></div> <div class="el-col el-col-8" data-v-3d760043><div data-v-3d760043>码力</div> <div class="el-link el-link--primary" data-v-3d760043> 318 </div></div></div></div> <div class="user-card-signature" data-v-3d760043><div data-v-3d760043><small data-v-3d760043>个性签名</small></div> <div class="help-block" data-v-3d760043> 暂无个性签名 </div></div> <!----></div></div></div> <div class="el-card mgt-20px relate-docs is-never-shadow"><div class="el-card__header"><div>相关文档</div></div><div class="el-card__body"> <div style="max-height:-188px;overflow-y:auto;"><div class="com-document-simple-list" data-v-66009a20><ul data-v-66009a20><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-8828" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/1f6291f75ae6e008" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> The TypeScript Handbook </a></span></span></li><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-3409" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/8b373892348a5ef5" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> The Go Handbook </a></span></span></li><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-3685" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/17c16a5b644ab0b7" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> The Svelte Handbook </a></span></span></li><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-73" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/92b95b5e5b87d6ec" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> The SQL Handbook </a></span></span></li><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-3602" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/30c06376877afb00" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> The JavaScript Handbook </a></span></span></li><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-7796" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/9e3a468e7fd4e377" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> The Swift Handbook </a></span></span></li><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-4148" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/b9f9da2d82241087" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> The CSS Handbook </a></span></span></li><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-7485" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/c7698becd6efa21b" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> The React Handbook </a></span></span></li><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-5076" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/c027e840c86385d5" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> The C Handbook </a></span></span></li><li data-v-66009a20><span data-v-66009a20><div role="tooltip" id="el-popover-5540" aria-hidden="true" class="el-popover el-popper" style="width:480px;display:none;"><!----></div><span class="el-popover__reference-wrapper"><a href="/document/7a233359559d335a" target="_blank" class="el-link el-link--default" data-v-66009a20><img src="/static/images/pdf_24.png" alt="pdf文档" data-v-66009a20> deno handbook </a></span></span></li></ul></div></div></div></div></div></div> <div class="fixed-buttons"><div class="el-card is-never-shadow"><!----><div class="el-card__body"><div class="el-row"><div class="el-col el-col-18"><div class="el-button-group btn-actions"><!----> <button type="button" class="el-button el-tooltip hidden-xs-only el-button--default"><!----><i class="el-icon-full-screen"></i><!----></button> <button type="button" class="el-button el-tooltip el-button--default"><!----><i class="el-icon-star-off"></i><!----></button> <button disabled="disabled" type="button" class="el-button el-tooltip hidden-xs-only el-button--default is-disabled"><!----><i class="el-icon-zoom-out"></i><!----></button> <button type="button" class="el-button el-tooltip hidden-xs-only el-button--default"><!----><i class="el-icon-zoom-in"></i><!----></button> <button disabled="disabled" type="button" class="el-button el-tooltip hidden-xs-only el-button--default is-disabled"><!----><i class="el-icon-arrow-up"></i><!----></button> <div class="pages-dropdown el-dropdown"><span class="el-dropdown-link"><button type="button" class="el-button el-button--default"><!----><!----><span>1/74</span></button></span> <ul class="el-dropdown-menu el-popper pages-menu" style="display:none;"><li tabindex="-1" class="el-dropdown-menu__item"><!---->1 <span class="text-muted">/</span> 74</li><li tabindex="-1" class="el-dropdown-menu__item"><!---->2 <span class="text-muted">/</span> 74</li><li tabindex="-1" class="el-dropdown-menu__item"><!---->3 <span class="text-muted">/</span> 74</li><li tabindex="-1" class="el-dropdown-menu__item"><!---->4 <span class="text-muted">/</span> 74</li><li tabindex="-1" class="el-dropdown-menu__item"><!---->5 <span class="text-muted">/</span> 74</li><li tabindex="-1" class="el-dropdown-menu__item"><!---->6 <span class="text-muted">/</span> 74</li><li tabindex="-1" class="el-dropdown-menu__item"><!---->7 <span class="text-muted">/</span> 74</li></ul></div> <button type="button" class="el-button el-tooltip hidden-xs-only el-button--default"><!----><i class="el-icon-arrow-down"></i><!----></button></div> <button type="button" class="el-button btn-comment hidden-xs-only el-button--default"><!----><i class="el-icon-chat-dot-square"></i><span>点评</span></button> <div class="el-button-group float-right"><button type="button" class="el-button btn-coin el-button--primary"><!----><i class="el-icon-coin"></i><span>0<span class="hidden-xs-only"> 码力</span></span></button> <!----> <button type="button" class="el-button el-button--primary"><!----><i class="el-icon-download"></i><span><span class="hidden-xs-only">下载文档 </span> <span class="hidden-sm-and-up">下载</span></span></button> <button type="button" class="el-button el-button--danger"><!----><i class="el-icon-chat-dot-square"></i><span><span class="hidden-xs-only">文曲猩AI助手</span><span class="hidden-sm-and-up">AI</span></span></button> <button type="button" class="el-button el-tooltip el-button--warning" style="padding-left:20px;padding-right:20px;"><!----><i class="el-icon-search"></i><!----></button></div></div> <div class="text-right hidden-xs-only el-col el-col-6"><button type="button" class="el-button el-button--default"><!----><i class="el-icon-top"></i><span>回到顶部</span></button></div></div></div></div></div> <div tabindex="-1" class="el-drawer__wrapper" style="display:none;"><div role="document" tabindex="-1" class="el-drawer__container"><div aria-modal="true" aria-labelledby="el-drawer__title" aria-label="" role="dialog" tabindex="-1" class="el-drawer rtl" style="width:50%;"><header id="el-drawer__title" class="el-drawer__header"><div><div class="el-page-header"><div class="el-page-header__left"><i class="el-icon-back"></i><div class="el-page-header__title">返回</div></div><div class="el-page-header__content">举报文档</div></div></div><button aria-label="close drawer" type="button" class="el-drawer__close-btn"><i class="el-dialog__close el-icon el-icon-close"></i></button></header><!----></div></div></div> <div tabindex="-1" class="el-drawer__wrapper" style="display:none;"><div role="document" tabindex="-1" class="el-drawer__container"><div aria-modal="true" aria-labelledby="el-drawer__title" aria-label="" role="dialog" tabindex="-1" class="el-drawer rtl" style="width:640px;"><header id="el-drawer__title" class="el-drawer__header"><div><div class="el-page-header"><div class="el-page-header__left"><i class="el-icon-back"></i><div class="el-page-header__title">返回</div></div><div class="el-page-header__content">文档下载</div></div></div><button aria-label="close drawer" type="button" class="el-drawer__close-btn"><i class="el-dialog__close el-icon el-icon-close"></i></button></header><!----></div></div></div> <div tabindex="-1" class="el-drawer__wrapper" style="display:none;"><div role="document" tabindex="-1" class="el-drawer__container"><div aria-modal="true" aria-labelledby="el-drawer__title" aria-label="" role="dialog" tabindex="-1" class="el-drawer rtl" style="width:50%;"><header id="el-drawer__title" class="el-drawer__header"><div><div class="el-page-header"><div class="el-page-header__left"><i class="el-icon-back"></i><div class="el-page-header__title">返回</div></div><div class="el-page-header__content">编辑文档</div></div></div><button aria-label="close drawer" type="button" class="el-drawer__close-btn"><i class="el-dialog__close el-icon el-icon-close"></i></button></header><!----></div></div></div> <div tabindex="-1" class="el-drawer__wrapper quicksearch" style="display:none;"><div role="document" tabindex="-1" class="el-drawer__container"><div aria-modal="true" aria-labelledby="el-drawer__title" aria-label="文档内搜索" role="dialog" tabindex="-1" class="el-drawer rtl" style="width:360px;"><header id="el-drawer__title" class="el-drawer__header"><span role="heading" title="文档内搜索">文档内搜索</span><button aria-label="close 文档内搜索" type="button" class="el-drawer__close-btn"><i class="el-dialog__close el-icon el-icon-close"></i></button></header><!----></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-7841" 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){bX[0]={label:"全局广告",value:"global",description:"网站全局广告,所有页面都会显示",children:[{label:"全局底部",value:"global_bottom",description:"网站全局底部,所有页面都会显示"},{label:"全局顶部",value:"global_top",description:"网站全局顶部,所有页面都会显示"}]};bX[1]={label:qE,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:"网站首页友链上方,只有首页会显示"}]};bX[2]={label:"列表页",value:"list",description:"网站列表页,只有列表页会显示",children:[{label:"列表页导航下方",value:"list_nav_bottom",description:"网站列表页导航下方,只有列表页会显示"},{label:"列表页文档列表上方",value:"list_document_top",description:"网站列表页文档列表内容上方,只有列表页会显示"},{label:"列表页文档列表下方",value:"list_document_bottom",description:"网站列表页文档列表内容下方,只有列表页会显示"}]};bX[3]={label:"文档浏览页",value:"document",description:"网站文档浏览页,只有文档浏览页会显示",children:[{label:"文档浏览页顶部",value:"document_top",description:"网站文档浏览页顶部,只有文档浏览页会显示"},{label:"文档浏览页评论顶部",value:"document_bottom",description:"文档浏览页评论顶部,只有文档浏览页会显示"},{label:"文档浏览页页间",value:"document_between",description:"网站文档浏览页页间,只有文档浏览页会显示"}]};bX[4]={label:"个人主页",value:"user",description:"网站个人主页,只有个人主页会显示",children:[{label:"个人主页顶部",value:"user_top",description:"网站个人主页顶部,只有个人主页会显示"},{label:"个人主页文档列表顶部",value:"user_document_top",description:"网站个人主页文档列表顶部,只有个人主页会显示"}]};bX[5]={label:"搜索结果页",value:"search",description:"网站搜索结果页,只有搜索结果页会显示",children:[{label:"搜索结果页顶部",value:"search_top",description:"网站搜索结果页顶部,只有搜索结果页会显示"},{label:"搜索结果页底部",value:"search_bottom",description:"网站搜索结果页底部,只有搜索结果页会显示"},{label:"搜索结果页右侧",value:"search_right",description:"网站搜索结果页右侧,只有搜索结果页会显示"}]};qN.id=_;qN.parent_id=m;qN.title=R;qN.disabled=a;qU.id=m;qU.title=ad;qU.doc_count=b_;qU.enable=a;qU.cover=b$;qU.icon=ca;qV.id=g;qV.title=cx;qV.doc_count=cy;qV.enable=a;qV.cover=cz;qV.icon=cA;qV.description=cB;qW.id=j;qW.title=W;qW.doc_count=fa;qW.enable=a;qW.cover=fb;qW.icon=fc;qW.description=fd;qW.show_description=a;qX.id=n;qX.title=gf;qX.doc_count=gg;qX.enable=a;qX.cover=gh;qX.icon=gi;qY.id=i;qY.title=bn;qY.doc_count=gM;qY.enable=a;qY.cover=gN;qZ.id=k;qZ.title=io;qZ.doc_count=t;qZ.enable=a;qZ.icon=ip;qZ.type=b;q_.id=f;q_.title=iY;q_.doc_count=x;q_.enable=a;q_.icon=iZ;q_.type=b;q$.id=l;q$.title=ke;q$.enable=a;q$.icon=kf;q$.type=b;ra.id=e;ra.title=W;ra.doc_count=o;ra.enable=a;ra.icon=kG;ra.type=b;rb.id=d;rb.title=bn;rb.doc_count=t;rb.enable=a;rb.icon=mx;rb.type=b;rc.id=A;rc.title=pu;rc.enable=a;rc.icon=pv;rc.type=b;rd.id=h;rd.title=pE;rd.doc_count=b;rd.enable=a;rd.icon=pF;rd.type=b;re.id=p;re.title=hI;re.doc_count=bz;re.enable=a;re.cover=hJ;re.icon=hK;rf.id=qz;rf.title=qA;rf.doc_count=t;rf.enable=a;rf.icon=qB;rf.type=b;rg.id=cb;rg.parent_id=m;rg.title=ae;rg.doc_count=Q;rg.enable=a;rh.id=cc;rh.parent_id=m;rh.title=af;rh.doc_count=t;rh.enable=a;ri.id=cd;ri.parent_id=m;ri.title=ag;ri.doc_count=t;ri.enable=a;ri.description=ce;ri.show_description=a;rj.id=cf;rj.parent_id=m;rj.title=ah;rj.doc_count=cg;rj.enable=a;rj.description=ch;rj.show_description=a;rk.id=_;rk.parent_id=m;rk.title=R;rk.doc_count=o;rk.enable=a;rl.id=ai;rl.parent_id=m;rl.title=$;rl.doc_count=ci;rl.enable=a;rm.id=cm;rm.parent_id=m;rm.title=aj;rm.enable=a;rn.id=cn;rn.parent_id=m;rn.title=T;rn.doc_count=C;rn.enable=a;ro.id=co;ro.parent_id=m;ro.title=cp;ro.doc_count=b;ro.enable=a;ro.description=cq;ro.show_description=a;rp.id=bI;rp.parent_id=m;rp.title=ak;rp.doc_count=J;rp.enable=a;rq.id=cr;rq.parent_id=m;rq.title=cs;rq.doc_count=al;rq.enable=a;rr.id=ct;rr.parent_id=m;rr.title=cu;rr.enable=a;rs.id=cv;rs.parent_id=m;rs.title=cw;rs.doc_count=U;rs.enable=a;rt.id=cC;rt.parent_id=g;rt.title=cD;rt.doc_count=b;rt.enable=a;ru.id=cE;ru.parent_id=g;ru.title=am;ru.doc_count=q;ru.enable=a;rv.id=an;rv.parent_id=g;rv.title=cF;rv.doc_count=ao;rv.enable=a;rw.id=cJ;rw.parent_id=g;rw.title=ap;rw.enable=a;rw.description=cK;rw.show_description=a;rx.id=cL;rx.parent_id=g;rx.title=cM;rx.doc_count=t;rx.enable=a;rx.description=cN;rx.show_description=a;ry.id=cO;ry.parent_id=g;ry.title=aq;ry.doc_count=o;ry.enable=a;ry.description=cP;ry.show_description=a;rz.id=cQ;rz.parent_id=g;rz.title=cR;rz.doc_count=w;rz.enable=a;rA.id=cS;rA.parent_id=g;rA.title=ar;rA.doc_count=cT;rA.enable=a;rA.description=cU;rA.show_description=a;rB.id=cV;rB.parent_id=g;rB.title=cW;rB.enable=a;rC.id=cX;rC.parent_id=g;rC.title=cY;rC.doc_count=S;rC.enable=a;rC.description=cZ;rC.show_description=a;rD.id=G;rD.parent_id=g;rD.title=ab;rD.doc_count=as;rD.enable=a;rD.description=c_;rD.show_description=a;rE.id=dk;rE.parent_id=g;rE.title=av;rE.doc_count=aw;rE.enable=a;rE.description=dl;rE.show_description=a;rF.id=dm;rF.parent_id=g;rF.title=dn;rF.doc_count=do0;rF.enable=a;rF.description=dp;rF.show_description=a;rG.id=dq;rG.parent_id=g;rG.title=dr;rG.doc_count=q;rG.enable=a;rG.description=ds;rG.show_description=a;rH.id=dt;rH.parent_id=g;rH.title=du;rH.doc_count=x;rH.enable=a;rH.description=dv;rH.show_description=a;rI.id=dw;rI.parent_id=g;rI.title=ax;rI.doc_count=dx;rI.enable=a;rI.description=dy;rI.show_description=a;rJ.id=ay;rJ.parent_id=g;rJ.title=az;rJ.doc_count=K;rJ.enable=a;rJ.description=dz;rJ.show_description=a;rK.id=dD;rK.parent_id=g;rK.title=dE;rK.doc_count=q;rK.enable=a;rK.description=dF;rK.show_description=a;rL.id=L;rL.parent_id=g;rL.title=aA;rL.doc_count=dG;rL.enable=a;rL.description=dH;rL.show_description=a;rM.id=r;rM.parent_id=g;rM.title=aC;rM.doc_count=aD;rM.enable=a;rM.description=dR;rM.show_description=a;rN.id=eu;rN.parent_id=g;rN.title=ev;rN.doc_count=t;rN.enable=a;rN.description=ew;rN.show_description=a;rO.id=aH;rO.parent_id=g;rO.title=aI;rO.doc_count=o;rO.enable=a;rO.description=ex;rO.show_description=a;rP.id=eB;rP.parent_id=g;rP.title=aJ;rP.doc_count=eC;rP.enable=a;rP.description=eD;rP.show_description=a;rQ.id=eE;rQ.parent_id=g;rQ.title=aK;rQ.doc_count=ac;rQ.enable=a;rR.id=eF;rR.parent_id=g;rR.title=eG;rR.doc_count=eH;rR.enable=a;rR.description=eI;rR.show_description=a;rS.id=eJ;rS.parent_id=g;rS.title=eK;rS.doc_count=aL;rS.enable=a;rT.id=eL;rT.parent_id=g;rT.title=aM;rT.doc_count=aa;rT.enable=a;rT.description=eM;rT.show_description=a;rU.id=eN;rU.parent_id=g;rU.title=eO;rU.doc_count=s;rU.enable=a;rV.id=eP;rV.parent_id=g;rV.title=eQ;rV.doc_count=M;rV.enable=a;rV.description=eR;rV.show_description=a;rW.id=eS;rW.parent_id=g;rW.title=eT;rW.doc_count=al;rW.enable=a;rW.description=eU;rW.show_description=a;rX.id=eV;rX.parent_id=g;rX.title=eW;rX.doc_count=eX;rX.enable=a;rX.description=eY;rX.show_description=a;rY.id=eZ;rY.parent_id=g;rY.title=e_;rY.doc_count=b;rY.enable=a;rY.description=e$;rY.show_description=a;rZ.id=fe;rZ.parent_id=j;rZ.title=ff;rZ.doc_count=x;rZ.enable=a;rZ.description=fg;r_.id=fh;r_.parent_id=j;r_.title=fi;r_.doc_count=s;r_.enable=a;r_.description=fj;r_.show_description=a;r$.id=fk;r$.parent_id=j;r$.title=aN;r$.doc_count=x;r$.enable=a;r$.description=fl;r$.show_description=a;sa.id=fm;sa.parent_id=j;sa.title=aO;sa.doc_count=K;sa.enable=a;sa.description=fn;sa.show_description=a;sb.id=fo;sb.parent_id=j;sb.title=fp;sb.enable=a;sc.id=fq;sc.parent_id=j;sc.title=aP;sc.doc_count=N;sc.enable=a;sc.description=fr;sd.id=fs;sd.parent_id=j;sd.title=ft;sd.doc_count=fu;sd.enable=a;sd.description=fv;sd.show_description=a;se.id=fw;se.parent_id=j;se.title=aQ;se.doc_count=x;se.enable=a;se.description=fx;se.show_description=a;sf.id=fy;sf.parent_id=j;sf.title=aR;sf.doc_count=U;sf.enable=a;sf.description=fz;sf.show_description=a;sg.id=bJ;sg.parent_id=j;sg.title=fA;sg.doc_count=fB;sg.enable=a;sg.description=fC;sg.show_description=a;sh.id=fD;sh.parent_id=j;sh.title=aS;sh.doc_count=au;sh.enable=a;sh.description=fE;sh.show_description=a;si.id=fF;si.parent_id=j;si.title=aT;si.doc_count=w;si.enable=a;si.description=fG;si.show_description=a;sj.id=fH;sj.parent_id=j;sj.title=aU;sj.doc_count=b;sj.enable=a;sk.id=fI;sk.parent_id=j;sk.title=aV;sk.doc_count=aW;sk.enable=a;sk.description=fJ;sk.show_description=a;sl.id=fK;sl.parent_id=j;sl.title=aX;sl.doc_count=M;sl.enable=a;sl.description=fL;sl.show_description=a;sm.id=fM;sm.parent_id=j;sm.title=fN;sm.doc_count=Q;sm.enable=a;sm.description=fO;sm.show_description=a;sn.id=bK;sn.parent_id=j;sn.title=fP;sn.enable=a;sn.description=fQ;sn.show_description=a;so.id=fR;so.parent_id=j;so.title=aY;so.doc_count=fS;so.enable=a;so.description=fT;so.show_description=a;sp.id=as;sp.parent_id=j;sp.title=fU;sp.enable=a;sq.id=O;sq.parent_id=j;sq.title=aZ;sq.doc_count=fV;sq.enable=a;sq.description=fW;sq.show_description=a;sr.id=gd;sr.parent_id=j;sr.title=ge;sr.doc_count=b;sr.enable=a;ss.id=gj;ss.parent_id=n;ss.title=ba;ss.doc_count=b;ss.enable=a;st.id=gk;st.parent_id=n;st.title=gl;st.enable=a;su.id=gm;su.parent_id=n;su.title=bb;su.doc_count=gn;su.enable=a;sv.id=go;sv.parent_id=n;sv.title=gp;sv.doc_count=gq;sv.enable=a;sw.id=gr;sw.parent_id=n;sw.title=bc;sw.enable=a;sx.id=ao;sx.parent_id=n;sx.title=bd;sx.doc_count=q;sx.enable=a;sx.description=gs;sx.show_description=a;sy.id=be;sy.parent_id=n;sy.title=bf;sy.doc_count=gt;sy.enable=a;sz.id=gy;sz.parent_id=n;sz.title=bi;sz.enable=a;sA.id=gz;sA.parent_id=n;sA.title=bj;sA.doc_count=q;sA.enable=a;sA.description=gA;sA.show_description=a;sB.id=gB;sB.parent_id=n;sB.title=bk;sB.enable=a;sC.id=gC;sC.parent_id=n;sC.title=gD;sC.doc_count=o;sC.enable=a;sD.id=gE;sD.parent_id=n;sD.title=bl;sD.enable=a;sE.id=gF;sE.parent_id=n;sE.title=bm;sE.doc_count=gG;sE.enable=a;sE.description=gH;sE.show_description=a;sF.id=gI;sF.parent_id=n;sF.title=gJ;sF.doc_count=aB;sF.enable=a;sG.id=gK;sG.parent_id=n;sG.title=gL;sG.doc_count=bM;sG.enable=a;sH.id=hL;sH.parent_id=p;sH.title=bA;sH.doc_count=hM;sH.enable=a;sH.description=hN;sH.show_description=a;sI.id=hO;sI.parent_id=p;sI.title=hP;sI.doc_count=J;sI.enable=a;sI.description=hQ;sI.show_description=a;sJ.id=hR;sJ.parent_id=p;sJ.title=hS;sJ.doc_count=hT;sJ.enable=a;sJ.description=hU;sJ.show_description=a;sK.id=hV;sK.parent_id=p;sK.title=bB;sK.doc_count=aW;sK.enable=a;sK.description=hW;sK.show_description=a;sL.id=hX;sL.parent_id=p;sL.title=hY;sL.doc_count=hZ;sL.enable=a;sL.description=h_;sL.show_description=a;sM.id=bC;sM.parent_id=p;sM.title=h$;sM.doc_count=N;sM.enable=a;sN.id=ic;sN.parent_id=p;sN.title=bD;sN.doc_count=X;sN.enable=a;sO.id=id;sO.parent_id=p;sO.title=ie;sO.doc_count=w;sO.enable=a;sO.description=if0;sO.show_description=a;sP.id=bE;sP.parent_id=p;sP.title=ig;sP.doc_count=w;sP.enable=a;sQ.id=ij;sQ.parent_id=p;sQ.title=ik;sQ.doc_count=u;sQ.enable=a;sQ.description=il;sQ.show_description=a;sR.id=im;sR.parent_id=p;sR.title=in0;sR.doc_count=u;sR.enable=a;sS.id=c$;sS.parent_id=G;sS.title=at;sS.doc_count=au;sS.enable=a;sS.description=da;sS.show_description=a;sT.id=db;sT.parent_id=G;sT.title=dc;sT.doc_count=C;sT.enable=a;sT.description=dd;sT.show_description=a;sU.id=de;sU.parent_id=G;sU.title=df;sU.doc_count=t;sU.enable=a;sU.description=dg;sU.show_description=a;sV.id=dh;sV.parent_id=G;sV.title=di;sV.doc_count=dj;sV.enable=a;sW.id=dS;sW.parent_id=r;sW.title=aE;sW.doc_count=dT;sW.enable=a;sW.description=dU;sW.show_description=a;sX.id=dV;sX.parent_id=r;sX.title=dW;sX.doc_count=dX;sX.enable=a;sY.id=dY;sY.parent_id=r;sY.title=aF;sY.doc_count=dZ;sY.enable=a;sY.description=d_;sY.show_description=a;sZ.id=d$;sZ.parent_id=r;sZ.title=aG;sZ.doc_count=V;sZ.enable=a;sZ.description=ea;sZ.show_description=a;s_.id=eb;s_.parent_id=r;s_.title=ec;s_.doc_count=M;s_.enable=a;s_.description=ed;s_.show_description=a;s$.id=ee;s$.parent_id=r;s$.title=ef;s$.doc_count=J;s$.enable=a;s$.description=eg;s$.show_description=a;ta.id=eh;ta.parent_id=r;ta.title=ei;ta.doc_count=u;ta.enable=a;ta.description=ej;ta.show_description=a;tb.id=ek;tb.parent_id=r;tb.title=el;tb.doc_count=em;tb.enable=a;tb.description=en;tb.show_description=a;tc.id=eo;tc.parent_id=r;tc.title=ep;tc.doc_count=M;tc.enable=a;tc.description=eq;tc.show_description=a;td.id=er;td.parent_id=r;td.title=es;td.doc_count=U;td.enable=a;td.description=et;td.show_description=a;te.id=cj;te.parent_id=ai;te.title=ck;te.doc_count=S;te.enable=a;te.description=cl;te.show_description=a;tf.id=cG;tf.parent_id=an;tf.title=cH;tf.doc_count=aa;tf.enable=a;tf.description=cI;tf.show_description=a;tg.id=ey;tg.parent_id=aH;tg.title=ez;tg.enable=a;tg.description=eA;tg.show_description=a;th.id=dI;th.parent_id=L;th.title=dJ;th.doc_count=q;th.enable=a;th.description=dK;th.show_description=a;ti.id=dL;ti.parent_id=L;ti.title=dM;ti.doc_count=aB;ti.enable=a;ti.description=dN;ti.show_description=a;tj.id=dO;tj.parent_id=L;tj.title=dP;tj.doc_count=K;tj.enable=a;tj.description=dQ;tj.show_description=a;tk.id=dA;tk.parent_id=ay;tk.title=dB;tk.enable=a;tk.description=dC;tk.show_description=a;tl.id=bg;tl.parent_id=be;tl.title=gu;tl.doc_count=bL;tl.enable=a;tl.description=gv;tl.show_description=a;tm.id=fX;tm.parent_id=O;tm.title=fY;tm.doc_count=a_;tm.enable=a;tm.description=fZ;tm.show_description=a;tn.id=f_;tn.parent_id=O;tn.title=a$;tn.doc_count=w;tn.enable=a;tn.description=f$;tn.show_description=a;to.id=ga;to.parent_id=O;to.title=gb;to.doc_count=X;to.enable=a;to.description=gc;to.show_description=a;tp.id=gO;tp.parent_id=i;tp.title=bo;tp.doc_count=bp;tp.enable=a;tp.show_description=a;tq.id=gP;tq.parent_id=i;tq.title=gQ;tq.doc_count=ac;tq.enable=a;tq.description=gR;tq.show_description=a;tr.id=gS;tr.parent_id=i;tr.title=gT;tr.doc_count=q;tr.enable=a;tr.description=gU;tr.show_description=a;ts.id=gV;ts.parent_id=i;ts.title=gW;ts.doc_count=N;ts.enable=a;ts.description=gX;ts.show_description=a;tt.id=gY;tt.parent_id=i;tt.title=gZ;tt.doc_count=s;tt.enable=a;tt.description=g_;tt.show_description=a;tu.id=g$;tu.parent_id=i;tu.title=ha;tu.doc_count=s;tu.enable=a;tv.id=hb;tv.parent_id=i;tv.title=bq;tv.doc_count=q;tv.enable=a;tw.id=hc;tw.parent_id=i;tw.title=br;tw.doc_count=bp;tw.enable=a;tw.description=hd;tw.show_description=a;tx.id=he;tx.parent_id=i;tx.title=bs;tx.doc_count=V;tx.enable=a;tx.description=hf;tx.show_description=a;ty.id=hg;ty.parent_id=i;ty.title=bt;ty.doc_count=aL;ty.enable=a;tz.id=hh;tz.parent_id=i;tz.title=bu;tz.doc_count=aw;tz.enable=a;tA.id=hi;tA.parent_id=i;tA.title=hj;tA.doc_count=hk;tA.enable=a;tA.description=hl;tA.show_description=a;tB.id=hm;tB.parent_id=i;tB.title=hn;tB.doc_count=a_;tB.enable=a;tB.description=ho;tB.show_description=a;tC.id=hp;tC.parent_id=i;tC.title=hq;tC.doc_count=S;tC.enable=a;tD.id=hr;tD.parent_id=i;tD.title=hs;tD.doc_count=J;tD.enable=a;tD.description=ht;tD.show_description=a;tE.id=hu;tE.parent_id=i;tE.title=bv;tE.doc_count=b;tE.enable=a;tF.id=hv;tF.parent_id=i;tF.title=hw;tF.doc_count=X;tF.enable=a;tG.id=hx;tG.parent_id=i;tG.title=hy;tG.doc_count=hz;tG.enable=a;tG.description=hA;tG.show_description=a;tH.id=hB;tH.parent_id=i;tH.title=hC;tH.doc_count=Q;tH.enable=a;tI.id=hD;tI.parent_id=i;tI.title=bw;tI.doc_count=hE;tI.enable=a;tJ.id=hF;tJ.parent_id=i;tJ.title=bx;tJ.doc_count=hG;tJ.enable=a;tK.id=hH;tK.parent_id=i;tK.title=by;tK.doc_count=q;tK.enable=a;tL.id=z;tL.parent_id=bC;tL.title=ia;tL.doc_count=K;tL.enable=a;tL.description=ib;tL.show_description=a;tM.id=iq;tM.parent_id=k;tM.title=ae;tM.enable=a;tM.type=b;tN.id=ir;tN.parent_id=k;tN.title=is;tN.enable=a;tN.type=b;tO.id=it;tO.parent_id=k;tO.title=iu;tO.enable=a;tO.type=b;tP.id=iv;tP.parent_id=k;tP.title=iw;tP.enable=a;tP.type=b;tQ.id=ix;tQ.parent_id=k;tQ.title=iy;tQ.enable=a;tQ.type=b;tR.id=iz;tR.parent_id=k;tR.title=iA;tR.enable=a;tR.type=b;tS.id=iB;tS.parent_id=k;tS.title=iC;tS.enable=a;tS.type=b;tT.id=iD;tT.parent_id=k;tT.title=ag;tT.enable=a;tT.type=b;tU.id=iE;tU.parent_id=k;tU.title=iF;tU.enable=a;tU.type=b;tV.id=iG;tV.parent_id=k;tV.title=R;tV.enable=a;tV.type=b;tW.id=iH;tW.parent_id=k;tW.title=iI;tW.enable=a;tW.type=b;tX.id=iJ;tX.parent_id=k;tX.title=$;tX.doc_count=b;tX.enable=a;tX.type=b;tY.id=iK;tY.parent_id=k;tY.title=iL;tY.enable=a;tY.type=b;tZ.id=iM;tZ.parent_id=k;tZ.title=iN;tZ.enable=a;tZ.type=b;t_.id=iO;t_.parent_id=k;t_.title=T;t_.enable=a;t_.type=b;t$.id=iP;t$.parent_id=k;t$.title=iQ;t$.enable=a;t$.type=b;ua.id=iR;ua.parent_id=k;ua.title=ak;ua.enable=a;ua.type=b;ub.id=iS;ub.parent_id=k;ub.title=iT;ub.doc_count=b;ub.enable=a;ub.type=b;uc.id=iU;uc.parent_id=k;uc.title=iV;uc.enable=a;uc.type=b;ud.id=iW;ud.parent_id=k;ud.title=iX;ud.doc_count=b;ud.enable=a;ud.type=b;ue.id=i_;ue.parent_id=f;ue.title=i$;ue.enable=a;ue.type=b;uf.id=ja;uf.parent_id=f;uf.title=P;uf.enable=a;uf.type=b;ug.id=jb;ug.parent_id=f;ug.title=jc;ug.enable=a;ug.type=b;uh.id=jd;uh.parent_id=f;uh.title=am;uh.enable=a;uh.type=b;ui.id=bN;ui.parent_id=f;ui.title=je;ui.enable=a;ui.type=b;uj.id=bO;uj.parent_id=f;uj.title=ap;uj.enable=a;uj.type=b;uk.id=jf;uk.parent_id=f;uk.title=af;uk.enable=a;uk.type=b;ul.id=bP;ul.parent_id=f;ul.title=aq;ul.enable=a;ul.type=b;um.id=bQ;um.parent_id=f;um.title=aF;um.enable=a;um.type=b;un.id=jg;un.parent_id=f;un.title=jh;un.enable=a;un.type=b;uo.id=bR;uo.parent_id=f;uo.title=ji;uo.enable=a;uo.type=b;up.id=jj;up.parent_id=f;up.title=jk;up.enable=a;up.type=b;uq.id=bS;uq.parent_id=f;uq.title=aG;uq.enable=a;uq.type=b;ur.id=jl;ur.parent_id=f;ur.title=jm;ur.enable=a;ur.type=b;us.id=jn;us.parent_id=f;us.title=ar;us.enable=a;us.type=b;ut.id=jo;ut.parent_id=f;ut.title=jp;ut.enable=a;ut.type=b;uu.id=bT;uu.parent_id=f;uu.title=jq;uu.enable=a;uu.type=b;uv.id=jr;uv.parent_id=f;uv.title=js;uv.enable=a;uv.type=b;uw.id=bU;uw.parent_id=f;uw.title=ab;uw.enable=a;uw.type=b;ux.id=bV;ux.parent_id=f;ux.title=av;ux.enable=a;ux.type=b;uy.id=jt;uy.parent_id=f;uy.title=ju;uy.enable=a;uy.type=b;uz.id=jv;uz.parent_id=f;uz.title=jw;uz.enable=a;uz.type=b;uA.id=jx;uA.parent_id=f;uA.title=jy;uA.enable=a;uA.type=b;uB.id=jz;uB.parent_id=f;uB.title=jA;uB.enable=a;uB.type=b;uC.id=jB;uC.parent_id=f;uC.title=jC;uC.enable=a;uC.type=b;uD.id=jD;uD.parent_id=f;uD.title=ax;uD.enable=a;uD.type=b;uE.id=jE;uE.parent_id=f;uE.title=az;uE.enable=a;uE.type=b;uF.id=jF;uF.parent_id=f;uF.title=jG;uF.enable=a;uF.type=b;uG.id=jH;uG.parent_id=f;uG.title=aA;uG.enable=a;uG.type=b;uH.id=jI;uH.parent_id=f;uH.title=aC;uH.enable=a;uH.type=b;uI.id=jJ;uI.parent_id=f;uI.title=jK;uI.enable=a;uI.type=b;uJ.id=jL;uJ.parent_id=f;uJ.title=jM;uJ.enable=a;uJ.type=b;uK.id=jN;uK.parent_id=f;uK.title=aI;uK.enable=a;uK.type=b;uL.id=jO;uL.parent_id=f;uL.title=aJ;uL.enable=a;uL.type=b;uM.id=jP;uM.parent_id=f;uM.title=jQ;uM.enable=a;uM.type=b;uN.id=jR;uN.parent_id=f;uN.title=jS;uN.enable=a;uN.type=b;uO.id=jT;uO.parent_id=f;uO.title=bk;uO.enable=a;uO.type=b;uP.id=jU;uP.parent_id=f;uP.title=jV;uP.enable=a;uP.type=b;uQ.id=jW;uQ.parent_id=f;uQ.title=jX;uQ.doc_count=b;uQ.enable=a;uQ.type=b;uR.id=jY;uR.parent_id=f;uR.title=jZ;uR.enable=a;uR.type=b;uS.id=j_;uS.parent_id=f;uS.title=j$;uS.enable=a;uS.type=b;uT.id=ka;uT.parent_id=f;uT.title=kb;uT.enable=a;uT.type=b;uU.id=kc;uU.parent_id=f;uU.title=kd;uU.doc_count=o;uU.enable=a;uU.type=b;uV.id=kg;uV.parent_id=l;uV.title=ba;uV.enable=a;uV.type=b;uW.id=kh;uW.parent_id=l;uW.title=ki;uW.enable=a;uW.type=b;uX.id=kj;uX.parent_id=l;uX.title=ah;uX.enable=a;uX.type=b;uY.id=kk;uY.parent_id=l;uY.title=kl;uY.enable=a;uY.type=b;uZ.id=km;uZ.parent_id=l;uZ.title=kn;uZ.enable=a;uZ.type=b;u_.id=ko;u_.parent_id=l;u_.title=kp;u_.enable=a;u_.type=b;u$.id=kq;u$.parent_id=l;u$.title=kr;u$.enable=a;u$.type=b;va.id=ks;va.parent_id=l;va.title=bc;va.enable=a;va.type=b;vb.id=kt;vb.parent_id=l;vb.title=ku;vb.enable=a;vb.type=b;vc.id=kv;vc.parent_id=l;vc.title=kw;vc.enable=a;vc.type=b;vd.id=kx;vd.parent_id=l;vd.title=ky;vd.enable=a;vd.type=b;ve.id=kz;ve.parent_id=l;ve.title=aj;ve.enable=a;ve.type=b;vf.id=kA;vf.parent_id=l;vf.title=T;vf.enable=a;vf.type=b;vg.id=kB;vg.parent_id=l;vg.title=aK;vg.enable=a;vg.type=b;vh.id=kC;vh.parent_id=l;vh.title=kD;vh.enable=a;vh.type=b;vi.id=kE;vi.parent_id=l;vi.title=kF;vi.enable=a;vi.type=b;vj.id=kH;vj.parent_id=e;vj.title=P;vj.enable=a;vj.type=b;vk.id=kI;vk.parent_id=e;vk.title=kJ;vk.enable=a;vk.type=b;vl.id=kK;vl.parent_id=e;vl.title=aN;vl.enable=a;vl.type=b;vm.id=kL;vm.parent_id=e;vm.title=aO;vm.enable=a;vm.type=b;vn.id=kM;vn.parent_id=e;vn.title=kN;vn.enable=a;vn.type=b;vo.id=kO;vo.parent_id=e;vo.title=kP;vo.enable=a;vo.type=b;vp.id=kQ;vp.parent_id=e;vp.title=kR;vp.enable=a;vp.type=b;vq.id=kS;vq.parent_id=e;vq.title=kT;vq.enable=a;vq.type=b;vr.id=bz;vr.parent_id=e;vr.title=kU;vr.doc_count=b;vr.enable=a;vr.type=b;vs.id=kV;vs.parent_id=e;vs.title=kW;vs.enable=a;vs.type=b;vt.id=kX;vt.parent_id=e;vt.title=kY;vt.enable=a;vt.type=b;vu.id=kZ;vu.parent_id=e;vu.title=k_;vu.enable=a;vu.type=b;vv.id=k$;vv.parent_id=e;vv.title=aP;vv.enable=a;vv.type=b;vw.id=la;vw.parent_id=e;vw.title=lb;vw.enable=a;vw.type=b;vx.id=lc;vx.parent_id=e;vx.title=ld;vx.enable=a;vx.type=b;vy.id=le;vy.parent_id=e;vy.title=lf;vy.enable=a;vy.type=b;vz.id=lg;vz.parent_id=e;vz.title=lh;vz.enable=a;vz.type=b;vA.id=li;vA.parent_id=e;vA.title=lj;vA.enable=a;vA.type=b;vB.id=lk;vB.parent_id=e;vB.title=ll;vB.enable=a;vB.type=b;vC.id=lm;vC.parent_id=e;vC.title=ln;vC.enable=a;vC.type=b;vD.id=lo;vD.parent_id=e;vD.title=lp;vD.enable=a;vD.type=b;vE.id=lq;vE.parent_id=e;vE.title=lr;vE.enable=a;vE.type=b;vF.id=ls;vF.parent_id=e;vF.title=lt;vF.enable=a;vF.type=b;vG.id=lu;vG.parent_id=e;vG.title=lv;vG.enable=a;vG.type=b;vH.id=lw;vH.parent_id=e;vH.title=lx;vH.enable=a;vH.type=b;vI.id=ly;vI.parent_id=e;vI.title=lz;vI.enable=a;vI.type=b;vJ.id=lA;vJ.parent_id=e;vJ.title=lB;vJ.enable=a;vJ.type=b;vK.id=lC;vK.parent_id=e;vK.title=lD;vK.enable=a;vK.type=b;vL.id=lE;vL.parent_id=e;vL.title=aQ;vL.enable=a;vL.type=b;vM.id=lF;vM.parent_id=e;vM.title=aR;vM.enable=a;vM.type=b;vN.id=aD;vN.parent_id=e;vN.title=a$;vN.enable=a;vN.type=b;vO.id=lG;vO.parent_id=e;vO.title=lH;vO.enable=a;vO.type=b;vP.id=lI;vP.parent_id=e;vP.title=lJ;vP.enable=a;vP.type=b;vQ.id=lK;vQ.parent_id=e;vQ.title=lL;vQ.enable=a;vQ.type=b;vR.id=lM;vR.parent_id=e;vR.title=lN;vR.enable=a;vR.type=b;vS.id=lO;vS.parent_id=e;vS.title=lP;vS.enable=a;vS.type=b;vT.id=lQ;vT.parent_id=e;vT.title=lR;vT.enable=a;vT.type=b;vU.id=lS;vU.parent_id=e;vU.title=lT;vU.enable=a;vU.type=b;vV.id=lU;vV.parent_id=e;vV.title=aS;vV.enable=a;vV.type=b;vW.id=lV;vW.parent_id=e;vW.title=lW;vW.enable=a;vW.type=b;vX.id=lX;vX.parent_id=e;vX.title=lY;vX.enable=a;vX.type=b;vY.id=lZ;vY.parent_id=e;vY.title=aT;vY.enable=a;vY.type=b;vZ.id=l_;vZ.parent_id=e;vZ.title=l$;vZ.enable=a;vZ.type=b;v_.id=ma;v_.parent_id=e;v_.title=mb;v_.enable=a;v_.type=b;v$.id=mc;v$.parent_id=e;v$.title=bG;v$.enable=a;v$.type=b;wa.id=md;wa.parent_id=e;wa.title=me;wa.enable=a;wa.type=b;wb.id=mf;wb.parent_id=e;wb.title=aU;wb.enable=a;wb.type=b;wc.id=mg;wc.parent_id=e;wc.title=aV;wc.enable=a;wc.type=b;wd.id=mh;wd.parent_id=e;wd.title=aX;wd.enable=a;wd.type=b;we.id=mi;we.parent_id=e;we.title=mj;we.enable=a;we.type=b;wf.id=mk;wf.parent_id=e;wf.title=ml;wf.enable=a;wf.type=b;wg.id=mm;wg.parent_id=e;wg.title=mn;wg.enable=a;wg.type=b;wh.id=mo;wh.parent_id=e;wh.title=mp;wh.enable=a;wh.type=b;wi.id=mq;wi.parent_id=e;wi.title=W;wi.enable=a;wi.type=b;wj.id=mr;wj.parent_id=e;wj.title=ms;wj.enable=a;wj.type=b;wk.id=mt;wk.parent_id=e;wk.title=aY;wk.enable=a;wk.type=b;wl.id=mu;wl.parent_id=e;wl.title=aZ;wl.doc_count=b;wl.enable=a;wl.type=b;wm.id=mv;wm.parent_id=e;wm.title=mw;wm.enable=a;wm.type=b;wn.id=my;wn.parent_id=d;wn.title=at;wn.enable=a;wn.type=b;wo.id=mz;wo.parent_id=d;wo.title=mA;wo.enable=a;wo.type=b;wp.id=mB;wp.parent_id=d;wp.title=mC;wp.enable=a;wp.type=b;wq.id=mD;wq.parent_id=d;wq.title=mE;wq.enable=a;wq.type=b;wr.id=mF;wr.parent_id=d;wr.title=mG;wr.enable=a;wr.type=b;ws.id=mH;ws.parent_id=d;ws.title=P;ws.enable=a;ws.type=b;wt.id=mI;wt.parent_id=d;wt.title=bo;wt.enable=a;wt.description=mJ;wt.show_description=a;wt.type=b;wu.id=mK;wu.parent_id=d;wu.title=mL;wu.enable=a;wu.type=b;wv.id=mM;wv.parent_id=d;wv.title=mN;wv.enable=a;wv.type=b;ww.id=mO;ww.parent_id=d;ww.title=mP;ww.enable=a;ww.type=b;wx.id=mQ;wx.parent_id=d;wx.title=mR;wx.enable=a;wx.type=b;wy.id=mS;wy.parent_id=d;wy.title=mT;wy.enable=a;wy.type=b;wz.id=mU;wz.parent_id=d;wz.title=mV;wz.enable=a;wz.type=b;wA.id=mW;wA.parent_id=d;wA.title=bh;wA.enable=a;wA.type=b;wB.id=mX;wB.parent_id=d;wB.title=mY;wB.enable=a;wB.type=b;wC.id=mZ;wC.parent_id=d;wC.title=m_;wC.enable=a;wC.type=b;wD.id=m$;wD.parent_id=d;wD.title=na;wD.enable=a;wD.type=b;wE.id=nb;wE.parent_id=d;wE.title=bF;wE.enable=a;wE.type=b;wF.id=nc;wF.parent_id=d;wF.title=nd;wF.enable=a;wF.type=b;wG.id=ne;wG.parent_id=d;wG.title=bq;wG.enable=a;wG.type=b;wH.id=nf;wH.parent_id=d;wH.title=ng;wH.enable=a;wH.type=b;wI.id=nh;wI.parent_id=d;wI.title=ni;wI.enable=a;wI.type=b;wJ.id=nj;wJ.parent_id=d;wJ.title=nk;wJ.enable=a;wJ.type=b;wK.id=nl;wK.parent_id=d;wK.title=nm;wK.enable=a;wK.type=b;wL.id=nn;wL.parent_id=d;wL.title=no;wL.enable=a;wL.type=b;wM.id=np;wM.parent_id=d;wM.title=nq;wM.enable=a;wM.type=b;wN.id=nr;wN.parent_id=d;wN.title=ns;wN.enable=a;wN.type=b;wO.id=nt;wO.parent_id=d;wO.title=nu;wO.enable=a;wO.type=b;wP.id=nv;wP.parent_id=d;wP.title=nw;wP.enable=a;wP.type=b;wQ.id=nx;wQ.parent_id=d;wQ.title=br;wQ.enable=a;wQ.type=b;wR.id=ny;wR.parent_id=d;wR.title=bs;wR.enable=a;wR.type=b;wS.id=nz;wS.parent_id=d;wS.title=nA;wS.enable=a;wS.type=b;wT.id=nB;wT.parent_id=d;wT.title=nC;wT.enable=a;wT.type=b;wU.id=nD;wU.parent_id=d;wU.title=nE;wU.enable=a;wU.type=b;wV.id=nF;wV.parent_id=d;wV.title=nG;wV.enable=a;wV.type=b;wW.id=nH;wW.parent_id=d;wW.title=nI;wW.enable=a;wW.type=b;wX.id=nJ;wX.parent_id=d;wX.title=nK;wX.enable=a;wX.type=b;wY.id=nL;wY.parent_id=d;wY.title=nM;wY.enable=a;wY.type=b;wZ.id=nN;wZ.parent_id=d;wZ.title=nO;wZ.enable=a;wZ.type=b;w_.id=nP;w_.parent_id=d;w_.title=nQ;w_.enable=a;w_.type=b;w$.id=nR;w$.parent_id=d;w$.title=nS;w$.enable=a;w$.type=b;xa.id=nT;xa.parent_id=d;xa.title=bu;xa.enable=a;xa.type=b;xb.id=nU;xb.parent_id=d;xb.title=nV;xb.doc_count=o;xb.enable=a;xb.type=b;xc.id=nW;xc.parent_id=d;xc.title=nX;xc.enable=a;xc.type=b;xd.id=nY;xd.parent_id=d;xd.title=nZ;xd.enable=a;xd.type=b;xe.id=n_;xe.parent_id=d;xe.title=n$;xe.enable=a;xe.type=b;xf.id=oa;xf.parent_id=d;xf.title=ob;xf.enable=a;xf.type=b;xg.id=oc;xg.parent_id=d;xg.title=od;xg.enable=a;xg.type=b;xh.id=oe;xh.parent_id=d;xh.title=of;xh.enable=a;xh.type=b;xi.id=og;xi.parent_id=d;xi.title=oh;xi.enable=a;xi.type=b;xj.id=oi;xj.parent_id=d;xj.title=oj;xj.enable=a;xj.type=b;xk.id=ok;xk.parent_id=d;xk.title=ol;xk.enable=a;xk.type=b;xl.id=om;xl.parent_id=d;xl.title=on;xl.enable=a;xl.type=b;xm.id=oo;xm.parent_id=d;xm.title=op;xm.enable=a;xm.type=b;xn.id=oq;xn.parent_id=d;xn.title=or;xn.enable=a;xn.type=b;xo.id=os;xo.parent_id=d;xo.title=ot;xo.enable=a;xo.type=b;xp.id=ou;xp.parent_id=d;xp.title=ov;xp.enable=a;xp.type=b;xq.id=ow;xq.parent_id=d;xq.title=ox;xq.enable=a;xq.type=b;xr.id=oy;xr.parent_id=d;xr.title=oz;xr.enable=a;xr.type=b;xs.id=oA;xs.parent_id=d;xs.title=oB;xs.enable=a;xs.type=b;xt.id=oC;xt.parent_id=d;xt.title=oD;xt.enable=a;xt.type=b;xu.id=oE;xu.parent_id=d;xu.title=oF;xu.enable=a;xu.type=b;xv.id=oG;xv.parent_id=d;xv.title=oH;xv.enable=a;xv.type=b;xw.id=oI;xw.parent_id=d;xw.title=oJ;xw.enable=a;xw.type=b;xx.id=oK;xx.parent_id=d;xx.title=oL;xx.enable=a;xx.type=b;xy.id=oM;xy.parent_id=d;xy.title=oN;xy.enable=a;xy.type=b;xz.id=oO;xz.parent_id=d;xz.title=oP;xz.doc_count=b;xz.enable=a;xz.type=b;xA.id=oQ;xA.parent_id=d;xA.title=oR;xA.enable=a;xA.type=b;xB.id=oS;xB.parent_id=d;xB.title=oT;xB.enable=a;xB.type=b;xC.id=oU;xC.parent_id=d;xC.title=oV;xC.enable=a;xC.type=b;xD.id=oW;xD.parent_id=d;xD.title=bv;xD.enable=a;xD.type=b;xE.id=oX;xE.parent_id=d;xE.title=oY;xE.enable=a;xE.type=b;xF.id=oZ;xF.parent_id=d;xF.title=o_;xF.enable=a;xF.type=b;xG.id=o$;xG.parent_id=d;xG.title=pa;xG.enable=a;xG.type=b;xH.id=pb;xH.parent_id=d;xH.title=pc;xH.enable=a;xH.type=b;xI.id=pd;xI.parent_id=d;xI.title=pe;xI.enable=a;xI.type=b;xJ.id=pf;xJ.parent_id=d;xJ.title=pg;xJ.enable=a;xJ.type=b;xK.id=ph;xK.parent_id=d;xK.title=pi;xK.enable=a;xK.type=b;xL.id=pj;xL.parent_id=d;xL.title=bw;xL.doc_count=b;xL.enable=a;xL.type=b;xM.id=pk;xM.parent_id=d;xM.title=bD;xM.doc_count=b;xM.enable=a;xM.type=b;xN.id=pl;xN.parent_id=d;xN.title=aM;xN.enable=a;xN.type=b;xO.id=pm;xO.parent_id=d;xO.title=pn;xO.enable=a;xO.type=b;xP.id=po;xP.parent_id=d;xP.title=bx;xP.enable=a;xP.type=b;xQ.id=pp;xQ.parent_id=d;xQ.title=pq;xQ.enable=a;xQ.type=b;xR.id=pr;xR.parent_id=d;xR.title=ps;xR.enable=a;xR.type=b;xS.id=pt;xS.parent_id=d;xS.title=by;xS.enable=a;xS.type=b;xT.id=pG;xT.parent_id=h;xT.title=pH;xT.enable=a;xT.type=b;xU.id=pI;xU.parent_id=h;xU.title=P;xU.enable=a;xU.type=b;xV.id=pJ;xV.parent_id=h;xV.title=pK;xV.enable=a;xV.type=b;xW.id=pL;xW.parent_id=h;xW.title=aE;xW.enable=a;xW.type=b;xX.id=pM;xX.parent_id=h;xX.title=pN;xX.enable=a;xX.type=b;xY.id=pO;xY.parent_id=h;xY.title=pP;xY.enable=a;xY.type=b;xZ.id=pQ;xZ.parent_id=h;xZ.title=pR;xZ.enable=a;xZ.type=b;x_.id=pS;x_.parent_id=h;x_.title=bb;x_.enable=a;x_.type=b;x$.id=pT;x$.parent_id=h;x$.title=pU;x$.enable=a;x$.type=b;ya.id=pV;ya.parent_id=h;ya.title=pW;ya.enable=a;ya.type=b;yb.id=pX;yb.parent_id=h;yb.title=bt;yb.enable=a;yb.type=b;yc.id=pY;yc.parent_id=h;yc.title=bd;yc.enable=a;yc.type=b;yd.id=pZ;yd.parent_id=h;yd.title=p_;yd.enable=a;yd.type=b;ye.id=p$;ye.parent_id=h;ye.title=bf;ye.enable=a;ye.type=b;yf.id=qa;yf.parent_id=h;yf.title=qb;yf.enable=a;yf.type=b;yg.id=qc;yg.parent_id=h;yg.title=bi;yg.enable=a;yg.type=b;yh.id=qd;yh.parent_id=h;yh.title=qe;yh.enable=a;yh.type=b;yi.id=qf;yi.parent_id=h;yi.title=bj;yi.enable=a;yi.type=b;yj.id=qg;yj.parent_id=h;yj.title=bG;yj.enable=a;yj.type=b;yk.id=qh;yk.parent_id=h;yk.title=qi;yk.enable=a;yk.type=b;yl.id=qj;yl.parent_id=h;yl.title=qk;yl.enable=a;yl.type=b;ym.id=ql;ym.parent_id=h;ym.title=qm;ym.enable=a;ym.type=b;yn.id=qn;yn.parent_id=h;yn.title=bl;yn.enable=a;yn.type=b;yo.id=qo;yo.parent_id=h;yo.title=bm;yo.enable=a;yo.type=b;yp.id=qp;yp.parent_id=h;yp.title=qq;yp.enable=a;yp.type=b;yq.id=qr;yq.parent_id=h;yq.title=qs;yq.enable=a;yq.type=b;yr.id=qt;yr.parent_id=h;yr.title=qu;yr.enable=a;yr.type=b;ys.id=qv;ys.parent_id=h;ys.title=qw;ys.enable=a;ys.type=b;yt.id=qx;yt.parent_id=h;yt.title=qy;yt.enable=a;yt.type=b;yu.id=pw;yu.parent_id=A;yu.title=bA;yu.enable=a;yu.type=b;yv.id=px;yv.parent_id=A;yv.title=bB;yv.enable=a;yv.type=b;yw.id=py;yw.parent_id=A;yw.title=pz;yw.enable=a;yw.type=b;yx.id=pA;yx.parent_id=A;yx.title=pB;yx.enable=a;yx.type=b;yy.id=pC;yy.parent_id=A;yy.title=pD;yy.enable=a;yy.type=b;yz.id=gw;yz.parent_id=bg;yz.title=bh;yz.doc_count=q;yz.enable=a;yz.description=gx;yz.show_description=a;yA.id=ih;yA.parent_id=bE;yA.title=bF;yA.doc_count=w;yA.enable=a;yA.description=ii;yA.show_description=a;return {layout:"default",data:[{}],fetch:{"0":{search:{wd:y,type:v},timeouter:Z,currentYear:bZ,categoryDocumentTrees:[{id:m,title:ad,doc_count:b_,enable:a,cover:b$,icon:ca,disabled:c,children:[{id:cb,parent_id:m,title:ae,doc_count:Q,enable:a,disabled:c},{id:cc,parent_id:m,title:af,doc_count:t,enable:a,disabled:c},{id:cd,parent_id:m,title:ag,doc_count:t,enable:a,description:ce,show_description:a,disabled:c},{id:cf,parent_id:m,title:ah,doc_count:cg,enable:a,description:ch,show_description:a,disabled:c},{id:_,parent_id:m,title:R,doc_count:o,enable:a,disabled:c},{id:ai,parent_id:m,title:$,doc_count:ci,enable:a,disabled:c,children:[{id:cj,parent_id:ai,title:ck,doc_count:S,enable:a,description:cl,show_description:a,disabled:c}]},{id:cm,parent_id:m,title:aj,enable:a,disabled:c},{id:cn,parent_id:m,title:T,doc_count:C,enable:a,disabled:c},{id:co,parent_id:m,title:cp,doc_count:b,enable:a,description:cq,show_description:a,disabled:c},{id:bI,parent_id:m,title:ak,doc_count:J,enable:a,disabled:c},{id:cr,parent_id:m,title:cs,doc_count:al,enable:a,disabled:c},{id:ct,parent_id:m,title:cu,enable:a,disabled:c},{id:cv,parent_id:m,title:cw,doc_count:U,enable:a,disabled:c}]},{id:g,title:cx,doc_count:cy,enable:a,cover:cz,icon:cA,description:cB,disabled:c,children:[{id:cC,parent_id:g,title:cD,doc_count:b,enable:a,disabled:c},{id:cE,parent_id:g,title:am,doc_count:q,enable:a,disabled:c},{id:an,parent_id:g,title:cF,doc_count:ao,enable:a,disabled:c,children:[{id:cG,parent_id:an,title:cH,doc_count:aa,enable:a,description:cI,show_description:a,disabled:c}]},{id:cJ,parent_id:g,title:ap,enable:a,description:cK,show_description:a,disabled:c},{id:cL,parent_id:g,title:cM,doc_count:t,enable:a,description:cN,show_description:a,disabled:c},{id:cO,parent_id:g,title:aq,doc_count:o,enable:a,description:cP,show_description:a,disabled:c},{id:cQ,parent_id:g,title:cR,doc_count:w,enable:a,disabled:c},{id:cS,parent_id:g,title:ar,doc_count:cT,enable:a,description:cU,show_description:a,disabled:c},{id:cV,parent_id:g,title:cW,enable:a,disabled:c},{id:cX,parent_id:g,title:cY,doc_count:S,enable:a,description:cZ,show_description:a,disabled:c},{id:G,parent_id:g,title:ab,doc_count:as,enable:a,description:c_,show_description:a,disabled:c,children:[{id:c$,parent_id:G,title:at,doc_count:au,enable:a,description:da,show_description:a,disabled:c},{id:db,parent_id:G,title:dc,doc_count:C,enable:a,description:dd,show_description:a,disabled:c},{id:de,parent_id:G,title:df,doc_count:t,enable:a,description:dg,show_description:a,disabled:c},{id:dh,parent_id:G,title:di,doc_count:dj,enable:a,disabled:c}]},{id:dk,parent_id:g,title:av,doc_count:aw,enable:a,description:dl,show_description:a,disabled:c},{id:dm,parent_id:g,title:dn,doc_count:do0,enable:a,description:dp,show_description:a,disabled:c},{id:dq,parent_id:g,title:dr,doc_count:q,enable:a,description:ds,show_description:a,disabled:c},{id:dt,parent_id:g,title:du,doc_count:x,enable:a,description:dv,show_description:a,disabled:c},{id:dw,parent_id:g,title:ax,doc_count:dx,enable:a,description:dy,show_description:a,disabled:c},{id:ay,parent_id:g,title:az,doc_count:K,enable:a,description:dz,show_description:a,disabled:c,children:[{id:dA,parent_id:ay,title:dB,enable:a,description:dC,show_description:a,disabled:c}]},{id:dD,parent_id:g,title:dE,doc_count:q,enable:a,description:dF,show_description:a,disabled:c},{id:L,parent_id:g,title:aA,doc_count:dG,enable:a,description:dH,show_description:a,disabled:c,children:[{id:dI,parent_id:L,title:dJ,doc_count:q,enable:a,description:dK,show_description:a,disabled:c},{id:dL,parent_id:L,title:dM,doc_count:aB,enable:a,description:dN,show_description:a,disabled:c},{id:dO,parent_id:L,title:dP,doc_count:K,enable:a,description:dQ,show_description:a,disabled:c}]},{id:r,parent_id:g,title:aC,doc_count:aD,enable:a,description:dR,show_description:a,disabled:c,children:[{id:dS,parent_id:r,title:aE,doc_count:dT,enable:a,description:dU,show_description:a,disabled:c},{id:dV,parent_id:r,title:dW,doc_count:dX,enable:a,disabled:c},{id:dY,parent_id:r,title:aF,doc_count:dZ,enable:a,description:d_,show_description:a,disabled:c},{id:d$,parent_id:r,title:aG,doc_count:V,enable:a,description:ea,show_description:a,disabled:c},{id:eb,parent_id:r,title:ec,doc_count:M,enable:a,description:ed,show_description:a,disabled:c},{id:ee,parent_id:r,title:ef,doc_count:J,enable:a,description:eg,show_description:a,disabled:c},{id:eh,parent_id:r,title:ei,doc_count:u,enable:a,description:ej,show_description:a,disabled:c},{id:ek,parent_id:r,title:el,doc_count:em,enable:a,description:en,show_description:a,disabled:c},{id:eo,parent_id:r,title:ep,doc_count:M,enable:a,description:eq,show_description:a,disabled:c},{id:er,parent_id:r,title:es,doc_count:U,enable:a,description:et,show_description:a,disabled:c}]},{id:eu,parent_id:g,title:ev,doc_count:t,enable:a,description:ew,show_description:a,disabled:c},{id:aH,parent_id:g,title:aI,doc_count:o,enable:a,description:ex,show_description:a,disabled:c,children:[{id:ey,parent_id:aH,title:ez,enable:a,description:eA,show_description:a,disabled:c}]},{id:eB,parent_id:g,title:aJ,doc_count:eC,enable:a,description:eD,show_description:a,disabled:c},{id:eE,parent_id:g,title:aK,doc_count:ac,enable:a,disabled:c},{id:eF,parent_id:g,title:eG,doc_count:eH,enable:a,description:eI,show_description:a,disabled:c},{id:eJ,parent_id:g,title:eK,doc_count:aL,enable:a,disabled:c},{id:eL,parent_id:g,title:aM,doc_count:aa,enable:a,description:eM,show_description:a,disabled:c},{id:eN,parent_id:g,title:eO,doc_count:s,enable:a,disabled:c},{id:eP,parent_id:g,title:eQ,doc_count:M,enable:a,description:eR,show_description:a,disabled:c},{id:eS,parent_id:g,title:eT,doc_count:al,enable:a,description:eU,show_description:a,disabled:c},{id:eV,parent_id:g,title:eW,doc_count:eX,enable:a,description:eY,show_description:a,disabled:c},{id:eZ,parent_id:g,title:e_,doc_count:b,enable:a,description:e$,show_description:a,disabled:c}]},{id:j,title:W,doc_count:fa,enable:a,cover:fb,icon:fc,description:fd,show_description:a,disabled:c,children:[{id:fe,parent_id:j,title:ff,doc_count:x,enable:a,description:fg,disabled:c},{id:fh,parent_id:j,title:fi,doc_count:s,enable:a,description:fj,show_description:a,disabled:c},{id:fk,parent_id:j,title:aN,doc_count:x,enable:a,description:fl,show_description:a,disabled:c},{id:fm,parent_id:j,title:aO,doc_count:K,enable:a,description:fn,show_description:a,disabled:c},{id:fo,parent_id:j,title:fp,enable:a,disabled:c},{id:fq,parent_id:j,title:aP,doc_count:N,enable:a,description:fr,disabled:c},{id:fs,parent_id:j,title:ft,doc_count:fu,enable:a,description:fv,show_description:a,disabled:c},{id:fw,parent_id:j,title:aQ,doc_count:x,enable:a,description:fx,show_description:a,disabled:c},{id:fy,parent_id:j,title:aR,doc_count:U,enable:a,description:fz,show_description:a,disabled:c},{id:bJ,parent_id:j,title:fA,doc_count:fB,enable:a,description:fC,show_description:a,disabled:c},{id:fD,parent_id:j,title:aS,doc_count:au,enable:a,description:fE,show_description:a,disabled:c},{id:fF,parent_id:j,title:aT,doc_count:w,enable:a,description:fG,show_description:a,disabled:c},{id:fH,parent_id:j,title:aU,doc_count:b,enable:a,disabled:c},{id:fI,parent_id:j,title:aV,doc_count:aW,enable:a,description:fJ,show_description:a,disabled:c},{id:fK,parent_id:j,title:aX,doc_count:M,enable:a,description:fL,show_description:a,disabled:c},{id:fM,parent_id:j,title:fN,doc_count:Q,enable:a,description:fO,show_description:a,disabled:c},{id:bK,parent_id:j,title:fP,enable:a,description:fQ,show_description:a,disabled:c},{id:fR,parent_id:j,title:aY,doc_count:fS,enable:a,description:fT,show_description:a,disabled:c},{id:as,parent_id:j,title:fU,enable:a,disabled:c},{id:O,parent_id:j,title:aZ,doc_count:fV,enable:a,description:fW,show_description:a,disabled:c,children:[{id:fX,parent_id:O,title:fY,doc_count:a_,enable:a,description:fZ,show_description:a,disabled:c},{id:f_,parent_id:O,title:a$,doc_count:w,enable:a,description:f$,show_description:a,disabled:c},{id:ga,parent_id:O,title:gb,doc_count:X,enable:a,description:gc,show_description:a,disabled:c}]},{id:gd,parent_id:j,title:ge,doc_count:b,enable:a,disabled:c}]},{id:n,title:gf,doc_count:gg,enable:a,cover:gh,icon:gi,disabled:c,children:[{id:gj,parent_id:n,title:ba,doc_count:b,enable:a,disabled:c},{id:gk,parent_id:n,title:gl,enable:a,disabled:c},{id:gm,parent_id:n,title:bb,doc_count:gn,enable:a,disabled:c},{id:go,parent_id:n,title:gp,doc_count:gq,enable:a,disabled:c},{id:gr,parent_id:n,title:bc,enable:a,disabled:c},{id:ao,parent_id:n,title:bd,doc_count:q,enable:a,description:gs,show_description:a,disabled:c},{id:be,parent_id:n,title:bf,doc_count:gt,enable:a,disabled:c,children:[{id:bg,parent_id:be,title:gu,doc_count:bL,enable:a,description:gv,show_description:a,disabled:c,children:[{id:gw,parent_id:bg,title:bh,doc_count:q,enable:a,description:gx,show_description:a,disabled:c}]}]},{id:gy,parent_id:n,title:bi,enable:a,disabled:c},{id:gz,parent_id:n,title:bj,doc_count:q,enable:a,description:gA,show_description:a,disabled:c},{id:gB,parent_id:n,title:bk,enable:a,disabled:c},{id:gC,parent_id:n,title:gD,doc_count:o,enable:a,disabled:c},{id:gE,parent_id:n,title:bl,enable:a,disabled:c},{id:gF,parent_id:n,title:bm,doc_count:gG,enable:a,description:gH,show_description:a,disabled:c},{id:gI,parent_id:n,title:gJ,doc_count:aB,enable:a,disabled:c},{id:gK,parent_id:n,title:gL,doc_count:bM,enable:a,disabled:c}]},{id:i,title:bn,doc_count:gM,enable:a,cover:gN,disabled:c,children:[{id:gO,parent_id:i,title:bo,doc_count:bp,enable:a,show_description:a,disabled:c},{id:gP,parent_id:i,title:gQ,doc_count:ac,enable:a,description:gR,show_description:a,disabled:c},{id:gS,parent_id:i,title:gT,doc_count:q,enable:a,description:gU,show_description:a,disabled:c},{id:gV,parent_id:i,title:gW,doc_count:N,enable:a,description:gX,show_description:a,disabled:c},{id:gY,parent_id:i,title:gZ,doc_count:s,enable:a,description:g_,show_description:a,disabled:c},{id:g$,parent_id:i,title:ha,doc_count:s,enable:a,disabled:c},{id:hb,parent_id:i,title:bq,doc_count:q,enable:a,disabled:c},{id:hc,parent_id:i,title:br,doc_count:bp,enable:a,description:hd,show_description:a,disabled:c},{id:he,parent_id:i,title:bs,doc_count:V,enable:a,description:hf,show_description:a,disabled:c},{id:hg,parent_id:i,title:bt,doc_count:aL,enable:a,disabled:c},{id:hh,parent_id:i,title:bu,doc_count:aw,enable:a,disabled:c},{id:hi,parent_id:i,title:hj,doc_count:hk,enable:a,description:hl,show_description:a,disabled:c},{id:hm,parent_id:i,title:hn,doc_count:a_,enable:a,description:ho,show_description:a,disabled:c},{id:hp,parent_id:i,title:hq,doc_count:S,enable:a,disabled:c},{id:hr,parent_id:i,title:hs,doc_count:J,enable:a,description:ht,show_description:a,disabled:c},{id:hu,parent_id:i,title:bv,doc_count:b,enable:a,disabled:c},{id:hv,parent_id:i,title:hw,doc_count:X,enable:a,disabled:c},{id:hx,parent_id:i,title:hy,doc_count:hz,enable:a,description:hA,show_description:a,disabled:c},{id:hB,parent_id:i,title:hC,doc_count:Q,enable:a,disabled:c},{id:hD,parent_id:i,title:bw,doc_count:hE,enable:a,disabled:c},{id:hF,parent_id:i,title:bx,doc_count:hG,enable:a,disabled:c},{id:hH,parent_id:i,title:by,doc_count:q,enable:a,disabled:c}]},{id:p,title:hI,doc_count:bz,enable:a,cover:hJ,icon:hK,disabled:c,children:[{id:hL,parent_id:p,title:bA,doc_count:hM,enable:a,description:hN,show_description:a,disabled:c},{id:hO,parent_id:p,title:hP,doc_count:J,enable:a,description:hQ,show_description:a,disabled:c},{id:hR,parent_id:p,title:hS,doc_count:hT,enable:a,description:hU,show_description:a,disabled:c},{id:hV,parent_id:p,title:bB,doc_count:aW,enable:a,description:hW,show_description:a,disabled:c},{id:hX,parent_id:p,title:hY,doc_count:hZ,enable:a,description:h_,show_description:a,disabled:c},{id:bC,parent_id:p,title:h$,doc_count:N,enable:a,disabled:c,children:[{id:z,parent_id:bC,title:ia,doc_count:K,enable:a,description:ib,show_description:a,disabled:c}]},{id:ic,parent_id:p,title:bD,doc_count:X,enable:a,disabled:c},{id:id,parent_id:p,title:ie,doc_count:w,enable:a,description:if0,show_description:a,disabled:c},{id:bE,parent_id:p,title:ig,doc_count:w,enable:a,disabled:c,children:[{id:ih,parent_id:bE,title:bF,doc_count:w,enable:a,description:ii,show_description:a,disabled:c}]},{id:ij,parent_id:p,title:ik,doc_count:u,enable:a,description:il,show_description:a,disabled:c},{id:im,parent_id:p,title:in0,doc_count:u,enable:a,disabled:c}]}],categoryArticleTrees:[{id:k,title:io,doc_count:t,enable:a,icon:ip,type:b,disabled:c,children:[{id:iq,parent_id:k,title:ae,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:iC,enable:a,type:b,disabled:c},{id:iD,parent_id:k,title:ag,enable:a,type:b,disabled:c},{id:iE,parent_id:k,title:iF,enable:a,type:b,disabled:c},{id:iG,parent_id:k,title:R,enable:a,type:b,disabled:c},{id:iH,parent_id:k,title:iI,enable:a,type:b,disabled:c},{id:iJ,parent_id:k,title:$,doc_count:b,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:iN,enable:a,type:b,disabled:c},{id:iO,parent_id:k,title:T,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:ak,enable:a,type:b,disabled:c},{id:iS,parent_id:k,title:iT,doc_count:b,enable:a,type:b,disabled:c},{id:iU,parent_id:k,title:iV,enable:a,type:b,disabled:c},{id:iW,parent_id:k,title:iX,doc_count:b,enable:a,type:b,disabled:c}]},{id:f,title:iY,doc_count:x,enable:a,icon:iZ,type:b,disabled:c,children:[{id:i_,parent_id:f,title:i$,enable:a,type:b,disabled:c},{id:ja,parent_id:f,title:P,enable:a,type:b,disabled:c},{id:jb,parent_id:f,title:jc,enable:a,type:b,disabled:c},{id:jd,parent_id:f,title:am,enable:a,type:b,disabled:c},{id:bN,parent_id:f,title:je,enable:a,type:b,disabled:c},{id:bO,parent_id:f,title:ap,enable:a,type:b,disabled:c},{id:jf,parent_id:f,title:af,enable:a,type:b,disabled:c},{id:bP,parent_id:f,title:aq,enable:a,type:b,disabled:c},{id:bQ,parent_id:f,title:aF,enable:a,type:b,disabled:c},{id:jg,parent_id:f,title:jh,enable:a,type:b,disabled:c},{id:bR,parent_id:f,title:ji,enable:a,type:b,disabled:c},{id:jj,parent_id:f,title:jk,enable:a,type:b,disabled:c},{id:bS,parent_id:f,title:aG,enable:a,type:b,disabled:c},{id:jl,parent_id:f,title:jm,enable:a,type:b,disabled:c},{id:jn,parent_id:f,title:ar,enable:a,type:b,disabled:c},{id:jo,parent_id:f,title:jp,enable:a,type:b,disabled:c},{id:bT,parent_id:f,title:jq,enable:a,type:b,disabled:c},{id:jr,parent_id:f,title:js,enable:a,type:b,disabled:c},{id:bU,parent_id:f,title:ab,enable:a,type:b,disabled:c},{id:bV,parent_id:f,title:av,enable:a,type:b,disabled:c},{id:jt,parent_id:f,title:ju,enable:a,type:b,disabled:c},{id:jv,parent_id:f,title:jw,enable:a,type:b,disabled:c},{id:jx,parent_id:f,title:jy,enable:a,type:b,disabled:c},{id:jz,parent_id:f,title:jA,enable:a,type:b,disabled:c},{id:jB,parent_id:f,title:jC,enable:a,type:b,disabled:c},{id:jD,parent_id:f,title:ax,enable:a,type:b,disabled:c},{id:jE,parent_id:f,title:az,enable:a,type:b,disabled:c},{id:jF,parent_id:f,title:jG,enable:a,type:b,disabled:c},{id:jH,parent_id:f,title:aA,enable:a,type:b,disabled:c},{id:jI,parent_id:f,title:aC,enable:a,type:b,disabled:c},{id:jJ,parent_id:f,title:jK,enable:a,type:b,disabled:c},{id:jL,parent_id:f,title:jM,enable:a,type:b,disabled:c},{id:jN,parent_id:f,title:aI,enable:a,type:b,disabled:c},{id:jO,parent_id:f,title:aJ,enable:a,type:b,disabled:c},{id:jP,parent_id:f,title:jQ,enable:a,type:b,disabled:c},{id:jR,parent_id:f,title:jS,enable:a,type:b,disabled:c},{id:jT,parent_id:f,title:bk,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,doc_count:b,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:j$,enable:a,type:b,disabled:c},{id:ka,parent_id:f,title:kb,enable:a,type:b,disabled:c},{id:kc,parent_id:f,title:kd,doc_count:o,enable:a,type:b,disabled:c}]},{id:l,title:ke,enable:a,icon:kf,type:b,disabled:c,children:[{id:kg,parent_id:l,title:ba,enable:a,type:b,disabled:c},{id:kh,parent_id:l,title:ki,enable:a,type:b,disabled:c},{id:kj,parent_id:l,title:ah,enable:a,type:b,disabled:c},{id:kk,parent_id:l,title:kl,enable:a,type:b,disabled:c},{id:km,parent_id:l,title:kn,enable:a,type:b,disabled:c},{id:ko,parent_id:l,title:kp,enable:a,type:b,disabled:c},{id:kq,parent_id:l,title:kr,enable:a,type:b,disabled:c},{id:ks,parent_id:l,title:bc,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:aj,enable:a,type:b,disabled:c},{id:kA,parent_id:l,title:T,enable:a,type:b,disabled:c},{id:kB,parent_id:l,title:aK,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:e,title:W,doc_count:o,enable:a,icon:kG,type:b,disabled:c,children:[{id:kH,parent_id:e,title:P,enable:a,type:b,disabled:c},{id:kI,parent_id:e,title:kJ,enable:a,type:b,disabled:c},{id:kK,parent_id:e,title:aN,enable:a,type:b,disabled:c},{id:kL,parent_id:e,title:aO,enable:a,type:b,disabled:c},{id:kM,parent_id:e,title:kN,enable:a,type:b,disabled:c},{id:kO,parent_id:e,title:kP,enable:a,type:b,disabled:c},{id:kQ,parent_id:e,title:kR,enable:a,type:b,disabled:c},{id:kS,parent_id:e,title:kT,enable:a,type:b,disabled:c},{id:bz,parent_id:e,title:kU,doc_count:b,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:k$,parent_id:e,title:aP,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:lh,enable:a,type:b,disabled:c},{id:li,parent_id:e,title:lj,enable:a,type:b,disabled:c},{id:lk,parent_id:e,title:ll,enable:a,type:b,disabled:c},{id:lm,parent_id:e,title:ln,enable:a,type:b,disabled:c},{id:lo,parent_id:e,title:lp,enable:a,type:b,disabled:c},{id:lq,parent_id:e,title:lr,enable:a,type:b,disabled:c},{id:ls,parent_id:e,title:lt,enable:a,type:b,disabled:c},{id:lu,parent_id:e,title:lv,enable:a,type:b,disabled:c},{id:lw,parent_id:e,title:lx,enable:a,type:b,disabled:c},{id:ly,parent_id:e,title:lz,enable:a,type:b,disabled:c},{id:lA,parent_id:e,title:lB,enable:a,type:b,disabled:c},{id:lC,parent_id:e,title:lD,enable:a,type:b,disabled:c},{id:lE,parent_id:e,title:aQ,enable:a,type:b,disabled:c},{id:lF,parent_id:e,title:aR,enable:a,type:b,disabled:c},{id:aD,parent_id:e,title:a$,enable:a,type:b,disabled:c},{id:lG,parent_id:e,title:lH,enable:a,type:b,disabled:c},{id:lI,parent_id:e,title:lJ,enable:a,type:b,disabled:c},{id:lK,parent_id:e,title:lL,enable:a,type:b,disabled:c},{id:lM,parent_id:e,title:lN,enable:a,type:b,disabled:c},{id:lO,parent_id:e,title:lP,enable:a,type:b,disabled:c},{id:lQ,parent_id:e,title:lR,enable:a,type:b,disabled:c},{id:lS,parent_id:e,title:lT,enable:a,type:b,disabled:c},{id:lU,parent_id:e,title:aS,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:aT,enable:a,type:b,disabled:c},{id:l_,parent_id:e,title:l$,enable:a,type:b,disabled:c},{id:ma,parent_id:e,title:mb,enable:a,type:b,disabled:c},{id:mc,parent_id:e,title:bG,enable:a,type:b,disabled:c},{id:md,parent_id:e,title:me,enable:a,type:b,disabled:c},{id:mf,parent_id:e,title:aU,enable:a,type:b,disabled:c},{id:mg,parent_id:e,title:aV,enable:a,type:b,disabled:c},{id:mh,parent_id:e,title:aX,enable:a,type:b,disabled:c},{id:mi,parent_id:e,title:mj,enable:a,type:b,disabled:c},{id:mk,parent_id:e,title:ml,enable:a,type:b,disabled:c},{id:mm,parent_id:e,title:mn,enable:a,type:b,disabled:c},{id:mo,parent_id:e,title:mp,enable:a,type:b,disabled:c},{id:mq,parent_id:e,title:W,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:aY,enable:a,type:b,disabled:c},{id:mu,parent_id:e,title:aZ,doc_count:b,enable:a,type:b,disabled:c},{id:mv,parent_id:e,title:mw,enable:a,type:b,disabled:c}]},{id:d,title:bn,doc_count:t,enable:a,icon:mx,type:b,disabled:c,children:[{id:my,parent_id:d,title:at,enable:a,type:b,disabled:c},{id:mz,parent_id:d,title:mA,enable:a,type:b,disabled:c},{id:mB,parent_id:d,title:mC,enable:a,type:b,disabled:c},{id:mD,parent_id:d,title:mE,enable:a,type:b,disabled:c},{id:mF,parent_id:d,title:mG,enable:a,type:b,disabled:c},{id:mH,parent_id:d,title:P,enable:a,type:b,disabled:c},{id:mI,parent_id:d,title:bo,enable:a,description:mJ,show_description: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:mP,enable:a,type:b,disabled:c},{id:mQ,parent_id:d,title:mR,enable:a,type:b,disabled:c},{id:mS,parent_id:d,title:mT,enable:a,type:b,disabled:c},{id:mU,parent_id:d,title:mV,enable:a,type:b,disabled:c},{id:mW,parent_id:d,title:bh,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:bF,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:bq,enable:a,type:b,disabled:c},{id:nf,parent_id:d,title:ng,enable:a,type:b,disabled:c},{id:nh,parent_id:d,title:ni,enable:a,type:b,disabled:c},{id:nj,parent_id:d,title:nk,enable:a,type:b,disabled:c},{id:nl,parent_id:d,title:nm,enable:a,type:b,disabled:c},{id:nn,parent_id:d,title:no,enable:a,type:b,disabled:c},{id:np,parent_id:d,title:nq,enable:a,type:b,disabled:c},{id:nr,parent_id:d,title:ns,enable:a,type:b,disabled:c},{id:nt,parent_id:d,title:nu,enable:a,type:b,disabled:c},{id:nv,parent_id:d,title:nw,enable:a,type:b,disabled:c},{id:nx,parent_id:d,title:br,enable:a,type:b,disabled:c},{id:ny,parent_id:d,title:bs,enable:a,type:b,disabled:c},{id:nz,parent_id:d,title:nA,enable:a,type:b,disabled:c},{id:nB,parent_id:d,title:nC,enable:a,type:b,disabled:c},{id:nD,parent_id:d,title:nE,enable:a,type:b,disabled:c},{id:nF,parent_id:d,title:nG,enable:a,type:b,disabled:c},{id:nH,parent_id:d,title:nI,enable:a,type:b,disabled:c},{id:nJ,parent_id:d,title:nK,enable:a,type:b,disabled:c},{id:nL,parent_id:d,title:nM,enable:a,type:b,disabled:c},{id:nN,parent_id:d,title:nO,enable:a,type:b,disabled:c},{id:nP,parent_id:d,title:nQ,enable:a,type:b,disabled:c},{id:nR,parent_id:d,title:nS,enable:a,type:b,disabled:c},{id:nT,parent_id:d,title:bu,enable:a,type:b,disabled:c},{id:nU,parent_id:d,title:nV,doc_count:o,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:n$,enable:a,type:b,disabled:c},{id:oa,parent_id:d,title:ob,enable:a,type:b,disabled:c},{id:oc,parent_id:d,title:od,enable:a,type:b,disabled:c},{id:oe,parent_id:d,title:of,enable:a,type:b,disabled:c},{id:og,parent_id:d,title:oh,enable:a,type:b,disabled:c},{id:oi,parent_id:d,title:oj,enable:a,type:b,disabled:c},{id:ok,parent_id:d,title:ol,enable:a,type:b,disabled:c},{id:om,parent_id:d,title:on,enable:a,type:b,disabled:c},{id:oo,parent_id:d,title:op,enable:a,type:b,disabled:c},{id:oq,parent_id:d,title:or,enable:a,type:b,disabled:c},{id:os,parent_id:d,title:ot,enable:a,type:b,disabled:c},{id:ou,parent_id:d,title:ov,enable:a,type:b,disabled:c},{id:ow,parent_id:d,title:ox,enable:a,type:b,disabled:c},{id:oy,parent_id:d,title:oz,enable:a,type:b,disabled:c},{id:oA,parent_id:d,title:oB,enable:a,type:b,disabled:c},{id:oC,parent_id:d,title:oD,enable:a,type:b,disabled:c},{id:oE,parent_id:d,title:oF,enable:a,type:b,disabled:c},{id:oG,parent_id:d,title:oH,enable:a,type:b,disabled:c},{id:oI,parent_id:d,title:oJ,enable:a,type:b,disabled:c},{id:oK,parent_id:d,title:oL,enable:a,type:b,disabled:c},{id:oM,parent_id:d,title:oN,enable:a,type:b,disabled:c},{id:oO,parent_id:d,title:oP,doc_count:b,enable:a,type:b,disabled:c},{id:oQ,parent_id:d,title:oR,enable:a,type:b,disabled:c},{id:oS,parent_id:d,title:oT,enable:a,type:b,disabled:c},{id:oU,parent_id:d,title:oV,enable:a,type:b,disabled:c},{id:oW,parent_id:d,title:bv,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:pc,enable:a,type:b,disabled:c},{id:pd,parent_id:d,title:pe,enable:a,type:b,disabled:c},{id:pf,parent_id:d,title:pg,enable:a,type:b,disabled:c},{id:ph,parent_id:d,title:pi,enable:a,type:b,disabled:c},{id:pj,parent_id:d,title:bw,doc_count:b,enable:a,type:b,disabled:c},{id:pk,parent_id:d,title:bD,doc_count:b,enable:a,type:b,disabled:c},{id:pl,parent_id:d,title:aM,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:bx,enable:a,type:b,disabled:c},{id:pp,parent_id:d,title:pq,enable:a,type:b,disabled:c},{id:pr,parent_id:d,title:ps,enable:a,type:b,disabled:c},{id:pt,parent_id:d,title:by,enable:a,type:b,disabled:c}]},{id:A,title:pu,enable:a,icon:pv,type:b,disabled:c,children:[{id:pw,parent_id:A,title:bA,enable:a,type:b,disabled:c},{id:px,parent_id:A,title:bB,enable:a,type:b,disabled:c},{id:py,parent_id:A,title:pz,enable:a,type:b,disabled:c},{id:pA,parent_id:A,title:pB,enable:a,type:b,disabled:c},{id:pC,parent_id:A,title:pD,enable:a,type:b,disabled:c}]},{id:h,title:pE,doc_count:b,enable:a,icon:pF,type:b,disabled:c,children:[{id:pG,parent_id:h,title:pH,enable:a,type:b,disabled:c},{id:pI,parent_id:h,title:P,enable:a,type:b,disabled:c},{id:pJ,parent_id:h,title:pK,enable:a,type:b,disabled:c},{id:pL,parent_id:h,title:aE,enable:a,type:b,disabled:c},{id:pM,parent_id:h,title:pN,enable:a,type:b,disabled:c},{id:pO,parent_id:h,title:pP,enable:a,type:b,disabled:c},{id:pQ,parent_id:h,title:pR,enable:a,type:b,disabled:c},{id:pS,parent_id:h,title:bb,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:bt,enable:a,type:b,disabled:c},{id:pY,parent_id:h,title:bd,enable:a,type:b,disabled:c},{id:pZ,parent_id:h,title:p_,enable:a,type:b,disabled:c},{id:p$,parent_id:h,title:bf,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:bi,enable:a,type:b,disabled:c},{id:qd,parent_id:h,title:qe,enable:a,type:b,disabled:c},{id:qf,parent_id:h,title:bj,enable:a,type:b,disabled:c},{id:qg,parent_id:h,title:bG,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:qk,enable:a,type:b,disabled:c},{id:ql,parent_id:h,title:qm,enable:a,type:b,disabled:c},{id:qn,parent_id:h,title:bl,enable:a,type:b,disabled:c},{id:qo,parent_id:h,title:bm,enable:a,type:b,disabled:c},{id:qp,parent_id:h,title:qq,enable:a,type:b,disabled:c},{id:qr,parent_id:h,title:qs,enable:a,type:b,disabled:c},{id:qt,parent_id:h,title:qu,enable:a,type:b,disabled:c},{id:qv,parent_id:h,title:qw,enable:a,type:b,disabled:c},{id:qx,parent_id:h,title:qy,enable:a,type:b,disabled:c}]},{id:qz,title:qA,doc_count:t,enable:a,icon:qB,type:b,disabled:c}],menuDrawerVisible:c,sign:{id:v},activeCollapse:"categories",advertisements:[],activePath:qC,rechargeVisible:c,recharge:{credit_exchange:w,credit_name:qD,recharge_min_amount:bW,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:bX,footerTop:v,messageCache:{},emitProbeQuestion:{id:v}},"1":{timeouter:Z,documentStatusOptions:[{label:"待转换",value:v,type:qF},{label:"转换中",value:b,type:"primary"},{label:"已转换",value:o,type:"success"},{label:"转换失败",value:C,type:qG},{label:"已禁用",value:x,type:qH},{label:"重新转换",value:t,type:qF},{label:"待审核",value:s,type:qG},{label:"审核拒绝",value:u,type:qH}],docs:[],document:{user:{created_at:"2023-12-31T03:15:45Z",updated_at:"2025-10-08T03:47:48Z",id:s,username:I,doc_count:1176,credit_count:318},id:bS,title:"The HTML Handbook\n",keywords:"The,HTML,Handbook",description:qI,user_id:s,width:z,height:H,preview:u,pages:aa,uuid:qJ,score:C,size:923174,status:o,created_at:"2024-01-06T02:46:54Z",updated_at:"2025-10-12T16:40:24Z",category_id:[m,_],ext:B,attachment:{hash:"c653554e224fc3c21b8eedc55e56c732"},enable_gzip:a,preview_ext:D,source:"flaviocopes.com",language:bY,content:"\n\n\n1\nTable of Contents\nPreface\nThe HTML Handbook\nConclusion\n\n2\nPreface\nThe HTML Handbook follows the 80\u002F20 rule: learn in 20% of the time the\n80% of a topic.\nIn particular, the goal is to get you up to speed quickly with HTML.\nThis book is written by Flavio. I publish programming tutorials on my\nblog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev.\nYou can reach me on Twitter @flaviocopes.\nEnjoy!\n\n3\nThe HTML Handbook\n1. Preface\n2. HTML Basics\n2.1. HTML page structure\n2.2. Tags vs elements\n2.3. Attributes\n2.4. Case insensitive\n2.5. White space\n3. The document heading\n3.1. The \ntitle tag\n3.2. The \nscript tag\n3.3. The \nnoscript tag\n3.4. The \nlink tag\n3.5. The \nstyle tag\n3.6. The \nbase tag\n3.7. The \nmeta tag\n4. The document body\n4.1. Block elements vs inline elements\n5. Tags that interact with text\n5.1. The \np tag\n5.2. The \nspan tag\n5.3. The \nbr tag\n5.4. The heading tags\n5.5. The \nstrong tag\n5.6. The \nem tag\n5.6.1. Quotes\n5.7. Horizontal line\n5.8. Code blocks\n5.9. Lists\n5.10. Other text tags\n6. Links\n7. Container tags and page structure HTML\n\n4\n7.1. Container tags\n7.1.1. \narticle\n7.1.2. \nsection\n7.1.3. \ndiv\n7.2. Tags related to page\n7.2.1. \nnav\n7.2.2. \naside\n7.2.3. \nheader\n7.2.4. \nmain\n7.2.5. \nfooter\n8. Forms\n8.1. The \ninput tag\n8.1.1. Email\n8.1.2. Password\n8.1.3. Numbers\n8.1.4. Hidden field\n8.1.5. Setting a default value\n8.2. Form submit\n8.3. Form validation\n8.3.1. Set fields as required\n8.3.2. Enforce a specific format\n8.4. Other fields\n8.4.1. File uploads\n8.4.2. Buttons\n8.4.3. Radio buttons\n8.4.4. Checkboxes\n8.4.5. Date and time\n8.4.6. Color picker\n8.4.7. Range\n8.4.8. Telephone\n8.4.9. URL\n8.5. The \ntextarea tag\n8.6. The \nselect tag\n9. Tables\n\n5\n9.0.1. The \ntable tag\n9.0.2. Rows\n9.0.3. Column headers\n9.0.4. The table content\n9.0.5. Span columns and rows\n9.0.6. Row headings\n9.0.7. More tags to organize the table\n9.1. Table caption\n10. Multimedia tags: \naudio and \nvideo\n10.1. The \naudio tag\n10.2. The \nvideo tag\n11. iframes\n11.1. Srcdoc\n11.2. Sandbox\n11.3. Allow\n11.4. Referrer\n12. Images\n12.1. The \nfigure tag\n12.2. Responsive images using \nsrcset\n12.3. The \npicture tag\n13. Accessibility\n13.1. Use semantic HTML\n13.2. Use \nalt attributes for images\n13.3. Use the \nrole attribute\n13.4. Use the \ntabindex attribute\n13.5. Use the \naria attributes\n13.5.1. \naria-label\n13.5.2. \naria-labelledby\n13.5.3. \naria-describedby\n13.5.4. Use aria-hidden to hide content\n1. Preface\n\n6\nThis book aims to help you quickly learn HTML and get familiar with the\nadvanced HTML topics.\nHTML, a shorthand for Hyper Text Markup Language, is one of the most\nfundamental building blocks of the Web.\nHTML was officially born in 1993 and since then it evolved into its current\nstate, \nmoving \nfrom \nsimple \ntext \ndocuments \nto \npowering \nrich \nWeb\nApplications.\nThis handbook is aimed at a vast audience.\nFirst, \nthe \nbeginner. \nI \nexplain \nHTML \nfrom \nzero \nin \na \nsuccinct \nbut\ncomprehensive way, so you can use this book to learn HTML from the basics.\nThen, the professional. HTML is often considered like a secondary thing to\nlearn. It might be given for granted.\nYet lots of things are obscure to many people. Me included. I wrote this\nhandbook to help my understanding of the topic, because when I need to\nexplain something, I better make sure I first know the thing inside out.\nEven if you don't write HTML in your day to day work, knowing how HTML\nworks can help save you some headaches when you need to understand it\nfrom time to time, for example while tweaking a web page.\nHTML is the foundation of the marvel called the Web.\nThere is an incredible power underneath this rather simple and limited set of\nrules, which lets us -- developers, makers, designers, writers, and tinkerers --\ncraft documents, apps, and experiences for people all around the globe.\nMy first HTML book came out in 1997 and was called \"HTML Unleashed\". A\nbig, lots-of-pages, long tome.\n20+ years have passed, and HTML is still the foundation of the Web, with\nminimal changes from back then.\nSure, we got more semantic tags, presentational HTML is no longer a thing,\nand CSS has taken care of the design of things.\n\n7\nHTML's success is based on one thing: simplicity.\nIt resisted being hijacked into an XML dialect via XHTML, when eventually\npeople realized that thing was way, way too complex.\nIt did so because of another feature it provides us: forgiveness. There are\nsome rules, right, but after you learn those, you have a lot of freedom.\nBrowsers learned to be resilient and to always try to do their best when\nparsing and presenting HTML to the users.\nAnd the whole Web platform did one thing right: it never broke backward\ncompatibility. Pretty incredibly, we can go back to HTML documents written\nin 1991, and they look pretty much as they looked back then.\nWe \neven \nknow \nwhat \nthe \nfirst \nweb \npage \nwas. \nIt's \nthis:\nhttp:\u002F\u002Finfo.cern.ch\u002Fhypertext\u002FWWW\u002FTheProject.html\nAnd you can see the source of the page, thanks to another big feature of the\nWeb and HTML: we can inspect the HTML of any web page.\nDon't take this for granted. I don't know any other platform that gives us this\nability.\nThe exceptional Developer Tools built into any browser let us inspect and\ntake inspiration from HTML written by anyone in the world.\nIf you are new to HTML this book aims to help you get started. If you are a\nseasoned Web Developer this book will improve your knowledge.\nI learned so much while writing it, even though I've been working with the\nWeb for 20+ years, and I'm sure you'll find something new, too.\nOr you'll re-learn something old you forgot.\nIn any case, the goal of the book is to be useful to you, and I hope it succeeds.\n2. HTML Basics\n\n8\nHTML is a standard defined by the WHATWG, an acronym for Web\nHypertext Application Technology Working Group, an organization formed\nby people working on the most popular web browser. This means it's\nbasically controlled by Google, Mozilla, Apple and Microsoft.\nIn the past the W3C (World Wide Web Consortium) was the organization in\ncharge of creating the HTML standard.\nThe control informally moved from W3C to WHATWG when it became clear\nthat the W3C push towards XHTML was not a good idea.\nIf you've never heard of XHTML, here's a short story. In the early 2000s, we\nall believed the future of the Web was XML (seriously). So HTML moved\nfrom being an SGML-based authoring language to an XML markup language.\nIt was a big change. We had to know, and respect, more rules. Stricter rules.\nEventually browser vendors realized this was not the right path for the Web,\nand they pushed back, creating what is now known as HTML5.\nW3C did not really agree on giving up control of HTML, and for years we had\n2 competing standards, each one aiming to be the official one. Eventually on\n28 May 2019 it was made official by W3C that the \"true\" HTML version was\nthe one published by WHATWG.\nI mentioned HTML5. Let me explain this little story. I know, it's kind of\nconfusing up to now, as with many things in life when many actors are\ninvolved, yet it's also fascinating.\nWe had HTML version 1 in 1993. Here's the original RFC.\nHTML 2 followed in 1995.\nWe got HTML 3 in January 1997, and HTML 4 in December 1997.\nBusy times!\n20+ years went by, we had this entire XHTML thing, and eventually we got to\nthis HTML5 \"thing\", which is not really just HTML any more.\n\n9\nHTML5 is a term that now defines a whole set of technologies, which\nincludes HTML but adds a lot of APIs and standards like WebGL, SVG and\nmore.\nThe key thing to understand here is this: there is no such thing (any more) as\nan HTML version now. It's a living standard. Like CSS, which is called \"3\",\nbut in reality is a bunch of independent modules developed separately. Like\nJavaScript, where we have one new edition each year, but nowadays, the only\nthing that matters is which individual features are implemented by the\nengine.\nYes we call it HTML5, but HTML4 is from 1997. That's a long time for\nanything, let alone for the web.\nThis \nis \nwhere \nthe \nstandard \nnow \n\"lives\":\nhttps:\u002F\u002Fhtml.spec.whatwg.org\u002Fmultipage.\nHTML is the markup language we use to structure content that we consume\non the Web.\nHTML is served to the browser in different ways.\nIt c",category:[{id:m,title:ad},{id:_,parent_id:m,title:R}],summary:qK,chat_available:a,icon:"pdf"},scopes:[{label:"纯会话",value:v,icon:"fa fa-comments-o",tips:"纯会话模式,直接与AI对话"},{label:"本文档",value:b,icon:"fa fa-file-text-o",tips:"针对当前文档进行会话"},{label:"全站文档",value:C,icon:"el-icon-files",tips:"针对全站文档进行会话"}],docbotLoaded:c,docbotVisible:a,updateDocument:{},showContent:c,score:v,disabledScore:c,downloading:c,documentId:v,documentUUID:qJ,pages:[{lazySrc:qL,src:qL,alt:"The HTML Handbook\n 第2页"},{lazySrc:qM,src:qM,alt:"The HTML Handbook\n 第3页"},{lazySrc:"\u002Fview\u002Fpage\u002Fc653554e224fc3c21b8eedc55e56c732\u002F3.webp",src:y,alt:"The HTML Handbook\n 第4页"},{lazySrc:"\u002Fview\u002Fpage\u002Fc653554e224fc3c21b8eedc55e56c732\u002F4.webp",src:y,alt:"The HTML Handbook\n 第5页"},{lazySrc:"\u002Fview\u002Fpage\u002Fc653554e224fc3c21b8eedc55e56c732\u002F5.webp",src:y,alt:"The HTML Handbook\n 第6页"},{lazySrc:"\u002Fview\u002Fpage\u002Fc653554e224fc3c21b8eedc55e56c732\u002F6.webp",src:y,alt:"The HTML Handbook\n 第7页"},{lazySrc:"\u002Fview\u002Fpage\u002Fc653554e224fc3c21b8eedc55e56c732\u002F7.webp",src:y,alt:"The HTML Handbook\n 第8页"}],pagesPerRead:w,pageHeight:1132.9129886506937,pageWidth:bJ,currentPage:b,currentPageFullscreen:b,breadcrumbs:[{id:m,title:ad,disabled:a,children:[qN]},qN],favorite:{id:v},scaleSpan:18,loadingImage:"\u002Fstatic\u002Fimages\u002Floading.svg",reportVisible:c,report:{document_id:v,document_title:y,reason:b},relatedDocuments:[{id:2148,title:"The TypeScript Handbook",keywords:"TypeScript,JavaScript,类型系统,类,模块",description:"文档介绍了TypeScript作为JavaScript的静态类型检查器,旨在通过类型系统减少开发中的类型错误。手册涵盖了TypeScript的基本类型、类、模块以及类型系统的特性,如泛型、映射类型、模板字面量类型等。文档还解释了TypeScript如何通过控制流分析来缩小变量类型范围,以及如何通过工具如`tsc`进行类型检查和编译。目标是帮助开发者更好地管理大型JavaScript项目的复杂性。",user_id:64,width:816,height:1056,preview:u,pages:qO,uuid:"1f6291f75ae6e008",download_count:b,view_count:71,score:E,size:663542,status:o,created_at:"2024-03-24T01:49:36Z",updated_at:"2025-10-13T11:58:16Z",username:"copilot",ext:B,attachment:{hash:"37532fdd26dc70349150e15aee554aed"},enable_gzip:a,preview_ext:D,language:F},{id:bV,title:"The Go Handbook\n",keywords:"Go语言,GOPATH,Go工作区,Go命令,Go安装",description:"文档《The Go Handbook》全面介绍了Go编程语言,包括其安装、设置、语言基础、工作区使用等内容。Go语言是一种简洁、现代、快速的编译型语言,由Google工程师开发,旨在高效编程。文档指导读者安装Go,配置开发环境,并通过示例程序了解基础功能。此外,文档还介绍了Go命令的使用,如go run和go build,以及GOPATH环境变量的作用,帮助读者理解Go的工作区和依赖管理。",user_id:s,width:z,height:H,preview:u,pages:N,uuid:"8b373892348a5ef5",view_count:112,score:E,size:4503958,status:o,created_at:"2024-01-06T14:27:04Z",updated_at:"2025-10-13T22:01:51Z",username:I,ext:B,attachment:{hash:"aee94cfbb174cdf3633324da8c068414"},enable_gzip:a,preview_ext:D,language:F},{id:bU,title:"The Svelte Handbook\n",keywords:"Svelte,Svelte组件,Svelte Stores,Svelte Bindings,生命值事件",description:"文档介绍了Svelte框架的核心概念和使用方法,包括组件化开发、状态管理、反应性、属性绑定、跨组件状态管理、插槽、生命周期事件等内容。文档旨在帮助开发者快速上手Svelte,通过具体示例和代码片段展示其优势,如在部署时编译为高效的JavaScript代码,从而提升应用性能和用户体验。",user_id:s,width:z,height:H,preview:u,pages:N,uuid:"17c16a5b644ab0b7",view_count:236,score:E,size:2110022,status:o,created_at:"2024-01-06T14:26:54Z",updated_at:"2025-10-13T22:01:42Z",username:I,ext:B,attachment:{hash:"be4cab7601644e7a8b56555cd75d0095"},enable_gzip:a,preview_ext:D,language:F},{id:bT,title:"The SQL Handbook\n",keywords:"SQL,数据库,DBMS,关系型数据库,表",description:"本文档旨在帮助读者从零开始掌握SQL基础知识。内容涵盖了信息系统、数据与信息的定义,数据库及DBMS的基本概念,关系型数据库的结构与应用,SQL的历史与发展,以及SQL的基本操作如创建表、插入数据、查询数据等。还介绍了高级主题如聚合数据、索引的使用及其对性能的影响。文档强调了SQL的重要性和广泛应用,鼓励读者实践练习以深入理解其功能。",user_id:s,width:z,height:H,preview:u,pages:ac,uuid:"92b95b5e5b87d6ec",download_count:b,view_count:140,score:E,size:451288,status:o,created_at:"2024-01-06T14:22:34Z",updated_at:"2025-10-12T18:57:51Z",username:I,ext:B,attachment:{hash:"310a0dbc4075919966db7af57c647a1a"},enable_gzip:a,preview_ext:D,language:F},{id:bR,title:"The JavaScript Handbook\n",keywords:"JavaScript,语法,变量,数组,函数",description:"文档《The JavaScript Handbook》介绍了JavaScript的基本知识和语法,包括其应用领域、历史发展以及核心语法要素如变量、数据类型、数组、函数等。此外,还探讨了JavaScript的多种编程范式,如面向对象和函数式编程。该手册旨在帮助读者快速掌握JavaScript的基础知识。",user_id:s,width:z,height:H,preview:u,pages:qP,uuid:"30c06376877afb00",view_count:245,score:E,size:591790,status:o,created_at:"2024-01-06T02:45:54Z",updated_at:"2025-10-13T06:37:14Z",username:I,ext:B,attachment:{hash:"ff7a7332e890a7eb510e06dd457d4a91"},enable_gzip:a,preview_ext:D,language:F},{id:bQ,title:"The Swift Handbook\n",keywords:"Swift,变量,运算符,控制流,数据结构",description:"文档《The Swift Handbook》系统介绍了Swift编程语言的核心概念和语法,包括变量、运算符、控制流、数组、集合、字典、元组、可选值、枚举、结构体等基本元素。Swift是由Apple于2014年推出的开源、静态类型编程语言,旨在成为Apple平台开发的主要语言,逐渐取代Objective-C。文档还讨论了其编译器LLVM、IDE Xcode以及Swift的现代特性,如扩展功能和跨平台支持。",user_id:s,width:z,height:H,preview:u,pages:53,uuid:"9e3a468e7fd4e377",view_count:qQ,score:E,size:829029,status:o,created_at:"2024-01-06T02:45:44Z",updated_at:"2025-10-13T08:22:16Z",username:I,ext:B,attachment:{hash:"9dba82e2312e6d8a6c7315e3f5429523"},enable_gzip:a,preview_ext:D,language:F},{id:bP,title:"The CSS Handbook\n",keywords:"CSS,选择器,级联,具体性,继承",description:"The CSS Handbook 遵循80\u002F20规则,旨在帮助读者快速掌握CSS的核心内容。其目标是使读者迅速上手CSS,涵盖从基础到高级主题,包括CSS的历史、语法、选择器、级联、具体性、继承等核心概念。书中还介绍了CSS的新特性,如CSS Grid、Flexbox和自定义属性,旨在帮助读者构建未来的网络世界。此外,书中详细说明了如何将CSS应用于HTML文档,包括通过链接标签、样式标签和内联样式等方式,并探讨了浏览器兼容性、样式重置和打印样式等高级主题。",user_id:s,width:z,height:H,preview:u,pages:qO,uuid:"b9f9da2d82241087",download_count:o,view_count:153,score:E,size:2053245,status:o,created_at:"2024-01-06T02:45:34Z",updated_at:"2025-10-13T12:27:54Z",username:I,ext:B,attachment:{hash:"b0fd43fd8a61ccf7b3e7066caaf88f3b"},enable_gzip:a,preview_ext:D,language:F},{id:bO,title:"The React Handbook\n",keywords:"React,Components,JSX,State,Events",description:"文档是一本关于React的入门手册,旨在帮助学习者快速掌握React的核心概念。文档内容包括React的基本介绍、安装方法、核心概念如组件(Components)、JSX、状态(State)、属性(Props)、数据流、事件处理(Events)以及组件生命周期等。还提到了学习React的好处,包括其广泛的应用和生态系统支持。此外,文档建议学习者通过构建简单应用和学习高级概念如上下文API、React Router等来进一步提升技能。",user_id:s,width:z,height:H,preview:u,pages:bL,uuid:"c7698becd6efa21b",download_count:C,view_count:239,score:E,size:1344438,status:o,created_at:"2024-01-06T02:45:04Z",updated_at:"2025-10-13T12:31:06Z",username:I,ext:B,attachment:{hash:"93dc63d5d5a5f522262ecef44243dab4"},enable_gzip:a,preview_ext:D,language:F},{id:bN,title:"The C Handbook\n",keywords:"Variables and types,Control structures,Arrays,Pointers,Functions",description:"文档系统介绍了C编程语言的基础知识和核心特性。C是一种静态类型、编译型语言,广泛用于嵌入式设备和系统编程。文档涵盖了变量声明、数据类型、运算符、控制结构、数组、指针、函数等内容,强调了C语言的低级特性和对内存管理的要求。同时,文档展示了C语言的典型应用,如通过`printf()`实现输入输出、通过指针操作数组和字符串以及通过函数实现代码模块化。",user_id:s,width:z,height:H,preview:u,pages:60,uuid:"c027e840c86385d5",download_count:b,view_count:329,score:E,size:930489,status:o,created_at:"2024-01-06T02:44:54Z",updated_at:"2025-10-13T12:29:18Z",username:I,ext:B,attachment:{hash:"07084124eaa82423bf97d640555b4558"},enable_gzip:a,preview_ext:D,language:F},{id:343,title:"deno handbook",keywords:"Deno,TypeScript,ES模块,标准库,V8引擎",description:"文档介绍了Deno这一现代JavaScript运行时环境,强调其基于现代JavaScript功能、内置TypeScript支持、使用ES模块、无需包管理器等特点。Deno由Node.js的创建者Ryan Dahl开发,旨在提供更现代化的服务器端开发体验。文档详细列出了Deno的核心功能、命令 lista、环境变量,并对比了与Node.js的主要区别,如基于Rust和TypeScript的实现、现代标准库以及沙盒安全模型。",user_id:b,width:z,height:H,preview:u,pages:46,uuid:"7a233359559d335a",view_count:qQ,score:E,size:4311709,status:o,created_at:"2023-12-26T12:20:21Z",updated_at:"2025-10-13T22:02:49Z",recommend_at:"2023-12-26T12:23:47Z",username:"admin",ext:B,attachment:{hash:"ae5585ca22cee77c737ed5f3a915ce6e"},enable_gzip:a,preview_ext:D,language:F}],cardWidth:v,cardOffsetTop:v,tips:y,downloadVisible:c,descriptions:[{label:"语言",value:bY,icon:"fa fa-language",name:"language"},{label:"格式",value:B,icon:qR,name:"ext"},{label:"评分",value:C,icon:"el-icon-star-on",name:"score"},{label:"摘要",value:qI,icon:qR,name:"description"},{label:"AI总结",value:qK,icon:"el-icon-magic-stick",name:"summary"}],orderNO:y,advertisements:[],updateDocumentVisible:c,metaDescription:"文档《TheHTML Handbook》阐述了HTML的基础知识、历史发展及其重要性。HTML是hyper text markup language的缩写,是web的基本构建块,由WHATWG组织标准化,具有简洁性和向后兼容性。文档涵盖了HTML的页面结构、标签的使用、容器标签、表单、表格、图片、可访问性等内容。此外,还介绍了HTML5的发展历程和XHTML的过渡。文档旨在帮助初学者快速上手HTM",showUpdating:c,showDocumentSearch:c,pageContents:[],fuseWord:y,fuseLoading:c,fuseResult:[],fuseInstance:Z,origin:y,isMobile:c,isPad:c,isPC:a,advertisementPositions:bX,footerTop:v,messageCache:{},emitProbeQuestion:{id:v}},"2":{friendlinks:[{id:b,title:"摩枫网络科技",link:"https:\u002F\u002Fmnt.ltd"},{id:o,title:qS,link:qT}],currentYear:bZ,sign:{id:v},navigations:[],isMobile:c,isPad:c,isPC:a,advertisementPositions:bX,advertisements:[],footerTop:v,messageCache:{},emitProbeQuestion:{id:v}}},error:Z,state:{user:{user:{},token:y,permissions:[],allowPages:[],redirectAfterOauth:"\u002Fme",groups:[],chatModel:{modelId:v,enableThinking:a}},category:{categories:[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],categoryMap:{"386":qU,"387":qV,"388":qW,"389":qX,"390":re,"391":rD,"392":rM,"393":rl,"394":rv,"395":rO,"396":rA,"397":rQ,"398":rF,"399":rL,"400":rp,"401":rk,"402":rn,"403":rg,"404":rq,"406":rr,"407":rm,"410":rJ,"411":sY,"412":sZ,"413":tg,"415":tk,"417":rV,"418":rB,"419":ss,"420":sw,"421":sD,"422":sy,"423":sB,"424":st,"425":sf,"426":sh,"427":se,"428":si,"429":r$,"430":sb,"431":sr,"432":sp,"433":sq,"437":sN,"438":sR,"440":ru,"441":rt,"442":rx,"443":rw,"444":rh,"445":ry,"446":sc,"447":rS,"448":th,"449":rE,"451":so,"452":sx,"453":qY,"454":sM,"455":rC,"456":tj,"457":tv,"458":tz,"459":tH,"460":ty,"461":sA,"462":tu,"463":tC,"465":su,"466":tE,"467":rU,"468":sj,"469":ro,"470":rs,"471":rj,"472":sH,"473":tw,"474":sQ,"475":sJ,"476":sE,"477":rR,"478":tG,"479":tD,"480":tJ,"481":rY,"482":sC,"483":sz,"484":tA,"485":rN,"486":ti,"487":td,"488":tB,"489":tI,"490":ri,"491":rT,"492":sl,"493":rP,"494":sd,"495":ts,"496":tq,"497":r_,"498":tb,"499":sm,"500":sn,"501":sk,"502":sO,"503":s_,"504":tc,"505":rH,"506":rZ,"507":sL,"508":rG,"509":sK,"510":sI,"511":tn,"512":tm,"513":rK,"514":qZ,"515":q_,"516":q$,"517":ra,"518":rb,"519":rd,"520":rc,"522":rf,"523":ud,"524":tM,"525":tN,"526":tO,"527":tP,"528":tQ,"529":tR,"530":tS,"531":tT,"532":tU,"533":tV,"534":tW,"535":tX,"536":tY,"537":tZ,"538":t_,"539":t$,"540":ua,"541":ub,"542":uc,"543":ue,"544":uf,"545":un,"546":ug,"547":uh,"548":ui,"549":uj,"550":uk,"551":ul,"552":um,"553":uo,"554":up,"555":uq,"556":ur,"557":us,"558":ut,"559":uu,"560":uv,"561":uw,"562":ux,"563":uy,"564":uz,"565":uA,"566":uB,"567":uC,"568":uD,"569":uE,"570":uF,"571":uG,"572":uH,"573":uI,"574":uJ,"575":uK,"576":uL,"577":uM,"578":uN,"579":uO,"580":uP,"581":uQ,"582":uR,"583":uS,"584":uT,"585":uU,"586":uV,"587":uX,"588":uY,"589":uZ,"590":u_,"591":u$,"592":va,"593":vb,"594":vd,"595":ve,"596":vf,"597":vc,"598":vg,"599":vh,"600":vi,"601":uW,"602":vj,"603":vl,"604":vk,"605":vm,"606":vn,"607":vo,"608":vp,"609":vq,"610":vr,"611":vs,"612":vt,"613":vu,"614":vv,"615":vw,"616":vy,"617":vz,"618":vA,"619":vB,"620":vC,"621":vD,"622":vE,"623":vF,"624":wi,"625":vG,"626":vH,"627":vI,"628":vJ,"629":vK,"630":vL,"631":vM,"632":vN,"633":vO,"634":vx,"635":vP,"636":vQ,"637":vR,"638":vS,"639":vT,"640":vU,"641":vV,"642":vW,"643":vX,"644":vY,"645":vZ,"646":v_,"647":wa,"648":wb,"649":v$,"650":wc,"651":wd,"652":we,"653":wf,"654":wg,"655":wh,"656":wj,"657":wk,"658":wm,"659":wn,"660":wo,"661":xj,"662":wq,"663":wr,"664":ws,"665":wu,"666":wx,"667":wB,"668":wI,"669":wT,"670":wU,"671":xe,"672":xf,"673":xu,"674":xx,"675":xE,"676":xI,"677":wv,"678":wy,"679":wz,"680":wA,"681":wC,"682":wD,"683":wE,"684":wF,"685":wG,"686":wH,"687":wJ,"688":wK,"689":wL,"690":wM,"691":wN,"692":wO,"693":ww,"694":wP,"695":wQ,"696":wR,"697":wS,"698":wV,"699":wW,"700":wX,"701":wY,"702":wZ,"703":w_,"704":w$,"705":xa,"706":xb,"707":xc,"708":xd,"709":xg,"710":xh,"711":xi,"712":xk,"713":xl,"714":xm,"715":xn,"716":xw,"717":wp,"718":xo,"719":xp,"720":xq,"721":xr,"722":xs,"723":xt,"724":xv,"725":xy,"726":xz,"727":xA,"728":xB,"729":xC,"730":xD,"731":xF,"732":xG,"733":xH,"734":xJ,"735":xK,"736":xL,"737":xM,"738":xN,"739":xO,"740":xP,"741":xQ,"742":xR,"743":xS,"744":xT,"745":xU,"746":yl,"747":yj,"748":xV,"749":xW,"750":xX,"751":xZ,"752":x_,"753":x$,"754":ya,"755":yb,"756":yc,"757":yd,"758":ye,"759":yf,"760":yg,"761":yh,"762":yi,"763":yk,"764":ym,"765":yn,"766":yo,"767":yp,"768":yq,"769":yr,"770":ys,"771":yt,"772":yu,"773":yv,"774":yw,"775":yx,"776":yy,"777":wl,"778":wt,"779":tp,"780":xY,"781":sG,"782":sV,"783":sW,"784":rX,"785":rW,"786":ta,"787":to,"788":sU,"789":sa,"790":te,"791":sS,"792":rz,"793":tL,"794":tl,"795":sP,"796":yA,"797":tt,"798":s$,"799":tx,"800":sg,"801":rI,"802":tf,"803":tK,"804":yz,"805":tr,"806":sT,"808":sv,"809":sX,"810":tF,"811":sF}},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:[ab,"Golang","ChatGPT",$],version:"v3.3.0-beta.70",enable_watermark:a,enable_powered_by:a,credit_name:qD,credit_exchange:w,show_exchange:a,search_prompts:["Go语言与Java相比,有哪些优劣","Flask快速入门,写一个博客系统","有哪些指令可以查看网络请求","apt、yum有哪些区别"],chat_prompts:["请帮我写一篇周报,内容包括本周工作内容、下周工作计划、遇到的问题及解决方案","如何更好地提升工作效率","请给出一份活动策划模板","如何看待房贷利率LPR下调"],bot_name:yB},footer:{about:yC,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:bK,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:V,times_every_ip:V,max_price:w},display:{show_index_categories:a,pages_per_read:t,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:yD,month_original_price:2000,month_download:bM,month_document_discount:90,quarter_price:2500,quarter_original_price:5000,quarter_download:bW,quarter_document_discount:80,year_price:8000,year_original_price:16000,year_download:bI,year_document_discount:70,enable_credit_pay:a,month_times_every_day:bW,quarter_times_every_day:E,year_times_every_day:1500},language:[{id:b,language:"中文(简体)",code:"zh-CN"},{id:o,language:"中文(繁体)",code:"zh-TW"},{id:C,language:bY,code:F},{id:x,language:"法语",code:"fr"},{id:t,language:"韩语",code:"ko"},{id:s,language:"德语",code:"de"},{id:u,language:"日语",code:"ja"},{id:q,language:"俄语",code:"ru"},{id:qP,language:"意大利语",code:"it"},{id:94,language:"葡萄牙语",code:"pt"},{id:110,language:"西班牙语",code:"es"}]},navigations:[{id:t,title:qE,href:yE,target:bH,sort:102400,enable:a,created_at:Y,updated_at:Y,fixed:a,disabled:c},{id:s,title:"文库资料",href:qC,target:bH,sort:102300,enable:a,created_at:Y,updated_at:Y,fixed:a,disabled:c},{id:u,title:"文章资讯",href:"\u002Farticle",target:bH,sort:102200,enable:a,created_at:Y,updated_at:Y,fixed:a,disabled:c},{id:q,title:yB,href:"\u002Fchat",target:bH,color:"rgba(255, 0, 0, 0.98)",sort:102010,enable:a,created_at:"2025-04-09T15:19:26Z",updated_at:"2025-04-14T05:05:09Z",fixed:a,disabled:c},{id:x,title:"开源文库系统",href:"https:\u002F\u002Fmnt.ltd\u002Fmoredoc.html",target:yF,color:"rgba(241, 19, 19, 1)",sort:yD,enable:a,created_at:"2024-01-31T06:02:12Z",updated_at:"2024-01-31T06:02:19Z",disabled:c},{id:o,title:qS,href:qT,target:yF,enable:a,created_at:yG,updated_at:yG,disabled:c},{id:C,title:"关于我们",href:yC,enable:a,created_at:"2024-01-10T03:43:04Z",updated_at:"2024-01-10T03:43:29Z",disabled:c}]}},serverRendered:a,routePath:"\u002Fdocument\u002F003004922bdf144e",config:{_app:{basePath:yE,assetsPath:"\u002F_nuxt\u002F",cdnURL:Z}},globalRefs:{}}}(true,1,false,518,517,515,387,519,453,388,514,516,386,389,2,390,8,392,6,5,7,0,10,4,"",793,520,".pdf",3,".webp",300,"en",391,1123,"helloworld",16,22,399,62,44,433,"Apache",13,"HTML\u002FCSS",21,"React",20,12,"数据库",35,"2024-05-04T15:22:28Z",null,401,"JavaScript",74,"Java",26,"前端开发","Angular","Dart","Electron","Flutter",393,"PWA","TypeScript",11,"C#",394,452,"Crystal","Deno","Go",432,"ActiveMQ",48,"Julia",87,"nim",410,"Node.js","PHP",40,"Python",632,"Celery","Django","Flask",395,"Ruby","Rust","Swift",66,"区块链","Cassandra","ClickHouse","Firebird","MongoDB","MySQL","PostgreSQL","Redis","SQL","SQLite",17,"TiDB","数据库中间件","数据库工具",32,"Navicat","Android","DevOps","iOS","Jenkins",422,"Linux",794,"Cilium","Nginx","Prometheus","Shell","Windows","Zabbix","云计算&大数据","Apache APISIX",14,"Docker","Hadoop","Harbor","Istio","Kubernetes","Serverless","云原生CNCF","机器学习","边缘计算",610,"Blender","Krita",454,"人工智能",795,"DataEase","Server","_self",400,800,500,31,30,548,549,551,552,553,555,559,561,562,100,Array(6),"英语",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开发应用。 ",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",504,"Scrapy","Scrapy是一个用于网络爬取的快速、高级的Python框架,能够方便地从网站上抓取结构化数据。",487,"Tornado","Tornado是一个用Python编写的轻量级Web服务器和Web应用框架,它采用异步非阻塞IO的处理方式,具有出色的抗负载能力和优异的性能,旨在解决C10K问题,即处理大于或等于一万的并发连接。",485,"RISC-V","RISC-V是一个基于精简指令集原则的开源指令集架构,简易解释为与开源软件运动相对应的一种“开源硬件”。","Ruby 是一种优雅的、面向对象的、简洁易学的动态编程语言,以其高效的开发效率和独特的元编程功能而广受欢迎。",413,"Rails","Ruby on Rails(简称 Rails)是一个基于 Ruby 语言的 Web 应用开发框架,以其简洁、优雅和高效的开发方式,帮助开发者快速构建复杂的 Web 应用程序。",493,78,"Rust是一种高效、安全且并发的系统编程语言,特别适用于构建高性能、低开销的软件,包括操作系统、网络应用、嵌入式设备等。",397,477,"UML",98,"UML是一种广泛使用的软件建模语言,全称是Unified Modeling Language,是面向对象开发中一种通用的图形化建模语言。它综合了面向对象的建模语言、方法和过程,为软件开发的所有阶段提供模型化和可视化支持。",447,"其它语言",491,"区块链是一种分布式数据库技术,它允许网络中的参与者在不需要中心化信任机构的情况下进行安全、可追溯、不可篡改的数据交换和传输。",467,"开发测试",417,"微服务","微服务是一种将大型复杂应用程序拆分成多个小型、独立、可单独部署和扩展的服务的方法,每个服务都运行在自己的进程中,并使用轻量级通信机制进行通信。",785,"敏捷开发","敏捷开发是一种以人为核心、迭代、循序渐进的开发方法,它强调在快速变化的需求中通过高度的协作和灵活的响应来交付高质量的软件。",784,"架构设计",52,"架构设计是指在软件或计算机系统的开发过程中,对系统进行整体的规划和设计,以满足特定需求和功能,并关注系统中各个组件之间的相互关系和交互方式,以降低系统的复杂性,提高系统的可理解性和可维护性。",481,"汇编语言","汇编语言是一种低级编程语言,它使用助记符(mnemonics)来代替机器语言中的二进制代码,使得程序员能够更容易地编写、理解和修改计算机程序。",434,"\u002F\u002Fwenku.it\u002Fuploads\u002Fe\u002F0\u002Fc\u002Fe\u002F9\u002Fe0ce9096954e23a1a28197002e989b5f.jpg","\u002F\u002Fwenku.it\u002Fuploads\u002F7\u002Ff\u002F2\u002Fb\u002F9\u002F7f2b927210effe33346b9c827311e854.png","数据库是一种结构化组织和存储数据的系统,可方便地进行数据管理、检索和更新,提供有效的数据存储和访问机制。",506,"Apache Doris","Apache Doris是一个基于MPP架构的高性能实时分析数据库,以其亚秒级响应时间和支持超大数据集的能力,为实时数据分析提供了强大支持。",497,"Apache HBase","Apache HBase是一个开源的、分布式的、可扩展的、大数据存储系统,它利用Hadoop的HDFS作为其文件存储系统,并提供了类似于Google Bigtable的列式存储、高可靠性以及实时读写的能力。",429,"Apache Cassandra是一套开源分布式NoSQL数据库系统。它最初由Meta开发,用于改善电子邮件系统的搜索性能的简单格式数据,集Google BigTable的数据模型与Amazon Dynamo的完全分布式架构于一身。",789,"ClickHouse是Yandex开源的一个高性能列式数据库管理系统,专为在线分析处理(OLAP)设计,能够使用SQL进行实时数据分析并生成报告。",430,"Firebase",446,"Firebird是一个开源的关系型数据库管理系统(RDBMS),具有高性能、轻量级和跨平台特性,适用于各种应用开发场景。",494,"Greenplum",43,"Greenplum数据库是一个基于PostgreSQL的分布式数据仓库,采用MPP架构,提供强大的并行计算能力和海量数据管理能力,适用于大数据分析和数据科学应用。",427,"MongoDB是一个高性能、开源的、无模式的文档型数据库,使用类似于JSON的BSON格式存储数据,提供灵活的数据结构和水平扩展能力。",425,"MySQL是一个开源的关系型数据库管理系统(RDBMS),现属于Oracle旗下,因其高性能、易用性和可靠性而广泛应用于各种数据存储和管理需求中。","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是一款易于使用的开源在线协作翻译平台,支持多种格式文件的翻译管理,让团队协作翻译变得更加高效便捷。","产品与服务","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,"CMake",550,545,"Dubbo","Erlang",554,"Fastify",556,"Gin",557,558,"GoFrame","Guzzle",560,"Iris",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","\u002Fcategory","码力","首页","info","warning","danger","文档《The HTML Handbook》阐述了HTML的基础知识、历史发展及其重要性。HTML是hyper text markup language的缩写,是web的基本构建块,由WHATWG组织标准化,具有简洁性和向后兼容性。文档涵盖了HTML的页面结构、标签的使用、容器标签、表单、表格、图片、可访问性等内容。此外,还介绍了HTML5的发展历程和XHTML的过渡。文档旨在帮助初学者快速上手HTML,同时为专业人士提供进一步的知识提升。","003004922bdf144e","\n\n《The HTML Handbook》是一本旨在帮助读者快速掌握HTML核心知识的指南,涵盖了从基础到高级内容的全面概述。以下是文档的总结:\n\n### 概述\nHTML( 超文本标记语言)是构建网络的最基本技术,自1993年正式诞生以来,逐步发展为支持丰富网络应用的核心技术。这本手册遵循“80\u002F20规则”,即通过20%的努力掌握80%的内容,适合初学者快速入门,也适合专业人士深入理解HTML的高级主题。\n\n### HTML 基础\n- **标准化**:HTML的标准由WHATWG(Web Hypertext Application Technology Working Group)维护,主要由Google、Mozilla、Apple和Microsoft控制。\n- **历史演变**:HTML经历了从HTML 1到HTML 4的发展,曾尝试过XHTML的edn.XmlOverflow组织反对XHTML的复杂性,最终HTML 5成为主流。\n- **特性**:HTML的成功源于其简单性和宽容性,浏览器能够容忍代码中的小错误,确保向后兼容性,使旧的HTML文档在现代浏览器中仍能正常显示。\n\n### 文档结构\n1. **文档头部(Document Heading)**:\n - **`\u003Ctitle\u003E`**:定义页面标题,重要的SEO元素。\n - **`\u003Cmeta\u003E`**:提供页面元数据,如字符编码、viewport设置等。\n - **`\u003Clink\u003E`**:用于链接外部资源,如CSS样式表。\n - **`\u003Cscript\u003E`** 和 **`\u003Cnoscript\u003E`**:分别用于嵌入JavaScript代码和提供无JavaScript浏览器的替代内容。\n - **`\u003Cstyle\u003E`**:定义内联CSS样式。\n - **`\u003Cbase\u003E`**:设置页面中所有链接的基础URL。\n\n2. **文档正文(Document Body)**:\n - **块级元素与内联元素**:块级元素占据整个容器宽度,如`\u003Cdiv\u003E`,而内联元素如`\u003Cspan\u003E`只占据所需空间。\n - **文本交互标签**:\n - **`\u003Cp\u003E`**:段落。\n - **`\u003Cspan\u003E`**:行内容器,用于应用样式。\n - **`\u003Cbr\u003E`**:换行。\n - **`\u003Ch1\u003E`到`\u003Ch6\u003E`**:标题,层次从高到低。\n - **`\u003Cstrong\u003E`**和**`\u003Cem\u003E`**:分别表示强调和斜体文本。\n\n3. **链接与导航**:\n - **`\u003Ca\u003E`**:创建超链接,通过`href`属性指定目标URL。\n - **`\u003Cnav\u003E`**:定义导航链接区域。\n\n4. **容器标签与页面结构**:\n - **语义化标签**:如`\u003Carticle\u003E`、`\u003Csection\u003E`、`\u003Cheader\u003E`、`\u003Cfooter\u003E`等,用于定义页面的结构和内容区域。\n - **`\u003Cdiv\u003E`**:通用容器,用于布局和样式化。\n\n5. **表单**:\n - **`\u003Cinput\u003E`**:支持多种类型,如文本、密码、电子邮件、数字等。\n - **`\u003Ctextarea\u003E`**:多行文本输入框。\n - **`\u003Cselect\u003E`** 和 **`\u003Coption\u003E`**:下拉选择框及其选项。\n - 表单验证和无障碍访问(ARIA属性)。\n\n6. **表格**:\n - 使用**`\u003Ctable\u003E`**、**`\u003Ctr\u003E`**、**`\u003Ctd\u003E`**等标签创建表格。\n\n7. **图片**:\n - **`\u003Cimg\u003E`**:嵌入图片,必须提供`alt`属性描述图片内容。\n - **`\u003Cpicture\u003E`**:响应式图片,通过`\u003Csource\u003E`标签指定不同屏幕尺寸的图片源。\n\n### 无障碍访问\n- 确保HTML内容对残障人士友好,例如使用屏幕阅读器的用户。\n- 通过ARIA属性(如`aria-label`、`aria-labelledby`、`aria-describedby`)提供更好的无障碍支持。\n\n### 总结\n这本手册全面涵盖了HTML的基础知识和高级主题,旨在帮助读者快速掌握HTML,并深入理解其在网络开发中的核心作用。","\u002Fview\u002Fpage\u002Fc653554e224fc3c21b8eedc55e56c732\u002F1.webp","\u002Fview\u002Fpage\u002Fc653554e224fc3c21b8eedc55e56c732\u002F2.webp",{},184,56,150,"el-icon-document","书栈网","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/1c90efe.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>