上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页

spring security 连接数据库查询权限

摘要: 权限表 根据id查询用户权限: 将权限放到传给security 备注:一般习惯是controller中一个方法对应一个权限,方法中的鉴权基于权限控制,不要基于角色 阅读全文
posted @ 2020-02-26 13:10 rigidwang 阅读(645) 评论(0) 推荐(0)

spring security 授权流程

摘要: 阅读全文
posted @ 2020-02-26 12:34 rigidwang 阅读(254) 评论(0) 推荐(0)

spring security 认证流程

摘要: 阅读全文
posted @ 2020-02-26 12:27 rigidwang 阅读(124) 评论(0) 推荐(0)

centos 增加用户以及用户组

摘要: 阅读全文
posted @ 2020-02-13 21:03 rigidwang 阅读(235) 评论(0) 推荐(0)

nginx 目录匹配规则

摘要: 参考:https://www.cnblogs.com/duhuo/p/8323812.html location ^~ /tea/ { root /usr/local/nginx/html/; } 请求:http://test.com/tea/tea1.html 实际访问:/usr/local/ng 阅读全文
posted @ 2020-02-05 22:20 rigidwang 阅读(1978) 评论(1) 推荐(0)

activiti 向下驱动原理分析

摘要: usertask2 到达网关,后台挂起 usertask3 到达网关,则触发执行 ParallelGatewayActivityBehavior.execute,判断incomings的数量和executions数量是否相同,如果相同则执行如下逻辑: 更新act_hi_actinst,修改act的e 阅读全文
posted @ 2020-01-05 17:04 rigidwang 阅读(367) 评论(0) 推荐(0)

activiti 原子动作解释

摘要: //流程启动AtomicOperation PROCESS_START = new AtomicOperationProcessStart();//流程初始化AtomicOperation PROCESS_START_INITIAL = new AtomicOperationProcessStart 阅读全文
posted @ 2020-01-02 22:11 rigidwang 阅读(640) 评论(0) 推荐(0)

activiti 流程启动并流转到第一个节点过程

摘要: 测试流程如下: 驱动过程如下: 从开始节点到用户任务的调用AtomicOperation顺序如下: PROCESS_START: 流程开始 PROCESS_START_INITIAL: 流程开始 return (ScopeImpl) execution.getActivity()== startAC 阅读全文
posted @ 2020-01-02 15:47 rigidwang 阅读(2421) 评论(0) 推荐(0)

Broken pipe

摘要: https://www.cnblogs.com/technologykai/p/9766459.html 阅读全文
posted @ 2019-10-10 10:53 rigidwang 阅读(127) 评论(0) 推荐(0)

Activiti5:流程变量设置

摘要: https://fackyou200.iteye.com/blog/2089429 阅读全文
posted @ 2019-07-18 17:32 rigidwang 阅读(288) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页