Skip to content

Commit

Permalink
vault backup: 2024-11-01 17:51:10
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/workspace.json
_posts/coding/2024-08-13-数据结构知识池.md
_posts/pool/2024-11-01.md
  • Loading branch information
cmgzn committed Nov 1, 2024
1 parent 026d608 commit 98a830a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"state": {
"type": "markdown",
"state": {
"file": "_posts/engineering/2024-08-13-conda环境库信息导出与复原.md",
"file": "_posts/coding/2024-08-13-数据结构知识池.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "2024-08-13-conda环境库信息导出与复原"
"title": "2024-08-13-数据结构知识池"
}
}
]
Expand Down Expand Up @@ -52,7 +52,7 @@
"state": {
"type": "search",
"state": {
"query": "conda",
"query": "字符串",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
Expand Down Expand Up @@ -198,6 +198,8 @@
},
"active": "1e2086f0928a3cb6",
"lastOpenFiles": [
"_posts/pool/2024-11-01.md",
"_posts/engineering/2024-08-13-conda环境库信息导出与复原.md",
"_posts/pool/2024-10-25.md",
"_posts/pool/2024-10-16-as-rag模块拓展思考.md",
"_posts/pool/2024-09-05-日记.md",
Expand All @@ -223,8 +225,6 @@
"_posts/engineering/2024-09-13-linux安装全局可用的conda+创建有root权限的新账号.md",
"_posts/engineering/2024-09-10-linux(wget)国内批量下载huggingface模型shell脚本.md",
"_posts/engineering/2024-09-09-linux新机器安装nvidia驱动.md",
"_posts/engineering/2024-09-06-windows无cpu启动stable-diffusion API接口.md",
"_posts/engineering/2024-09-05-免费且私密的联网搜索组件duckduckgo.md",
"assets/img/mrj9tyfxgpwc4ohkdhkq3uu3azxww8g.png",
"assets/img/Dingtalk_20240906094335.jpg",
"assets/img/Dingtalk_20240906103403.jpg",
Expand Down
5 changes: 5 additions & 0 deletions _posts/coding/2024-08-13-数据结构知识池.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ df['col1'] = df['col1'].round(3)
```

这将更新 `df` 中的 `'col1'` 列,使其所有数值都四舍五入到小数点后三位。

# 字符串处理

`.capitalize()`使首字母大写,其余全部小写
`.isdigit()`检查是否全部为数字(小数不可检查,因为是字符级)
7 changes: 7 additions & 0 deletions _posts/pool/2024-11-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title:
author: X
date: "2024-11-01 14:31:07 +0800"
categories:
tags:
---

0 comments on commit 98a830a

Please sign in to comment.