上一页 1 2 3 4 5 6 ··· 27 下一页
摘要: 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... 阅读全文
posted @ 2014-02-16 02:17 于斯人也 阅读(8475) 评论(1) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2014-02-14 01:44 于斯人也 阅读(575) 评论(0) 推荐(0) 编辑
摘要: # 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 阅读全文
posted @ 2014-02-14 01:41 于斯人也 阅读(721) 评论(0) 推荐(0) 编辑
摘要: GOalter proc [zsp_BranchsData]asbegin/* CREATE TABLE [原始机构数据] ( [序号] [varchar](50) NULL, [一级分行号] [varchar](50) NULL, [一级分行名称] [varchar](50) NULL, [二级分行号] [varchar](50) NULL, [二级分行名称] [varchar](50) NULL, ... 阅读全文
posted @ 2014-02-13 17:29 于斯人也 阅读(586) 评论(0) 推荐(0) 编辑
摘要: --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) = ',' -... 阅读全文
posted @ 2014-01-18 14:43 于斯人也 阅读(1192) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2013-12-28 23:55 于斯人也 阅读(281) 评论(0) 推荐(0) 编辑
摘要: /* PowerShell: [System.Diagnostics.PerformanceCounterCategory]::Delete("Microshaoft ConcurrentAsyncQueue Performance Counters") [System.Diagnostics.PerformanceCounterCategory]::GetCategories() | Format-Table -auto [System.Diagnostics.PerformanceCounterCategory]::GetCategories() | Where {.. 阅读全文
posted @ 2013-11-16 21:15 于斯人也 阅读(631) 评论(0) 推荐(0) 编辑
摘要: //#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 ..."); ... 阅读全文
posted @ 2013-11-10 11:47 于斯人也 阅读(304) 评论(0) 推荐(0) 编辑
摘要: # 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 阅读全文
posted @ 2013-10-19 02:54 于斯人也 阅读(723) 评论(0) 推荐(0) 编辑
摘要: 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 { ... 阅读全文
posted @ 2013-09-07 19:02 于斯人也 阅读(470) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 27 下一页