This commit is contained in:
kuku 2024-12-20 10:09:23 +08:00
parent 423891769c
commit c47a199775

34
20241219 日报.md Normal file
View File

@ -0,0 +1,34 @@
# 2024/12/19 日报
### 做了什么
- 测试onvif设备是否支持时间告警
- 用odm登录设备
- 打开Events选项查看是否有时间时间触发
- 如果默认事件列表中没有时间告警相关内容,可以尝试添加过滤器:
1. 在 Filter expression setting区域
- 将 **Expression type** 设置为 `Topic Concrete`
- 在
Expression
字段中输入以下常见时间事件主题:
- `tns1:Monitoring/ClockDeviation` (时钟偏差事件)
- `tns1:Monitoring/TimeSynchronization` (时间同步事件)
- 点击 **Add filter**,然后点击 **Apply**
2. 观察事件列表
- 如果设备支持这些事件,应该会显示在下方的事件日志中。
- **leetcode**
- 3285找稳定山的下标
- 一层for循环遍历
### 学到了什么
- 字符串转换成浮点数,再转换成字符换可以消除前导零