WolfBolin

Results 6 issues of WolfBolin

1、域名配置分离为主域名与子域名 为适应sub2.sub1.example.com(使用三级域名)与sub1.example.com.cn(国家顶级域名) 2、修改检查时间间隔 将IP变化检查时间修改为每X分钟 3、添加运行状态 新增当前配置域名展示 新增当前IP展示 新增最近一次运行时间展示 (仅修改Module_ddnspod.asp与ddnspod.sh与版本号,其他文件由build.sh自动生成)

课程链接 https://www.icourse163.org/course/FUDAN-1206692812 问题描述 软件正确下载了所有的视频分片,并且输出了.text文件和.mp4文件,但是mp4文件无法在播放器中播放(已测试PotPlayer和迅雷影音),PotPlayer报错见图片。 处理建议 可能是在文件合并的过程中出现了意外,由于不太了解C#的开发,我这边提供可以用的FFmpeg合成参数供参考 ``` ffmpeg -f concat -safe 0 -i "xxxx.text" -vcodec mpeg4 -c copy output.mp4 ``` 解释:控制台中使用,中文文件名需要修改控制台为UTF-8模式(`CHCP 65001`),并且添加`-safe 0`参数 ![image](https://user-images.githubusercontent.com/25290907/115527010-39faeb00-a2c3-11eb-819f-edde128d1486.png)

Python3.12 add attributes `taskName` https://docs.python.org/3/library/logging.html#logrecord-attributes

https://github.com/openGemini/opengemini-client-go/blob/e15a322d7b9b723bcd406921aaae89964c144829/opengemini/servers_check.go#L48-L58 This may not be a reasonable way to achieve rotation. Even in Golang uint32() avoids negative numbers, this way is not good for understanding and long term operation.

https://github.com/wolfbolin/crack-elasticsearch-by-docker/blob/426c7b29118db0016feed39764c2925bc7ed98e9/crack_and_install.sh#L42