Skip to content

Commit

Permalink
chore: 12月16日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Dec 16, 2024
1 parent e9d92c9 commit 6668e72
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/javascript/2023-11-21-dotnetcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dotnet ef migrations add MonitorTaskAnonymous -c DvsContext --framework net6.0 -
dotnet ef database update -c DvsContext --framework net6.0 -v
// 回滚到上一次的变更
// 列出所有的数据库变更list
dotnet ef migrations list -c DvsContext --framework net6.0 -v
Expand Down
5 changes: 5 additions & 0 deletions docs/javascript/2024-12-07-univer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
- https://docs.univer.ai/zh-CN/guides/sheets/pro-features/server/quick-start

在线Excel实时编辑 excel导入导出

e:/work/git-refactor/univer

如何开启服务
cd univer-server && bash run.sh start-demo-ui
10 changes: 9 additions & 1 deletion docs/javascript/2024-12-14-散装油迁移-his.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,12 @@ FROM datareport_1801833127438610432
修改其中taskid


update MonitorTask set Id = 1859829378117562368 where Id = 1859829378117562368
update MonitorTask set Id = 1859829378117562368 where Id = 1859829378117562368






## 需要继续处理的(先查询再修改)
update MonitorRecord set MonitorTaskId = 1859829378117562368 where MonitorTaskId = 1859829378117562369

0 comments on commit 6668e72

Please sign in to comment.