摘要:
namespace Microshaoft.SharePointApps{ using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Coll... 阅读全文
摘要:
d:\nuget\nuget.exe install EnterpriseLibrary.Common -NoCache -Verbosity detailed -OutputDirectory D:\Microshaoft.Nuget.Packages\d:\nuget\nuget.exe install EnterpriseLibrary.Data -NoCache -Verbosity detailed -OutputDirectory D:\Microshaoft.Nuget.Packages\d:\nuget\nuget.exe install EnterpriseLibrary.D 阅读全文
摘要:
# This file contains command-line options that the C## command line compiler (CSC) will process as part# of every compilation, unless the "/noconfig" option# is specified.#==========================================# Reference the common Framework libraries/r:Accessibility.dll/r:Microsoft.C 阅读全文
摘要:
GOalter proc [zsp_BranchsData]asbegin/* CREATE TABLE [原始机构数据] ( [序号] [varchar](50) NULL, [一级分行号] [varchar](50) NULL, [一级分行名称] [varchar](50) NULL, [二级分行号] [varchar](50) NULL, [二级分行名称] [varchar](50) NULL, ... 阅读全文
摘要:
--USE [master]GO/****** Object: StoredProcedure [dbo].[zsp_RestoreHeaderOnly] Script Date: 2014/1/18 13:31:29 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOalter proc [dbo].[zsp_RestoreHeaderOnly]--@sql varchar(max) @Text nvarchar(MAX), --待分拆的字符串 @Separator nvarchar(8) = ',' -... 阅读全文
摘要:
namespace TestConsoleApplication{ using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Microshaoft; class Program { static void Main(string[] args) { Console.WriteLine("Begin ..."); Random r = new... 阅读全文
摘要:
/* PowerShell: [System.Diagnostics.PerformanceCounterCategory]::Delete("Microshaoft ConcurrentAsyncQueue Performance Counters") [System.Diagnostics.PerformanceCounterCategory]::GetCategories() | Format-Table -auto [System.Diagnostics.PerformanceCounterCategory]::GetCategories() | Where {.. 阅读全文
摘要:
//#define NET35namespace TestConsoleApplication{ using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Microshaoft; class Program { static void Main(string[] args) { Console.WriteLine("Begin ..."); ... 阅读全文
摘要:
# This file contains command-line options that the C## command line compiler (CSC) will process as part# of every compilation, unless the "/noconfig" option# is specified.# Reference the common Framework libraries/r:Accessibility.dll/r:Microsoft.CSharp.dll/r:System.Configuration.dll/r:Syst 阅读全文
摘要:
namespace Microshaoft.MEF.Contracts{ using System; public delegate void ExceptionEventHandler(TSender sender, Exception exception);}namespace Microshaoft.MEF.Contracts{ using System; public interface IMefChainedProcessorPart { IMefChainedProcessorPart Instance { ... 阅读全文