zhaowei/20241219 日报.md
2024-12-20 10:09:23 +08:00

35 lines
954 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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循环遍历
### 学到了什么
- 字符串转换成浮点数,再转换成字符换可以消除前导零