上一页 1 ··· 268 269 270 271 272 273 274 275 276 ··· 400 下一页
摘要: IsReference property in data contract It determines how objects are serialized, by default, IsReference=false. Setting IsReference = true allows the s 阅读全文
posted @ 2018-11-20 13:35 ChuckLu 阅读(276) 评论(0) 推荐(0)
摘要: https://docs.kentico.com/k11/custom-development/user-internals-and-api/checking-permissions-using-the-api 在page load的时候,检查权限,如果没权限,就403终止 阅读全文
posted @ 2018-11-15 10:59 ChuckLu 阅读(270) 评论(0) 推荐(0)
摘要: 创建表以及主键 判断表是否存在 OBJECT_ID 判断主键是否存在 SELECT 1 FROM sys.indexes WHERE name = N'PK_LISA_NoUseWebpartReplacement' AND object_id = OBJECT_ID(N'[dbo].[LISA_N 阅读全文
posted @ 2018-11-14 10:59 ChuckLu 阅读(804) 评论(0) 推荐(0)
摘要: https://sqlserver.dev129.com/2018/01/29/string-interpolation-in-t-sql/ Most programming languages have the ability to interpolate formatted strings. F 阅读全文
posted @ 2018-11-14 10:46 ChuckLu 阅读(281) 评论(0) 推荐(0)
摘要: https://www.c-sharpcorner.com/article/how-to-import-excel-data-in-sql-server-2014/ 需要注意的是,第一次是选择source【excel】 第二次是选择target【sql server】 'Microsoft.ACE. 阅读全文
posted @ 2018-11-13 16:59 ChuckLu 阅读(475) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/26577464/how-to-find-a-table-in-sql-server-if-only-the-partial-table-name-is-known Using SSMS Object Explorer, rig 阅读全文
posted @ 2018-11-13 16:58 ChuckLu 阅读(329) 评论(0) 推荐(0)
摘要: Page_PreInit & OnPreInit - whats the difference? https://forums.asp.net/t/1095903.aspx?Page_PreInit+OnPreInit+whats+the+difference+ The Page_PreInit m 阅读全文
posted @ 2018-11-08 10:09 ChuckLu 阅读(442) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-11-02 14:51 ChuckLu 阅读(0) 评论(0) 推荐(0)
摘要: 查找了一下kentico内部使用相关控件的代码,发现有2种方式,可以达到效果。 在我们自己的css class定义的地方,在class前面加上.cms-bootstrap 在我们自己的css class定义的地方,在class前面加上.cms-bootstrap 示例 使用kentico内置的wid 阅读全文
posted @ 2018-11-02 10:36 ChuckLu 阅读(179) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/17755559/could-not-load-file-or-assembly-myassembly-xmlserializers There's an answer already here. Apparently this 阅读全文
posted @ 2018-10-31 16:00 ChuckLu 阅读(742) 评论(0) 推荐(0)
上一页 1 ··· 268 269 270 271 272 273 274 275 276 ··· 400 下一页