摘要: taskkill /IM "LISA.Batch.RulesProcessor.exe" /F C:\WINDOWS\system32>taskkill /IM "ssh-agent.exe" /FSUCCESS: The process "ssh-agent.exe" with PID 33092 阅读全文
posted @ 2020-03-24 18:54 ChuckLu 阅读(284) 评论(0) 推荐(0)
摘要: web调用了wcf,发现是wcf那边出错,连不上数据库导致的。 数据库的ip更换了 2020-04-17 14:53:04,873 ERROR [38]: controller:Logon, action:LogonSystem.InvalidOperationException: An error 阅读全文
posted @ 2020-03-24 11:02 ChuckLu 阅读(1075) 评论(0) 推荐(0)
摘要: How many types of the lifetimescope in autofac? Autofac provides several built-in lifetime scopes that you can use to control how instances of compone 阅读全文
posted @ 2020-03-24 10:50 ChuckLu 阅读(250) 评论(0) 推荐(0)
摘要: https://autofaccn.readthedocs.io/en/latest/lifetime/index.html A great place to start learning about Autofac scope and lifetime is in Nick Blumhardt’s 阅读全文
posted @ 2020-03-24 10:45 ChuckLu 阅读(230) 评论(0) 推荐(0)
摘要: https://autofaccn.readthedocs.io/en/latest/lifetime/instance-scope.html Instance scope determines how an instance is shared between requests for the s 阅读全文
posted @ 2020-03-24 10:44 ChuckLu 阅读(391) 评论(0) 推荐(0)