Skip to content

Commit

Permalink
chore:3月1日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Mar 1, 2024
1 parent 49ed9f3 commit 1920f7c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/daily/2024-03.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 3月1日
- NaiveUI 引入
- https://www.naiveui.com/zh-CN/os-theme/docs/usage-sfc
- TypeScript文档
- https://www.typescriptlang.org/docs/handbook/2/objects.html
- Vite TypeScript 配置
Expand All @@ -9,4 +11,16 @@
add_header Content-Type video/mp4;
alias /data/work/audio/;
}
```

- 总结
```
经过这段时间的项目实践,也学到了非常多的知识,同时也发现了一些自身的问题。同时也发现现有项目中方方面面如果再有一个月的时间,很多代码可以做一波新的优化和重写。后面有时间我还会整理一套简易的微前端框架,同时要将后端的大部分接口进行实现, pnpm + vue3 + vite5 + wujie 微前端。
项目中的一些问题:
- 针对复杂业务的处理 EFCore事物的处理
- RabbitMQ 更深入的使用
- 微服务框架的有些地方设计的不够合理吧
-
```

0 comments on commit 1920f7c

Please sign in to comment.