- 博客(10)
- 收藏
- 关注
原创 Error running ‘WorkFlowService‘: Command line is too long. Shorten command l
Error running 'WorkFlowService': Command line is too long. Shorten command l
2023-11-17 13:56:08
214
原创 通过Fallback Factory检查回退原因
报错信息如下:Fallback factory must produce instances of fallback classes that implement the interface annotated by @FeignClient。解决方案:查看 @FeignClient,fallbackFactory属性 指定的服务降级处理是否正确、是否存在!
2023-05-18 09:51:59
2384
1
原创 No fallbackFactory instance of type class com.neuray.oa.security.service.system.api.factory.RemoteDe
feign服务启动报错注入失败无法引用
2022-07-14 10:35:44
701
原创 Push failed: Failed with error: Could not read from remote repository.
Git提交项目到Github的时候Push失败。首先检查了ssh已经配置。找了半天才找到是因为 SSH 使用了 Built-in方式将 Built-in 修改为 Native 然后就搞定了。因为Github上边的SSH 配的是本地 C:\Users\**\**\id_rsa.pub 中的值。...
2021-10-20 16:09:47
212
1
原创 面向对象
面向对象三大特征:封装、继承、多态封装:封装的理解:在Java中,封装就是将类中的一些成员封装起来,这里的成员包括成员方法和成员属性,他们都是可以封装的,封装顾名思义也就是不让外部随意访问,也或者根本就不让你访问,这要根据成员的性质来判断。就像你的基本信息别人可以知道,但是你的一些小秘密,别人能知道吗?当然不可以,你也不会给别人这些秘密的访问权限!封装的步骤:a) 私有化属性b) 生成公共的get&set方法c) 生成有参无参构造继承:继承的关键字&特性:在父子类继承
2021-09-25 14:29:16
82
原创 String的常用方法
String常用方法1、字符截取String .substring(begin)String .subString(begin,end)从第几位开始到第几位2、判断字符中是否为空boolean isEmpty() 原理就是判断长度是否为0.判断字符串内容是否相同。复写了Object类中的equals方法。boolean equals(str)3、替换String replace(oldchar,newchar)4、切割String[] split(regex)5、将字符串转成大写或
2021-09-23 22:28:55
95
原创 ./configure: error: the HTTP rewrite module requires the PCRE library.
1.安装 gcc,yum install gcc‐c++2.nginx的http模块使用pcre来解析正则表达式,需要在linux上安装pcre库yum install ‐y pcre pcre‐devel3.安装zlib库,nginx使用zlib对http包的内容进行gzipyum install ‐y zlib zlib‐devel4.安装openssl库,让 nginx 支持 https(即在ssl协议上传输http)...
2021-09-17 14:00:53
31612
3
原创 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column ‘menu_id‘ in ‘field list
查看SQL语句,字段名是menu_id否跟数据库相匹配实体类字段名 是否 跟字段名所映射上
2021-09-17 13:41:26
145
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人