随笔 - 435
文章 - 0
评论 - 110
阅读 -
62万
02 2022 档案
CAMUNDA流程BPMN,
摘要:1. 安装时碰到的问题,要设JAVA_HOME, 目录不能有中文,JDK17可以吗? 出现下面错误 java.lang.NoClassDefFoundError: Could not initialize class com.sun.xml.bind.v2.runtime.reflect.opt.I
阅读全文
matplotlib 绘制等高图
摘要:1. 下载Python3.8.10,(最新版本一堆坑)2. 命令终端运行(需要网络)py -m pip install --upgrade pippy -m pip install matplotlib py: 输入下面代码检查是否正常 import matplotlib as mplimport
阅读全文
<Spring MicroService In Action> 读书笔记
摘要:新建SpringBoot项目在Start.spring.IO 选择版本,packageName,Dependency,生成脚手架,在POM.xml增加一个plugin, Properties增加一个项, 当然项目中要增加Dockerfile <!-- This plugin is used to c
阅读全文