摘要:
创建表以及主键 判断表是否存在 OBJECT_ID 判断主键是否存在 SELECT 1 FROM sys.indexes WHERE name = N'PK_LISA_NoUseWebpartReplacement' AND object_id = OBJECT_ID(N'[dbo].[LISA_N 阅读全文
摘要:
https://sqlserver.dev129.com/2018/01/29/string-interpolation-in-t-sql/ Most programming languages have the ability to interpolate formatted strings. F 阅读全文
摘要:
Page_PreInit & OnPreInit - whats the difference? https://forums.asp.net/t/1095903.aspx?Page_PreInit+OnPreInit+whats+the+difference+ The Page_PreInit m 阅读全文
摘要:
https://stackoverflow.com/questions/17755559/could-not-load-file-or-assembly-myassembly-xmlserializers There's an answer already here. Apparently this 阅读全文
摘要:
https://stackoverflow.com/questions/3318092/what-is-webresource-axd WebResource.axd provides access to embedded resources within a project. It's a han 阅读全文