# learning **Repository Path**: swotpp/learning ## Basic Information - **Project Name**: learning - **Description**: 开发学习笔记 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 16 - **Created**: 2023-01-02 - **Last Updated**: 2023-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = 开发学习 :source-highlighter: pygments :icons: font :scripts: cjk :toc: :toc: right :toc-title: 目录 :toclevels: 4 == 阅读分类说明 . 在线阅读 + 进入各知识目录下,查看 .adoc 文件,gitte 支持自动在线解析阅读。 + [caption=] .网站安全模式对 asciidoc 的一些限制 ==== * 不支持显示 include 指令引入的外部文件内容。 * 不支持显示 callout 图标 * 不支持显示 Admonitions 图标 ==== . 离线阅读和打印 + 进入各知识目录下,下载 .pdf 文件 + ==== 由于受 pdf 打印纸张宽度的影响,显示内容换行多些。 ==== . 体验好的电脑端阅读 + 克隆本项目后打开各知识目录下的 .html 文件 . 在线讲课 + 安装 leo 软件,使用内置的 viewrendered3 插件,可实现好的讲课效果。 + .leo 优点 **** - *控制单节点或连续多节点显示。* - *控制单节点分行显示,如适用于提问、显示答案。* - *课堂提问时记录学生答题成绩。* **** . 文档开发 + 安装 leo-editor 软件,使用文学化编程的方式开发 .adoc 文档和知识点案例。 == 文档生成说明 1. 代码和文档整理使用了文学化开发工具 https://github.com/leo-editor/leo-editor?[leo-editor] * `*.adoc` 文件由 leo-editor 编写生成 2. 文档编写使用 https://docs.asciidoctor.org/asciidoc/latest/?[asciidoc] 语法 * 使用了部分 asciidoctor 支持的特殊语法 3. html 展示文档由 https://docs.asciidoctor.org/asciidoctor/latest/?[asciidoctor] 生成 + [source,console] ---- $ asciidoctor xxx.adoc ---- 4. pdf 文档由 https://docs.asciidoctor.org/pdf-converter/latest/?[asciidotor-pdf] 生成 + [source,console] ---- $ asciidoc-pdf xxx.adoc ---- *** 相应工具链的安装请参相应官网。 == 开始在线阅读 . https://gitee.com/swotpp/learning/blob/master/html/HTMLBasic.adoc?[HTMLBasic.adoc] . https://gitee.com/swotpp/learning/blob/master/html5/HTML5Basic.adoc?[HTML5Basic.adoc] . https://gitee.com/swotpp/learning/blob/master/css/CSSBasic.adoc?[CSSBasic.adoc] . https://gitee.com/swotpp/learning/blob/master/css3/CSS3Basic.adoc?[CSS3Basic.adoc] . https://gitee.com/swotpp/learning/blob/devel/javascript/JavaScriptBasic.adoc?[JavaScriptBasic.adoc] . https://gitee.com/swotpp/learning/blob/devel/jQuery/jQueryBasic.adoc?[jQueryBasic.adoc] . https://gitee.com/swotpp/learning/blob/devel/nodejs/NodeJSBascic.adoc?[NodeJSBascic.adoc]