为了便于搜索,这里尽可能保留了论坛上讨论的原文,但是这并不表示本人赞同帖子中的表述方式和观点。
CSDN 讨论总结系列:
Jiangsheng的CSDN Digest(March 4, 2006) (http://blog.csdn.net/jiangsheng/archive/2006/03/05/615714.aspx)
Jiangsheng的CSDN Digest (Jan 21 2006)( http://blog.csdn.net/jiangsheng/archive/2006/03/05/615669.aspx)
Jiangsheng的CSDN Digest (Jan 7 2006)(http://blog.csdn.net/jiangsheng/archive/2006/01/07/573288.aspx)
Jiangsheng的CSDN Digest (Jan 1 2006)http://blog.csdn.net/jiangsheng/archive/2006/01/01/568362.aspx
Jiangsheng的CSDN Digest 阅读全文>
发表于 @ 2006年04月03日 13:45:00|评论(loading...)|收藏
为了便于搜索,这里尽可能保留了论坛上讨论的原文,但是这并不表示本人赞同帖子中的表述方式和观点。
CSDN 讨论总结系列:
Jiangsheng的CSDN Digest (Jan 21 2006)( http://blog.csdn.net/jiangsheng/archive/2006/03/05/615669.aspx)
Jiangsheng的CSDN Digest (Jan 7 2006)(http://blog.csdn.net/jiangsheng/archive/2006/01/07/573288.aspx)
Jiangsheng的CSDN Digest (Jan 1 2006)http://blog.csdn.net/jiangsheng/archive/2006/01/01/568362.aspx
Jiangsheng的CSDN Digest (Dec 2005)(http://blog.csdn.net/jiangsheng/archive/2005/12/24/561501.aspx)
Jiangsheng的CSDN Digest (Oct 2005)阅读全文>
发表于 @ 2006年03月05日 09:25:00|评论(loading...)|收藏
CSDN 讨论总结系列:
Jiangsheng的CSDN Digest (Jan 1 2006)http://blog.csdn.net/jiangsheng/archive/2006/01/01/568362.aspx
Jiangsheng的CSDN Digest (Dec 2005)(http://blog.csdn.net/jiangsheng/archive/2005/12/24/561501.aspx)
Jiangsheng的CSDN Digest (Oct 2005)(http://blog.csdn.net/jiangsheng/archive/2005/12/27/563274.aspx)
Win32 & .Net Q&A 200509 (http://blog.csdn.net/jiangsheng/archive/2005/09/13/480540.aspx)
Win32 & .Net Q&A (http://blog.csdn.net/jiangsheng/archive/2005/02/28/304654.aspx)
VC/MFC Q&阅读全文>
发表于 @ 2006年01月07日 14:20:00|评论(loading...)|收藏
CSDN 讨论总结系列:
Jiangsheng的CSDN Digest (Dec 2005)(http://blog.csdn.net/jiangsheng/archive/2005/12/24/561501.aspx)
Jiangsheng的CSDN Digest (Oct 2005)(http://blog.csdn.net/jiangsheng/archive/2005/12/27/563274.aspx)
Win32 & .Net Q&A 200509 (http://blog.csdn.net/jiangsheng/archive/2005/09/13/480540.aspx)
Win32 & .Net Q&A (http://blog.csdn.net/jiangsheng/archive/2005/02/28/304654.aspx)
VC/MFC Q&A 200407 (http://blog.csdn.net/jiangsheng/archive/2004/07/13/40771.aspx)
MSXML4.DLL中成功发送,MSXML.DL阅读全文>
发表于 @ 2006年01月01日 15:58:00|评论(loading...)|收藏
jiangsheng在2005年9月-10月之间参与的CSDN已结贴子的摘要阅读全文>
发表于 @ 2005年12月27日 00:16:00|评论(loading...)|收藏
jiangsheng在2005年11月-12月之间参与的CSDN已结贴子的摘要阅读全文>
发表于 @ 2005年12月24日 20:24:00|评论(loading...)|收藏
I would like to keep tracking some interesting discussions, but sometimes I can not find them due to the limit of the CSDN favorite and the CSDN full text search. So again I list some interesting discussions here. For details about the discussion, go to http://search.csdn.net and search posts by their topics. For previous Q&A discussions, see my blogs Win32 & .Net Q&A and VC/MFC Q&A 200407 . A topic may appear in these Q&A blogs more than once, but I will try to cover every interesting discussi阅读全文>
发表于 @ 2005年09月13日 22:06:00|评论(loading...)|收藏
在自动化浏览器控件提交表单之后,浏览器控件可能会在浏览超时时重定向到一个错误页面。有时需要用代码控制页面返回之后重新提交表单。
IE6.0之前的版本浏览器控件没有获得HTTP状态的接口。一个很依赖于网站设置的方法是,捕获TitleChange事件,在页面标题包含"找不到页面"或者"Page Not Found"之类的字符串时,认为浏览失败。另一个方法是处理BeforeNavigate2事件,用winhttp api单独和服务器连接,使用HttpQueryInfo来查询,相应参数是HTTP_QUERY_STATUS_CODE。在这之前,你可能要在打开URL时用INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTP | INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTPS标志来防止服务器的重定向。
这种方法会造成每个页面被下载两次,一次由浏览器控件发起,一次由网址测试代码发起。两次下载有可能有不同的结果,所以这种方法也未必准确。
浏览器控件不支持IBindStatusCallback接口,也没有从浏览器控件获得IWinInetH阅读全文>
发表于 @ 2005年04月08日 05:15:00|评论(loading...)|收藏
作为Webservice的底层,SOAP在非托管代码调用Webservice的时期做出了很大的贡献,但是随着微软在.Net这条路上越走越远。SOAP ToolKit的开发也停止了。最近发布的SOAP ToolKit 3.0 (http://www.microsoft.com/downloads/details.aspx?FamilyID=C943C0DD-CEEC-4088-9753-86F052EC8450&displaylang=en) 应该就是这个软件的最后一个版本。
MSDN中的文章Migrating from the Microsoft SOAP Toolkit to the .NET Framework 和Integrating Web Services and COM Components这两篇文章可以有助于把应用程序从SOAP移植到.Net。当然,非托管代码也可以通过托管函数来调用Webservice,在Visual C++中使用Managed C++很容易做到这一点(#pragma managed/#pragma unmanaged)。需要考虑的是在非托管代码和阅读全文>
发表于 @ 2005年02月06日 19:34:00|评论(loading...)|编辑|收藏