上一页 1 ··· 267 268 269 270 271 272 273 274 275 ··· 399 下一页
摘要: 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 阅读(208) 评论(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 阅读(848) 评论(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 阅读(432) 评论(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 阅读(227) 评论(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 阅读(275) 评论(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 阅读(265) 评论(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 阅读(802) 评论(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 阅读(473) 评论(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 阅读(328) 评论(0) 推荐(0)
上一页 1 ··· 267 268 269 270 271 272 273 274 275 ··· 399 下一页