czp's blog czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 本博客仓库地址: https://github.com/czp3009/czp-blog
在 Kotlin 使用 SpaceEngineers Remote API czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 众所周知, SpaceEngineers 的服务端(vanilla, 非 torch)上那个查看服务器内游戏信息的玩意是通过网络来获取信息的(localhost). 实际上这个东西有独立版本应用程序, 也在服务端根目录下, 叫做 VRageRemoteClient . VRage 是 SpaceEngineers 使用的游戏引擎, 这个游戏引擎本身也是 Keen 开发的.
在 Spring Boot 中正确注册 Jackson Module czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 本文撰写时的 Spring 版本: spring-boot 2.0.5.RELEASE
Spring Boot Jpa 使用 Google Cloud SQL czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 本文撰写时的 Spring 版本: Spring-Boot-Data-Jpa 2.0.5.RELEASE
Spring Boot 无法加载 ClasspathResource 问题 czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 本文撰写时的 Spring 版本: Spring Boot 2.0.5.RELEASE
正确打包 Spring Boot 到 war czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 本文撰写时的 Spring 版本: Spring-Boot 2.0.5.RELEASE | gradle 4.10.2
在 Spring Boot 中处理 MissingKotlinParameterException czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 本文撰写时的 spring 版本: Spring Boot 2.5.5.RELEASE
正确调试 PHP czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 环境: Ubuntu 18.04 | PHPStorm 2018.2.3 | PHP 7.2.10
使用 VNC 来远程管理服务器 czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 众所周知, VNC 可以让用户远程访问服务器的图形界面, 这对于一些工作站来说是非常棒的功能. 但是网上能搜索到的资料可谓是讲不清道不楚, 现在我来教你如何最简单的使用 VNC.
Linux 下无限试用 JetBrains czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 致命警告: 目前的 JetBrains IDEA 2021.2.3 版本(2021-10 月)需要联网并登录账号才能试用, 试用信息保存在账号内, 本文已失效.
为 KVM 中的 Windows 虚拟机启用 VirtIO czp's blog 作者 czp3009@gmail.com 2023年6月15日 16:38 众所周知, KVM 全称 Kernel-based Virtual Machine, 很显然这是为 Linux 设计的, 那么 Windows 客户机在其上的表现果不其然非常稀烂, 尤其是硬盘 IO 性能低至不可忍受(当使用 qcow2 时). 这时候就必须要用 VirtIO, 它是一套为半虚拟化设计的通过一组标准化的 API 来实现在多种不同的虚拟化方案中复用专用的客户机驱动代码的解决方案.