摘要:
很多freshman上来就想搞清楚什么是IOC和DI,其实很多先进的理论和技术都在老的基础上升华出来的,最终目的是为了解放生产力。 所以先来说说下面两点基础知识: Direct Dependency(直接依赖) Inverted Dependency(反向依赖) Direct Dependency 阅读全文
摘要:
环境: PCF(AWS) 在production环境上传几张图片后,app 内存暴增以及无法释放导致crashed in a short time 解决方案: 解决内存不能主动释放问题 - 项目文件增加了GC工作模式 相关文档https://www.iaspnetcore.com/blog/blog 阅读全文
摘要:
public class CertificateTrust { public static void SetCertificatePolicy() { //当在浏览器中可以正常访问,而code中出现错误时,可以用fiddle看下正常访问的SSl加密认证的版本号 ServicePointManager 阅读全文
摘要:
using sqlhelper = Microsoft.ApplicationBlocks.Data.SqlHelper; using sqlhelper = Microsoft.ApplicationBlocks.Data.SqlHelper; using sqlhelper = Microsof 阅读全文