自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

码农, 农民工的程序人生

品质源于精益求精 -- 王之誉

  • 博客(8)
  • 资源 (15)
  • 收藏
  • 关注

原创 如何发送一个指令给另外一个进程[进程通信2]

上一篇文章讲的是如何用Windows API去控制其他进程的显示,这次主要说的是一个应用程序如何如何获得指令并执行一系列的内部操作。如最大化,最小化等。为什么要对消息进行转化处理?因为Windows API只支持string类型的参数传递,所以在应用程序中对string进行转化,转化成进程可以识别的类型。Scenario: 1. 用户发送指令给另外一个进程2. 另外

2012-06-25 17:47:08 3005

原创 Outlook 发送 查找邮件

对outlook的操作。对于用微软提供的Lib来发并查找已经打开的邮件大家可能并不陌生,但是如何从我们的Outlook[邮件存在但是没有单独打开]里查找我们想要的Mail怎么办?如何确定我们点了发送按钮?类库里似乎没有提供相应的解决办法。  using OutLook = Microsoft.Office.Interop.Outlook; 1.      Send mail:普通的

2012-06-19 16:07:23 3669 1

原创 Winform and WPF 第二遍双击快捷方式或应用程序打开原来的应用程序而不新建一个实例[进程通信 1]

今天工作忙完之余,总结一些Winform WPF应用程序,第二遍双击快捷方式或应用程序打开原来的应用程序而不新建一个实例。 下面两个例子分别用了两种不同的方式实现了进程间的通信。 ---------------------------------------------------------------------------WinformStart-------------------

2012-06-19 15:16:06 4315 7

原创 The reference in the deployment does not match the identity defined in the application manifest..

when you occur issue "The reference in the deployment does not match the identity defined in the application manifest" in Click once deployment with VS 2008/VS2010. please reference the following step

2012-06-05 13:13:57 1869

转载 C# Sort

There is a natural order of things. Day alternates with night. Human beings also impose order where previously there was none. Numbers and letters come one after another. All these things can be sorte

2012-06-26 18:34:37 5337

原创 如何从Outlook里获得用户的名字和头像

今天share一下如何从outlook里获得缩略图和全名的两个方法。方法的难点是如何从SearchResult 里获得想要的信息。因为这个结果里有大量信息。目前我还没有找到一个很好的方法来处理。找到后我会补全这块的信息。方法仅供参考。        private static string GetThumnailImage(string domain, string alias)

2012-06-25 16:51:31 2167

原创 [随笔]OO设计之我见

1. Overide and New这两个关键字主要是用来解决继承之后方法的调用问题。默认情况C#编译器会把New加在方法返回类型之前。也就说方法用了new之后(或者活不用Override),子类方法对基类是不可见的/不可用的。        abstract class BaseClass        {            public BaseClass()

2012-06-05 15:42:53 683

原创 WPF TextBlock 文本 动画

无聊中想给文本信息加一个动画,提高用户对这块信息的关注。下面的一段代码可以实现上诉要求。      RoutedEvent="Loaded">                        Storyboard.TargetName="Test"                          Storyboard.TargetProperty="Color"

2012-06-04 17:02:02 3768

StyleCop sample code

StyleCop sample code

2014-05-08

WCF Debug Demo

总结了一些自己在开发WCF时的debug一些经验。这些经验是外面没有的。

2013-11-18

WCF series courses - Introduction to WCF

介绍WCF的一些基本概念以及常用的几种debug方法

2013-11-18

VS addin sample

通过一个实例,找到code中的注释,并且定位它。

2013-01-30

word addin sample

这是一个word addin的小例子。希望对新手有些帮助

2013-01-30

nunit framework library

几个常用的单元测试dll。这几个是4.0的。

2012-05-23

软件测试的方法.chm

软件测试在软件项目实施过程中的重要性日益突出。但是,现实情况是,与软件编程比较,软件测试的地位和作用,还没有真正受到重视,为什么需要软件测试?软件测试都测些什么?由谁来进行软件测试? 为什么要做软件测试?

2009-05-04

白盒测试方法 pdf

白盒测试也称结构测试或逻辑驱动测试,它是按照程序内部的结构测试程序,通过测试来检测产品内部动作是否按照设计规格说明书的规定正常进行,检验程序中的每条通路是否都能按预定要求正确工作。

2009-05-04

自动快速清除系统垃圾

自动快速清除系统垃圾,提高系统效率,高效方便

2008-11-11

Pro SQL Server 2005 Database Design and Optimization 0605AP

There was a time when I felt I knew everything about SQL and database design. That time was just before I wrote my first book, Professional SQL Server 2000 Database Design.1 Even now, my percentage of all knowledge is dwindling, while at the same time the amount of stuff that I know grows every day. I realize now that books could be written on what I don’t know about SQL Server, and this keeps getting truer and truer as the years pass. On the bright side, this has more to do with the reality that SQL Server just keeps growing and adding more complex and cool features than one person could master. It turns out that a book can be written on what I do know about SQL Server, and you hold in your very hands the third generation of that book (or you could be looking at an electronic copy, but the image of a person staring at an electronic device isn’t nearly as poetic, even if I do prefer a book I can read on my Pocket PC over one I’d have to lug around).

2008-09-02

Advanced .NET Remoting

In the time since the first edition of this book has been published, quite a bit has changed in the world of software development on Microsoft’s platforms. The .NET Framework has become a tried-and-true development platform, and service orientation gained a larger-than-expected momentum. The latter especially presents a very challenging task for the developer using .NET Remoting: the need to avoid possible incompatibilities with future paradigms. If service orientation will, in the next few years, gain the success it deserves, it might be important for your application to be developed in a way to easily adopt these new ideas. In this book, I have therefore followed a slightly different approach from

2008-09-02

常见测试术语 (合集 1-19)

常见测试术语(合集 1-19) 主要包括测试中常见的术语。

2008-09-01

Software debugging, testing, and verification

organizations, increased complexity of products, shortened development cycles, and higher customer expectations of quality have placed a major responsibility on the areas of software debugging, testing, and verification. As this issue of the IBM Systems Journal illustrates, there are exciting improvements in the underlying technology on all three fronts. However, we observe that due to the informal nature of software development as a whole, the prevalent practices in the industry are still immature, even in areas where improved technology exists. In addition, tools that incorporate the more advanced aspects of this technology are not ready for large-scale commercial use. Hence there is reason to hope for significant improvements in this area over the next several years.

2008-09-01

编写优秀Bug报告的艺术

在99年的Quality week上的一次演讲中,微软的一个测试经理,Roger Sherman指出了由于“不可重现”导致bug关闭的主要原因。这是一个非常可惜的情况,因为这样的bug report浪费了紧张的开发计划中的宝贵时间,增加了对产品质量完全是无关紧要的事情,同时导致了在开发人员和测试之间的挫败感和差的感觉。有时,bug report是由于短暂的或随机的事件,测试和开发之间不一致的工具和配置,或者在测试的环境下对正确的行为的模糊定义而产生的,但是许多的由于不可重现而被关闭的测试报告是因为描述不清晰,被误解,或者只是文字的错误

2008-09-01

GUI 测试 测试必备

图形用户界面(GUI)对软件测试提出了有趣的挑战,因为GUI开发环境有可复用的构件,开发用户界面更加省时而且更加精确。同时,GUI的复杂性也增加了,从而加大了设计和执行测试用例的难度。因为现在GUI设计和实现有了越来越多的类似,所以也就产生了一系列的测试标准。下列问题可以作为常见GUI测试的指南

2008-09-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除