2010年7月2日
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Collectio... 阅读全文
posted @ 2010-07-02 13:39 孟凡龙 阅读(130) 评论(0) 推荐(0)
  2010年5月28日
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Net.Socket... 阅读全文
posted @ 2010-05-28 17:01 孟凡龙 阅读(1058) 评论(0) 推荐(0)
  2010年5月26日
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Configuration;usingSystem.Data;usingSystem.L... 阅读全文
posted @ 2010-05-26 17:16 孟凡龙 阅读(239) 评论(0) 推荐(0)
摘要: wpf程序展示了鼠标捕捉和许多鼠标事件。效果图如下:左键可以画圆,右键可以拖动,滚轮可以改变颜色代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSys... 阅读全文
posted @ 2010-05-26 17:05 孟凡龙 阅读(195) 评论(0) 推荐(0)
  2010年5月18日
摘要: .NET Socket开发之同步Socket实现两例 .NET Socket开发之同步Socket实现两例今天,我们来讲一下在.NET 网络应用程序开发中同步Socket的应用,很多人认为在网络应用的服务端Socket不应该使用同步Socket。是的,在大多数情况下是这样的,但是也有一些场景下我们使用同步Socket可能会得到更的结果。如在下面的两种场景下我们便可以考虑使用同步的Socket。一、... 阅读全文
posted @ 2010-05-18 15:34 孟凡龙 阅读(2694) 评论(1) 推荐(1)
  2010年4月1日
摘要: 1他首先必须懂得客户业务,否则和客户交流一看就是个外行。2他最好能干过开发。否则他也会和销售一样,不知道能不能技术实现,一律放炮答应下来。3他制作PPT或写个什么文字,也不要太惨不忍睹。这个是可以训练的。4他需要有个项目经理的气质,别一坐那里就像个程序员。到客户那里打单也是塌着背,衬衣也不换,领带也不系,连讲话思路都不清晰,满口技术思路,这就不能要。至少要思路清晰,讲话考虑客户思维。5有那么点灵气... 阅读全文
posted @ 2010-04-01 16:50 孟凡龙 阅读(155) 评论(0) 推荐(0)
  2010年3月18日
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Collectio... 阅读全文
posted @ 2010-03-18 10:27 孟凡龙 阅读(113) 评论(0) 推荐(0)
  2010年3月10日
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--ifexists(select*fromdbo.sysobjectswhereid=object_id(N'[dbo].[UP_GetRecordByPageOrder]')andOBJECTPROP... 阅读全文
posted @ 2010-03-10 11:22 孟凡龙 阅读(153) 评论(0) 推荐(0)
摘要: 用C#实现观察者模式:用委托和事件 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;name... 阅读全文
posted @ 2010-03-10 09:02 孟凡龙 阅读(176) 评论(0) 推荐(0)
  2010年3月9日
摘要: 公司要做进度曲线图,查了资料,看到ext可以实现,数据格式用json,返回形如代码extjsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--varfields=['name','visits','views'];store=newExt.data.St... 阅读全文
posted @ 2010-03-09 09:44 孟凡龙 阅读(1073) 评论(0) 推荐(0)