From 6668e72853e644346afc13dc7a93f772f638f978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=90=AF=E6=98=8E?= <455043818@qq.com> Date: Mon, 16 Dec 2024 19:05:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=2012=E6=9C=8816=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/javascript/2023-11-21-dotnetcore.md | 1 - docs/javascript/2024-12-07-univer.md | 5 +++++ ...243\205\346\262\271\350\277\201\347\247\273-his.md" | 10 +++++++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/javascript/2023-11-21-dotnetcore.md b/docs/javascript/2023-11-21-dotnetcore.md index 8d7b4d129e..4b1a6ee8e4 100644 --- a/docs/javascript/2023-11-21-dotnetcore.md +++ b/docs/javascript/2023-11-21-dotnetcore.md @@ -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 diff --git a/docs/javascript/2024-12-07-univer.md b/docs/javascript/2024-12-07-univer.md index 06371eafe8..b3d556e3d5 100644 --- a/docs/javascript/2024-12-07-univer.md +++ b/docs/javascript/2024-12-07-univer.md @@ -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 \ No newline at end of file diff --git "a/docs/javascript/2024-12-14-\346\225\243\350\243\205\346\262\271\350\277\201\347\247\273-his.md" "b/docs/javascript/2024-12-14-\346\225\243\350\243\205\346\262\271\350\277\201\347\247\273-his.md" index fd7fdd566e..6103a08218 100644 --- "a/docs/javascript/2024-12-14-\346\225\243\350\243\205\346\262\271\350\277\201\347\247\273-his.md" +++ "b/docs/javascript/2024-12-14-\346\225\243\350\243\205\346\262\271\350\277\201\347\247\273-his.md" @@ -168,4 +168,12 @@ FROM datareport_1801833127438610432 修改其中taskid -update MonitorTask set Id = 1859829378117562368 where Id = 1859829378117562368 \ No newline at end of file +update MonitorTask set Id = 1859829378117562368 where Id = 1859829378117562368 + + + + + + +## 需要继续处理的(先查询再修改) +update MonitorRecord set MonitorTaskId = 1859829378117562368 where MonitorTaskId = 1859829378117562369 \ No newline at end of file