Zhao Bin's site's 132-line llms.txt shows what thorough AI preparation looks like
Discover Zhao Bin's site for insightful essays, practical notes, and valuable resources on backend development, Java programming, and more.
132
Lines
-91% vs avg
1
Sections
-96% vs avg
742+
Companies
using llms.txt
2
Files
llms.txt + full
Key Insights
Focused approach
A streamlined 1-section structure keeps things simple and scannable.
Optimal length
At 132 lines, this file balances detail with AI context window efficiency.
Two-file approach
Uses both llms.txt and llms-full.txt for different AI use cases.
llms.txt Preview
First 100 lines of 132 total
# 赵斌的小站
> 赵斌的随笔和笔记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)
- [Excel 公式](https://zhaobc.site/notes/other/office/excel-formulas.md)
- [git 小提示](https://zhaobc.site/notes/other/tools/git.md)
- [gradle 小提示](https://zhaobc.site/notes/other/tools/gradle.md)
- [跨源隔离和跨域资源共享](https://zhaobc.site/posts/dev/coep-coop-corp-corp-cors.md)
- [禁用 JPA Project Change Event Handler](https://zhaobc.site/posts/dev/disable-jpa-change-event-handler.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)Zhao Bin's site is ready for AI search. Are you?
Join 742+ companies preparing their websites for the future of search. Create your llms.txt file in minutes.
Generate Your llms.txtDon't get left behind
Your competitors are preparing for AI search.
Zhao Bin's site has 1 organized sections ready for AI crawlers. Generate your llms.txt file and join the companies optimizing for the future of search.