上一页 1 ··· 270 271 272 273 274 275 276 277 278 ··· 400 下一页
摘要: 客户端只保存session id,信息存在服务端 Session状态应该存储在两个地方,分别是客户端和服务器端。 客户端只负责保存相应网站的SessionID,而其他的Session信息则保存在服务器端。 在ASP中,客户端的SessionID实际是以Cookie的形式存储的。如果用户在浏览器的设置 阅读全文
posted @ 2018-10-09 16:32 ChuckLu 阅读(374) 评论(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 阅读(1031) 评论(0) 推荐(0)
摘要: https://github.com/gcp/leela-zero/blob/master/COLAB.md 左侧菜单展开,可以查看细节 阅读全文
posted @ 2018-09-29 17:36 ChuckLu 阅读(524) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/15352668/download-and-decompress-gzipped-file-in-memory You need to seek to the beginning of compressedFile after 阅读全文
posted @ 2018-09-29 12:46 ChuckLu 阅读(482) 评论(0) 推荐(0)
摘要: Processor Groups https://docs.microsoft.com/en-us/windows/desktop/ProcThread/processor-groups The 64-bit versions of Windows 7 and Windows Server 2008 阅读全文
posted @ 2018-09-29 10:22 ChuckLu 阅读(1000) 评论(0) 推荐(0)
摘要: relevant command list Write-EventLog Write-EventLog -Source "SupperSocketService" -LogName "TestLog" -Message "test on 20180928" -EventId 3001 New-Eve 阅读全文
posted @ 2018-09-28 10:46 ChuckLu 阅读(1232) 评论(0) 推荐(0)
摘要: OPENXML (Transact-SQL) OPENXML provides a rowset view over an XML document. Because OPENXML is a rowset provider, OPENXML can be used in Transact-SQL 阅读全文
posted @ 2018-09-26 18:55 ChuckLu 阅读(424) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/1874532/better-way-to-get-page-name The way I interpret the question what you're looking for is an efficient way o 阅读全文
posted @ 2018-09-26 15:36 ChuckLu 阅读(233) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/2737092/how-to-execute-page-load-in-pages-base-class We faced the similar problem, All you need to do is just regi 阅读全文
posted @ 2018-09-26 15:07 ChuckLu 阅读(201) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/5547989/difference-between-httpcontext-request-and-request Well: HttpContext.Current is a static property returnin 阅读全文
posted @ 2018-09-26 14:55 ChuckLu 阅读(394) 评论(0) 推荐(0)
上一页 1 ··· 270 271 272 273 274 275 276 277 278 ··· 400 下一页