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

    <rss version="2.0" 
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
    ><channel>
<title>黄昏即黎明</title>
<link>http://HBearcat.itpub.net</link>
<description></description>
<pubDate>Sun,21 03 2010 08:34:33</pubDate>
<generator>http://www.plogworld.net</generator>
<item>
<title>可怜虫</title>
<description>从博客建立后，一直以来我都以自己没有时间为借口，很少上来写东西，忙真的就是个借口，每天忙却不知道忙什么，只是感觉自己快要崩溃一样，每天表面上装作满不在乎的样子，其实内心深处却是无比的脆弱，在别人的眼里我风光无限，可是在我眼里我就是个可怜虫。。。</description>
<link>http://HBearcat.itpub.net/post/9783/223468</link>
<comments>http://HBearcat.itpub.net/post/9783/223468</comments>
<guid>http://HBearcat.itpub.net/post/9783/223468</guid>
<dc:creator>HBearcat</dc:creator>
<category>网络心情</category>
<pubDate>Tue,24 10 2006 00:34:05</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
<item>
<title>Maven 2 简明学习指南（2） </title>
<description>Maven 2 简明学习指南（2）项目文件：pom.xml重要元素：元素名含义projectmaven 项目文件的最顶层的元素（根元素）。modelVersion本POM所定义的项目或者项目组的版本号。此版本号一般不经常变动。groupId项目组的的唯一标识。在maven管理的项目中，一般是管理一群项目model，groupid一般代表了这个项目群组。 例如org.apache.maven.plugins一般被设计为所有maven插件的groupidartifactId一个项目的唯一标识。此名字一般也在打包时，作为的包名字的前缀，一般的包名字为： &lt;artifactId&gt;-&lt;version&gt;.&lt;extension&gt;，例如： myapp-1.0.jarpackag...</description>
<link>http://HBearcat.itpub.net/post/9783/69778</link>
<comments>http://HBearcat.itpub.net/post/9783/69778</comments>
<guid>http://HBearcat.itpub.net/post/9783/69778</guid>
<dc:creator>HBearcat</dc:creator>
<category>JAVA综合</category>
<pubDate>Tue,18 04 2006 17:00:57</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
<item>
<title>Maven 2 简明学习指南（1）</title>
<description>Maven 2 简明学习指南（1）MAVEN 2 简明使用说明作者：不遗余力1 前言现在JAVA开发过程中，我们开发人员大都选择使用Ant来构建项目，因为Ant在项目构建中能够满足绝大多数开发人员的需要，但是另外的问题也同时存在，在开发大型系统时，Ant越来越不能满足我们在项目管理上的需求（如开发人员／拥有者、版本或站点主页等）。而且ANT构建文件的编写也是一个比较头痛的问题，虽然可以使用现有的Ant文件来改写，但是这也是一个很繁重的任务。有没有一种更好的，更简单更高效的工具来帮助我们呢？答案是肯定的，早期的Maven1就已经有很强的功能...</description>
<link>http://HBearcat.itpub.net/post/9783/69766</link>
<comments>http://HBearcat.itpub.net/post/9783/69766</comments>
<guid>http://HBearcat.itpub.net/post/9783/69766</guid>
<dc:creator>HBearcat</dc:creator>
<category>JAVA综合</category>
<pubDate>Tue,18 04 2006 16:52:28</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
<item>
<title>WinForm中登录窗口与主窗口的问题</title>
<description>WinForm中登录窗口与主窗口的问题C#.NET这样实现：将MainForm设为主窗体，在LoginForm窗体中定义public bool status = false;登陆验证成功后写上如下代码：status = true;this.Close();在MainForm中写上：static void Main() {LoginForm login = new LoginForm();login.ShowDialog();if(login.status == true){Application.Run(new MainForm());}==========================================VB.NET这样实现：增加一个模块,加入下面的方法Sub main()'运行登陆窗体Dim frmLogon As New LoginFormIf frmLogon.ShowDialog &lt;&gt; DialogResult.OK ...</description>
<link>http://HBearcat.itpub.net/post/9783/65445</link>
<comments>http://HBearcat.itpub.net/post/9783/65445</comments>
<guid>http://HBearcat.itpub.net/post/9783/65445</guid>
<dc:creator>HBearcat</dc:creator>
<category>ASP.NET/WinForm</category>
<pubDate>Tue,04 04 2006 13:16:20</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
<item>
<title>【分享】计算机科学经典著作（共４１本电子书）</title>
<description>【分享】计算机科学经典著作（共４１本电子书）下面是eMule专用的下载链接，您必须安装eMule才能点击下载 (原文地址：http://realking1980.blogchina.com/2866843.html)[计算机科学经典著作].Knuth,.The.Art.Of.Computer.Programming.-.Vol.1.-.Fundamental.Algorithms.[eMule.ppcn.net].zip[计算机科学经典著作].Addison.Wesley.-.Donald.E.Knuth.-.The.Art.Of.Computer.Programming.Volume.2.[eMule.ppcn.net].pdf[计算机科学经典著作].Addison.Wesley.-.Donald.E.Knuth.-.The.Art.of.Computer.Programming.Volume.3.[eMule.ppcn.net].p...</description>
<link>http://HBearcat.itpub.net/post/9783/65419</link>
<comments>http://HBearcat.itpub.net/post/9783/65419</comments>
<guid>http://HBearcat.itpub.net/post/9783/65419</guid>
<dc:creator>HBearcat</dc:creator>
<category>资源共享</category>
<pubDate>Tue,04 04 2006 11:18:22</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
<item>
<title>灾难性的损失</title>
<description>今天一大早起来，发现裤子不见了，开始以为掉床底了，我地毯式的搜索了床下，结果一无所获，最后在阳台上发现了我的裤子，被卷成了一团，我一下明白了发生了什么事--------家里被盗了；我检查了口袋发现钱包还在，我有点侥幸了，但是最后发现剩下的只有我的证件、银行卡、几张饭票还有50块RMB，痛苦，我才搬的新家，在七楼，房门也没有事，估计是从窗户上偷的，难道这个贼就是传说中的“蜘蛛侠”，本来身上的钱是打算买MP3的，结果没了，不过这个贼还算比较好的，给我留了点钱，没有把我的证件扔掉，不过我还是痛恨他，他把我一个月的财产...</description>
<link>http://HBearcat.itpub.net/post/9783/65369</link>
<comments>http://HBearcat.itpub.net/post/9783/65369</comments>
<guid>http://HBearcat.itpub.net/post/9783/65369</guid>
<dc:creator>HBearcat</dc:creator>
<category>网络心情</category>
<pubDate>Tue,04 04 2006 08:30:34</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
<item>
<title>搬家真辛苦</title>
<description>上个周末搬了次家，我都纳闷我怎么会有这么多的东西，我过来的时候才一个箱子，现在居然要找车拉。刚住了一个多月的新房，实在不想搬，还有压金都没有退了，可是我实在忍受不了电压不稳带给我的痛苦，跟那房东讲不通，好像是语言不通似的，弄得我无语。从五楼搬到七楼，差点没有累趴下了，好久没有锻炼过了，看来不锻炼不行了啊！</description>
<link>http://HBearcat.itpub.net/post/9783/63774</link>
<comments>http://HBearcat.itpub.net/post/9783/63774</comments>
<guid>http://HBearcat.itpub.net/post/9783/63774</guid>
<dc:creator>HBearcat</dc:creator>
<category>网络心情</category>
<pubDate>Wed,29 03 2006 11:32:55</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
<item>
<title>最近在学习WebService和SOA，希望能有收获</title>
<description>前段时间项目里有个功能需要用WebService实现，搞了我几个星期，发现自己在这方面是文盲来的，只好努力学下了</description>
<link>http://HBearcat.itpub.net/post/9783/63754</link>
<comments>http://HBearcat.itpub.net/post/9783/63754</comments>
<guid>http://HBearcat.itpub.net/post/9783/63754</guid>
<dc:creator>HBearcat</dc:creator>
<category>网络心情</category>
<pubDate>Wed,29 03 2006 11:05:36</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
<item>
<title>引用：高效程序员应该养成的七个习惯</title>
<description>高效程序员应该养成的七个习惯(原文地址：http://kb.csdn.net/java/Articles/200602/4fb7bfe2-1435-40b3-a379-d740d60bda74.html)对于软件工程师来说，工作也许意味着许多东西 -- 稳定的收入、做自己感兴趣的项目、找一份更好工作的跳板，或者你只是喜欢与其他程序员共事。但说到“效率”，强调的是在一定时间内按质完成项目的能力。Phil Chu根据自己的经验提出了高效程序员应该养成的七个习惯。建议去看看作者的原文(可能需要代理才能正常访问)。　　理解你的需求　　成为一个有效率的程序员首先要知道如何正确的支配自己的时间。对时间最...</description>
<link>http://HBearcat.itpub.net/post/9783/56042</link>
<comments>http://HBearcat.itpub.net/post/9783/56042</comments>
<guid>http://HBearcat.itpub.net/post/9783/56042</guid>
<dc:creator>HBearcat</dc:creator>
<category>资源共享</category>
<pubDate>Tue,28 02 2006 08:44:47</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
<item>
<title>.NET相关资源</title>
<description>.NET相关资源(以前收集的，好像有些地址不能用了，请不要扔砖头)1、DataGrid动态模板列更新数据并且分页的例子http://www.cnblogs.com/lovecherry/archive/2005/03/26/126102.html2、DataGrid动态添加模板列的一个例子http://www.cnblogs.com/lovecherry/archive/2005/03/25/125526.html3、DataGrid实现增删（带提示）改和分页 http://www.cnblogs.com/lovecherry/archive/2005/03/25/125487.html4、怎么在绑定后动态改变DataGrid中的内容 http://www.cnblogs.com/lovecherry/archive/2005/03/25/125492.html5、怎么为DataGrid中的链接设置...</description>
<link>http://HBearcat.itpub.net/post/9783/55266</link>
<comments>http://HBearcat.itpub.net/post/9783/55266</comments>
<guid>http://HBearcat.itpub.net/post/9783/55266</guid>
<dc:creator>HBearcat</dc:creator>
<category>资源共享</category>
<pubDate>Fri,24 02 2006 15:14:34</pubDate>
<source url="http://HBearcat.itpub.net/rss/rss20/9783">黄昏即黎明</source>
</item>
   </channel>
</rss>



