会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
H
首页
新随笔
联系
订阅
管理
2024年8月19日
Ubuntu 24.04 LTS 相关配置
摘要: 更换软件源 #备份 sudo cp /etc/apt/sources.list.d/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources.bak #编辑,将其追加在文件最后 sudo vim /etc/apt/sources.list.d/ubu
阅读全文
posted @ 2024-08-19 16:12 huanghaonan
阅读(262)
评论(0)
推荐(0)
2024年7月11日
gradle项目打包及加密
该文被密码保护。
阅读全文
posted @ 2024-07-11 16:29 huanghaonan
阅读(0)
评论(0)
推荐(0)
maven项目打包及处理
摘要: 版本控制 <maven.compiler.source>21</maven.compiler.source> <maven.compiler.target>21</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.
阅读全文
posted @ 2024-07-11 16:13 huanghaonan
阅读(35)
评论(0)
推荐(0)
2024年7月10日
maven多仓库配置总结
摘要: settings.xml和pom.xml二选一 settings.xml配置: <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="htt
阅读全文
posted @ 2024-07-10 20:16 huanghaonan
阅读(214)
评论(0)
推荐(0)
2024年7月9日
开发环境搭建(持续更新中)
摘要: java 下载地址:https://www.oracle.com/cn/java/technologies/downloads/ 环境变量配置: JAVA_HOME:C:\software\java\jdk-21.0.4 PATH:%JAVA_HOME%\bin maven 下载地址:https:/
阅读全文
posted @ 2024-07-09 18:50 huanghaonan
阅读(33)
评论(0)
推荐(0)
公告