摘要: mvn install:install-file -Dfile=D:\usr\local\repository\xx\xx.jar -DgroupId=pom中的依赖groupId -DartifactId=pom中的依赖artifactID -Dversion=pom中版本号 -Dpackagin 阅读全文
posted @ 2023-04-19 13:48 白玉神驹 阅读(18) 评论(0) 推荐(0)
摘要: which 命令语法:which 【命令】 例如:which cat ;which mkdir;which useradd;which ls;which pwd whereis 命令查找(对具备执行权限的命令文件进行查找) locate 依赖数据库的查找(可以查找任意文件) 命令语法:locate 阅读全文
posted @ 2023-04-19 10:10 白玉神驹 阅读(28) 评论(0) 推荐(0)