logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ARM64架构环境安装RPM包常见问题汇总

一,源码来源是github或者官网,且github提供了匹配的spec文件,那么从rpmfind网址找到对应的RPM包来安装(安装过程很有可能会依赖C包,如果C包是个基础包,比如glibc,那就别走这条路了,这是条死路-_-||,赶紧下载源码去吧,然后重复上面的过程);耐心和细心在这里就起作用了,二分法按照年月来找,尝试。第一条,比如你想要安装的RPM包叫做A,你下载了A包的源码到centos 7

#架构#运维#服务器
axios 实现 文件上传

前端代码<input type="file" ref="upload" >upload(){var objfile = this.$refs.upload.files[0];// if((objfile.size/1024/1024)>0){//this.$message.info("文件不能大于1MB")//return false;// }// conso

Correct the classpath of your application so that it contains a single, compatible version of org.sp

在拉取别人新建的Springboot项目, 出现关于Correct the classpath of your application so that it contains a single, compatible version of xxx错误。原因是jar版本冲突 ,如springboot starter parent与下面引用的某些启动器或者其他jar版本不一致,导致缓存了多个jar,

#java#spring boot#spring
暂无文章信息