logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ubuntu虚拟机重启后进入initramfs的解决办法

ubuntu启动失败,开机后进入initramfs命令界面,解决办法

Linux下网易云缩放 DPI修改(Ubuntu 18.04.4)高分辨率缩放问题

在linux下,很多软件存在问题,网易云音乐也不例外,修改方式如下1,找到网易云音乐的启动文件路径netease-cloud-music.desktop文件,在ubuntu18.04 中,是在/usr/share/applications/ 下,你在启动项中能看到的软件,基本上都在这个文件夹下!2,修改netease-cloud-music.desktop 文件,添加--force-...

使用add-apt-repository时提示,could not find a distribution template for Deepin/stable

错误信息总结zj@zj:~$ sudo add-apt-repository 'deb https://typora.io/linux ./'Traceback (most recent call last):File "/usr/bin/add-apt-repository", line 95, in <module>sp = SoftwareProperti...

zookeeper报错 NoRouteToHostException: 没有到主机的路由 (Host unreachable)

错误信息:2020-09-14 03:28:23,562 [myid:0] - WARN[WorkerSender[myid=0]:QuorumCnxManager@588] - Cannot open channel to 3 at election address h6/192.168.1.16:3888java.net.ConnectException: 拒绝连接 (Connection r

#zookeeper
linux shell 判断空字符串的几种方法!

linux shell 判断空字符串的几种方法!

Could not transfer artifact xxx from/to xxx解决方案

问题描述:在进行创建maven工程自动导入对应的依赖或者执行 mvn install 时提示如下的错误信息:Could not transfer artifact xxx from/to xxx方法一:这个问题主要就是在你下载相关的依赖包时,没有下载成功照成的,需要找到对应的maven库包,删除以 .lastUpdated 结尾的文件,然后重新下载,一般可以得到解决,这里有一...

linux shell 条件判断if else, if elif else....

linux shell 条件判断if else, if elif else....

SpringBoot2整合Mybatis拦截器,拦截mapper接口的某个方法

需求:在执行某个动态sql时,where 子句,希望通过用户进行自定义查询条件,比如用户可以传入 “id >100011 and name = '张三'” 的多条件表达式进行查询 (注意:这里的条件查询,为了安全性的考虑,是经过处理的,以免出现安全漏洞。)方法:1. 自定义mybatis的拦截器MySqlInterceptor(继承 org.apache.ibatis.plugin.Inte

#spring boot
到底了