上一页 1 ··· 179 180 181 182 183 184 185 186 187 ··· 399 下一页
摘要: Windows 8.1 / Windows 10 breaks my ASP.NET / IIS : “Service unavailable” With Windows 8.1 finally released to MSDN/Technet today I came across the fol 阅读全文
posted @ 2020-04-27 14:03 ChuckLu 阅读(353) 评论(0) 推荐(0)
摘要: C pointer to array/array of pointers disambiguation I don't know if it has an official name, but I call it the Right-Left Thingy(TM). Start at the var 阅读全文
posted @ 2020-04-24 10:28 ChuckLu 阅读(245) 评论(0) 推荐(0)
摘要: 没有加密的<script>alert('XSS')</script> 加密一次的结果%3Cscript%3Ealert('XSS')%3C%2Fscript%3E http://localhost:25665/MvcExample/%3Cscript%3Ealert('XSS')%3C/script 阅读全文
posted @ 2020-04-23 18:56 ChuckLu 阅读(364) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life https://leetcode.com/problems/game-of-life/ The universe of the Game of Life is an infinite, two 阅读全文
posted @ 2020-04-23 18:36 ChuckLu 阅读(277) 评论(0) 推荐(0)
摘要: application站点 搭建iis的application,设置application的路径为指定的文件夹 使用的时候必须要加http://的前缀,然后端口需要显式指定 http://127.0.0.1:8086/ApplicationName 这样的话,可以通过http协议访问图片,给<img 阅读全文
posted @ 2020-04-23 15:13 ChuckLu 阅读(236) 评论(0) 推荐(0)
摘要: Prevent Cross-Site Scripting (XSS) in ASP.NET Core Accessing encoders in code The HTML, JavaScript and URL encoders are available to your code in two 阅读全文
posted @ 2020-04-22 13:39 ChuckLu 阅读(722) 评论(0) 推荐(0)
摘要: All is XSS that comes to the .NET 通杀.NET的XSS! https://localhost:44345/(A(%22onerror=%22alert%601%60%22))/xss.aspx (A("onerror="alert`1`")) 在asp.net的ur 阅读全文
posted @ 2020-04-21 18:49 ChuckLu 阅读(400) 评论(0) 推荐(0)
摘要: Generating migrations Applying migrations 阅读全文
posted @ 2020-04-21 17:54 ChuckLu 阅读(143) 评论(0) 推荐(0)
摘要: In this scenario, we’ll set up a new SQL Change Automation project for an existing database. Specifically, we’ll: Set up an example database, Adventur 阅读全文
posted @ 2020-04-21 17:43 ChuckLu 阅读(220) 评论(0) 推荐(0)
摘要: Creating the baseline script When generating a baseline script, SQL Change Automation will generate a single migration script for all the objects in y 阅读全文
posted @ 2020-04-21 17:39 ChuckLu 阅读(132) 评论(0) 推荐(0)
上一页 1 ··· 179 180 181 182 183 184 185 186 187 ··· 399 下一页