Skip to content

Commit 14986b6

Browse files
committed
NEW
1 parent bb4f59a commit 14986b6

5 files changed

Lines changed: 39 additions & 2 deletions

File tree

src/pkg/memo/api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@
1616
"https://www.robot-shadow.cn/src/pkg/memo/dir/Python/高效的Python2.json",
1717
"https://www.robot-shadow.cn/src/pkg/memo/dir/Python/高效的Python3.json",
1818
"https://www.robot-shadow.cn/src/pkg/memo/dir/Python/高效的Python4.json",
19-
"https://www.robot-shadow.cn/src/pkg/memo/dir/Python/高效的Python5.json"
19+
"https://www.robot-shadow.cn/src/pkg/memo/dir/Python/高效的Python5.json",
20+
"https://www.robot-shadow.cn/src/pkg/memo/dir/Python/新版本Conda修改虚拟环境路径和包路径的方法.json"
2021
],
2122
"UI设计" : [
2223
"https://www.robot-shadow.cn/src/pkg/memo/dir/UIDesign/PyQt5基础.json",
2324
"https://www.robot-shadow.cn/src/pkg/memo/dir/UIDesign/PyQt5进阶.json"
25+
],
26+
"DataStructure" : [
27+
"https://www.robot-shadow.cn/src/pkg/memo/dir/DataStructure/七大排序算法.json"
28+
],
29+
"Optimal" : [
30+
"https://www.robot-shadow.cn/src/pkg/memo/dir/Optimal/Gurobi单变量非线性优化问题.json"
2431
]
2532
}
2633
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"coverPath" : "https://www.robot-shadow.cn/src/img/sjjg.png",
3+
"author" : "PythonnotJava",
4+
"title" : "七大排序算法",
5+
"pubTime" : "2025/09/11/17/00/00",
6+
"filePath" : "https://www.robot-shadow.cn/src/h5/sjjg/排序.html",
7+
"avatar" : "https://avatars.githubusercontent.com/u/88701385?v=4",
8+
"fileType" : "html",
9+
"topic" : "DataStructure"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"coverPath" : "https://www.go-soft.cn/static/upload/image/20230310/1678433049669047.jpg",
3+
"author" : "PythonnotJava",
4+
"title" : "Gurobi单变量非线性优化问题.html",
5+
"pubTime" : "2025/09/11/17/00/11",
6+
"filePath" : "https://www.robot-shadow.cn/src/h5/other/Gurobi单变量非线性优化问题.html",
7+
"avatar" : "https://avatars.githubusercontent.com/u/88701385?v=4",
8+
"fileType" : "html",
9+
"topic" : "Optimal"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"coverPath" : "https://www.robot-shadow.cn/src/img/py.jpg",
3+
"author" : "PythonnotJava",
4+
"title" : "新版本Conda修改虚拟环境路径和包路径的方法",
5+
"pubTime" : "2025/09/11/17/11/00",
6+
"filePath" : "https://www.robot-shadow.cn/src/h5/other/新版本Conda修改虚拟环境路径和包路径的方法.html",
7+
"avatar" : "https://avatars.githubusercontent.com/u/88701385?v=4",
8+
"fileType" : "html",
9+
"topic" : "Python"
10+
}

src/pkg/memo/dir/Python/高效的Python4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"coverPath" : "https://www.robot-shadow.cn/src/img/py.jpg",
33
"author" : "PythonnotJava",
4-
"title" : "高效的Python2",
4+
"title" : "高效的Python4",
55
"pubTime" : "2025/09/11/12/00/03",
66
"filePath" : "https://www.robot-shadow.cn/src/h5/effpy/EfficientPython4.html",
77
"avatar" : "https://avatars.githubusercontent.com/u/88701385?v=4",

0 commit comments

Comments
 (0)