<?xml version="1.0" encoding="GB2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[深海游鱼]]></title>
<link>http://www.mypm.net/blog/user2/supecn/index.html</link>
<description><![CDATA[深海游鱼]]></description>
<item>
<title><![CDATA[昔日老板再创业]]></title>
<link>http://www.mypm.net/blog/user2/supecn/archives/2008/24389.html</link>
<description><![CDATA[


<SPAN class=STYLE27>2008-04-28 11:25:46 来源：</SPAN><SPAN class=STYLE28>21世纪经济报道</SPAN>






<P><FONT size=2>　　苏州工业园区曾经是中国园区经济模式的标杆。</FONT></P><BR>
<P><FONT size=2>　　苏州工业园区仅占苏州市4％左右的土地和人口、7％的工业用电量，却创造了全市15％左右的GDP，30％左右的进出口总额，吸引了25％左右的外资。</FONT></P><BR>
<P><FONT size=2>　　在苏南地区，园区一直是地方经济的主要发动机之一。</FONT></P><BR>
<br/>……]]></description>
<author>supecn</author>
<pubDate>2008/5/30 19:25:00</pubDate>
</item>
<item>
<title><![CDATA[C#&nbsp;Color&nbsp;Name&nbsp;Table]]></title>
<link>http://www.mypm.net/blog/user2/supecn/archives/2008/24367.html</link>
<description><![CDATA[


<img src="http://www.flounder.com/flounder.gif" width=65 border=0 onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;">

<H1><B>C# Color Name Table</B></H1>
<P>&nbsp;</P>




<A href="http://www.flounder.com/index.htm"><img src="http://www.flounder.com/flounder.gif" width=29 onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;"></A>
<A href="http://www.flounder.com/index.htm"><STRONG>Home</STRONG></A>

<A href="http://www.flounder.com/mvp_tips.htm"><img src="http://www.flounder.com/bulb.gif" width=58 border=0 onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;"></A>
<STRONG><A href="http://www.flounder.com/mvp_tips.htm">Back To Tips Page</A></STRONG>
<br/>……]]></description>
<author>supecn</author>
<pubDate>2008/5/29 16:54:00</pubDate>
</item>
<item>
<title><![CDATA[昔日的同事]]></title>
<link>http://www.mypm.net/blog/user2/supecn/archives/2008/23847.html</link>
<description><![CDATA[<img src="http://www.mypm.net/blog/UploadFiles/2008-5/56213183.jpg" onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;"><img src="http://www.mypm.net/blog/UploadFiles/2008-5/56722289.jpg" onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;"><img src="http://www.mypm.net/blog/UploadFiles/2008-5/56181652.jpg" onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;">]]></description>
<author>supecn</author>
<pubDate>2008/5/6 17:29:00</pubDate>
</item>
<item>
<title><![CDATA[iText使用技巧]]></title>
<link>http://www.mypm.net/blog/user2/supecn/archives/2008/22798.html</link>
<description><![CDATA[<DIV class=blog_content>要生成pdf文件，在网上查了下资料，首选<SPAN class=hilite1>iText</SPAN>，跟着大家走，我也<SPAN class=hilite1>iText</SPAN>一把。 <BR>1：把字型编程A4横向 <BR><PRE class=java name="code">Document document = new Document(PageSize.A4.rotate());
</PRE><BR>2:在PDF文件中加入表格 <BR><br/>……]]></description>
<author>supecn</author>
<pubDate>2008/3/26 15:44:00</pubDate>
</item>
<item>
<title><![CDATA[ResultSet常用方法]]></title>
<link>http://www.mypm.net/blog/user2/supecn/archives/2008/22222.html</link>
<description><![CDATA[JDBC &nbsp; 2.0 &nbsp; API &nbsp; 为结果集增加了两个新的基本能力：可滚动性和可更新性。<BR>&nbsp; 在滚动结果集中可用的方法有： &nbsp; <BR>&nbsp; &nbsp; <BR>&nbsp; rs.previous();//向前滚动 &nbsp; <BR>&nbsp; &nbsp; <BR>&nbsp; rs.next();//向后滚动 &nbsp; <BR>&nbsp; &nbsp; <BR>&nbsp; rs.getRow();//得到当前行号 &nbsp; <BR>&nbsp; &nbsp; <BR>&nbsp; rs.absolute(n);//光标定位到n行 &nbsp; <BR>&nbsp; &nbsp; <BR>&nbsp; rs.relative(int &nbsp; n);//相对移动n行 &nbsp; <BR>&nbsp; &nbsp; <BR>&nbsp; rs.first();//将光标定位到结果集中第一行。<br/>……]]></description>
<author>supecn</author>
<pubDate>2008/2/26 15:55:00</pubDate>
</item>
<item>
<title><![CDATA[Asp.net调试的一些问题]]></title>
<link>http://www.mypm.net/blog/user2/supecn/archives/2008/21868.html</link>
<description><![CDATA[<DIV class=postbody>昨天到今天搞了一整天,把人都要差点搞崩了! <img src="http://www.dezai.cn/blog/images/smilies/icon_eek.gif" align=absMiddle border=0 onmousewheel="http://www.mypm.net/blog/admin/return bbimg(this)"  onclick="javascript:window.open(this.src);" style="http://www.mypm.net/blog/admin/CURSOR: pointer" onload="javascript:if(this.width>500)this.style.width=500;">,以后再也不能乱关机了,因为这次的大意,几乎所有的Net安装，调试问题都被我碰到了，还好，我一个个把他记录下来了，同时，在CSDN找了一些相关的解决方法，不敢独享，供大家相互学习交流之用。<BR><BR>起因是这样的，机子运行IE时假死，我用着不爽，就二话不说热启动,结果就出事了。<br/>……]]></description>
<author>supecn</author>
<pubDate>2008/1/31 16:01:00</pubDate>
</item>
<item>
<title><![CDATA[Linux下时间的修改]]></title>
<link>http://www.mypm.net/blog/user2/supecn/archives/2008/21867.html</link>
<description><![CDATA[<DIV class=postbody>以前一直用date设置，这次参考网上资料，终于整了个全的。<BR>Linux时钟分为系统时钟(System&nbsp;Clock)和硬件(Real&nbsp;Time&nbsp;Clock，简称RTC)时钟。系统时钟是指当前Linux&nbsp;Kernel中的时钟，而硬件时钟则是主板上由电池供电的时钟，这个硬件时钟可以在BIOS中进行设置。当Linux启动时，硬件时钟会去读取系统时钟的设置，然后系统时钟就会独立于硬件运作。<BR><BR>Linux中的所有命令&nbsp;(包括函数)都是采用的系统时钟设置。在Linux中，用于时钟查看和设置的命令主要有date、hwclock和clock。其中，clock和hwclock用法相近，只不过clock命令除了支持x86硬件体系外，还支持Alpha硬件体系。<br/>……]]></description>
<author>supecn</author>
<pubDate>2008/1/31 16:00:00</pubDate>
</item>

</channel>
</rss>