diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3d86487..98a552f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,14 +7,7 @@ - - - - - - - diff --git a/笔记文件/2.笔记/性能检测平台 临时记录.md b/笔记文件/2.笔记/性能检测平台 临时记录.md index b400d10..f8650a9 100644 --- a/笔记文件/2.笔记/性能检测平台 临时记录.md +++ b/笔记文件/2.笔记/性能检测平台 临时记录.md @@ -119,4 +119,8 @@ main函数运行到这里,就可以判断和创建数据库了 这里是,上报拼接的,具体逻辑 -![[Pasted image 20250415105531.png]] \ No newline at end of file +![[Pasted image 20250415105531.png]] + +如果要还原,原本的服务器上报逻辑,参考这个注释,操作即可,一共修改3个地方 + +![[Pasted image 20250418094607.png]] \ No newline at end of file diff --git a/笔记文件/日记/2025_04_17_星期四.md b/笔记文件/日记/2025_04_17_星期四.md index aa45a8b..5a2e41f 100644 --- a/笔记文件/日记/2025_04_17_星期四.md +++ b/笔记文件/日记/2025_04_17_星期四.md @@ -23,7 +23,7 @@ - [ ] 思考一下,每天的时间安排调整 - [ ] 确定一个新的slot svn分支来处理,上架相关事宜 -- [ ] 数据库文件异常处理 +- [ ] 数据库文件安卓异常处理,新增db缓存 - [ ] 记得说一下钥匙的事情 - [x] 记得带身份证 --- diff --git a/笔记文件/日记/2025_04_18_星期五.md b/笔记文件/日记/2025_04_18_星期五.md index d0e2e15..f56f299 100644 --- a/笔记文件/日记/2025_04_18_星期五.md +++ b/笔记文件/日记/2025_04_18_星期五.md @@ -21,7 +21,10 @@ # 今日任务 -- [ ] 记得订周日晚酒店 +- [x] 记得订周日晚酒店 +- [ ] 测试一下 注册事件缓存 +- [ ] 写一下 性能检测工具 --- - +停电通知: +![[Pasted image 20250418091238.png]] # Journal diff --git a/笔记文件/附件/Pasted image 20250418091238.png b/笔记文件/附件/Pasted image 20250418091238.png new file mode 100644 index 0000000..e4c6d96 Binary files /dev/null and b/笔记文件/附件/Pasted image 20250418091238.png differ diff --git a/笔记文件/附件/Pasted image 20250418094607.png b/笔记文件/附件/Pasted image 20250418094607.png new file mode 100644 index 0000000..366335a Binary files /dev/null and b/笔记文件/附件/Pasted image 20250418094607.png differ