摘要: 还是使用SpringBoot源码构建吧,好直接加中文注释,哈哈哈 1、启动类 @SpringBootApplication public class ShiroDemoApplication { public static void main(String[] args) { SpringAppli 阅读全文
posted @ 2021-05-21 11:03 呵呵哒。。。 阅读(46) 评论(0) 推荐(0) 编辑
摘要: SELECT i.add_time, i.id AS procInstId, latestTask.action, type_id, type_name, i.user_id, i.user_name, i.`status` FROM flow_proc_inst i LEFT JOIN ( SEL 阅读全文
posted @ 2020-11-03 15:08 呵呵哒。。。 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1、安装 2、使用 阅读全文
posted @ 2019-08-29 10:20 呵呵哒。。。 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1 添加文档 语法:PUT http://host:port/index/type/id,文档内容使用json格式作为http请求body。 解释:index :索引 type:类型 id:文档主键 阅读全文
posted @ 2019-08-14 17:49 呵呵哒。。。 阅读(452) 评论(0) 推荐(0) 编辑
摘要: jconsole 1、修改catalina.sh tomcat的bin目录:vim catalina.sh 添加: 2、启动${JAVA_HOME}/bin/jconsole.exe 填写远程地址端口并连接(忽略https继续连接): 阅读全文
posted @ 2019-08-05 17:33 呵呵哒。。。 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 环境:centos7 jdk8 1、下载 http://rocketmq.apache.org/release_notes/release-notes-4.4.0/ 2、解压 unzip rocketmq-all-4.4.0-bin-release.zip 3、启动 启动的时候先启动 namesrv 阅读全文
posted @ 2019-07-10 10:55 呵呵哒。。。 阅读(823) 评论(0) 推荐(0) 编辑
摘要: Mybatis log plugin Free Mybatis plugin Grep Console Lombok CodeGlance Translate GitLab Projects Plugin GsonFormat 7. GenerateSerialVersionUID Alt + In 阅读全文
posted @ 2019-07-10 10:07 呵呵哒。。。 阅读(196) 评论(0) 推荐(0) 编辑
摘要: Builder模式 Builder模式是一种一步一步创建一个复杂对象的设计模式,这种设计模式的精髓就主要有两点:其一,用户使用简单,并且可以在不需要知道内部构建细节的情况下,就可以构建出复杂的对象模型;其二,对于设计者来说,这是一个解耦的过程,这种设计模式可以将构建的过程和具体的表示分离开来。 bu 阅读全文
posted @ 2019-05-28 14:13 呵呵哒。。。 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Shell连接 一、MySQL安装配置: 1、卸载 先停掉mysql进程 没有安装过的可以直接跳过 用命令 yum -y remove yum -y remove mysql-community-client-5.6.38-2.el7.x86_64 卸载不掉的用 rpm -ev 依次卸载 直到没有 阅读全文
posted @ 2019-01-25 16:05 呵呵哒。。。 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 见标题: 网上坑太多,自己搞了一份作为模板备用。 构建工具:maven 启动: 项目地址: https://github.com/Speily/crm_mvc 阅读全文
posted @ 2019-01-07 17:27 呵呵哒。。。 阅读(227) 评论(0) 推荐(0) 编辑