# 赵斌的小站 > 赵斌的随笔和笔记This file contains links to all documentation sections. ## Table of Contents - [关于我](https://zhaobc.site/about.md): 关于赵斌 - [链接](https://zhaobc.site/links.md): 链接 - [笔记](https://zhaobc.site/notes/index.md) - [后端笔记](https://zhaobc.site/notes/backend/index.md) - [Java 笔记](https://zhaobc.site/notes/backend/java/index.md) - [DBUnit 相关代码片段](https://zhaobc.site/notes/backend/java/code-snippets/dbunit.md) - [Group by 使用](https://zhaobc.site/notes/backend/java/code-snippets/group-by.md) - [Mockito 相关代码片段](https://zhaobc.site/notes/backend/java/code-snippets/mockito.md) - [排序](https://zhaobc.site/notes/backend/java/code-snippets/sort.md) - [Python](https://zhaobc.site/notes/backend/python/index.md) - [Python - 100 天从新手到大师](https://zhaobc.site/notes/backend/python/python-100-days/index.md) - [Day 01-15](https://zhaobc.site/notes/backend/python/python-100-days/day-01-15/index.md) - [01.初识 Python](https://zhaobc.site/notes/backend/python/python-100-days/day-01-15/01.初识Python.md) - [02.语言元素](https://zhaobc.site/notes/backend/python/python-100-days/day-01-15/02.语言元素.md) - [03.分支结构](https://zhaobc.site/notes/backend/python/python-100-days/day-01-15/03.分支结构.md) - [04.循环结构](https://zhaobc.site/notes/backend/python/python-100-days/day-01-15/04.循环结构.md) - [Python 教程](https://zhaobc.site/notes/backend/python/tutorial/index.md) - [3. 速览](https://zhaobc.site/notes/backend/python/tutorial/3.introduction.md) - [4. 流程控制](https://zhaobc.site/notes/backend/python/tutorial/4.controlflow.md) - [5. 数据结构](https://zhaobc.site/notes/backend/python/tutorial/5.datastructures.md) - [6. 模块](https://zhaobc.site/notes/backend/python/tutorial/6.modules.md) - [7. 输入输出](https://zhaobc.site/notes/backend/python/tutorial/7.input-output.md) - [8. 错误和异常](https://zhaobc.site/notes/backend/python/tutorial/8.errors.md) - [Spring 笔记](https://zhaobc.site/notes/backend/spring/index.md) - [前端笔记](https://zhaobc.site/notes/frontend/index.md) - [JavaScript 笔记](https://zhaobc.site/notes/frontend/js/index.md) - [JavaScript 深入浅出](https://zhaobc.site/notes/frontend/js/bosn/index.md) - [第 1 章 数据类型](https://zhaobc.site/notes/frontend/js/bosn/chapter01.md) - [第 2 章 表达式和运算符](https://zhaobc.site/notes/frontend/js/bosn/chapter02.md) - [第 3 章 语句](https://zhaobc.site/notes/frontend/js/bosn/chapter03.md) - [第 4 章 对象概述](https://zhaobc.site/notes/frontend/js/bosn/chapter04.md) - [第 5 章 数组](https://zhaobc.site/notes/frontend/js/bosn/chapter05.md) - [Javascript Group By](https://zhaobc.site/notes/frontend/js/code-snippets/group-by.md) - [reduce 使用](https://zhaobc.site/notes/frontend/js/code-snippets/reduce.md) - [TypeScript 笔记](https://zhaobc.site/notes/frontend/ts/index.md) - [Handbook](https://zhaobc.site/notes/frontend/ts/handbook/index.md) - [More on Functions](https://zhaobc.site/notes/frontend/ts/handbook/more_on_function.md) - [Narrowing](https://zhaobc.site/notes/frontend/ts/handbook/narrowing.md) - [Types](https://zhaobc.site/notes/frontend/ts/handbook/types.md) - [Vue 笔记](https://zhaobc.site/notes/frontend/vue/index.md) - [Pinia 官方资料笔记](https://zhaobc.site/notes/frontend/vue/pinia/index.md) - [Core Concepts](https://zhaobc.site/notes/frontend/vue/pinia/core-concepts/index.md) - [Actions](https://zhaobc.site/notes/frontend/vue/pinia/core-concepts/actions.md) - [Defining a Store](https://zhaobc.site/notes/frontend/vue/pinia/core-concepts/define-store.md) - [Getters](https://zhaobc.site/notes/frontend/vue/pinia/core-concepts/getters.md) - [Plugins](https://zhaobc.site/notes/frontend/vue/pinia/core-concepts/plugins.md) - [State](https://zhaobc.site/notes/frontend/vue/pinia/core-concepts/state.md) - [Intro](https://zhaobc.site/notes/frontend/vue/pinia/intro/index.md) - [Get Started](https://zhaobc.site/notes/frontend/vue/pinia/intro/get-started.md) - [Introduction](https://zhaobc.site/notes/frontend/vue/pinia/intro/intro.md) - [Vue.js 设计与实现](https://zhaobc.site/notes/frontend/vue/vue3-book/index.md) - [第 1 章 权衡的艺术](https://zhaobc.site/notes/frontend/vue/vue3-book/chapter01.md) - [第 2 章 框架设计的核心要素](https://zhaobc.site/notes/frontend/vue/vue3-book/chapter02.md) - [第 3 章 Vue.js 3 的设计思路](https://zhaobc.site/notes/frontend/vue/vue3-book/chapter03.md) - [第 4 章 响应系统的作用与实现](https://zhaobc.site/notes/frontend/vue/vue3-book/chapter04.md) - [Vue3 官方资料笔记](https://zhaobc.site/notes/frontend/vue/vue3/index.md) - [基础](https://zhaobc.site/notes/frontend/vue/vue3/basic/index.md) - [响应式基础](https://zhaobc.site/notes/frontend/vue/vue3/basic/reactivity-fundamentals.md) - [模板语法](https://zhaobc.site/notes/frontend/vue/vue3/basic/template-syntax.md) - [内置组件](https://zhaobc.site/notes/frontend/vue/vue3/built-ins/index.md) - [KeepAlive](https://zhaobc.site/notes/frontend/vue/vue3/built-ins/keep-alive.md) - [Suspense](https://zhaobc.site/notes/frontend/vue/vue3/built-ins/suspense.md) - [Teleport 传送门](https://zhaobc.site/notes/frontend/vue/vue3/built-ins/teleport.md) - [TransitionGroup](https://zhaobc.site/notes/frontend/vue/vue3/built-ins/transition-group.md) - [Transition](https://zhaobc.site/notes/frontend/vue/vue3/built-ins/transition.md) - [进阶主题](https://zhaobc.site/notes/frontend/vue/vue3/extra/index.md) - [动画技巧](https://zhaobc.site/notes/frontend/vue/vue3/extra/animation.md) - [组合式 API FAQ](https://zhaobc.site/notes/frontend/vue/vue3/extra/composition-api.md) - [响应性语法糖](https://zhaobc.site/notes/frontend/vue/vue3/extra/reactivity-transform.md) - [渲染函数 & JSX](https://zhaobc.site/notes/frontend/vue/vue3/extra/render-and-jsx.md) - [可重用性](https://zhaobc.site/notes/frontend/vue/vue3/reusability/index.md) - [组合式函数](https://zhaobc.site/notes/frontend/vue/vue3/reusability/composables.md) - [自定义指令](https://zhaobc.site/notes/frontend/vue/vue3/reusability/custom-directives.md) - [插件](https://zhaobc.site/notes/frontend/vue/vue3/reusability/plugins.md) - [TypeScript](https://zhaobc.site/notes/frontend/vue/vue3/typescript/index.md) - [TypeScript 与组合式 API](https://zhaobc.site/notes/frontend/vue/vue3/typescript/composition-api.md) - [搭配 TypeScript 使用 Vue](https://zhaobc.site/notes/frontend/vue/vue3/typescript/overview.md) - [其他内容](https://zhaobc.site/notes/other/index.md) - [测试示例](https://zhaobc.site/notes/other/demo/index.md) - [正则表达式](https://zhaobc.site/notes/other/dev/regex.md) - [Linux 相关内容](https://zhaobc.site/notes/other/linux/index.md) - [SSL 证书](https://zhaobc.site/notes/other/linux/certs.md) - [Gitlab Pages 配置](https://zhaobc.site/notes/other/linux/gitlab-pages.md) - [杂项](https://zhaobc.site/notes/other/linux/misc.md) - [git 小提示](https://zhaobc.site/notes/other/tools/git.md) - [跨源隔离和跨域资源共享](https://zhaobc.site/posts/dev/coep-coop-corp-corp-cors.md) - [Jitsi 会议系统升级](https://zhaobc.site/posts/dev/docker-jitsi.md) - [git submodule 使用](https://zhaobc.site/posts/dev/git-submodule.md) - [DeepSeek 初体验](https://zhaobc.site/posts/dev/hello-deepseek.md) - [oh-my-posh 自定义主题配置](https://zhaobc.site/posts/dev/oh-my-posh.md) - [在线 Python Playground](https://zhaobc.site/posts/dev/python-playground.md) - [git 中如何删除指定 commit 之前的所有 commit 履历](https://zhaobc.site/posts/dev/remove-git-commit-history.md) - [内网部署 umami](https://zhaobc.site/posts/dev/umami-docker.md) - [运行自己的 algolia](https://zhaobc.site/posts/devops/run-algolia-docsearch-from-code.md) - [取消 Vercel 发布](https://zhaobc.site/posts/devops/skip-ci-for-vercel.md) - [VuePress 文章排序问题](https://zhaobc.site/posts/devops/vuepress-articels-sort.md) - [Docker 常用命令](https://zhaobc.site/posts/docker/command.md) - [Waline 部署](https://zhaobc.site/posts/docker/deploy-waline.md) - [查字](https://zhaobc.site/posts/edu/chazi.md) - [学习汉字](https://zhaobc.site/posts/edu/learn-hanzi.md) - [一年级语文下册识字卡片](https://zhaobc.site/posts/edu/xiaoxue-yuwen-1-xia-hanzi-kapian.md) - [一年级语文下册](https://zhaobc.site/posts/edu/xiaoxue-yuwen-1-xia.md) - [二年级语文上册 (二)](https://zhaobc.site/posts/edu/xiaoxue-yuwen-2-shang-2.md) - [二年级语文上册 (三)](https://zhaobc.site/posts/edu/xiaoxue-yuwen-2-shang-3.md) - [二年级语文上册 卡片](https://zhaobc.site/posts/edu/xiaoxue-yuwen-2-shang-hanzi-kapian.md) - [二年级语文上册卡片 (二)](https://zhaobc.site/posts/edu/xiaoxue-yuwen-2-shang-kapian-2.md) - [二年级语文上册](https://zhaobc.site/posts/edu/xiaoxue-yuwen-2-shang.md) - [客厅电视尺寸推荐](https://zhaobc.site/posts/home/tv.md) - [更新 OpenMediaVault](https://zhaobc.site/posts/n1/upgrade-omv.md) - [台湾问题与新时代中国统一事业](https://zhaobc.site/posts/other/columns-layout-demo.md) - [路由器折腾笔记](https://zhaobc.site/posts/router/router-settings.md) - [自动显示当前路径下的文章列表](https://zhaobc.site/posts/theme/auto-articles.md) - [文章分栏布局](https://zhaobc.site/posts/theme/column-layout.md) - [自定义主题](https://zhaobc.site/posts/theme/customize-theme.md) - [ECharts 插件](https://zhaobc.site/posts/theme/echarts-plugin.md) - [Gitlab 贡献者插件](https://zhaobc.site/posts/theme/gitlab-contributors-plugin.md) - [Playground 插件 v2](https://zhaobc.site/posts/theme/playground-plugin-v2.md) - [Playground 插件 v3](https://zhaobc.site/posts/theme/playground-plugin-v3.md) - [Playground 插件](https://zhaobc.site/posts/theme/playground-plugin.md) - [Sandpack 插件](https://zhaobc.site/posts/theme/sandpack-plugin.md) - [引入 twoslash 插件](https://zhaobc.site/posts/theme/twoslash.md) - [幻灯片页](https://zhaobc.site/slides/demo.md)