12 2018 档案
摘要:https://bbs.csdn.net/topics/120000749 http://www.cnblogs.com/s021368/articles/2148659.html 问题: udpate a set column1 = 1 where idx = 1 sqlserver 执行upda
阅读全文
摘要:https://social.msdn.microsoft.com/Forums/sqlserver/en-US/dba45618-1d64-4661-891d-74cab09dddf1/deadlock-while-running-multiple-update-statements?forum=
阅读全文
摘要:https://docs.microsoft.com/en-us/sql/relational-databases/performance/start-and-use-the-database-engine-tuning-advisor?view=sql-server-2017
阅读全文
摘要:https://support.microsoft.com/en-us/help/832524/sql-server-technical-bulletin-how-to-resolve-a-deadlock How to identify a deadlock Step 1 To identify
阅读全文
摘要:https://www.red-gate.com/simple-talk/sql/learn-sql-server/how-to-track-down-deadlocks-using-sql-server-2005-profiler/ https://social.msdn.microsoft.co
阅读全文
摘要:http://www.uderzo.it/main_products/space_sniffer/download.html 部分超级大的单文件,比如数据库 C:\inetpub\logs\LogFiles\W3SVC4 C:\Users\clu\AppData\Local\JetBrains\Tr
阅读全文
摘要:C:\inetpub\logs\LogFiles https://docs.microsoft.com/en-us/iis/manage/provisioning-and-managing-iis/managing-iis-log-file-storage#03 使用 space sniffer扫描
阅读全文
摘要:https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-concepts.html There are a few concepts that are core to Elasticsearch.
阅读全文
摘要:https://xunit.github.io/docs/shared-context Shared Context between Tests It is common for unit test classes to share setup and cleanup code (often cal
阅读全文
摘要:https://stackoverflow.com/questions/41908156/validating-missing-parameter-from-procedure-calls I don't think that there is a single "right" way to do
阅读全文
摘要:谷歌搜索 saml 2.0 site:cnblogs.com 基于SAML的单点登录介绍 https://www.cnblogs.com/zsuxiong/archive/2011/11/19/2255497.html SAML2.0 协议初识(一) https://www.cnblogs.com/
阅读全文
摘要:https://docs.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api https://docs.microsoft.com/en
阅读全文
摘要:Why is lock(this) {…} bad? https://stackoverflow.com/questions/251391/why-is-lockthis-bad It is bad form to use this in lock statements because it is
阅读全文
摘要:https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/how-to-write-queries-on-xml-in-namespaces
阅读全文
摘要:https://stackoverflow.com/questions/2555668/how-to-programmatically-get-sites-list-and-virtual-dirs-in-iis-7 Check out this post - seems to be a brand
阅读全文
摘要:https://en.wikipedia.org/wiki/Cross-site_scripting Definition Cross-site scripting (XSS) is a type of computer security vulnerability typically found
阅读全文