上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 400 下一页
摘要: 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 阅读(414) 评论(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 阅读(1723) 评论(0) 推荐(0)
摘要: 添加xml结点的时候 必须把多个节点从,拆分开来,逐个添加 解析xml字符串的时候 需要添加一个根结点,才能进行解析 阅读全文
posted @ 2018-10-19 18:51 ChuckLu 阅读(710) 评论(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 阅读(298) 评论(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 阅读(347) 评论(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 阅读(169) 评论(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 阅读(803) 评论(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 阅读(261) 评论(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 阅读(684) 评论(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 阅读(2579) 评论(0) 推荐(0)
上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 400 下一页