02 2021 档案

给已有的表分区
摘要:-- 1. 重命名alter table test rename to test_temp; -- 2. 创建 partition tablecreate table test( ID NUMBER(10) not null, REMARK VARCHAR2(100), create_time DA 阅读全文

posted @ 2021-02-24 14:53 爱老虎哟 阅读(150) 评论(0) 推荐(0)

spring cloud eureka 启动报错
摘要:错误信息: Batch update failure with HTTP status code 404 解决方案: 增加配置 eureka.instance.hostname=localhost 阅读全文

posted @ 2021-02-03 16:29 爱老虎哟 阅读(301) 评论(0) 推荐(0)

导航