上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页
摘要: /*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... 阅读全文
posted @ 2009-05-19 22:59 于斯人也 阅读(3361) 评论(0) 推荐(1) 编辑
摘要: 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><... 阅读全文
posted @ 2009-05-11 23:24 于斯人也 阅读(2364) 评论(0) 推荐(0) 编辑
摘要: namespace Microshaoft{ using System; using System.IO; using System.Web.Services.Protocols; using System.Configuration; public class TraceSoapMessagesLoggerSoapExtension : SoapExtension { private Strea... 阅读全文
posted @ 2009-05-11 11:55 于斯人也 阅读(1908) 评论(0) 推荐(0) 编辑
摘要: 这是我在2002年左右,给公司出的一道SQL面试大题,前10(1~10)问,允许应考者充分准备不必现场作答, 后3(11~13)问要求应考者现场作答。当年被面试的人,对题目褒贬不一。 作为命题者(准确的说其中一些题目应该是我从一些经典的SQL考试题派生出来的),我的初衷还是主要考察 关系运算、集合运算相关的SQL查询语法知识的,能轻松应答的人,我个人认为,应该算是一个颇有"SQL查询"编写经验, 或者说熟练掌握了"SQL DML语法"的开发人员了。 ,然而在实际工作中,虽然"一句蔚为壮观的SQL" 实现了 "功能",但是这 "一句SQL" 究竟执行的 "性能" 如何呢? 我想提醒读者,这些题目的答案不一定适用在实际的工作中。 阅读全文
posted @ 2009-05-03 12:19 于斯人也 阅读(5771) 评论(26) 推荐(0) 编辑
摘要: namespace Test { using System; using System.IO; using System.Text; using System.Xml; using System.Xml.Serialization; using Test.Share; using Microshaoft; public class... 阅读全文
posted @ 2009-05-01 00:24 于斯人也 阅读(1566) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication { using System; using Microshaoft; /// /// Class1 的摘要说明。 /// public class Class1 { /// /// 应用程序的主入口点。 ... 阅读全文
posted @ 2009-03-28 01:33 于斯人也 阅读(4175) 评论(0) 推荐(0) 编辑
摘要: namespace Microshaoft { using System; using System.Text; using System.Net; using System.Net.Sockets; using System.ServiceModel.Channels; class EchoServer { Socket... 阅读全文
posted @ 2009-03-14 02:27 于斯人也 阅读(5971) 评论(0) 推荐(0) 编辑
摘要: namespace Test { using System; using System.Net; using System.Net.Sockets; using System.Text; using System.IO; using System.Threading; using Microshaoft; public class... 阅读全文
posted @ 2009-03-14 02:26 于斯人也 阅读(5631) 评论(3) 推荐(0) 编辑
摘要: namespace Microshaoft { using System; using System.Collections.Generic; using System.Runtime.InteropServices; class Program { static int[] bufsizes = ... 阅读全文
posted @ 2009-02-10 22:51 于斯人也 阅读(9490) 评论(0) 推荐(0) 编辑
摘要: //Sample 1: WindowsImpersonationContext.cs using System.Security.Principal; using System.Security.Permissions; [ assembly: SecurityPermissionAttribute ( ... 阅读全文
posted @ 2009-01-19 15:45 于斯人也 阅读(10051) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页