05 2011 档案

摘要: // /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 Microshaoft 阅读(112) | 评论 (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 Microshaoft 阅读(64) | 评论 (0) 编辑
摘要: alter procedure [dbo].[zsp_backup_HourlyJob] @BackupRootPath varchar(256) , @oddWeekPath varchar(256) = 'OddWeek' , @evenWeekPath varchar(256) = 'EvenWeek' , @dbName sysname = null --严禁手动执行asbegin--zsp_backup_HourlyJob 'd:\dbbackup'declare @now datetimeset @now = getdate()-- 阅读全文
posted @ 2011-05-12 13:28 Microshaoft 阅读(76) | 评论 (0) 编辑
摘要: /*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-05-11 18:33 Microshaoft 阅读(196) | 评论 (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-05-11 18:25 Microshaoft 阅读(50) | 评论 (0) 编辑