会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kstsixeam
博客园
首页
新随笔
联系
订阅
管理
2024年7月16日
windows无法绑定端口,但是使用netstat无法查到占用进程
摘要: 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)
2021年10月28日
Windows使用TigerVNC连接Linux图形化桌面
摘要: 使用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)
2021年9月14日
Spring Expression Language (SpEL) 使用Map作为参数渲染模板字符串
摘要: 代码如下 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)
2021年9月11日
文明 6 Linux 版运行闪退,提示"Symbol lookup error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Done_MM_Var"
摘要: 解决方案 使用系统的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)
2021年9月10日
Windows鼠标右键菜单和注册表对应关系
摘要: 鼠标右键桌面 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项目 报错: org.influxdb.InfluxDBIOException: java.net.SocketTimeoutException: timeout
摘要: 项目版本 springboot: 2.1.3 问题描述 查询Influxdb时因为网络等原因查询超时 解决方案 实现接口org.springframework.boot.autoconfigure.influx.InfluxDbOkHttpClientBuilderProvider 自定义OkHtt
阅读全文
posted @ 2021-09-10 14:06 Kstsixeam
阅读(1559)
评论(0)
推荐(0)
公告