vault backup: 2026-04-29 19:18:56

This commit is contained in:
cyy_mac
2026-04-29 19:18:56 +08:00
7 changed files with 116 additions and 14 deletions

View File

@@ -20,8 +20,23 @@
"icon": "lucide-file",
"title": "clould code"
}
},
{
"id": "3479f3b53db7721e",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "conflict-files-obsidian-git"
}
}
]
],
"currentTab": 1
}
],
"direction": "vertical"
@@ -182,15 +197,19 @@
"pdf-plus:PDF++: Toggle auto-paste": false
}
},
"active": "ee6712e4bb96f904",
"active": "3479f3b53db7721e",
"lastOpenFiles": [
"零碎的知识/clould code.md",
"conflict-files-obsidian-git.md",
"未命名 5.base",
"未命名 4.base",
"fusion实验记录/如何做科研.md",
"超级备忘/课内备忘/Pasted image 20260313115708.png",
"超级备忘/课内备忘/微信图片_20260320233206_10_4.jpg",
"超级备忘/课内备忘/微信图片_20260320233205_9_4.jpg",
"个人日记/未命名.md",
"超级备忘/机器学习/机器视觉.md",
"考研/math/27张宇基础30讲高数.pdf",
"conflict-files-obsidian-git.md",
"考研/math/002_第1讲.md",
"考研/math/file_other/27张宇基础30讲高数.webp",
"考研/math/file_other",
@@ -217,18 +236,14 @@
"考研/math/006_第5讲.md",
"考研/math/005_第4讲.md",
"考研/math/004_第3讲.md",
"个人总纲和进度监督/DEADLINE.md",
"考研/math/images/ffe49e27b1b256b4ec3b2fbedea04d2fb03456e81ba1014de7f0487742a5d215.jpg",
"考研/math/images/ff7f771402b6f05b26429dd7004f8b6a8d08a57870152dcfb1266bd6164d296a.jpg",
"考研/math/images/ff51cc6f212b981a350e11dd61fb39549e36ca80e7ce382b60ca72240426c184.jpg",
"考研/math/images/ff30646567ff171a759b541db3d620391a31a7f553d1f72a844382521d6690ea.jpg",
"考研/math/images",
"考研/math",
"考研",
"未命名.base",
"未命名 3.base",
"未命名 2.base",
"未命名 1.base",
"超级备忘/激光原理"
"未命名 2.base"
]
}

View File

@@ -0,0 +1,17 @@
# Conflicts
Please resolve them and commit them using the commands `Git: Commit all changes` followed by `Git: Push`
(This file will automatically be deleted before commit)
[[#Additional Instructions]] available below file list
- Not a file: .obsidian/workspace.json
# Additional Instructions
I strongly recommend to use "Source mode" for viewing the conflicted files. For simple conflicts, in each file listed above replace every occurrence of the following text blocks with the desired text.
```diff
<<<<<<< HEAD
File changes in local repository
=======
File changes in remote repository
>>>>>>> origin/main
```

View File

@@ -0,0 +1,22 @@
发现问题,解决问题
提出假设
做实验验证
收集结果
得出结论
## 想问题
看大量论文,找出问题,解决问题
如何去做文献调研?
文章地位,学校,是否开源代码
没有提出自己的contribusion
出自哪里,影响力
当年引用100
3 年400
google reserch
数据集冲分
a方法移到b领域
润色论文找local提高语言质量chatgpt

View File

@@ -4,23 +4,28 @@
| 任务 | deadline |
| ----------- | -------- |
| 完成机器狗实体部署 | |
| 完成平台机器狗项目迁移 | |
| 完成平台机器狗项目迁移 | v |
| 周报 | |
## 课内作业
| 任务 | |
| ---------- | --- |
| 光电实验报告 | |
| 机器视觉的书 | |
| 数据图像处理实验报告 | |
| 传感器报告 | |
| 学业认定 | |
## 大创
| 结题报告 | |
| ---- | --- |
| 制导飞镖 | |
| 结题报告 | |
| --------- | --- |
| 制导飞镖5月前 | |
| 仿真 | |
| 实体改造 | |
## 论文

3
未命名 4.base Normal file
View File

@@ -0,0 +1,3 @@
views:
- type: table
name: 表格

3
未命名 5.base Normal file
View File

@@ -0,0 +1,3 @@
views:
- type: table
name: 表格

View File

@@ -129,4 +129,41 @@ claude
## 关于claude code联网
在.clude.json中加入
"skipWebFetchPreflight": true
"skipWebFetchPreflight": true
# 通过npm安装
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
```
which node
which npm
node -v
npm -v
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install 20
nvm use 20
nvm alias default 20
node -v
npm -v
which node
which npm
npm install -g @anthropic-ai/claude-code
claude --version
```
nvm install 20/
nvm use 20/
nvm alias default 20
npm install -g @anthropic-ai/claude-code