04 2025 档案
摘要:https://blog.csdn.net/jinhangdev/article/details/83272547?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~default-
阅读全文
摘要:https://www.geeksforgeeks.org/
阅读全文
摘要:快速设置— 如果你知道该怎么操作,直接使用下面的地址 https: https://gitee.com/lishuo94/java.git ssh:git@gitee.com:lishuo94/java.git 我们强烈建议所有的git仓库都有一个README, LICENSE, .gitignor
阅读全文
摘要:https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#standard-options Precompiled Code The code to be compiled may refer to libraries b
阅读全文
摘要:git init git clone git add git commit git diff git status git log git log -p git branch git chekout git merge git config mikeli@mikeli-DELL:~$ git con
阅读全文
摘要:安装 sudo snap install chromiummikeli@mikeli-DELL:~$ sudo snap install chromium[sudo] password for mikeli: chromium 135.0.7049.52 from Canonical✓ instal
阅读全文
摘要:1.Apt Vs Apt-get [What’s the Difference?] 2.Dpkg Vs Apt [What’s the Difference Between Package Managers] 3.Deb vs Rpm [Whether One is the Best] 4.YUM
阅读全文
摘要:Linux(Ubuntu24.04)安装配置open-jdk 一、软件包自动安装配置版本 1.检查是否安装 查看Java版本号: java -version 2.安装 $ sudo apt install openjdk-8-jdk 安装到了哪里? javac在/usr/lib/jvm/java-8
阅读全文
摘要:jdk 8 文档:https://docs.oracle.com/javase/8/docs/ API介绍:https://docs.oracle.com/javase/8/docs/api/
阅读全文
摘要:引自:https://www.cnblogs.com/yangwen0228/p/6534655.html 什么是构建工具呢? 最早期的时候,是单文件的项目,根本不需要构建工具,直接编译那个单文件就可以。当项目变大,变复杂,项目的文件越来越多,然后,出现第一个构建工具:Make,后来,其发展为GNU
阅读全文
摘要:netbeans11安装教程_Apache NetBeans 11.0 LTS 从源码中构建 https://blog.csdn.net/weixin_39765339/article/details/111530257
阅读全文
摘要:阿里云 https://maven.aliyun.com/repository/central/
阅读全文