<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet href="http://blog.itpub.net//styles/rss.css" type="text/css"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://my.netscape.com/rdf/simple/0.9/"
>
    
     <channel>
  <title>天道酬勤</title>
  <link>http://sgsoft.itpub.net</link>
  <description></description>
 </channel>
    <item>
<title>VS2005集成VSS2005的方法</title>
<description>VS 2005中，有时不能看到VSS 2005，解决办法如下： Q：安装了VSS6/VSS2005，但是Visual Studio 2005的IDE中看不到VSS，怎么办？A：打开菜单中的 Tools-&gt;Options 选择 SourceControl-&gt;Plug-ins设置为“Microsoft Visual SourceSafe ” &quot;Microsoft Visual SourceSafe (Internet)&quot; (VSS 2005)如果没有这两个选项，则运行下面的命令：regsvr32 &quot;C:Program FilesMicrosoft Visual SourceSafessscc.dll&quot;regsvr32 &quot;C:Program FilesMicrosoft Visual SourceSafessapi.dll&quot;regsvr32 &quot;C:Program FilesMicrosoft Visual SourceSafe	dnamespaceextensi...</description>
<link>http://sgsoft.itpub.net/post/28147/294359</link>
<pubDate>Tue,12 06 2007 22:44:01</pubDate>
</item>
<item>
<title>upgrade Oracle 10.2.0.3 on HP-UX</title>
<description>Oracle&amp;reg; Database Patch Set Notes 10g Release 2 (10.2.0.3) Patch Set 2 for HP-UX PA-RISC (64-Bit) Oracle&amp;reg; DatabasePatch Set Notes 10g Release 2 (10.2.0.3) Patch Set 2 for HP-UX PA-RISC (64-Bit) March 2007These patch set notes accompany the Oracle Database release 10.2.0.3 patch set. This document contains the following sections: Patch Set Overview Oracle Universal Installer Version Requirements Patch Set Documentation System Requirements Preinstallation Tasks Installation Tasks Postinstal...</description>
<link>http://sgsoft.itpub.net/post/28147/292899</link>
<pubDate>Wed,06 06 2007 20:06:27</pubDate>
</item>
<item>
<title>upgrade Oracle 10.2.0.3 on HP-UX</title>
<description>Oracle&amp;reg; Database Patch Set Notes 10g Release 2 (10.2.0.3) Patch Set 2 for HP-UX PA-RISC (64-Bit) Oracle&amp;reg; DatabasePatch Set Notes 10g Release 2 (10.2.0.3) Patch Set 2 for HP-UX PA-RISC (64-Bit) March 2007These patch set notes accompany the Oracle Database release 10.2.0.3 patch set. This document contains the following sections: Patch Set Overview Oracle Universal Installer Version Requirements Patch Set Documentation System Requirements Preinstallation Tasks Installation Tasks Postinstal...</description>
<link>http://sgsoft.itpub.net/post/28147/292898</link>
<pubDate>Wed,06 06 2007 20:06:19</pubDate>
</item>
<item>
<title>upgrade Oracle 10.2.0.3 on HP-UX</title>
<description>Oracle&amp;reg; Database Patch Set Notes 10g Release 2 (10.2.0.3) Patch Set 2 for HP-UX PA-RISC (64-Bit) Oracle&amp;reg; DatabasePatch Set Notes 10g Release 2 (10.2.0.3) Patch Set 2 for HP-UX PA-RISC (64-Bit) March 2007These patch set notes accompany the Oracle Database release 10.2.0.3 patch set. This document contains the following sections: Patch Set Overview Oracle Universal Installer Version Requirements Patch Set Documentation System Requirements Preinstallation Tasks Installation Tasks Postinstal...</description>
<link>http://sgsoft.itpub.net/post/28147/292896</link>
<pubDate>Wed,06 06 2007 20:06:09</pubDate>
</item>
<item>
<title>upgrade Oracle 10.2.0.3 on HP-UX</title>
<description>Oracle&amp;reg; Database Patch Set Notes 10g Release 2 (10.2.0.3) Patch Set 2 for HP-UX PA-RISC (64-Bit) Oracle&amp;reg; DatabasePatch Set Notes 10g Release 2 (10.2.0.3) Patch Set 2 for HP-UX PA-RISC (64-Bit) March 2007These patch set notes accompany the Oracle Database release 10.2.0.3 patch set. This document contains the following sections: Patch Set Overview Oracle Universal Installer Version Requirements Patch Set Documentation System Requirements Preinstallation Tasks Installation Tasks Postinstal...</description>
<link>http://sgsoft.itpub.net/post/28147/292897</link>
<pubDate>Wed,06 06 2007 20:06:08</pubDate>
</item>
<item>
<title>ICE专题：实现简单的聊天室（一） </title>
<description>ICE专题：实现简单的聊天室（一） 目标：实现一个简单的聊天室。本文实现的聊天室仅出于演示ICE的多播功能，即由一个Client发送的消息，广播至注册的其他Client上。以后的系列文章，将逐步完善这个例子，使其成为一个现实意义上可用的聊天室软件。Slice定义： module ChatSpaceDef
{
 //回调函数接口，就是客户端传递给服务器，服务器接收到的一个方法代理签名
 interface CallBack
 {
 void GetInput(string content);
 };
 //在线列表
 dictionary&lt;string,CallBack *&gt; CacheMap;
 //聊天室功能列表
 interface ChatSpace
 {...</description>
<link>http://sgsoft.itpub.net/post/28147/286193</link>
<pubDate>Mon,07 05 2007 17:52:43</pubDate>
</item>
<item>
<title>ICE专题：STLport 4.6安装指南</title>
<description>ICE专题：STLport 4.6安装指南ICE的C++编译需要使用STLport。 STLport-4.6 是完全兼容ANSI C++标准的类库。ICE的C++编译需要使用STLport。 STLport-4.6 是完全兼容ANSI C++标准的类库。This distribution contains STLport sources only, no binaries.To use STLport iostreams, you have to build STLport library from sources in &quot;src&quot;directory and link your programs with it.这个发布包仅仅包括STLport源代码马，不含二进制发布软件包。必须重新编译src目录下的代码才可以使用STLport iostreams类库。This is major change since p...</description>
<link>http://sgsoft.itpub.net/post/28147/285148</link>
<pubDate>Thu,03 05 2007 12:12:01</pubDate>
</item>
<item>
<title>ICE专题：实战分布式的Hello Word 【原创】 </title>
<description>ICE专题：实战分布式的Hello Word 【原创】 有关ICE的基础知识，请参照前面的ICE专题文章。由于这些文章均来自于网络，故未发之于首页。下面仅仅给出相关link：ICE专题：利用ICE编写程序的几个注意点ICE专题：ICE架构ICE专题：ICE起步ICE专题：ICE的5个服务ICE专题:使用C#编写ICE分布式应用程序ICE专题：学习ICE 3.0ICE专题：在客户端中如何定位服务器（即如何寻找代理）ICE专题：ICE在Linux下的安装ICE专题：ICE简介目标：在Windows平台上编写第一个基于ICE的Hello Word程序。1、安装从http://www.zeroc.com/download.html#bin下载安装文...</description>
<link>http://sgsoft.itpub.net/post/28147/285099</link>
<pubDate>Wed,02 05 2007 23:40:39</pubDate>
</item>
<item>
<title>VOL,VLK,FPP,RTM的含义【ZT】</title>
<description>来自盗版世界的词语，了解了解吧。 VOL,VLK,FPP,RTM的含义　　1、retail[full packaged product (fpp)]：零售版 就是在各大软件店看到有漂亮包装的那种。可以升级安装，也可以全新安装。 但是需要激活，机器配置更换了还要通知微软，是比较痛苦的东西。 　　2、oem(original equipment manufacturer)：随机版 只能随机器出货，不能零售，所以叫做随机版。只能全新安装 ，不能从旧有操作系统升级。如果买笔记型计算机或品牌计算机就会有随机版软件。包装不像零售版精美，通常只有一片cd和说明书(授权书)。 这种系统通常会少一些驱动，而且目...</description>
<link>http://sgsoft.itpub.net/post/28147/284080</link>
<pubDate>Fri,27 04 2007 22:31:06</pubDate>
</item>
<item>
<title>17th Annual Jolt Award Winners</title>
<description>17th Annual Jolt Award Winners2007年度Jolt大奖17th Annual Jolt Award Winnershttp://www.joltawards.com/2007/Click here to see the list of this year's Finalists.Click here for photos of this year's Jolt Awards presentation. 1. Books General Jolt Winner: Agile Software Development by Alistair Cockburn (Addison-Wesley Professional) Productivity Winners: Catastrophe Disentanglement by E. M. Bennatan (Addison-Wesley Professional) Practices of an Agile Developer by V. Subramaniam and A. Hunt (Pragmatic...</description>
<link>http://sgsoft.itpub.net/post/28147/282245</link>
<pubDate>Fri,20 04 2007 21:24:13</pubDate>
</item>
 </rdf:RDF>


