会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
磊~哥
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2020年9月16日
Docker中安装Jenkins
摘要: 1. 创建安装文件夹 mkdir /home/jenkins 2. 添加权限 chown -R 1000 /home/jenkins/ 3. 执行以下操作 docker run -d --name jenkins -p 8080:8080 -v /home/jenkins:/home/jenkins
阅读全文
posted @ 2020-09-16 10:57 磊~哥
阅读(182)
评论(0)
推荐(0)
2020年9月12日
InstantiationException: tk.mybatis.mapper.provider.base.BaseSelectProvider
摘要: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.builder.BuilderException: Error invoking SqlProvider method (tk.mybat
阅读全文
posted @ 2020-09-12 00:12 磊~哥
阅读(870)
评论(0)
推荐(0)
2020年9月9日
Unknown FreeMarker configuration setting: "recognize_standard_file_extensions"
摘要: 报错信息 Unknown FreeMarker configuration setting: "recognize_standard_file_extension Error creating bean with name 'freeMarkerConfigurer' 修改方法: 替换 freema
阅读全文
posted @ 2020-09-09 23:07 磊~哥
阅读(4139)
评论(0)
推荐(0)
org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport$AutoConfiguredAnnotationRepositoryConfigurationSource
摘要: E:\jdk1.8.0_231\bin\java.exe "-javaagent:E:\IntelliJ IDEA 2019.3.1\lib\idea_rt.jar=51155:E:\IntelliJ IDEA 2019.3.1\bin" -Dfile.encoding=UTF-8 -classpa
阅读全文
posted @ 2020-09-09 20:10 磊~哥
阅读(828)
评论(0)
推荐(0)
2020年9月8日
maven install时报错 找不到类的情况
摘要: 1 报错 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project ly-item-interface: Compi
阅读全文
posted @ 2020-09-08 13:29 磊~哥
阅读(3260)
评论(0)
推荐(1)
2020年8月24日
把Exception错误信息存储到数据库
摘要: StringWriter sw = new StringWriter() ;exception.printStackTrace(new PrintWriter(sw));StringBuffer buffer = sw.getBuffer() ;
阅读全文
posted @ 2020-08-24 21:49 磊~哥
阅读(691)
评论(0)
推荐(0)
2020年3月8日
[ERROR] You have enabled the binary log, but you haven't provided the mandatory server-id....
摘要: 解决方式:修改my.cnf文件如下 log-bin=mysql-bin server-id=1
阅读全文
posted @ 2020-03-08 13:06 磊~哥
阅读(1440)
评论(0)
推荐(1)
2020年2月27日
linux redis缓存在线安装
摘要: linux安装redis 选择在Linux下安装redis,现在采用虚拟机安装的centos7 进行安装的 1.安装gcc redis是c语言编写的 yum install gcc-c++ 2.下载redis安装包,在root目录下执行 wget http://download.redis.io/r
阅读全文
posted @ 2020-02-27 15:34 磊~哥
阅读(392)
评论(0)
推荐(0)
2020年2月18日
关于https请求header里面的token获取不到?
摘要: upstream smart.https.com { server 127.0.0.1:8089; } server { listen 443 ssl; server_name test.com; underscores_in_headers on; ssl on; ssl_certificate
阅读全文
posted @ 2020-02-18 14:56 磊~哥
阅读(5182)
评论(0)
推荐(0)
2020年2月10日
window 安装mysql过程中报错如何查看错误信息?
摘要: mysqld --console
阅读全文
posted @ 2020-02-10 18:16 磊~哥
阅读(136)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告