gyhanonline

二呆——我在Microsoft当Vendor :)

2010年5月3日 #

Function Point in Vbscript

摘要: Following code illuminate how to declare a Function Point using Vbscript:Function Print(str) Print strEnd FunctionSet foo = GetRef(“Print”)foo “Hello world!” 阅读全文

posted @ 2010-05-03 11:08 gyhanonline 阅读(212) 评论(1) 推荐(0) 编辑

2010年5月1日 #

Window API in QTP

摘要: In QTP using Window API click IE pop dialog's OK button. 阅读全文

posted @ 2010-05-01 16:05 gyhanonline 阅读(355) 评论(0) 推荐(0) 编辑

Simulate click event using widows API.

摘要: This article illuminates how to simulate click event using widows API. 阅读全文

posted @ 2010-05-01 15:26 gyhanonline 阅读(570) 评论(0) 推荐(0) 编辑

2009年5月20日 #

Static Constructor

摘要: I was asked this item in a job interview. So write here to note ourself.Static Constructor can be also called asClass constuctor. Its usage is initial static field.following is the limit of Static con... 阅读全文

posted @ 2009-05-20 21:56 gyhanonline 阅读(208) 评论(0) 推荐(0) 编辑

2008年11月21日 #

A Go Set program

摘要: [代码]method Chesslifestyle() can get the dead chess list 阅读全文

posted @ 2008-11-21 15:55 gyhanonline 阅读(210) 评论(0) 推荐(0) 编辑

A Go Set program

摘要: [代码]method Chesslifestyle() can get the dead chess list 阅读全文

posted @ 2008-11-21 15:50 gyhanonline 阅读(201) 评论(0) 推荐(0) 编辑

2008年10月30日 #

About Inherit

摘要:  As you see, the class BlindMan also has the method “Look ()”.But, Obviously, Blind man can’t see anything. So how can I remove the “Look ()” from BlindMan? 阅读全文

posted @ 2008-10-30 19:28 gyhanonline 阅读(240) 评论(1) 推荐(0) 编辑

2008年10月13日 #

Code for Inter-process communicate

摘要: There are some ways to reach the title issue:webserviceRemotingipc(obviously, it is one of Remoting)dataBaseSendMessage(windows API)MSMQ(Microsoft Message Queuing)    For my Solution, I just wanna com... 阅读全文

posted @ 2008-10-13 18:15 gyhanonline 阅读(313) 评论(0) 推荐(0) 编辑

2008年10月8日 #

Integrity Level

摘要: 工作中遇到了这个东东。查了查是vista引进的一个安全机制,为的是限制标准进程访问高级进程。Xp下不知道有没有这个,用一个叫做process explorer 的Tool能检测到这个家伙。用icacls这个内部命令可以设置它的级别。    总之不太了解,要是有高人知道关于他的,请给点指点。    Thanks! 阅读全文

posted @ 2008-10-08 16:19 gyhanonline 阅读(265) 评论(0) 推荐(0) 编辑

2008年10月7日 #

Test for publish blog by word 2007

摘要: It so good for using word to write my blog. 阅读全文

posted @ 2008-10-07 16:29 gyhanonline 阅读(164) 评论(0) 推荐(0) 编辑

导航