码迷,mamicode.com
首页 >  
搜索关键字:CTI    ( 37597个结果
dataguard删除掉从库
我这里的是dataguard环境,我尝试将从库删除进行重新配置,下面是报错个解决办法: [oracle@18c_single ~]$ dbca -silent -deleteDatabase -sourceDB ora18c[FATAL] [DBT-10201] Delete database op ...
分类:其他好文   时间:2021-06-02 14:09:20    阅读次数:0
SpringBoot2.x集成springSecurity和OAuth2.0启动错误处理
当启用@EnableAuthorizationServer注解时,启动项目报错 报错信息 Description: Field configurers in org.springframework.security.oauth2.config.annotation.web.configuration ...
分类:编程语言   时间:2021-06-02 14:05:33    阅读次数:0
防抖函数和节流函数
防抖函数 事件被触发时,在n秒后执行函数,在n秒内多次触发事件,则重新开始计时 利用定时器来实现,在n秒内多次触发,则先清除定时器,从新计时 1 // 定义一个请求函数 2 function request(val) { 3 console.log("request: " + val); 4 } 5 ...
分类:其他好文   时间:2021-06-02 13:52:05    阅读次数:0
图解PMO项目管理体系及PMO建设步骤
...
分类:其他好文   时间:2021-06-02 13:24:14    阅读次数:0
@RequestMapping、@Controller、@RestController bean的处理解析
1 finishBeanFactoryInitialization->preInstantiateSingletons 2 3 在preInstantiateSingletons的getBean()的方法中会实例化带有@RequestMapping、@Controller、@RestControll ...
分类:移动开发   时间:2021-06-02 12:52:31    阅读次数:0
Checking out and building Chromium on Linux
Checking out and building Chromium on Linux https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/linux/build_instructions.md ...
分类:系统相关   时间:2021-06-02 12:50:21    阅读次数:0
springcloud-Spring Boot Admin服务监控(十三)
推荐文章 前言 Spring Boot Admin 是一个管理和监控你的 Spring Boot 应用程序的应用程序。这些应用程序通过 Spring Boot Admin Client(通过 HTTP)注册或者使用 Spring Cloud(例如 Eureka)发现。UI只是 Spring Boot ...
分类:编程语言   时间:2021-06-02 12:05:42    阅读次数:0
All packages need to be reinstalled under the new version (4.0). I had to first remove and then reinstall all the packages.
All packages need to be reinstalled under the new version (4.0). I had to first remove and then reinstall all the packages. The following worked for m ...
分类:其他好文   时间:2021-06-02 11:43:04    阅读次数:0
跟狂神老师学习博客的使用练习
Markdown学习 狂神 标题 几级标题用几个# 空格 字体 #### **Hello,world!** *Hello,world!* Hello,world! Hello,world Hello,world! Hello,world! <!--Hello,world!--> Hello,worl ...
分类:其他好文   时间:2021-06-02 11:19:35    阅读次数:0
shiro的使用
知识: 英语单词 Authentication 认证 Authorization 授权 principal 首要的,本金,校长 shiro三大对象 Subject 用户 SecurityManager 管理用户 Reaim 连接用户 使用步骤 导入依赖 <dependency> <groupId>o ...
分类:其他好文   时间:2021-06-02 10:40:25    阅读次数:0
37597条   上一页 1 ... 10 11 12 13 14 ... 3760 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!