2021年9月总结
本文最后更新于:2023年4月15日 下午
Android
给Android站添加更多色彩。使用Mkdocs的功能,增加折叠功能和按钮。
增加了一个「最近更新」的界面。在md里写html。手动汇总一下最近的更新信息。
做了一个导航页面 https://an.rustfisher.com/an-tree.html。
开发记录在这里 -> 使用ECharts绘制网址径向树状图。
Kotlin
入门了协程。了解了协程的基本概念。
网站修改
利用mkdocs的插件,增加一些功能。
增加引用
一个markdown文件,可以引用其它文件的内容。用的框架是mkdocs,需要加入插件。在mkdocs.yml
文件里加入plugins
声明
1 |
|
注意它与copyright
同级。
但是还需要在电脑本地安装一下这个macros
1
pip3 install mkdocs-macros-plugin
md引用其他文件的语法是1
{% include 'snippet.md' %}
如果要指定被引用文件的路径1
2- macros:
include_dir: include-md
注意include_dir
必须再缩进8个空格
参考:
- https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance
- https://mkdocs-macros-plugin.readthedocs.io/en/latest/#installation
总览
同一篇文会先发在🔗 Android教程站,并同步发布到各个社区,更新内容汇总:
- Android协程基础
- Kotlin协程取消与超时
- Kotlin协程基础
- Kotlin协程入门
- Android View post 方法解析
- Android Activity 传递Parcelable对象
- Handler,Looper与MessageQueue使用与分析
- Android使用线程池介绍
- Android多线程综述
- Java多线程介绍
- Android合集的最近更新
展望
每个月多写一点。加强对网络通信的学习。
2021年9月总结
https://blog.rustfisher.com/2021/09/30/Summary/2021-9/