摘要: EditPlus 已于 2009-08-08 升级到 v3.12(564)
http://files.cnblogs.com/Microshaoft/EditPlus.v3.12.b602.zip
注: 下载包中补充了 http://www.cnblogs.com/JustinYoung/archive/2008/05/08/ayi03-plus-editplus.html

阅读全文
posted @ 2006-10-30 23:22 Microshaoft 阅读(4945) 评论(40) 编辑
摘要: /* 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 Microshaoft 阅读(55) 评论(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 Microshaoft 阅读(28) 评论(0) 编辑
摘要: //-----------------------------------------------------------------------// <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 Microshaoft 阅读(31) 评论(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 Microshaoft 阅读(82) 评论(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.org/1999/xhtml"><head> <title> new document </title> <META NAME="Generator" CON阅读全文
posted @ 2011-08-10 11:17 Microshaoft 阅读(338) 评论(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 Microshaoft 阅读(76) 评论(0) 编辑
摘要: 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 Microshaoft 阅读(55) 评论(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 Microshaoft 阅读(70) 评论(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 Microshaoft 阅读(69) 评论(0) 编辑
摘要: 砍头不要紧 爱情价更高 欲穷千里目 粒粒皆辛苦1.少小离家老大回,安能辨我是雄雌。(苦命的人儿,这些年你都经历了什么?)2.红酥手,黄藤酒,两个黄鹂鸣翠柳。长亭外,古道边,一行白鹭上青天。(如此意境,只有汉语做得到)3.夜深忽梦少年事,惟梦闲人不梦君。(跟此人有仇啊?)4.借问酒家何处有,姑苏城外寒山寺。(不许瞎说!)5.洛阳亲友如相问,轻舟已过万重山,(欠人钱了?跑得够快的啊!)6.爷娘闻女来,举身赴清池;阿姊闻妹来,自挂东南枝。小弟闻姊来,琵琶声停欲语迟。(这位姑娘,你人品真差)7.在天愿作比翼鸟,大难临头各自飞。(你俩真配)8.美人卷珠帘,万径人踪灭。两岸猿声啼不住,惊起蛙声一片。(这还阅读全文
posted @ 2011-06-12 10:34 Microshaoft 阅读(54) 评论(0) 编辑