上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页

spring cloud config

摘要: 1.设置git https://git.oschina.net/rigid/hr.git 上传如下文件: hr_config/my-client.yml hr_config/my-client-uat.yml 2.增加config server 启动之后访问:http://localhost:888 阅读全文
posted @ 2017-08-13 11:57 rigidwang 阅读(222) 评论(0) 推荐(0)

postgre 导入sql文件

摘要: C:\Users\wang>psql -U poem poem < D:\db_schema.sql 阅读全文
posted @ 2017-08-01 14:54 rigidwang 阅读(303) 评论(0) 推荐(0)

jbpm designer 变量

摘要: 需求: js文件中读取java变量 方案 canvas.js > config.js > EditorHandler.java 阅读全文
posted @ 2017-07-26 11:28 rigidwang 阅读(146) 评论(0) 推荐(0)

Hibernate 打印参数值

摘要: 在 log4j.properties中添加log4j.logger.org.hibernate.SQL=DEBUGlog4j.logger.org.hibernate.type.descriptor.sql.BasicBinder=TRACElog4j.logger.org.hibernate.ty 阅读全文
posted @ 2017-07-04 11:08 rigidwang 阅读(633) 评论(0) 推荐(0)

centos 卷组、挂在、扩容

摘要: http://www.mamicode.com/info-detail-515900.html 一、LVM简介 LVM是 Logical Volume Manager(逻辑卷管理)的简写,它是Linux环境下对磁盘分区进行管理的一种机制。LVM将一个或多个磁盘分区(PV)虚拟为一个卷组(VG),相当 阅读全文
posted @ 2017-07-03 14:18 rigidwang 阅读(1664) 评论(0) 推荐(0)

centos7.3 Failed to get D-Bus connection

摘要: 首先要先在后台启动一个 CentOS7 容器(注意不要少参数): 然后再进入这个容器 执行结果 阅读全文
posted @ 2017-07-03 11:38 rigidwang 阅读(759) 评论(0) 推荐(0)

centos7 git

摘要: 一、安装 1.安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl-devel 2.删除自带的git yum remove git 3.下载git-2.10.0.tar.gz 到 /us 阅读全文
posted @ 2017-06-27 16:49 rigidwang 阅读(123) 评论(0) 推荐(0)

jbpm cjbpm_taskinstance 表总结

摘要: end_: 有值说明此条任务已经结束,清空之后任务可以重新运转 ISOPEN_=1 就是待办任务实例 ISOPEN_,ISSIGNALLING_这两个字段为1时表示未办完,0时表示办完了 阅读全文
posted @ 2017-06-27 09:08 rigidwang 阅读(143) 评论(0) 推荐(0)

arch_wf 流程调用顺序

摘要: WorkflowServiceUtil.drivenProcess(info); //驱动流程(提交、退回、撤销、取回、转发等) WorkflowService service = new WorkflowServiceImpl(); //封装远程代理对象 String invocationHand 阅读全文
posted @ 2017-06-14 17:50 rigidwang 阅读(176) 评论(0) 推荐(0)

maven 构件部署至远程仓库

摘要: http://blog.csdn.net/tounaobun/article/details/8959682 阅读全文
posted @ 2017-06-06 14:19 rigidwang 阅读(116) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页