码迷,mamicode.com
首页 >  
搜索关键字:rman startup    ( 4768个结果
python自动化测试——Jenkin环境搭建
1、下载Tomcat 官网:https://tomcat.apache.org/ 下载之后解压,解压后如图所示,通常将web项目放到webapps目录下。 进入bin,双击startup.bat启动tomcat服务器。 2、下载Jenkins 官网:https://www.jenkins.io/ 根 ...
分类:编程语言   时间:2021-04-27 15:17:03    阅读次数:0
保存路由器配置
copy running-config startup-config 重启后保存的配置不会重置。 test#copy running-config startup-config Destination filename [startup-config]? Building configuration ...
分类:其他好文   时间:2021-04-24 13:28:32    阅读次数:0
.net 5.0 - Session的使用
NuGet安装 Microsoft.AspNetCore.Session Microsoft.AspNetCore.Http.Extensions Startup.cs中注册 // 添加一个内存缓存 services.AddDistributedMemoryCache(); services.Add ...
分类:Web程序   时间:2021-04-19 15:18:17    阅读次数:0
ingress的基本使用
1.Ingress测试示例 1.定义一个deployment [root@k8s-master01 service-ingress]# cat nginx-test.yaml apiVersion: v1 kind: Service metadata: name: ingress-test labe ...
分类:其他好文   时间:2021-04-16 12:25:19    阅读次数:0
performance_schema初相识
监控MySQL Server运行时资源消耗、资源等待,information_schema关注Server运行的元数据信息,performance_schema通过事件来实现监控,事件可以是函数调用、操作系统等待、或者sql语句的解析排序等阶段 其他特点: performance_schema不会随 ...
分类:其他好文   时间:2021-04-13 11:59:30    阅读次数:0
ini文件读写
ini文件读写 添加帮组类 using System; using System.Text; using System.IO; using System.Runtime.InteropServices; namespace IniHelperDemo { public class IniConfig ...
分类:其他好文   时间:2021-04-12 12:32:03    阅读次数:0
IdentityServer4实战:持久化 Client
前言 在前几篇的学习中,我们定义的四类 Client 都是存储在内存中的,通过 AddInMemoryClients(Startup.GetClients()) 的方式注入到 IDS4的服务中。本篇我们学习如何使用数据库或其他持久化方法存储和读取 Client 。 自定义 ClientStore 在 ...
分类:其他好文   时间:2021-04-10 13:31:06    阅读次数:0
IdentityServer4实战:持久化 Resource
前言 在前几篇的学习中,我们定义的 ApiResource、ApiScope、IdentityResource 都是存储在内存中的,通过 AddInMemoryApiScopes(Startup.GetApiScopes())、AddInMemoryIdentityResources(Startup ...
分类:其他好文   时间:2021-04-10 13:30:48    阅读次数:0
关于Core3.1跨域问题
描述 当前后端 ip 不同时进行请求发送就会存在跨域问题而无法发送请求,前端和后端都有解决方案,但使用 Vue 去解决跨域要进行代理配置是比较麻烦的,所以记录一下使用 .NET Core 3.1 进行跨域配置,不支持低于 3.1 以下的版本 方法 添加策略打开项目的 Startup.cs 文件,在  ...
分类:其他好文   时间:2021-04-10 13:10:42    阅读次数:0
springmvc 整合 thymeleaf
添加依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.3.5</version> </dependency> <dependency> <g ...
分类:编程语言   时间:2021-04-07 11:07:19    阅读次数:0
4768条   上一页 1 2 3 4 5 6 ... 477 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!