上一页 1 ··· 258 259 260 261 262 263 264 265 266 ··· 389 下一页
摘要: 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 阅读(282) 评论(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 阅读(335) 评论(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 阅读(163) 评论(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 阅读(694) 评论(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 阅读(244) 评论(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 阅读(635) 评论(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 阅读(2481) 评论(0) 推荐(0) 编辑
摘要: 客户端只保存session id,信息存在服务端 Session状态应该存储在两个地方,分别是客户端和服务器端。 客户端只负责保存相应网站的SessionID,而其他的Session信息则保存在服务器端。 在ASP中,客户端的SessionID实际是以Cookie的形式存储的。如果用户在浏览器的设置 阅读全文
posted @ 2018-10-09 16:32 ChuckLu 阅读(351) 评论(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 阅读(998) 评论(0) 推荐(0) 编辑
摘要: https://github.com/gcp/leela-zero/blob/master/COLAB.md 左侧菜单展开,可以查看细节 阅读全文
posted @ 2018-09-29 17:36 ChuckLu 阅读(514) 评论(0) 推荐(0) 编辑
上一页 1 ··· 258 259 260 261 262 263 264 265 266 ··· 389 下一页