- 博客(5)
- 收藏
- 关注
原创 Windbg Basic
执行/继续执行:> g 设置断点:1. 将PDB文件放在symble path2. 执行> x name.exe!somefunc得到somefunc 函数的地址3. bp [Address] 取消断点:> bc [index] 查看本地变量> x 查看callstack> k 查看寄存器值> dc eax 查
2008-08-08 16:09:00
294
原创 Web Service & Client
[Web Client using Console]> Wsdl http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?WSDL Copy WeatherWebService.cs to Solution and add itusing System;using System.Collections.Gene
2008-07-29 15:49:00
333
原创 Sync & ASync
[Aync Method invokes]// CLR will create a background work thread automatically // !Create a delegate at first // public delegate void AsyncEventHandler(int nLook);
2008-07-26 13:13:00
415
原创 Message Handling
[Simple Message Sending and Receiving Between 2 Theads] // Note: // You must have installed MSMQ component through "Control Panel"// And created a private message queue by using "Computer Man
2008-07-26 12:23:00
370
原创 Database Operation
[Simple Connection With Local & Windows Authenticationi] String strConn = "Server = (local);" + "integrated security = SSPI;" +
2008-07-25 16:34:00
671
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人