Skip to content

Commit

Permalink
chore:10月16日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Oct 16, 2023
1 parent 8de98d0 commit 1a98aee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/daily/2023-10.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 10月16日
- 查询表结构
```
select * from information_schema.`TABLES` where table_schema = 'dvsdb30' and TABLE_NAME = 'indicator_1713806542282850304'
```

## 10月11日
-
## 10月10日
Expand Down
4 changes: 2 additions & 2 deletions docs/javascript/2023-10-14-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
- 任务id 1712813243505999872
- 任务实体
```
{
{
"startDateTime": "2023-10-13T13:04:07.531Z",
"endDateTime": "2023-10-23T13:04:07.531Z",
"regionIds": "1641459733728727040,1641459735452585984,1641459736555687936"
"regionIds": "1640615735304785920,1641459733728727040,1641459735452585984,1641459736555687936"
}
```

0 comments on commit 1a98aee

Please sign in to comment.