自定义博客皮肤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)
  • 收藏
  • 关注

转载 查看 IE 版本 和 Enable IE Security configuration and compatibility

/// <summary> /// SetIECompatibilityView /// </summary> public static void SetIECompatibilityView() { try { ...

2013-01-16 16:18:00 113

转载 启动和停止一个服务,修改服务的启动类型 Start and Stop Service for windows

public void PreTest() { SetServiceLaunch(); //修改服务的启动类型 ServiceController sc = new ServiceController("GFIProxy"); if ((sc.Status.Equals(ServiceControlle...

2012-12-06 11:12:00 412

转载 读取XML 文件 - Read xml file

public string getReproTid() { string path = AppcompatExtend.AppcompatExtend.ProgramFiles + @"\GFI\WebMonitor\Data\Reports.xml"; // file path if (!File.Exists(path))...

2012-12-06 11:08:00 339

转载 How to create a Demo for bug — 如何创建一个Demo 去验证BUG

今天终于在工作中看到了传说中的bug Demo.Not normal step:1. Use lmf command in windbg to see the application type, if it is contain UIA then this is WPF application.2. Use vs2010 to new wpf project, then re...

2011-09-14 14:04:00 91

转载 第一天上班有点不爽

中秋过后的第一天上班,很不爽,感觉之前做的都是0,没有一点的成就感,如何提高BUG的质量,对我而言还真是一个问题。我相信时间会证明一切的,全靠自己的努力,加油!!计划安排:1.看.net 高级调试 30分钟2. English 30分钟每天都要完成,努力的提高自己,相信笨鸟先飞的道理。转载于:https://www.cnblogs.com/VDTy...

2011-09-13 10:12:00 102

转载 Set Default Printer use C# code( 利用C# 代码设置默认的打印机)

//set default printer function public void setDefaultPrint() { ManagementObjectSearcher query; ManagementObjectCollection queryCollection; ...

2011-09-06 14:30:00 172

转载 当程序出现问题但此程序不是.exe程序是,不能使用Windbg进行debug时的解决方法:如xcopy,xbap 程序...

两个方法:1. 使用windbg启动之后用F6, attach process到windbg 2. 修改注册表 把未知的扩展名关联到windbg关于第二种方法解释:转载于:https://www.cnblogs.com/VDTy/archive/2011/09/02/2164006.html...

2011-09-02 17:23:00 146

转载 Add Auto Login computer by Registy(自动登陆计算机通过增加注册表键值方法)

Reg add "HKEY_LOCAL_MACHINE\SOFtware\Microsoft\Windows Nt\CurrentVersion\Winlogon" /v AutoAdminlogon /d "1" /fReg add "HKEY_LOCAL_MACHINE\SOFtware\Microsoft\Windows Nt\CurrentVersion\Winlogon" /v...

2011-08-01 17:27:00 183

空空如也

空空如也

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

TA关注的人

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