10 2018 档案
摘要:https://stackoverflow.com/questions/17755559/could-not-load-file-or-assembly-myassembly-xmlserializers There's an answer already here. Apparently this
阅读全文
摘要:https://stackoverflow.com/questions/3318092/what-is-webresource-axd WebResource.axd provides access to embedded resources within a project. It's a han
阅读全文
摘要:http://www.vixual.net/blog/archives/842 VMware Server 當掉後重新啟動 Guest OS 時,出現 cannot open the disk '*.vmdk' or one of the snapshot disk is depends on. R
阅读全文
摘要:添加xml结点的时候 必须把多个节点从,拆分开来,逐个添加 解析xml字符串的时候 需要添加一个根结点,才能进行解析
阅读全文
摘要:ValueTuple需要通过NuGet安装System.ValueTuple https://docs.microsoft.com/en-us/dotnet/csharp/tuples?view=netframework-4.7.2 https://docs.microsoft.com/en-us/
阅读全文
摘要:SET IDENTITY_INSERT (Transact-SQL) Allows explicit values to be inserted into the identity column of a table. Remarks At any time, only one table in a
阅读全文
摘要:https://stackoverflow.com/questions/129077/not-in-clause-and-null-values This issue came up when I got different records counts for what I thought wer
阅读全文
摘要:https://peterwong.net/blog/asp-net-session-and-forms-authentication/ The title can be misleading, because in concept, one is not related to the other.
阅读全文
摘要:https://stackoverflow.com/questions/1017144/rename-asp-net-sessionid Add to your web.config:- <system.web> <sessionState cookieName="foo" /> </system.
阅读全文
摘要:https://flywaydb.org/documentation/database/sqlserver How Flyway works https://flywaydb.org/getstarted/how Commands Command-line: baseline SQL Server
阅读全文
摘要:1.find menu "Qt VS Tools", select Qt Options 2.add a new Qt version 3. right click the target project, and select "Qt project settings" 4.set the Qt V
阅读全文
摘要:客户端只保存session id,信息存在服务端 Session状态应该存储在两个地方,分别是客户端和服务器端。 客户端只负责保存相应网站的SessionID,而其他的Session信息则保存在服务器端。 在ASP中,客户端的SessionID实际是以Cookie的形式存储的。如果用户在浏览器的设置
阅读全文
摘要:https://github.com/awaescher/Fusion A modern alternative to the Microsoft Assembly Binding Log Viewer (FUSLOGVW.exe) https://github.com/awaescher/Fusi
阅读全文