摘要: 对于测试环境或允许完全公开访问的接口,这是最快捷的方式。 IIS管理器图形化操作: 打开IIS管理器,选中你要配置的网站或应用程序。 双击 HTTP响应头 功能。 在右侧操作面板点击 添加...,然后添加以下标头 名称: Access-Control-Allow-Origin,值: *(允许所有域名 阅读全文
posted @ 2025-09-26 16:20 小油2018 阅读(9) 评论(0) 推荐(0)
摘要: 1、替换 CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup rm -f /etc/yum.repos.d/*.repo 2、上传新的CentOS-Base.re 阅读全文
posted @ 2025-06-19 17:04 小油2018 阅读(39) 评论(0) 推荐(0)
摘要: 1.558329] sd 8:8:8:8:[sda] Assuming drive cache: write through [2.863093] XFS (dm-8): Internal error xPS_AINT_CORRUPTED_6OTm at line 1727 of file fs/x 阅读全文
posted @ 2025-06-11 10:06 小油2018 阅读(81) 评论(0) 推荐(0)
摘要: com.thoughtworks.xstream.mapper.CannotResolveClassException: com.michelin.cio.hudson.plugins.rolestrategy.RoleBasedAuthorizationStrategy at com.though 阅读全文
posted @ 2025-05-26 16:31 小油2018 阅读(154) 评论(0) 推荐(0)
摘要: https://www.nartac.com/Products/IISCrypto/Download 去下载这个软件 打开软件后 都选上确定 重启就好了 阅读全文
posted @ 2025-05-06 15:03 小油2018 阅读(41) 评论(0) 推荐(0)
摘要: 使用本地安全策略(Local Security Policy)1. 打开本地安全策略•按 Win + R 打开运行对话框,输入 secpol.msc,然后按回车。2. 配置用户权限分配•在左侧导航栏中,展开“本地策略”->“用户权限分配”。•在右侧窗格中,双击“拒绝本地登录”或“拒绝通过远程桌面服务 阅读全文
posted @ 2025-01-21 16:56 小油2018 阅读(379) 评论(0) 推荐(0)
摘要: TPS、QPS、CPS概念 一、TPS TPS【TransactionPerSecond】,事务数/秒。它是软件测试结果的测量单位。一个事务是指一个客户机向服务器发送请求然后服务器做出反应的过程。客户机在发送请求时开始计时,以此来计算使用的时间和完成的事务个数。 二、QPS QPS【Queries 阅读全文
posted @ 2025-01-06 10:35 小油2018 阅读(334) 评论(0) 推荐(0)
摘要: 环境: 自建rabbitmq 管理页http://47.98.15x.xx:15672/ 数据:47.98.15x.xx:5672 云rabbitmq实例 数据:47.110.xx.xx:5672 迁移步骤: 一、迁移元数据 1、下载的元数据文件保存至本地 在Overview页签下方,单击Expor 阅读全文
posted @ 2024-11-07 14:49 小油2018 阅读(106) 评论(0) 推荐(0)
摘要: level=warn ts=2021-08-16T03:20:04.960Z caller=scrape.go:1507 component="scrape manager" scrape_pool=mtail target=http://18.167.146.20:3903/metrics msg 阅读全文
posted @ 2024-10-17 20:01 小油2018 阅读(144) 评论(0) 推荐(0)
摘要: windows系统curl使用出现Protocol "'https" not supported or disabled in libcurl 或者Protocol "'http" not supported or disabled in libcurl 解决: Windows使用双引号而非单引号 阅读全文
posted @ 2024-08-28 10:06 小油2018 阅读(109) 评论(0) 推荐(0)