摘要: 1. OAuth2简易实战(一)-四种模式 1.1. 隐式授权模式(Implicit Grant) 第一步:用户访问页面时,重定向到认证服务器。 第二步:认证服务器给用户一个认证页面,等待用户授权。 第三步:用户授权,认证服务器想应用页面返回Token 第四步:验证Token,访问真正的资源页面 1 阅读全文
posted @ 2019-06-12 15:12 懵懂的半壶 阅读(13201) 评论(3) 推荐(13) 编辑
摘要: Debezium、Docker搭建Debezium 阅读全文
posted @ 2021-03-09 09:30 懵懂的半壶 阅读(747) 评论(1) 推荐(0) 编辑
摘要: Jedis整合单机、Sentinel和Cluster模式 阅读全文
posted @ 2019-10-15 11:50 懵懂的半壶 阅读(801) 评论(0) 推荐(0) 编辑
摘要: redis-cluster,cluster搭建 阅读全文
posted @ 2019-09-27 11:55 懵懂的半壶 阅读(438) 评论(0) 推荐(0) 编辑
摘要: <!doctype html>01 - JavaEE- JSP - EL&JSTL Web-动态页面 x 1. JSP: 1. 指令 2. 注释 3. 内置对象 ​ 2. MVC开发模式 3. EL表达式 4. JSTL标签 5. 三层架构 JSP: x 1. 指令 * 作用:用于配置JSP页面,导 阅读全文
posted @ 2019-03-26 14:22 懵懂的半壶 阅读(514) 评论(0) 推荐(0) 编辑
摘要: <!doctype html>02 - JavaEE - Servlet&HTTP&Request Web开发-Servlet&HTTP&Request: xxxxxxxxxx 1. Servlet 2. HTTP协议 3. Request Servlet: xxxxxxxxxx 1. 概念 2. 阅读全文
posted @ 2019-03-26 14:21 懵懂的半壶 阅读(325) 评论(0) 推荐(0) 编辑
摘要: <!doctype html>01 - JavaEE - Tomcat&Servlet Web开发之Tomcat&Servlet xxxxxxxxxx 1. web相关概念回顾 2. web服务器软件:Tomcat 3. Servlet入门学习 web相关概念回顾 xxxxxxxxxx 1. 软件架 阅读全文
posted @ 2019-03-26 14:19 懵懂的半壶 阅读(379) 评论(0) 推荐(0) 编辑
摘要: <!doctype html>01 - JavaEE - Ajax&Json JavaEE - Ajax&Json xxxxxxxxxx 1. AJAX:ASynchronous JavaScript And XML(异步的JavaScript和xml) 2. JSON:JavaScript Obj 阅读全文
posted @ 2019-03-26 14:19 懵懂的半壶 阅读(339) 评论(0) 推荐(0) 编辑
摘要: Core2.0使用PagedListCore分页 阅读全文
posted @ 2018-10-22 19:53 懵懂的半壶 阅读(1130) 评论(0) 推荐(0) 编辑
摘要: 前言:在平时的写代码中为了解耦、方便扩展,经常使用一些DI容器(如:Autofac、Unity),那是特别的好用。 关于它的底层实现代码 大概是这样。 一、使用依赖注入的好处 关于使用依赖注入创建对象的好处网上一找就是一大堆(低耦合、可配置等),这里就不复制粘贴了。 二、使用XML+Assembly 阅读全文
posted @ 2018-09-29 11:32 懵懂的半壶 阅读(513) 评论(0) 推荐(0) 编辑