Skip to content

Commit 6097b69

Browse files
committed
NEW
1 parent c6eb814 commit 6097b69

File tree

5 files changed

+137
-0
lines changed

5 files changed

+137
-0
lines changed

extend/flutter/blog/json/other.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"data": [
3+
{
4+
"author" : "PythonnotJava",
5+
"link" : "https://www.robot-shadow.cn/src/h5/other/blogMatplotlib.html",
6+
"desc" : "matplotlib入门基础详细教程",
7+
"category" : "Mixin",
8+
"time" : "2022-02-05"
9+
},
10+
{
11+
"author" : "PythonnotJava",
12+
"link" : "https://www.robot-shadow.cn/src/h5/other/Dart%E8%AF%AD%E8%A8%80%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8.html",
13+
"desc" : "Dart基础快速入门(1)。",
14+
"category" : "Mixin",
15+
"time" : "2023-09-16"
16+
},
17+
{
18+
"author" : "PythonnotJava",
19+
"link" : "https://www.robot-shadow.cn/src/h5/other/Dart%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8%EF%BC%882%EF%BC%89.html",
20+
"desc" : "Dart基础快速入门(2)。",
21+
"category" : "Mixin",
22+
"time" : "2023-09-17"
23+
},
24+
{
25+
"author" : "PythonnotJava",
26+
"link" : "https://www.robot-shadow.cn/src/h5/other/Dart%E9%AB%98%E7%BA%A7%E6%95%99%E7%A8%8B.html",
27+
"desc" : "Dart深度学习教程。",
28+
"category" : "Mixin",
29+
"time" : "2023-09-23"
30+
},
31+
{
32+
"author" : "PythonnotJava",
33+
"link" : "https://www.robot-shadow.cn/src/h5/other/Dart%E5%90%8C%E6%AD%A5%E6%93%8D%E4%BD%9C%E6%96%87%E4%BB%B6.html",
34+
"desc" : "Dart同步文件教程。",
35+
"category" : "Mixin",
36+
"time" : "2023-09-27"
37+
},
38+
{
39+
"author" : "PythonnotJava",
40+
"link" : "https://www.robot-shadow.cn/src/h5/other/%E8%87%AA%E5%AE%9A%E4%B9%89Flutter%E7%9A%84%E6%9E%84%E5%BB%BA.html",
41+
"desc" : "Flutter自定义初始化模板。",
42+
"category" : "Mixin",
43+
"time" : "2024-06-07"
44+
}
45+
],
46+
"errorCode": 0,
47+
"errorMsg": ""
48+
}

extend/flutter/blog/json/pkg.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"pkgs" : [
3+
"sjjg.json",
4+
"qt.json",
5+
"py.json",
6+
"other.json"
7+
]
8+
}

extend/flutter/blog/json/py.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"data": [
3+
{
4+
"author" : "PythonnotJava",
5+
"link" : "https://www.robot-shadow.cn/src/h5/effpy/EfficientPython1.html",
6+
"desc" : "Python进阶学习1。",
7+
"category" : "Python",
8+
"time" : "2024-02-05"
9+
},
10+
{
11+
"author" : "PythonnotJava",
12+
"link" : "https://www.robot-shadow.cn/src/h5/effpy/EfficientPython2.html",
13+
"desc" : "PyQt5的进阶学习2。",
14+
"category" : "Python",
15+
"time" : "2024-03-16"
16+
},
17+
{
18+
"author" : "PythonnotJava",
19+
"link" : "https://www.robot-shadow.cn/src/h5/effpy/EfficientPython3.html",
20+
"desc" : "PyQt5的进阶学习3。",
21+
"category" : "Python",
22+
"time" : "2024-04-22"
23+
}
24+
],
25+
"errorCode": 0,
26+
"errorMsg": ""
27+
}

extend/flutter/blog/json/qt.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"data": [
3+
{
4+
"author" : "PythonnotJava",
5+
"link" : "https://www.robot-shadow.cn/src/h5/qt/blogPyQt5.html",
6+
"desc" : "PyQt5的基础入门。",
7+
"category" : "Qt",
8+
"time" : "2022-05-05"
9+
},
10+
{
11+
"author" : "PythonnotJava",
12+
"link" : "https://www.robot-shadow.cn/src/h5/qt/blogPyQt5Depth.html",
13+
"desc" : "PyQt5的进阶学习。",
14+
"category" : "Qt",
15+
"time" : "2022-05-10"
16+
},
17+
{
18+
"author" : "PythonnotJava",
19+
"link" : "https://www.robot-shadow.cn/src/h5/qt/DCQT.html",
20+
"desc" : "声明式PyQt5的封装,这个是简易版本。",
21+
"category" : "Qt",
22+
"time" : "2023-06-01"
23+
}
24+
],
25+
"errorCode": 0,
26+
"errorMsg": ""
27+
}

extend/flutter/blog/json/sjjg.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"data": [
3+
{
4+
"author" : "PythonnotJava",
5+
"link" : "https://www.robot-shadow.cn/src/h5/sjjg/resort.html",
6+
"desc" : "七种常见的排序算法。",
7+
"category" : "数据结构与算法",
8+
"time" : "2023-12-20"
9+
},
10+
{
11+
"author" : "PythonnotJava",
12+
"link" : "https://www.robot-shadow.cn/src/h5/sjjg/C++%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E5%AE%9E%E7%8E%B0%E7%A8%80%E7%96%8F%E7%9F%A9%E9%98%B5%E7%9A%84%E4%B8%89%E5%85%83%E7%BB%84%E8%A1%A8%E7%A4%BA.html",
13+
"desc" : "C++面向对象实现稀疏矩阵的三元组表示。",
14+
"category" : "数据结构与算法",
15+
"time" : "2023-12-19"
16+
},
17+
{
18+
"author" : "PythonnotJava",
19+
"link" : "https://www.robot-shadow.cn/src/h5/sjjg/%E6%89%8B%E6%90%93%E7%9F%A9%E9%98%B5.html",
20+
"desc" : "基于C++实现一个矩阵数据结构,包含其基本定义和操作。",
21+
"category" : "数据结构与算法",
22+
"time" : "2023-04-15"
23+
}
24+
],
25+
"errorCode": 0,
26+
"errorMsg": ""
27+
}

0 commit comments

Comments
 (0)