<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/cryeyes" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/cryeyes" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 26 Jun 2009 16:49:00 GMT</lastBuildDate><title>雾归漫步    www.cryeyes.cn (域名直达)</title><description>Cryeyes的收藏夹</description><link>http://blog.csdn.net/cryeyes/</link><item><title>Response.OutputStream.Write Out of Memory 下载太大的文件的时候，内存使用太多</title><link>http://blog.csdn.net/cryeyes/archive/2009/06/26/4301343.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4301343.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4301343.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4301343</trackback:ping><description>Solution:按字节来取     private   void   Page_Load(object   sender,   System.EventArgs   e)     {     string   strDocDir;     string   strFile;     strDocDir=&quot;updownload&quot;;     strFile=Request.QueryString[&quot;strFile&quot;];     System.IO.Stream   iStream   =   null;     //   Buffer   to   read   10K   bytes   in   chunk:     byte[]   buffer   =   new   Byte[300000];     //   Length   of   the   file: &lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4301343.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/238303393/cryeyes/csdn.net/s.gif?r=http://blog.csdn.net/cryeyes/archive/2009/06/26/4301343.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303393/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303393/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 27 Jun 2009 00:49:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/06/26/4301343.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/06/26/4301343.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/06/26/4301343.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303393/1294907</fs:itemid></item><item><title>Code For Posting (for post xml to another page)</title><link>http://blog.csdn.net/cryeyes/archive/2009/06/04/4241592.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4241592.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4241592.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4241592</trackback:ping><description>Code For Posting&lt;br /&gt;To post XML, use the following function: Collapse Copy Code   WebRequest req = null;
   WebResponse rsp = null;
   try
   {
    string fileName = &quot;C:\test.xml&quot;;
    string uri = &quot;http://localhost/PostXml/Default.aspx&quot;;
    req = WebRequest.Create(uri);
    //req.Proxy = WebProxy.GetDefaultProxy(); // Enable if using proxy
    req.Method = &quot;POST&quot;;        // Post method
    req.ContentType = &quot;text/xml&quot;;     // content type// Wrap the request stream with a text-based &lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4241592.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/238303442/cryeyes/csdn.net/s.gif?r=http://blog.csdn.net/cryeyes/archive/2009/06/04/4241592.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303442/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303442/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 04 Jun 2009 19:44:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/06/04/4241592.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/06/04/4241592.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/06/04/4241592.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303442/1294907</fs:itemid></item><item><title>cooledit后期处理</title><link>http://blog.csdn.net/cryeyes/archive/2009/06/03/4240517.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4240517.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4240517.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4240517</trackback:ping><description>后期制作录好一首歌，除唱功要好之外，后期制作也是必不可少的一步，现将我在制作上的一些心得传上，与大家分享，希望大家继续深入研究探讨，把自己的作品做得更好！一、电流声:录音不要用麦克风加强,这样虽然能听到自己的声音,但是这不仅电流声很大,最糟的还是噪音不好消,采样不好采.在电脑的控制面板打开音量选项(Volume Cintrol),点选顶-属性-录音,选复选框Stereo Mix和Mircrophone,这两个是必选,点确定,选择Mircrophone(打钩),点高级,里面的1 Mic Boost如果没有打钩则是没有加强,相反则加强二、噪音采样:前提是在一个没有任何环境噪音(如话筒电流声\讲话声\咳嗽声\或过车声\电视声等)的情况下,点录音键后,开始录音到正式唱出歌声之前的那一小段音轨,这一段音轨用肉眼看起来肯定比静音区(可以选择一小段音轨,点效果-静音试试)要厚,这一段噪音我称之为&quot;正常噪音&quot;.选中这一正常噪音,点效果-噪音消除-降噪器,会弹出一个画面,点噪音采样,然后点关闭,回到单音编辑画面,然后选中所有的单音,再次进入降噪&lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4240517.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/238303444/cryeyes/csdn.net/s.gif?r=http://blog.csdn.net/cryeyes/archive/2009/06/03/4240517.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303444/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303444/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 04 Jun 2009 06:27:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/06/03/4240517.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/06/03/4240517.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/06/03/4240517.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303444/1294907</fs:itemid></item><item><title>如何捕获windows服务程序中未处理的异常 How to: Catch UnhandledException in Windows Services</title><link>http://blog.csdn.net/cryeyes/archive/2009/05/19/4202554.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4202554.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4202554.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4202554</trackback:ping><description>From time to time you will have to implement some functionality as an Windows service.Along with some other issues regarding to Windows services you often get some troubles when unhandled exceptions occur. Specially in multi  threaded services error situations sometimes only occur under specific circumstances and it is really hard to test for all possibilities.In the .NET Framework 1.0 and 1.1 the framework handled nearly every exception silently that occured in a worker&lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4202554.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/238303461/cryeyes/csdn.net/s.gif?r=http://blog.csdn.net/cryeyes/archive/2009/05/19/4202554.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303461/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303461/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 20 May 2009 07:29:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/05/19/4202554.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/05/19/4202554.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/05/19/4202554.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303461/1294907</fs:itemid></item><item><title>实时调试错误  Just-In-Time Debugging Errors</title><link>http://blog.csdn.net/cryeyes/archive/2009/05/19/4202548.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4202548.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4202548.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4202548</trackback:ping><description>&lt;br /&gt; 中发生未处理的 win32 异常。对此异常的实时调试失败，错误为: 登录用户没有调试崩溃应用程序的权限。&lt;br /&gt;此信息指示：由于用户没有正确的访问权限，执行实时调试的尝试失败。有关更多信息，请参见远程调试权限。&lt;br /&gt;若要调试 ASP.NET，您必须对 ASP.NET 运行的计算机具有管理员特权，除非 ASP.NET 辅助进程在您进行调试时使用的帐户下运行。有关 ASP.NET 安全要求的更多信息，请参见 ASP.NET 调试：系统要求。&lt;br /&gt;无法附加到崩溃进程。指定的程序不是 Windows 或 MS-DOS 程序。&lt;br /&gt;当您试图附加到 Windows 2000 下作为另一个用户运行的进程时会发生该错误。&lt;br /&gt;要解决此问题，请从“调试”菜单打开“附加到进程”对话框，在“可用进程”列表中找到该崩溃进程。如果您不知道崩溃进程的名称，请查看“Visual Studio 实时调试器”对话框并记下进程 ID。在“可用进程”列表中选择该进程并单击“附加”。在“Visual Studio 实时调试器”对话框中单击“否”以关闭该对话框。&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4202548.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/238303496/cryeyes/csdn.net/s.gif?r=http://blog.csdn.net/cryeyes/archive/2009/05/19/4202548.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303496/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303496/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 20 May 2009 07:26:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/05/19/4202548.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/05/19/4202548.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/05/19/4202548.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303496/1294907</fs:itemid></item><item><title>桌面程序通过smtp发送邮件简单例子 Winform send email sample (desktop application send email via smtp)</title><link>http://blog.csdn.net/cryeyes/archive/2009/05/19/4201455.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4201455.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4201455.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4201455</trackback:ping><description>MailMessage theMailMessage = new MailMessage(&quot;from@email.com&quot;, &quot;to@email.com&quot;);theMailMessage.Body = &quot;body email message here&quot;;theMailMessage.Attachments.Add(new Attachment(&quot;pathToEmailAttachment&quot;));theMailMessage.Subject = &quot;Subject here&quot;;SmtpClient theClient = new SmtpClient(&quot;IP.Address.Of.Smtp&quot;);theClient.UseDefaultCredentials = false;System.Net.NetworkCredential theCredential = new System.Net.NetworkCredential(&quot;user@name.com&quot;, &quot;password&quot;)&lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4201455.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/238303498/cryeyes/csdn.net/s.gif?r=http://blog.csdn.net/cryeyes/archive/2009/05/19/4201455.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303498/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303498/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 19 May 2009 23:22:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/05/19/4201455.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/05/19/4201455.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/05/19/4201455.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303498/1294907</fs:itemid></item><item><title>通过配置文件动态改变windows服务程序的名字 dynamic change windows service name using the configuration file</title><link>http://blog.csdn.net/cryeyes/archive/2009/05/15/4189550.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4189550.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4189550.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4189550</trackback:ping><description>dynamic windows service name   			Hi all,I am trying to install a service using dynamic naming. I wrote values in theconfiguration file, and trying to assign one of those values to a string,and using this string as the name of the installer&lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4189550.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/238303502/cryeyes/csdn.net/s.gif?r=http://blog.csdn.net/cryeyes/archive/2009/05/15/4189550.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303502/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303502/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 16 May 2009 00:35:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/05/15/4189550.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/05/15/4189550.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/05/15/4189550.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303502/1294907</fs:itemid></item><item><title>创建windows服务程序 How to build windows service</title><link>http://blog.csdn.net/cryeyes/archive/2009/05/13/4178055.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4178055.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4178055.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4178055</trackback:ping><description>Source Link:http://www.codeproject.com/KB/cs/SimpleService.aspxhttp://www.codeproject.com/KB/dotnet/simplewindowsservice.aspx Simple Windows Service SampleBy Mahmoud Nasr Download sourcecode - 8.52 KbDownload setup - 4.39 KbIntroductionAs a matter of fact Microsoft Windows services, formerly known as NTservices enable you to create long-running executable applications thatrun in its own Windows session, which then has the ability to sta&lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4178055.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/238303504/cryeyes/csdn.net/s.gif?r=http://blog.csdn.net/cryeyes/archive/2009/05/13/4178055.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303504/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303504/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 14 May 2009 01:17:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/05/13/4178055.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/05/13/4178055.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/05/13/4178055.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303504/1294907</fs:itemid></item><item><title>使用Office Word和Excel 打印成绩通知单和成绩条（批量，导入数据源）- 090409 更新小数点长度解决方法</title><link>http://blog.csdn.net/cryeyes/archive/2009/04/08/4055811.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4055811.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4055811.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4055811</trackback:ping><description>方法一：使用Office Word和Excel打印成绩通知单和成绩条(2008-11-08 15:49:52)标签：电脑 成绩通知单 this if word excel 邮件合并 分数条 教育  分类：他山之石　　每到期末，班主任或者辅导员就要开始收集学生的各科成绩，统计总分，计算名次等。然后就要开始打印每个学生的成绩通知单，装入信封，寄给家长。最原始的做法当然是找两个动作麻利的班干部，在打印好的表格里填上成绩，再装入信封。这样，直到把全班几十个同学的成绩通知单都处理好时，已经是腰酸背痛，手腕麻木了。——既然有 microsoft office 为什么还要这样折磨人呢？　　成绩通知通常有两种形式，一种是“成绩通知单”的形式，即每页纸一个成绩，还附加一些关于本学期和下学期的信息，如报名时间、费用等，如图1所示：图 1　　成绩通知的另一种形式是“成绩通知条”，即仅仅在一张小纸条上，填写了学生成绩，如图2所示：图 2　　下面，我们就开始一步步制作成绩通知单(条)。&lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4055811.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303518/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303518/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 08 Apr 2009 08:43:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/04/08/4055811.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/04/08/4055811.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/04/08/4055811.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303518/1294907</fs:itemid></item><item><title>当存在tabcontrol控件的时候如何让textbox获取焦点 How to let textbox get focus in VB.net if there is tabcontrol in same form</title><link>http://blog.csdn.net/cryeyes/archive/2009/03/27/4028899.aspx</link><wfw:comment>http://blog.csdn.net/cryeyes/comments/4028899.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cryeyes/comments/commentRss/4028899.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4028899</trackback:ping><description>今天遇到一个问题，我的textbox(txt1)无论如何都得不到焦点我尝试了以下函数txt1.focustxt1.selecttxt1.selectallme.ActiveControl = txt1失败查资料后又做了如下设置把txt１的taborder设置成０，检查所有其他控件，并把他们的taborder改成大于０整数  失败我猜测问题在和textbox平级的tabcontrol上, 把tabcontrol的tabstop设置成false       失败然后我怀疑是因为我把代码放在了form load事件里于是把代码移动到 form VisibleChanged 事件里 失败这时我在断点处发现，activecontrol已经正常，但是txt1.canfocus居然是false，而且也没有被选中，实在不知道form内部是如何实现的ta&lt;img src =&quot;http://blog.csdn.net/cryeyes/aggbug/4028899.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/cryeyes/238303522/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/cryeyes/238303522/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 27 Mar 2009 18:46:00 +0800</pubDate><author>自说自话</author><comments>http://blog.csdn.net/cryeyes/archive/2009/03/27/4028899.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/cryeyes/archive/2009/03/27/4028899.aspx</guid><dc:creator>自说自话</dc:creator><fs:srclink>http://blog.csdn.net/cryeyes/archive/2009/03/27/4028899.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/cryeyes/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/cryeyes/~1292098/238303522/1294907</fs:itemid></item></channel></rss>