摘要:
背景 多台服务器时间没有自动同步或延迟,颁发令牌服务器的时间 比 鉴权令牌服务器时间 晚,导致jwt解密失败 netframework & jwt 8.2.3 using JWT; using JWT.Algorithms; using JWT.Builder; using JWT.Exceptio 阅读全文
摘要:
SQL: USE ${your_database} GO -- Truncate the log by changing the database recovery model to SIMPLE. ALTER DATABASE ${your_database} SET RECOVERY SIMPL 阅读全文
摘要:
SqlDemo SET SERVEROUTPUT ON DECLARE VERSION_NO_MAX INT; TYPE tb_table_type IS TABLE OF TABLE_NAME%rowtype; -- 目标表 类型 tb_table tb_table_type; -- 目标表 集合 阅读全文