摘要: windows无法绑定端口,但是使用netstat无法查到占用进程 内容来源 https://stackoverflow.com/questions/58216537/what-is-administered-port-exclusions-in-windows-10 本文章只对该链接内容做简单的提 阅读全文
posted @ 2024-07-16 17:41 Kstsixeam 阅读(105) 评论(0) 推荐(0)
摘要: 使用TigerVNC连接ArchLinux 使用虚拟桌面 在linux上安装tigervnc yay -S tigervnc 使用vncpasswd创建当前用户连接密码 vncpasswd Password: Verify: Would you like to enter a view-only p 阅读全文
posted @ 2021-10-28 11:27 Kstsixeam 阅读(3155) 评论(0) 推荐(0)
摘要: 代码如下 package com.gsyn; import org.springframework.expression.*; import org.springframework.expression.spel.standard.SpelExpressionParser; import org.s 阅读全文
posted @ 2021-09-14 16:11 Kstsixeam 阅读(1005) 评论(0) 推荐(0)
摘要: 解决方案 使用系统的libfreetype.so.6代替游戏目录中的libfreetype.so.6 cp /usr/lib/libfreetype.so.6 ~/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civilization\ VI/ 阅读全文
posted @ 2021-09-11 14:11 Kstsixeam 阅读(1426) 评论(0) 推荐(0)
摘要: 鼠标右键桌面 HKEY_CLASSES_ROOT\DesktopBackground\Shell 鼠标右键空白 HKEY_CLASSES_ROOT\Directory\Background\shell\ContextMenuHandlers HKEY_CLASSES_ROOT\Directory\B 阅读全文
posted @ 2021-09-10 15:08 Kstsixeam 阅读(714) 评论(0) 推荐(0)
摘要: 项目版本 springboot: 2.1.3 问题描述 查询Influxdb时因为网络等原因查询超时 解决方案 实现接口org.springframework.boot.autoconfigure.influx.InfluxDbOkHttpClientBuilderProvider 自定义OkHtt 阅读全文
posted @ 2021-09-10 14:06 Kstsixeam 阅读(1559) 评论(0) 推荐(0)