10 2018 档案

摘要:https://stackoverflow.com/questions/17755559/could-not-load-file-or-assembly-myassembly-xmlserializers There's an answer already here. Apparently this 阅读全文
posted @ 2018-10-31 16:00 ChuckLu 阅读(721) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/3318092/what-is-webresource-axd WebResource.axd provides access to embedded resources within a project. It's a han 阅读全文
posted @ 2018-10-30 17:18 ChuckLu 阅读(404) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2018-10-20 13:06 ChuckLu 阅读(1606) 评论(0) 推荐(0) 编辑
摘要:添加xml结点的时候 必须把多个节点从,拆分开来,逐个添加 解析xml字符串的时候 需要添加一个根结点,才能进行解析 阅读全文
posted @ 2018-10-19 18:51 ChuckLu 阅读(690) 评论(0) 推荐(0) 编辑
摘要:ValueTuple需要通过NuGet安装System.ValueTuple https://docs.microsoft.com/en-us/dotnet/csharp/tuples?view=netframework-4.7.2 https://docs.microsoft.com/en-us/ 阅读全文
posted @ 2018-10-17 15:21 ChuckLu 阅读(288) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2018-10-17 10:47 ChuckLu 阅读(338) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2018-10-16 15:48 ChuckLu 阅读(164) 评论(0) 推荐(0) 编辑
摘要: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. 阅读全文
posted @ 2018-10-12 14:38 ChuckLu 阅读(697) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/1017144/rename-asp-net-sessionid Add to your web.config:- <system.web> <sessionState cookieName="foo" /> </system. 阅读全文
posted @ 2018-10-12 11:04 ChuckLu 阅读(247) 评论(0) 推荐(0) 编辑
摘要:https://flywaydb.org/documentation/database/sqlserver How Flyway works https://flywaydb.org/getstarted/how Commands Command-line: baseline SQL Server 阅读全文
posted @ 2018-10-11 16:23 ChuckLu 阅读(661) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2018-10-10 09:43 ChuckLu 阅读(2554) 评论(0) 推荐(0) 编辑
摘要:客户端只保存session id,信息存在服务端 Session状态应该存储在两个地方,分别是客户端和服务器端。 客户端只负责保存相应网站的SessionID,而其他的Session信息则保存在服务器端。 在ASP中,客户端的SessionID实际是以Cookie的形式存储的。如果用户在浏览器的设置 阅读全文
posted @ 2018-10-09 16:32 ChuckLu 阅读(354) 评论(0) 推荐(0) 编辑
摘要:https://github.com/awaescher/Fusion A modern alternative to the Microsoft Assembly Binding Log Viewer (FUSLOGVW.exe) https://github.com/awaescher/Fusi 阅读全文
posted @ 2018-10-08 14:18 ChuckLu 阅读(1012) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示