计算机图形学笔记1.变换向量 Vectors矩阵变换
向量 VectorsDot productCross productOrthonormal bases and coordinate framesDot productDot Product in GraphicsFind angle between two vectors (e.g. cosine of angle between light source and surface)Finding projection of one vector on another1.向
jwt工具类介绍搭建授权中心
搭建授权中心用户鉴权: 接收用户的登录请求,通过用户中心的接口进行校验,通过后生成JWT 使用私钥生成JWT并返回 有一些生成jwt,解析jwt这样行为的工具类,以后在其它微服务中也会用到,因此放在gmall-core中。JWT工具类package com.leon.core.utils;import io.jsonwebtoken.Claims;import io.jsonwebtoken.Jws;import io.jsonwebtoken.Jwts;im
Track Image Loading效果代码分析
目的 在图片的加载过程中,提供定义图片加载成功或加载失败 超时时的回调函数,并确保执行。 动机 原生JavaSc