﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-昨日-最新评论</title><link>http://www.cppblog.com/wanhhf/CommentsRSS.aspx</link><description>小胜凭智
大胜靠德</description><language>zh-cn</language><pubDate>Thu, 26 Apr 2007 07:47:43 GMT</pubDate><lastBuildDate>Thu, 26 Apr 2007 07:47:43 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2008/05/20/3355.html#50532</link><dc:creator>Odin</dc:creator><author>Odin</author><pubDate>Tue, 20 May 2008 08:24:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2008/05/20/3355.html#50532</guid><description><![CDATA[在dsoframer里面打开 word 模板，在模板的 priview里面退出后，模板显示总会处于“field code”状态<br><br>=，= 尝试好久还是不明为啥。。<img src ="http://www.cppblog.com/wanhhf/aggbug/50532.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">Odin</a> 2008-05-20 16:24 <a href="http://www.cppblog.com/wanhhf/archive/2008/05/20/3355.html#50532#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2008/05/14/3355.html#49823</link><dc:creator>永远的菜鸟</dc:creator><author>永远的菜鸟</author><pubDate>Wed, 14 May 2008 07:27:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2008/05/14/3355.html#49823</guid><description><![CDATA[好不容易找倒这了   请问在 JSP 中如何调用此控件打开、修改、并保存服务器上的 word 文档<img src ="http://www.cppblog.com/wanhhf/aggbug/49823.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">永远的菜鸟</a> 2008-05-14 15:27 <a href="http://www.cppblog.com/wanhhf/archive/2008/05/14/3355.html#49823#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2008/05/04/3355.html#48817</link><dc:creator>he</dc:creator><author>he</author><pubDate>Sun, 04 May 2008 12:12:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2008/05/04/3355.html#48817</guid><description><![CDATA[31491454(java/c++/c)群<img src ="http://www.cppblog.com/wanhhf/aggbug/48817.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">he</a> 2008-05-04 20:12 <a href="http://www.cppblog.com/wanhhf/archive/2008/05/04/3355.html#48817#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2008/04/02/3355.html#46030</link><dc:creator>huagangster</dc:creator><author>huagangster</author><pubDate>Wed, 02 Apr 2008 06:26:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2008/04/02/3355.html#46030</guid><description><![CDATA[2.2.1.2中的 utilities.cpp 中的<br>pFile = session.OpenURL(<br>W2A(pwszURL),0,	INTERNET_FLAG_TRANSFER_BINARY|<br>INTERNET_FLAG_KEEP_CONNECTION|INTERNET_FLAG_RELOAD|<br>INTERNET_FLAG_DONT_CACHE );<br><br>应该改成<br>pFile = session.OpenURL(<br>W2A(pwszURL),0,	INTERNET_FLAG_TRANSFER_BINARY|<br>INTERNET_FLAG_KEEP_CONNECTION|INTERNET_FLAG_RELOAD|<br>INTERNET_FLAG_DONT_CACHE | INTERNET_FLAG_EXISTING_CONNECT);<br>xxxxxxxxxxxxxxxxxxxxxxxxx<br>huagangster@gamil.com<img src ="http://www.cppblog.com/wanhhf/aggbug/46030.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">huagangster</a> 2008-04-02 14:26 <a href="http://www.cppblog.com/wanhhf/archive/2008/04/02/3355.html#46030#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2008/04/02/3355.html#46028</link><dc:creator>huagangster</dc:creator><author>huagangster</author><pubDate>Wed, 02 Apr 2008 06:23:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2008/04/02/3355.html#46028</guid><description><![CDATA[2.2.1.2中的 utilities.cpp 中的<br>pFile = session.OpenURL(<br>W2A(pwszURL),0,	INTERNET_FLAG_TRANSFER_BINARY|<br>INTERNET_FLAG_KEEP_CONNECTION|INTERNET_FLAG_RELOAD|<br>INTERNET_FLAG_DONT_CACHE );<br><br>应该改成<br>pFile = session.OpenURL(<br>W2A(pwszURL),0,	INTERNET_FLAG_TRANSFER_BINARY|<br>INTERNET_FLAG_KEEP_CONNECTION|INTERNET_FLAG_RELOAD|<br>INTERNET_FLAG_DONT_CACHE | INTERNET_FLAG_EXISTING_CONNECT);<br><br>huagangster@gamil.com<img src ="http://www.cppblog.com/wanhhf/aggbug/46028.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">huagangster</a> 2008-04-02 14:23 <a href="http://www.cppblog.com/wanhhf/archive/2008/04/02/3355.html#46028#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2008/03/06/3355.html#43849</link><dc:creator>zjj</dc:creator><author>zjj</author><pubDate>Thu, 06 Mar 2008 12:55:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2008/03/06/3355.html#43849</guid><description><![CDATA[ Request.Files[0]出错， Request.Files.count为0；该如何解决啊？<br> document.all.FramerControl1.HttpInit();<br>      //增加Post变量<br>      document.all.FramerControl1.HttpAddPostString(&quot;RecordID&quot;,&quot;20060102200&quot;);<br>      document.all.FramerControl1.HttpAddPostString(&quot;UserID&quot;,&quot;李局长&quot;);<br>      //上传打开的文件<br>      document.all.FramerControl1.HttpAddPostCurrFile(&quot;FileData&quot;, &quot;temp.doc&quot;);<br>      //执行上传动作<br>      alert(&quot;http://&quot;+host+&quot;/jssjc_bs/report/temp.doc&quot;);<br>       document.all.FramerControl1.HttpPost(&quot;http://&quot;+host+&quot;/jssjc_bs/Savedc.aspx?eiID=&quot;+eiID+&quot;,etID=&quot;+etID+&quot;,dtID=&quot;+dtID+&quot;,detID=&quot;+detID); <br>save.dc页面代码：<br>HttpPostedFile upPhoto = Request.Files[0];<br>                   int upPhotoLength = upPhoto.ContentLength;<br>                   byte[] PhotoArray = new Byte[upPhotoLength];<br>                   Stream PhotoStream = upPhoto.InputStream;<br>                   PhotoStream.Read(PhotoArray, 0, upPhotoLength);<br> 高手帮我看看啊！谢谢！<br>我的邮箱：zjj3893@163.com<img src ="http://www.cppblog.com/wanhhf/aggbug/43849.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">zjj</a> 2008-03-06 20:55 <a href="http://www.cppblog.com/wanhhf/archive/2008/03/06/3355.html#43849#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2008/03/06/3355.html#43847</link><dc:creator>zjj</dc:creator><author>zjj</author><pubDate>Thu, 06 Mar 2008 12:50:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2008/03/06/3355.html#43847</guid><description><![CDATA[ Request.Files[0]出错， Request.Files.count为0，该如何解决啊！谢谢了！<img src ="http://www.cppblog.com/wanhhf/aggbug/43847.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">zjj</a> 2008-03-06 20:50 <a href="http://www.cppblog.com/wanhhf/archive/2008/03/06/3355.html#43847#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2008/01/16/3355.html#41265</link><dc:creator>jacki</dc:creator><author>jacki</author><pubDate>Wed, 16 Jan 2008 02:37:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2008/01/16/3355.html#41265</guid><description><![CDATA[谁有这个的源码啊？我想参考一下啊<br>lcadmin@126.com<img src ="http://www.cppblog.com/wanhhf/aggbug/41265.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">jacki</a> 2008-01-16 10:37 <a href="http://www.cppblog.com/wanhhf/archive/2008/01/16/3355.html#41265#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2008/01/15/3355.html#41232</link><dc:creator>1111</dc:creator><author>1111</author><pubDate>Tue, 15 Jan 2008 14:22:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2008/01/15/3355.html#41232</guid><description><![CDATA[给我发一份源代码,谢谢! chenhongbiao1980@136.com<img src ="http://www.cppblog.com/wanhhf/aggbug/41232.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">1111</a> 2008-01-15 22:22 <a href="http://www.cppblog.com/wanhhf/archive/2008/01/15/3355.html#41232#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: DSOFramer 控件修改成功</title><link>http://www.cppblog.com/wanhhf/archive/2007/12/20/3355.html#39149</link><dc:creator>林继平</dc:creator><author>林继平</author><pubDate>Thu, 20 Dec 2007 12:17:00 GMT</pubDate><guid>http://www.cppblog.com/wanhhf/archive/2007/12/20/3355.html#39149</guid><description><![CDATA[给我发一份源代码,谢谢! Yagal@126.com<img src ="http://www.cppblog.com/wanhhf/aggbug/39149.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/wanhhf/" target="_blank">林继平</a> 2007-12-20 20:17 <a href="http://www.cppblog.com/wanhhf/archive/2007/12/20/3355.html#39149#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>