問題
最近客戶要在 Chrome 上開啟 Reporting Services 的報表,
但因為客戶的資料裡面有自造字(EUDC),
所以會呈現一個空白框框。
於是在 SSRS 的目錄中,放入透過 fontforge 將 tte 轉成的 woff 及 ttf 檔,
將 Style 加入到 ReportViewer.aspx 之中,
結果還是無法呈現。
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