上一页 1 ··· 180 181 182 183 184 185 186 187 188 ··· 399 下一页
摘要: 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 阅读(280) 评论(0) 推荐(0)
摘要: application站点 搭建iis的application,设置application的路径为指定的文件夹 使用的时候必须要加http://的前缀,然后端口需要显式指定 http://127.0.0.1:8086/ApplicationName 这样的话,可以通过http协议访问图片,给<img 阅读全文
posted @ 2020-04-23 15:13 ChuckLu 阅读(241) 评论(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 阅读(404) 评论(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 阅读(222) 评论(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 阅读(134) 评论(0) 推荐(0)
摘要: Generate script in SQL Server Management Studio Here what you have to do: right click the database (not the table) and select tasks --> generate scrip 阅读全文
posted @ 2020-04-21 14:49 ChuckLu 阅读(608) 评论(0) 推荐(0)
摘要: Working with scripts folders A scripts folder is a set of object creation scripts representing a database's schema and (optionally) data. An object cr 阅读全文
posted @ 2020-04-21 13:50 ChuckLu 阅读(271) 评论(0) 推荐(0)
摘要: These are the steps to follow to successfully integrate Flyway in a project with an existing database. Take a DDL and reference data extract from prod 阅读全文
posted @ 2020-04-21 13:17 ChuckLu 阅读(197) 评论(0) 推荐(0)
上一页 1 ··· 180 181 182 183 184 185 186 187 188 ··· 399 下一页