上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 92 下一页
http://weblogs.asp.net/scottgu/ Read More
posted @ 2010-10-12 00:56 庚武 Views(138) Comments(0) Diggs(0) Edit
string centense = "a,b,c,d,e,f,,g"; string [] names=centense.Split(','); string res= names.Aggregate((s1, s2) => s2 + "," + s1); Console.WriteLine(res)... Read More
posted @ 2010-10-11 23:59 庚武 Views(211) Comments(0) Diggs(0) Edit
posted @ 2010-10-09 18:15 庚武 Views(688) Comments(0) Diggs(0) Edit
这些是 SQL-92 设置语句,使 SQL Server 2000/2005 遵从 SQL-92 规则。当 SET QUOTED_IDENTIFIER 为 ON 时,标识符可以由双引号分隔,而文字必须由单引号分隔。当 SET QUOTED_IDENTIFIER 为 OFF 时,标识符不可加引号,且必须符合所有 Transact-SQL 标识符规则。SQL-92 标准要求在对空值进行等于 (=) 或... Read More
posted @ 2010-10-09 15:19 庚武 Views(219) Comments(0) Diggs(0) Edit
Microsoft is touting LINQ as a ‘‘groundbreaking innovation’’ that promises to ‘‘revolutionize the waydevelopers work with data.’’ Like you, I was somewh... Read More
posted @ 2010-10-07 17:28 庚武 Views(222) Comments(0) Diggs(0) Edit
字母古希腊语名称英语名称古希腊语发音现代希腊语发音ΑαάλφαAlpha[a],[aː][a]ΒββήταBeta[b][v]ΓγγάμμαGamma[g]/i/,/e/前为[ʝ],其馀为[ɣ]Δδ&delt... Read More
posted @ 2010-10-06 23:07 庚武 Views(2288) Comments(0) Diggs(0) Edit
mvc学习的练习项目项目文件 Read More
posted @ 2010-10-05 22:42 庚武 Views(106) Comments(0) Diggs(0) Edit
posted @ 2010-10-05 22:16 庚武 Views(102) Comments(0) Diggs(0) Edit
Stage 1:IISCan enable ASP.NET in one of two managed pipelinemodes:  a. In ISAPI mode, also called Classic mode, ASP.NETis invoked through an ISAPI extension (aspnet_isapi.dll), associated with particu... Read More
posted @ 2010-10-05 18:22 庚武 Views(306) Comments(0) Diggs(0) Edit
TestWebServiceInvoke ////////////////////////////////////// using System; using System.Collections.Generic; using System.Linq; using Syst... Read More
posted @ 2010-10-04 01:19 庚武 Views(419) Comments(0) Diggs(0) Edit
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 92 下一页