younthu

2009年11月3日

怎么step into MFC Source code

摘要: 一直想debug MFC Source code,但是一直不知道怎么办。今天尝试一下。MFC Source code path:C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\src\mfc. (用的是vs2008)MFC symbols path:C:\WINDOWS\symbols\dll首先在msdn上看到要debug MFC s... 阅读全文

posted @ 2009-11-03 20:12 younthu 阅读(689) 评论(0) 推荐(0) 编辑

2009年10月26日

HOOK编程

摘要: 今天回家前把HOOK搞定。 阅读全文

posted @ 2009-10-26 17:48 younthu 阅读(370) 评论(0) 推荐(0) 编辑

gacutil和regasm工具地址

摘要: gacutil在c:\Program Files\Microsoft SDKs\<version>\bin下面。 regasm在C:\Windows\Microsoft.NET\Framework\v2.0.50727\下面。 阅读全文

posted @ 2009-10-26 10:34 younthu 阅读(785) 评论(0) 推荐(0) 编辑

2009年10月22日

stl中的next_permutation算法分析

摘要: next_permutation,全排列。 阅读全文

posted @ 2009-10-22 10:11 younthu 阅读(953) 评论(0) 推荐(0) 编辑

2009年10月20日

sqlserver 2008 login failed: error 18456

摘要: 在尝试用sql server authentication登录的时候发生18456号错误。开始以为是自己建的用户的密码短了或者不符合要求,于是把密码修改复杂,再试,还是不行。后来把authentification 修改为mixed模式,登录成功。修改方法:用其它帐号登录Microsoft SQL Server Management Studio,在Object Explorer中右击databas... 阅读全文

posted @ 2009-10-20 19:06 younthu 阅读(6074) 评论(0) 推荐(0) 编辑

导航