update
@@ -32,24 +32,30 @@ export default defineConfig({
|
||||
{
|
||||
text: "使用说明",
|
||||
items: [
|
||||
{ text: "本网站", link: "/basic/00/index.md" },
|
||||
{ text: "自测猫", link: "/basic/00/code.md" },
|
||||
{ text: "判题狗", link: "/basic/00/oj.md" },
|
||||
{ text: "练习册", link: "/basic/00/play.md" },
|
||||
{ text: "本网站", link: "/basic/book" },
|
||||
{ text: "自测猫", link: "/basic/code" },
|
||||
{ text: "判题狗", link: "/basic/oj" },
|
||||
{ text: "练习册", link: "/basic/play" },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "编程技巧",
|
||||
items: [
|
||||
{ text: "Python 小抄", link: "/basic/01/cheatsheet.md" },
|
||||
{ text: "看懂报错信息", link: "/basic/01/error-message.md" },
|
||||
{ text: "使用 AI", link: "/basic/01/chatgpt.md" },
|
||||
{ text: "Python 小抄", link: "/basic/cheatsheet" },
|
||||
{ text: "看懂报错信息", link: "/basic/error-message" },
|
||||
{ text: "使用 AI", link: "/basic/chatgpt" },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "OJ",
|
||||
items: [
|
||||
{ text: "推荐的做题顺序", link: "/basic/oj-sorting" },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "无用的冷知识",
|
||||
items: [
|
||||
{ text: "中文编程语言介绍", link: "/basic/02/chinese-program-language.md" },
|
||||
{ text: "中文编程语言介绍", link: "/basic/chinese-program-language" },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
@@ -1,6 +1,6 @@
|
||||
# 本网站的使用说明
|
||||
|
||||

|
||||

|
||||
|
||||
本网站 [https://book.xuyue.cc](https://book.xuyue.cc) 是一本编程书,其中包含了编程语言、应用领域、计算机科学等相关内容。
|
||||
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 254 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
@@ -1,6 +1,6 @@
|
||||
# 自测猫的使用说明
|
||||
|
||||

|
||||

|
||||
|
||||
自测猫 [https://code.xuyue.cc](https://code.xuyue.cc) 是一个代码在线运行的网站,省去在本地搭建编程环境的过程,平时运行简单的代码片段够用了。(为什么叫自测猫,因为是**自**行**测**试代码的机器**猫**
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
因为适配了移动端,用手机打开,一些功能我给移到其他地方了,并且新增了**编程助手**,方便关键字和符号的输入:
|
||||
|
||||

|
||||

|
||||
|
||||
希望不要给我找没有电脑的借口了,你有手机就可以写代码了(也许吧
|
||||
|
||||
0
basic/oj-sorting/index.md
Normal file
@@ -1,6 +1,6 @@
|
||||
# 判题狗的使用说明
|
||||
|
||||

|
||||

|
||||
|
||||
判题狗 [https://oj.xuyue.cc](https://oj.xuyue.cc) 是一个在线评测平台(Online Judge),由练习、比赛、排名等组成,真实反映你用代码解决问题的能力。
|
||||
|
||||
|
Before Width: | Height: | Size: 309 KiB After Width: | Height: | Size: 309 KiB |
@@ -1,6 +1,6 @@
|
||||
# 练习册的使用说明
|
||||
|
||||

|
||||

|
||||
|
||||
练习册 [https://play.xuyue.cc](https://play.xuyue.cc) 单纯用于检测你是否掌握代码格式,本身这个网站也比较简单,半个小时就可以通关(关键是我比较懒,没有几道题
|
||||
|
||||
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |