Skip to content

Commit

Permalink
chore:9月29日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Sep 29, 2023
1 parent 875445c commit 0acb4bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/daily/2023-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ git tag -l "v3.0.0.*" --sort=-taggerdate

## 9月27日
- docker docker-compose vue前端
- https://juejin.cn/post/7246264754141462589
- https://juejin.cn/post/7246264754141462589

## 9月29日
- ai ui
- https://github.com/leaferjs/ui
14 changes: 13 additions & 1 deletion docs/javascript/2023-08-25-dotnetcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,16 @@ SHOW DATABASES;



## mysql执行数据同步时有可能有数据表访问权限的问题
## mysql执行数据同步时有可能有数据表访问权限的问题

## 判断枚举是否存在
```
//if (!Enum.IsDefined(typeof(TaskType), model.TaskType))
//{
// throw new ErrorCodeException(-1, "传入的任务类型不存在");
//}
//else
//{
// spec.Query.Where(item => item.TaskType == model.TaskType);
//}
```

0 comments on commit 0acb4bd

Please sign in to comment.