摘要: ref: https://learnku.com/articles/68553 VirtualBox虚拟机与主机之间双向复制粘贴 VM: VirtualBox v7 主机:Win10 VM OS: Ubuntu 22 确保虚拟机系统没有运行,然后在虚拟机软件 VirtualBox 选择对应设置的虚拟 阅读全文
posted @ 2024-04-30 14:50 夏末秋初~ 阅读(1110) 评论(0) 推荐(0) 编辑
摘要: ref: https://www.jianshu.com/p/ddf1195e6d9f 安装jdk17 要安装此版本,请先更新软件包索引: $ sudo apt update 接下来,检查Java是否安装: $ java -version 如果Java当前未安装,您将看到以下输出: 找不到命令 “j 阅读全文
posted @ 2024-04-30 14:41 夏末秋初~ 阅读(115) 评论(0) 推荐(0) 编辑
摘要: typescript ref: https://www.runoob.com/typescript/ts-tutorial.html 安装 npm install -g typescript tsc -v app.ts const hello : string = "Hello World!" co 阅读全文
posted @ 2024-04-30 11:10 夏末秋初~ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: JDK各版本特性概览(5-21) Refs: https://zhuanlan.zhihu.com/p/254966376 https://blog.csdn.net/xxj_jing/article/details/134791422 Java 5 泛型 Generics 泛型本质是参数化类型,解 阅读全文
posted @ 2024-04-30 10:28 夏末秋初~ 阅读(11) 评论(0) 推荐(0) 编辑