<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
 <channel>
  <title>无尽之无奈</title>
  <link>http://hcup.blogbus.com</link>
  <description><![CDATA[工作为了活着，活着为了享受。如何工作，如何享受？
活着只是副产品。现在享受工作，以后享受生命。]]></description>
  <generator> by blogbus.com </generator>
  <lastBuildDate>Thu, 01 Jan 1970 07:00:00 +0700</lastBuildDate>
  <image>
									<url>http://public.blogbus.com/profile/6/7/2/1446276/avatar_1446276_96.jpg</url>
									<title>无尽之无奈</title>
									<link>http://hcup.blogbus.com</link>
								</image>  <item>
   <title>HTML特殊转义字符列表</title>
   <description><![CDATA[最常用的字符实体<br />Character Entities



显示说明实体名称实体编号


&nbsp;
半方大的空白
&amp;ensp;
&amp;#8194;


&nbsp;
全方大的空白
&amp;emsp;
&amp;#8195;


&nbsp;
不断行的空白格
&amp;nbsp;
&amp;#160;


&lt;
小于
&amp;lt;
&amp;#60;


&gt;
大于
&amp;gt;
&amp...<!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/59545762.html</link>
   <author>HCUP</author>
   <pubDate>Sat, 27 Feb 2010 21:00:43 +0800</pubDate>
  </item>
  <item>
   <title>C++指针直接调用类成员函数探讨</title>
   <description><![CDATA[<p>本文分析了C++编程中用指针调用&ldquo;类&rdquo; 成员函数时出现的问题、原因及后果，讨论了一般函数指针和&ldquo;类&rdquo;成员函数指针的不同。得出结论： 任何指向&ldquo;类&rdquo;的成员函数指针，由于携带额外的所属对象信息，与一般的函数有根本的不同，不能直接用来进行函数调用。此外，本文给出了几种间接调用类的成员函数的方法。作者所有代码在VC++6.0下编译通过，我在vc2008通过,此文较为经典,c++的很多迷雾的驱散了，个人介意C++新手必看。</p><!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/54853198.html</link>
   <author>HCUP</author>
   <pubDate>Thu, 24 Dec 2009 00:33:53 +0800</pubDate>
  </item>
  <item>
   <title>WinXP远程桌面的几则雕虫小技</title>
   <description><![CDATA[<p>1. 让远程桌面支持多用户 </p>
<p>2. 在远程桌面中传输文件 </p>
<p>3. 远程桌面中使用快捷键 </p>
<p>4. 修改远程桌面连接端口 </p><!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/43469501.html</link>
   <author>HCUP</author>
   <pubDate>Mon, 03 Aug 2009 23:24:15 +0800</pubDate>
  </item>
  <item>
   <title>封装 c# 的数据库操作</title>
   <description><![CDATA[using System;<br />using System.Collections.Generic;<br />using System.Text;<br /><br />
using System.Data;<br />using System.Configuration;<br />using System.Data.SqlClient;<br /><br />
<br />namespace ChangeListMonitor<br />{<br />&nbsp;&nbsp;&nbsp...<!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/37048102.html</link>
   <author>HCUP</author>
   <pubDate>Thu, 26 Mar 2009 12:32:44 +0800</pubDate>
  </item>
  <item>
   <title>封装 c# 的数据库操作</title>
   <description><![CDATA[using System;<br />using System.Collections.Generic;<br />using System.Text;<br /><br />
using System.Data;<br />using System.Configuration;<br />using System.Data.SqlClient;<br /><br />
<br />namespace ChangeListMonitor<br />{<br />&nbsp;&nbsp;&nbsp...<!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/37048232.html</link>
   <author>HCUP</author>
   <pubDate>Thu, 26 Mar 2009 12:32:44 +0800</pubDate>
  </item>
  <item>
   <title>字符串string和内存流MemoryStream及比特数组byte[]互转</title>
   <description><![CDATA[字符串string和内存流MemoryStream及比特数组byte[]互转比较<br /><br />
定义string变量为str,内存流变量为ms,比特数组为bt<br /><br />
1.字符串转比特数组<br />(1)byte[] bt=System.Text.Encoding.Default.GetBytes("字符串");<br />(2)byte[] bt=Convert.FromBase64String("字符串");<br /><br />
2.字符串转流<br />(...<!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/37009266.html</link>
   <author>HCUP</author>
   <pubDate>Wed, 25 Mar 2009 16:58:14 +0800</pubDate>
  </item>
  <item>
   <title>C# Serializable</title>
   <description><![CDATA[System.SerializableAttribute


串行化是指存储和获取磁盘文件、内存或其他地方中的对象。在串行化时，所有的实例数据都保存到存储介质上，在取消串行化时，对象会被还原，且不能与其原实例区别开来。<br /><br />
只需给类添加Serializable属性，就可以实现串行化实例的成员。<br /><br />
并行化是串行化的逆过程，数据从存储介质中读取出来，并赋给类的实例变量。<br /><br />



&nbsp;&nbsp;Serializab...<!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/36942687.html</link>
   <author>HCUP</author>
   <pubDate>Tue, 24 Mar 2009 14:53:06 +0800</pubDate>
  </item>
  <item>
   <title>C# Serializable</title>
   <description><![CDATA[<p>System.SerializableAttribute 串行化是指存储和获取磁盘文件、内存或其他地方中的对象。在串行化时，所有的实例数据都保存到存储介质上，在取消串行化时，对象会被还原，且不能与其原实例区别开来。<br /><br />只需给类添加Serializable属性，就可以实现串行化实例的成员。<br /><br />并行化是串行化的逆过程，数据从存储介质中读取出来，并赋给类的实例变量。<br /><br />&nbsp;&nbsp;Serializab...</p><!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/36942459.html</link>
   <author>HCUP</author>
   <pubDate>Tue, 24 Mar 2009 14:53:06 +0800</pubDate>
  </item>
  <item>
   <title>C# Serializable</title>
   <description><![CDATA[System.SerializableAttribute


串行化是指存储和获取磁盘文件、内存或其他地方中的对象。在串行化时，所有的实例数据都保存到存储介质上，在取消串行化时，对象会被还原，且不能与其原实例区别开来。<br /><br />
只需给类添加Serializable属性，就可以实现串行化实例的成员。<br /><br />
并行化是串行化的逆过程，数据从存储介质中读取出来，并赋给类的实例变量。<br /><br />



&nbsp;&nbsp;Serializab...<!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/36942514.html</link>
   <author>HCUP</author>
   <pubDate>Tue, 24 Mar 2009 14:53:06 +0800</pubDate>
  </item>
  <item>
   <title>根据日期计算星期几</title>
   <description><![CDATA[<p>class GetWeek <br />{<br />public:<br />&nbsp;&nbsp;&nbsp; //判断是否闰年 <br />&nbsp;&nbsp;&nbsp; static bool IsLeapYear(int nYear);<br />&nbsp;&nbsp;&nbsp; //返回当前年份天数 <br />&nbsp;&nbsp;&nbsp; static int GetDaysOfYear(int nYear);<br />&nbsp;&nbsp;&nbsp; //返回当前年一月一日的星期 <br />&nbsp;&nbsp;&nbsp; static int GetYearWeek(int year);<br />&nbsp;&nbsp;&nbsp; //返回每月天数 <br />&nbsp;&nbsp;&nbsp; static int GetDaysOfMonth(int year,int month);<br />&nbsp;&nbsp;&nbsp; //返回当前年的当前月的星期<br />&nbsp;&nbsp;&nbsp; static int GetMonthWeek(int year,int month);<br />&nbsp;&nbsp;&nbsp; //返回当前日期星期 <br />&nbsp;&nbsp;&nbsp; static int GetDayWeek(int year,int month,int day);<br />&nbsp;&nbsp;&nbsp; //星期格式化 <br />&nbsp;&nbsp;&nbsp; static char* cWeek(int week);<br />};</p><!--sp--><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://hcup.blogbus.com/logs/35734374.html</link>
   <author>HCUP</author>
   <pubDate>Thu, 26 Feb 2009 02:16:25 +0800</pubDate>
  </item>
 </channel>
</rss>

