問題
最近客戶將 SQL Server 從 SQL 2012 升級到 SQL 2016 後,有些 Store Procedure 居然發生了錯誤。
結果發現,原本在 SQL 2012 中去 Replace 後,原本後面有空字串的會一併 RTrim 掉,但在 SQL 2016 中,那些空白就會留著。
Hello! 我是 RM
在前一篇「使用 OpenTracing - Jaeger (BFv3 使用 Fody)」,我們使用 MethodBoundaryAspect.Fody 來處理 OpenTracing 的程式碼,但是在有些 async 及 Overloading methods 時,會有修改 il 出錯而無法建置的狀況。 所以我們可以改用 PostSharp 的 OnMethodBoundaryAspect 來處理就沒有問題了。
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