上一页 1 2 3 4 5 6 7 8 ··· 25 下一页

mysql 主从同步(部分表)

摘要: 参考:https://www.cnblogs.com/silence-scorpion/articles/5753562.html 微服务分库部署架构: 阅读全文
posted @ 2020-06-02 11:34 rigidwang 阅读(284) 评论(0) 推荐(0) 编辑

springboot 国际化

摘要: validator国际化: http://miao.blog/article/spring-boot-validator-i18n message国际化: https://www.cnblogs.com/boshen-hzb/p/10869999.html 阅读全文
posted @ 2020-05-25 22:17 rigidwang 阅读(129) 评论(0) 推荐(0) 编辑

arthas

摘要: 启动: 和服务启动的用户一样来启动arhtas:例如:su appuser java -jar arthas-boot.jar <pid> https://alibaba.github.io/arthas/advanced-use.html 阅读全文
posted @ 2020-05-09 08:59 rigidwang 阅读(218) 评论(0) 推荐(0) 编辑

linux activiti5.22 流程图乱码

摘要: https://blog.51cto.com/bluehumor/1955273 阅读全文
posted @ 2020-04-24 22:46 rigidwang 阅读(407) 评论(0) 推荐(0) 编辑

Spring Cloud Gateway 实现Token校验

摘要: https://www.toutiao.com/a6803230479572009480/?tt_from=mobile_qq&utm_campaign=client_share&timestamp=1585721253&app=news_article&utm_source=mobile_qq&u 阅读全文
posted @ 2020-04-01 14:22 rigidwang 阅读(582) 评论(0) 推荐(0) 编辑

配置中心选型对比

摘要: 阅读全文
posted @ 2020-03-23 16:09 rigidwang 阅读(901) 评论(0) 推荐(0) 编辑

oauth table

摘要: -- 授权码 CREATE TABLE `oauth_code` ( `create_time` time DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `authentication` blob) ; -- 客户端 CREATE TABLE `oa 阅读全文
posted @ 2020-03-14 11:30 rigidwang 阅读(111) 评论(0) 推荐(0) 编辑

plsql pipe

摘要: create or replace type Arr as table of varchar2(500);create or replace function getApproverByRole2(busi_dept_id IN NUMBER, role_code IN VARCHAR2) RETU 阅读全文
posted @ 2020-03-13 22:42 rigidwang 阅读(151) 评论(0) 推荐(0) 编辑

spring security oauth2 客户端模式

摘要: 一般用于内部的系统 阅读全文
posted @ 2020-02-27 15:18 rigidwang 阅读(626) 评论(0) 推荐(0) 编辑

spring security oauth2 密码模式

摘要: 用于前端应用是自己开发的,因为密码会留在前端 阅读全文
posted @ 2020-02-27 15:15 rigidwang 阅读(451) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 25 下一页