上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: Linux(Ubuntu24.04)安装配置open-jdk 一、软件包自动安装配置版本 1.检查是否安装 查看Java版本号: java -version 2.安装 $ sudo apt install openjdk-8-jdk 安装到了哪里? readlink -f $(which java) 阅读全文
posted @ 2025-04-05 11:17 MikeLi 阅读(72) 评论(0) 推荐(0)
摘要: jdk 8 文档:https://docs.oracle.com/javase/8/docs/ API介绍:https://docs.oracle.com/javase/8/docs/api/ 阅读全文
posted @ 2025-04-05 09:26 MikeLi 阅读(438) 评论(0) 推荐(0)
摘要: 引自:https://chuna2.787528.xyz/yangwen0228/p/6534655.html 什么是构建工具呢? 最早期的时候,是单文件的项目,根本不需要构建工具,直接编译那个单文件就可以。当项目变大,变复杂,项目的文件越来越多,然后,出现第一个构建工具:Make,后来,其发展为GNU 阅读全文
posted @ 2025-04-05 09:12 MikeLi 阅读(40) 评论(0) 推荐(0)
摘要: netbeans11安装教程_Apache NetBeans 11.0 LTS 从源码中构建 https://blog.csdn.net/weixin_39765339/article/details/111530257 阅读全文
posted @ 2025-04-05 09:09 MikeLi 阅读(32) 评论(0) 推荐(0)
摘要: 阿里云 https://maven.aliyun.com/repository/central/ 阅读全文
posted @ 2025-04-05 09:07 MikeLi 阅读(131) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2025-04-05 09:03 MikeLi 阅读(10) 评论(0) 推荐(0)
摘要: EOF是结束字符 ASCII码: C语言中经常使用 如何输入? windows:ctrl+z linux:ctrl+d 阅读全文
posted @ 2025-03-24 06:51 MikeLi 阅读(57) 评论(0) 推荐(0)
摘要: ubuntu 24.2 使用系统自带的截图与录屏工具 按右上角print screen键带出 录制gif图片 阅读全文
posted @ 2025-03-23 16:00 MikeLi 阅读(66) 评论(0) 推荐(0)
摘要: 一、debian():APT 常用命令 apt install remove list search show mikeli@mikeli-DELL:~$ apt apt 2.7.14 (amd64) Usage: apt [options] command apt is a commandline 阅读全文
posted @ 2025-03-23 11:32 MikeLi 阅读(97) 评论(0) 推荐(0)
摘要: import pdb #pdb.set_trace() ad={} al=[] #a="64:2,128:1,32:4,1:128" list1=input().split(',') #list1=[] for i in list1: #ad.append(dict(i.split(':'))) t 阅读全文
posted @ 2024-10-31 07:55 MikeLi 阅读(42) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 14 下一页