上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 401 下一页
摘要: 搜索文档的技巧 在confluence中进行搜索的时候,也需要使用通配符。比如搜索cmscontext,需要这么搜索cmscontex*,如果搜索的话,cmscontext.geturl是会被过滤掉的。标点被截断 https://confluence.atlassian.com/conf66/con 阅读全文
posted @ 2018-11-26 17:15 ChuckLu 阅读(3023) 评论(0) 推荐(0)
摘要: It's likely that you linked some assemblies that are not Any CPU, but include native code (or are compiled as x86), which cause the entire process to 阅读全文
posted @ 2018-11-26 14:46 ChuckLu 阅读(227) 评论(0) 推荐(0)
摘要: How to See if Process is 32-bit or 64-bit in Windows 10 OPTION ONE To See if Process is 32-bit or 64-bit in Processes tab in Task Manager 1 Open Task 阅读全文
posted @ 2018-11-26 14:44 ChuckLu 阅读(917) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.registryview?view=netframework-4.7 On the 64-bit version of Windows, portions of the regis 阅读全文
posted @ 2018-11-26 14:12 ChuckLu 阅读(455) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/a/41200059/3782855 https://github.com/304NotModified/Fody.Stamp .NET Revision Task for MSBuild https://stackoverflow.com/a/5 阅读全文
posted @ 2018-11-21 18:06 ChuckLu 阅读(248) 评论(0) 推荐(0)
摘要: 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 阅读(298) 评论(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 阅读(287) 评论(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 阅读(826) 评论(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 阅读(291) 评论(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 阅读(482) 评论(0) 推荐(0)
上一页 1 ··· 269 270 271 272 273 274 275 276 277 ··· 401 下一页