摘要:
/*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&qu... 阅读全文
摘要:
namespace ConsoleApplication{ using System; using System.Net; using System.Net.Mail; using System.Net.Mime; public class Class1 { static void Main(string[] args) { string html = "<html><... 阅读全文
摘要:
namespace Microshaoft{ using System; using System.IO; using System.Web.Services.Protocols; using System.Configuration; public class TraceSoapMessagesLoggerSoapExtension : SoapExtension { private Strea... 阅读全文
摘要:
这是我在2002年左右,给公司出的一道SQL面试大题,前10(1~10)问,允许应考者充分准备不必现场作答,
后3(11~13)问要求应考者现场作答。当年被面试的人,对题目褒贬不一。
作为命题者(准确的说其中一些题目应该是我从一些经典的SQL考试题派生出来的),我的初衷还是主要考察
关系运算、集合运算相关的SQL查询语法知识的,能轻松应答的人,我个人认为,应该算是一个颇有"SQL查询"编写经验,
或者说熟练掌握了"SQL DML语法"的开发人员了。
,然而在实际工作中,虽然"一句蔚为壮观的SQL" 实现了 "功能",但是这 "一句SQL" 究竟执行的 "性能" 如何呢?
我想提醒读者,这些题目的答案不一定适用在实际的工作中。 阅读全文
摘要:
namespace Test { using System; using System.IO; using System.Text; using System.Xml; using System.Xml.Serialization; using Test.Share; using Microshaoft; public class... 阅读全文
摘要:
namespace ConsoleApplication { using System; using Microshaoft; /// /// Class1 的摘要说明。 /// public class Class1 { /// /// 应用程序的主入口点。 ... 阅读全文
摘要:
namespace Microshaoft { using System; using System.Text; using System.Net; using System.Net.Sockets; using System.ServiceModel.Channels; class EchoServer { Socket... 阅读全文
摘要:
namespace Test { using System; using System.Net; using System.Net.Sockets; using System.Text; using System.IO; using System.Threading; using Microshaoft; public class... 阅读全文
摘要:
namespace Microshaoft { using System; using System.Collections.Generic; using System.Runtime.InteropServices; class Program { static int[] bufsizes = ... 阅读全文
摘要:
//Sample 1: WindowsImpersonationContext.cs using System.Security.Principal; using System.Security.Permissions; [ assembly: SecurityPermissionAttribute ( ... 阅读全文