摘要: 碰到这么个奇怪的问题,百思不得其解"C:\ProgramFiles\MicrosoftSDKs\Windows\v7.0A\bin\WSDL"/l:CS/n:TestNameSpace/o:Test.csLPFlightDisplayService.wsdlpause阅读全文
posted @ 2011-08-02 04:35 K3 阅读(10) 评论(0) 编辑
摘要: publicstaticclassSingleInstanceFactory{privatestaticHashtableht=newHashtable();privatestaticobjectsyncObject=newobject();publicstaticTGetSingleInstance<T>()whereT:new(){stringkey=typeof(T).ToString();Tt=default(T);lock(syncObject){if(ht.ContainsKey(key)){t=(T)ht[key];}else{lock(syncObject){t=A阅读全文
posted @ 2011-07-04 03:31 K3 阅读(47) 评论(0) 编辑
摘要: 原文在 http://www.codeproject.com/KB/aspnet/dotnetmysql.aspx要是地址失效了可以看这个截图http://images.cnblogs.com/cnblogs_com/sskset/280442/o_MySql_Membership.jpg代码在http://files.cnblogs.com/sskset/MySQLMembershipSample.zip阅读全文
posted @ 2011-04-18 14:33 K3 阅读(43) 评论(0) 编辑
摘要: use Northwind;if object_id('tb_Letters',N'U') is not null begindrop table tb_Letters;end;create table tb_Letters( letter char(1));insert into tb_Letters select 'A';insert into tb_Letters select 'B';insert into tb_Letters select 'C';insert into tb_Letters selec阅读全文
posted @ 2011-04-08 18:26 K3 阅读(10) 评论(0) 编辑
摘要: Following by: http://www.cnblogs.com/symjie520/archive/2007/04/17/716571.htmlReference: http://ajaxpro.codeplex.com/[代码][代码][代码]阅读全文
posted @ 2011-01-19 08:55 K3 阅读(140) 评论(0) 编辑
摘要: [代码][代码]阅读全文
posted @ 2010-11-04 14:42 K3 阅读(82) 评论(0) 编辑
摘要: 配置基础开发环境GCC阅读全文
posted @ 2010-10-28 12:10 K3 阅读(17) 评论(0) 编辑
摘要: 在VM中的Commands->Edit virtual machine settings->Options->Ethernet,选择host-on ly模式。 进行IP配置,开始->控制面板->网络连接->本地连接->属性->高级->Internet连接共享->勾选“家庭网络连接”->选择VMnet1. 进入...阅读全文
posted @ 2010-10-08 11:45 K3 阅读(391) 评论(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/x6c1kb0s%28VS.71%29.aspxxsd c:\a.xsd c:\a1.xsd c:\b.xsd /l:c# /c a and a1 are the referenced xsd filesgenerate class to c:\b.cs阅读全文
posted @ 2010-09-25 03:24 K3 阅读(27) 评论(0) 编辑
摘要: [代码]阅读全文
posted @ 2010-05-25 07:19 K3 阅读(17) 评论(0) 编辑