摘要:
背景 多台服务器时间没有自动同步或延迟,颁发令牌服务器的时间 比 鉴权令牌服务器时间 晚,导致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; -- 目标表 集合 阅读全文
摘要:
MsSql 1.Cannot resolve the collation conflict between "Chinese_PRC_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation. 原因:两个数据源使用了不同的 阅读全文