前言
最近同事詢問使用 Microsoft.Office.Interop.Word 元件處理檔案的問題。
一開始可以正常開啟檔案,操作做幾次後,就會卡卡的,最後就會噴 HRESULT:0x80080005 (CO_E_SERVER_EXEC_FAILURE) 的錯誤。
Hello! 我是 RM
從 abp.io/get-started 設定 UI Framework 為 MVC (Razor Pages) or Blazor Server UI,下載 Source 後,
透過 Visual Studio 建置執行後,會出現 Volo.Abp.AbpException: Could not find the bundle file ‘/libs/abp/core/abp.css’ for the bundle ‘Basic.Global’! 的錯誤
我們有一個 ASP.NET Core 的系統,跑一跑就會有 System.InvalidOperationException: 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. 的錯誤。但是它的 Max Pool Size 已經設定到了 6,000 ,還是會噴錯。
那系統中一定有沒有關掉的 Connection 才會如此 …
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true