摘要:
闪回查询 select * from dept as of timestamp to_timestamp('2016-09-10 11:00:00','yyyy-mm-dd hh24:mi:ss'); 数据误删 表结构没有发生改变 --开启表字段转移,不开启无法还原 alter table 表名 e 阅读全文
摘要:
Cannot convert access token to JSON 授权服务颁发token(未进行公私钥加密)后,携带此token请求资源服务,提示此错误。 使用token可以在线解析,跟踪代码后问题出现JwtHelper类decodeAndVerify方法,内容如下: ... public s 阅读全文