- 博客(30)
- 收藏
- 关注
原创 DotNet5在Docker中连接SqlServer2012,报错最大池超出
C# DotNet5程序在Docker Net5镜像中,链接SqlServer服务器,直接Open显示超时,执行命令报错:Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
2025-02-11 13:07:28
325
原创 Linux 安装 Elasticsearch 8.13.0
有个业务场景需要安装 Elasticsearch 8.13.0,找了很多散的知识点,本篇文章做记录汇总。
2024-11-05 13:10:34
656
原创 Host ‘xx.xx.xx.xx‘ is blocked because of many connection errors; unblock with ‘mysqladmin flush-host
在日常使用中发现了一个错误,Host ‘xx.xx.xx.xx’ is blocked because of many connection errors;简单查了一下,是因为同一个ip错误连接请求过多导致的。
2024-10-11 14:09:17
211
原创 DotNet 部署在linux导出excel报错【The type initializer for ‘Gdip‘ threw an exception.】
dotnet都是用npoi导出excel时,本机导出成功,但是发布到linux机器上,点击导出报错报错信息【The type initializer for ‘Gdip’ threw an exception.】
2024-10-10 15:47:30
181
原创 不能打开“C:\Windows\TEMP\report.tmp”: 拒绝访问。
不能打开“C:\Windows\TEMP\report.tmp”: 拒绝访问。
2024-01-26 09:44:59
611
原创 Visual Studio 2022安装报错:无法安装 MicrosoftVisualCpp.Redist.14
Visual Studio 2022安装报错:无法安装 MicrosoftVisualCpp.Redist.14
2024-01-10 13:16:19
2135
1
原创 Azure DevOps Test Plans 对接 DotNet Core NUnit单元测试
我有一个场景,需要使用DotNet代码,和Azure DevOps的Test Plans做单元测试但是网上各种知识碎片 零零散散,不胜其烦。故作整合,与君共勉。
2023-12-26 11:17:04
557
1
原创 dotnet nuget push nuget 包出现 error: Response status code does not indicate success: 405 (Not Allowed)
error: Response status code does not indicate success: 405 (Not Allowed).
2023-12-20 11:27:49
750
2
原创 Azure Pipelines - Dotnet 通过Git提交,自动编译、发布、部署到目标服务器IIS站点 azure-pipelines.yml
Azure Pipelines - Dotnet 通过Git提交,自动编译、发布、部署到目标服务器IIS站点 azure-pipelines.yml。
2023-11-27 15:46:35
541
原创 Azure DevOps 创建Jenkins Service connections
我在进行Azure Pipelines进行构建的时候有使用到Jenkins【JenkinsQueueJob@2】但是直接维护【serverEndpoint】和【jobName】时,一直报错并且我的下拉框也一直没有源。
2023-11-27 15:43:00
414
原创 Azure Pipelines 使用 JenkinsQueueJob执行Jenkins任务
Azure Pipelines 使用 JenkinsQueueJob执行Jenkins任务。
2023-11-27 13:29:31
609
原创 Jenkins使用SSH对接Windows服务器 发布更新IIS程序
Jenkins使用SSH对接Windows服务器 发布更新IIS程序。
2023-11-24 14:18:11
1330
1
原创 Jenkins+Nginx反向代理https后 网络通信失败
proxy_http_version 1.1;proxy_set_header Upgrade $http_upgrade;proxy_set_header Connection $connection_upgrade;
2023-11-10 13:37:41
154
1
原创 VS error MSB3482: 签名时出错: 该项不适于在指定状态下使用
今天在调试一个.net Framework 4.8项目的时候生成解决方案失败,生成项目失败问题解决后,故此整理。
2023-11-08 10:00:03
670
1
原创 C#Json字符串转DataTable、DataSet JsonConvert.DeserializeObject 丢失精度问题
我在做Json字符串转DataTable的时候发现,如果我有一列小数,但是第一行是整型,会导致下面所有小数位数丢失举例我的预想结果是,一个DataTable,有一列【EXCHANGE_USD】,三行数据,分别是但实际结果是24、15、191。
2023-10-24 14:24:32
1480
1
原创 VS2022 Visual Studio Installer 一直卡在0%
如果这个网址访问不了,或下不下来,恭喜你,去找网络原因吧~~的东西,证明网络没什么问题,还不行的话找其他问题吧。发现被公司网安禁掉了,联系后可以访问恢复正常。这种方法你们直接查其他Host 方式。这里说一下我遇到的终极解决方案。怎么判定网络问题呢?在浏览器打开这个网址。如果能正确下载一个叫。
2023-07-25 09:30:37
763
1
原创 获取Outlook邮箱授权码
直接登录网址链接: https://mysignins.microsoft.com/security-infohttps://account.live.com/这里随便贴一个https://blog.youkuaiyun.com/Coin_Collecter/article/details/129590620
2023-06-01 14:34:20
2976
原创 laydate渲染vue model不赋值导致页面被清空的问题解决方案
发现是laydate没有给v-model赋值,所以在其他model变更的时候vue会重新渲染,因为model没有值,所以就会清空。
2023-06-01 11:10:29
255
翻译 Xxx.BI.ConfigCrud使用说明2-Log4Net日志配置和Api请求
一、日志配置1.XML配置在根目录/Config/文件夹下添加 Log4Net.config 文件文件内容<?xml version="1.0" encoding="utf-8" ?><configuration> <!-- Register a section handler for the log4net section --> <configSections> <section name="log4net" type="
2021-05-24 13:35:08
170
翻译 Xxx.BI.ConfigCrud使用说明1-配置及单元测试
关于Xxx.BI.ConfigCrud使用Xxx.BI.ConfigCrud是一个可以通过xml静态文件修改就可以实现数据库增产查改等操作的基础组件。一、前期准备1.配置XML路径维护在根目录创建Config文件夹,在文件夹内部创建一个NavRoot.xml文件格式示例<?xml version="1.0" encoding="utf-8" ?><NavRoot> <!--UniqueId:配置XML唯一标识 --> <!--ConfigFileP
2021-05-21 13:55:50
284
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人