logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ubuntu apt 报错“ Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend...“

ubuntu apt 报错" Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend..."

文章图片
#ubuntu#linux#程序人生 +1
使用idea的mybatis-generator插件逆向生成时报错:No plugin found for prefix 'mybatis-generator' in the current

用mybatis-generator进行逆向生成,第一次时报错:No plugin found for prefix 'mybatis-generator' in the current project and in the plugin groups随后用idea的命令行输入:mvn org.mybatis.generator:mybatis-generator-maven-plugi...

#mybatis#intellij idea
mac解决“您的电脑因为出现问题问题而重新启动 SOCD report detected: (iBoot panic)“报错, 重置SMC与重置NVRAM(PRAM)

Mac解决“您的电脑因为出现问题问题而重新启动 SOCD report detected: (iBoot panic)“报错, 重置SMC与重置NVRAM(PRAM)

文章图片
#macos
idea 配置mybatis Generator 不显示的解决方案及mybatis Generator的generatorConfig.xml配置详解

原因pom.xml文件里的mybatis插件配置需要和pluginManagement标签同级mybatis插件配置:<plugins><plugin><groupId>org.mybatis.generator</groupId><artifactId>mybatis-generator-maven-pl...

处理 Failed to start Snap Daemon. systemd[1]错误

处理 Failed to start Snap Daemon. systemd[1]错误

文章图片
#linux#apache#mysql
Markdown流程图mermaid不支持@特殊字符解决

Markdown流程图mermaid 在Text里面不支持@符号流程图格式如下:- 测试流程图```mermaidgraph LRA[test@test.com]```报错如下解决方案用&#64代替@尝试用用&#64代替@部分编辑器支持显示@有的编辑器不支持显示. 特殊字符编码查询工具: http://bianma.911cha.com将文本放在引号内一遍渲染复杂字符(推荐)直接将

文章图片
#编辑器#经验分享#vscode +1
nginx容器 报错 nginx: [emerg] mkdir() “/var/cache/nginx/client_temp“ failed (13: Permission denied)

现象之前用docker运行了一个nginx镜像没有任何报错,但是用k8s启动镜像的时候就报错"nginx: [emerg] mkdir() “/var/cache/nginx/client_temp” failed (13: Permission denied)"而且是在特定的命名空间下面才会出现这个错误.正常的docker版本是17.03.3-ce不正常的docker版本是Docker 19.0

文章图片
#容器#nginx#docker +1
skywalking agent 导致内存泄漏的一些问题

现象后端服务老是在重启,dump内存后发现和skywalking agent有关系,于是去github上看了下类似的问题Issuesfixed jdk-threading-plugin memory leak #7001 #7003custom-enhance-plugin bug #6301更多内存泄漏的issue可以去skywalking 项目上搜索 memory leak...

文章图片
#java#skywalking#经验分享
curl: (3) Illegal characters found in URL解决方案

现象shell脚本中使用curl命令出现下列错误:* Illegal characters found in URL* Closing connection -1curl: (3) Illegal characters found in URL原因文本中含有\r等换行符,curl识别文本时将\r识别成了\和r两个字符解决办法方案一, 使用vi 命令检查例如:vi test.sh:set ff?输入

#linux#vim#经验分享
    共 38 条
  • 1
  • 2
  • 3
  • 4
  • 请选择