随笔分类 -  内参

摘要:namespace ConsoleApplication{ using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.IO; using System.Net; using System.Net.Mail; using System.Net.Mime; using Microshaoft; using OpenPop.Mime; using OpenPop.P... 阅读全文
posted @ 2012-03-27 01:22 于斯人也 阅读(5434) 评论(0) 推荐(0)
摘要:namespace Microshaoft{ using System; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Microshaoft; class Program { static void Main(string[] args) { Assembly asm = Assembly.GetExecutingAssembly(); ... 阅读全文
posted @ 2012-03-01 20:48 于斯人也 阅读(606) 评论(0) 推荐(0)
摘要:namespace ConsoleApplication{ using System; using System.Linq; using System.Reflection; using System.Collections.Generic; using Microshaoft; public class Class1 { static void Main(string[] args) { string formula = "(({0}-{1})/{2}+{3})*{4}"; st... 阅读全文
posted @ 2012-03-01 20:38 于斯人也 阅读(581) 评论(0) 推荐(0)
摘要://#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#if c4 using System.Collections.Concurrent;#endif using Microshaoft; public class ConcurrentAsyncQueue<T>#if c2 ... 阅读全文
posted @ 2012-02-23 19:38 于斯人也 阅读(216) 评论(0) 推荐(0)
摘要://===========================================================================================// Share.cs// csc.exe /t:library Share.cs//#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#i... 阅读全文
posted @ 2012-02-23 19:33 于斯人也 阅读(456) 评论(0) 推荐(0)
摘要://===========================================================================================// Share.cs// csc.exe /t:library Share.cs//#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#i... 阅读全文
posted @ 2012-02-19 20:33 于斯人也 阅读(384) 评论(0) 推荐(0)
摘要:缩写 英文 中文 AC Actual Cost 实际成本 ACWP Actual Cost of Work Performed 已完工作实际成本 BAC Budget At Completion 完工预算 BCWP Budgeted Cost of Work Performed 已完工作预算成本 ... 阅读全文
posted @ 2012-02-14 22:39 于斯人也 阅读(1170) 评论(0) 推荐(0)
摘要:/* Microshaoft 本文代码改自 http://powertools.codeplex.com/ http://powertools.codeplex.com/releases/view/74771#DownloadId=291022 文本水印、透明度、旋转 使用本文代码替代 Classes\WatermarkAccessor.cs 文件中的代码 Classes 目录下供 34个文件清单如下: Classes\BackgroundAccessor.cs Classes\ChartsheetAccessor.cs Classes\C... 阅读全文
posted @ 2011-11-25 01:06 于斯人也 阅读(3078) 评论(0) 推荐(0)
摘要:/*DES, TripleDES and BlowFish in Silverlight*/namespace BroccoliProducts{ using System; using System.Collections.Generic; #if DEBUG using System.Diagnostics; #endif // #if DEBUG using System.Linq; using System.Text; using System.IO; using System.Security.Cryptography; /... 阅读全文
posted @ 2011-11-11 01:47 于斯人也
摘要://-----------------------------------------------------------------------// <copyright file="MD5.cs" company="Microsoft Corporation">// Copyright (c) Microsoft Corporation. All rights reserved.// </copyright>// <author>Reid Borsuk and Jenny Zheng</author>/ 阅读全文
posted @ 2011-11-11 01:28 于斯人也 阅读(676) 评论(0) 推荐(0)
摘要:namespace ConsoleApplication{ using System; using Microsoft.Security.Application; /// <summary> /// Class1 的摘要说明。 /// </summary> public class Class1 { /// <summary> /// 应用程序的主入口点。 /// </summary> //[STAThread] static void Main(string[] args) ... 阅读全文
posted @ 2011-09-10 21:19 于斯人也 阅读(1122) 评论(0) 推荐(0)
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2011-08-10 11:17 于斯人也 阅读(11870) 评论(1) 推荐(1)
摘要:/*makecert.exe -n "CN=Microshaoft X509 Test - A" -sky exchange -pe -sv a.pvk a.cerpvk2pfx.exe -pvk a.pvk -spc a.cer -pfx a.pfx -f -po 123makecert.exe -n "CN=Microshaoft X509 Test - B" -sky exchange -pe -sv b.pvk b.cerpvk2pfx.exe -pvk b.pvk -spc b.cer -pfx b.pfx -f -po abc*/namesp 阅读全文
posted @ 2011-07-15 00:02 于斯人也 阅读(706) 评论(1) 推荐(1)
摘要:alter procedure zsp_IndexesReorganizeRebuildSQL @ReorganizePercent int = 10 , @RebuildPercent int = 15 , @Rows int = 10000 , @Online bit = 1 , @FillFactor int = 85 , @IndexType varchar(max) = '1,2' --聚集,非聚集as--exec zsp_IndexesReorganizeRebuildSQL 0,0, 0, 1,0,0begin --Microshaoft declare @Tex 阅读全文
posted @ 2011-07-12 22:42 于斯人也 阅读(1268) 评论(0) 推荐(0)
摘要://AsyncQueue.cs//#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#if c4 using System.Collections.Concurrent;#endif using Microshaoft; public class ConcurrentAsyncQueue<T> where T : class { pub 阅读全文
posted @ 2011-06-18 11:27 于斯人也 阅读(398) 评论(0) 推荐(0)
摘要://AsyncQueue.cs//#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#if c4 using System.Collections.Concurrent;#endif using Microshaoft; public class AsyncQueue<T> where T : class { public delega 阅读全文
posted @ 2011-06-16 23:53 于斯人也 阅读(474) 评论(0) 推荐(0)
摘要:砍头不要紧 爱情价更高 欲穷千里目 粒粒皆辛苦1.少小离家老大回,安能辨我是雄雌。(苦命的人儿,这些年你都经历了什么?)2.红酥手,黄藤酒,两个黄鹂鸣翠柳。长亭外,古道边,一行白鹭上青天。(如此意境,只有汉语做得到)3.夜深忽梦少年事,惟梦闲人不梦君。(跟此人有仇啊?)4.借问酒家何处有,姑苏城外寒山寺。(不许瞎说!)5.洛阳亲友如相问,轻舟已过万重山,(欠人钱了?跑得够快的啊!)6.爷娘闻女来,举身赴清池;阿姊闻妹来,自挂东南枝。小弟闻姊来,琵琶声停欲语迟。(这位姑娘,你人品真差)7.在天愿作比翼鸟,大难临头各自飞。(你俩真配)8.美人卷珠帘,万径人踪灭。两岸猿声啼不住,惊起蛙声一片。(这还 阅读全文
posted @ 2011-06-12 10:34 于斯人也 阅读(269) 评论(0) 推荐(0)
摘要:给没谱的 Les Paul's 96th Birthday 2011-06-09 google logo guitar HTML and JavaScript 增加键盘记谱功能 阅读全文
posted @ 2011-06-12 00:20 于斯人也 阅读(594) 评论(0) 推荐(0)
摘要:// /r:"C:\Program Files\Microsoft Visual Studio 10.0\VSTSDB\Deploy\Microsoft.Data.Schema.ScriptDom.dll";"C:\Program Files\Microsoft Visual Studio 10.0\VSTSDB\Deploy\Microsoft.Data.Schema.ScriptDom.Sql.dll"namespace Microsoft.Security.Application.SecurityRuntimeEngine.PlugIns{ usi 阅读全文
posted @ 2011-05-26 00:50 于斯人也 阅读(661) 评论(0) 推荐(0)
摘要://Server.csnamespace Microshaoft.RemotingObjects.Server{ using System; using System.Threading; using System.Collections; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using System.Runtime.Remoting.Channels.Tcp; using System.Runtime.Serialization.Formatters; using System.Serv 阅读全文
posted @ 2011-05-19 00:20 于斯人也 阅读(325) 评论(0) 推荐(0)