GZQ

Results 2 issues of GZQ

比如: ![image](https://user-images.githubusercontent.com/26060452/76143905-35bb4080-60b6-11ea-9636-90383801a4c5.png) ```python >>> import docker >>> client = docker.from_env() >>> version = client.version()[u'Version'] >>> version '19.03.7' >>> ``` version中没有`ce`子串,没有应用修改 **/etc/docker/daemon.json** 的换镜像方式 ![image](https://user-images.githubusercontent.com/26060452/76143943-774beb80-60b6-11ea-842f-260f22ae0395.png) ```python if "ce" in version: set_docker_config_ce(best_mirror_url) else:...

ProjectEye 版本: 1.4.3 运行环境:win11 报错日志: ``` [2025-11-03 11:11:23] [ERROR] System.NullReferenceException: 未将对象引用设置到对象的实例。 在 ProjectEye.Core.Service.StatisticService.Add(StatisticType type, Double value) 在 ProjectEye.Core.Service.StatisticService.StatisticUseEyeData() 在 ProjectEye.Core.Service.MainService.Exit() 在 System.Windows.ExitEventHandler.Invoke(Object sender, ExitEventArgs e) 在 System.Windows.Application.OnExit(ExitEventArgs e) 在 System.Windows.Application.DoShutdown()...