2020年4月6日

Spring Boot 2.2.1.REALEASE集成sentinel启动报错

摘要: 如题,springboot 2.2.1.RELEASE配置sentinel spring: redis: database: 0 password: 123456 sentinel: master: a2a-master nodes:192.168.154.128:26379,192.168.154 阅读全文

posted @ 2020-04-06 21:41 不见雨潇潇 阅读(1058) 评论(0) 推荐(0)

2020年3月25日

Spring boot 2.2.0 war包启动报错

摘要: 首先Spring boot 以 jar 包形式启动没有问题,然而 SpringBoot 打包 war 包项目后放 tomca 启动失败, 日志异常显示为 原因:Spring boot 2.2.0 和 Mybatis 的 3.5.2 版本不兼容匹配,更改 Springboot 为2.2.1版本后重新打 阅读全文

posted @ 2020-03-25 10:49 不见雨潇潇 阅读(489) 评论(0) 推荐(0)

2019年9月16日

Oralce程序编写

摘要: 程序结构 / 表示执行上一条语句 set serveroutput on输出需要打开输出开关 desc objectName 查看程序体的结构 变量 赋值方式 := into 说明部分 引用型变量 记录型变量 IFELSE 的使用 循环语句 while loop for 光标(游标) 光标就是一个结 阅读全文

posted @ 2019-09-16 16:42 不见雨潇潇 阅读(172) 评论(0) 推荐(0)

CentOS7下RibbitMQ安装

摘要: 安装(linux) Erlang 安装 http://www.erlang.orgldownloads 下载最新版本 Erlang 安装包 wget http://www.erlang.org/download/otp_src_22.0.tar.gz 解压安装包并配置安装目录为/opt/erlang 阅读全文

posted @ 2019-09-16 16:37 不见雨潇潇 阅读(204) 评论(0) 推荐(0)

2017年11月7日

NC改变webService发布地址的方法

摘要: 前面已指定组件名称、后面的address会自动生成,无需填写。 阅读全文

posted @ 2017-11-07 11:11 不见雨潇潇 阅读(773) 评论(0) 推荐(0)

2017年11月6日

NChome访问webService失败

摘要: NC开发环境启动nchome后访问uapws/service失败,在debug configuration 中加入参数-Duap.hotwebs=uapws 再次重启即可 阅读全文

posted @ 2017-11-06 15:27 不见雨潇潇 阅读(433) 评论(0) 推荐(0)

2017年10月26日

Failed to load ESAPI.properties as a classloader resource

摘要: 在debug configeration 中添加参数-Dorg.owasp.esapi.resources=${FIELD_NC_HOME}/ierp/bin/esapi 阅读全文

posted @ 2017-10-26 15:04 不见雨潇潇 阅读(2320) 评论(1) 推荐(0)

2017年10月22日

mybatis执行sql时报空指针错误

摘要: mapper执行update语句老是报空指针异常,经过检查原来是复制粘贴的时候,并没有把select的命名改成update,修正之后就好了 阅读全文

posted @ 2017-10-22 19:50 不见雨潇潇 阅读(2467) 评论(0) 推荐(0)

导航