<?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://hunter006.itpub.net</link>
  <description></description>
 </channel>
    <item>
<title>2008中国之殇（转）</title>
<description>2008白倾泻在南方归途上铺天盖地白的无法无天白的漠视生命2008绿跳动在液晶屏上触目惊心绿的惨不忍睹股市腰斩2008青在cpi上节节攀高房价依旧高起粮价暴涨居民不能承受生活之重2008黄霍乱在天路的尽头跳梁小丑惊扰了那份宁静圣洁雪域动荡2008灰卷起硝烟无数手足口婴儿黑色28天胶济段脱轨相撞的面目全非5.12四川大劫举国全震2008中华大地悲情？五色曲殇？不！奥运圣火依旧坚强世界之巅那抹顽强的红向寰宇唱响不灭的传承在数千年文明面前螳臂挡车的小丑们可笑而又可怜不！第一时间亲临灾区那位可敬的66岁老人劳累的声音已微带沙哑铿锵语气却披...</description>
<link>http://hunter006.itpub.net/post/22967/462114</link>
<pubDate>Fri,16 05 2008 13:25:56</pubDate>
</item>
<item>
<title>System developing methodology or process model</title>
<description>ASD(Adaptive Software Dev) Cleanroom CMMI(CMM Integration) Crystal DSDM(Dynamic Systems Dev) FDD(Feature Driven Dev) JAD(Joint Application Dev) Lean Development PSP(Personal Software Proc) RAD (Rapid Application Dev) RUP (Rational Unified Proc) Scrum Spiral SW-CMM (CMM for Software) TSP (Team Software Process) Waterfall XP (eXtreme Programming)ASD(Adaptive Software Dev) Cleanroom CMMI(CMM Integration) Crystal DSDM(Dynamic Systems Dev) FDD(Feature Driven Dev) JAD(Joint Application Dev) Lean Devel...</description>
<link>http://hunter006.itpub.net/post/22967/461131</link>
<pubDate>Mon,05 05 2008 10:35:29</pubDate>
</item>
<item>
<title>ppt制作的原则和技巧-整理 (转)</title>
<description>我们做演讲的目是为了使听众接收某种信息，他们对信息接收的程度有许多影响因素，包括你信息本身、你的演讲技巧，当然也包括你的幻灯片。我们做演讲的目是为了使听众接收某种信息，他们对信息接收的程度有许多影响因素，包括你信息本身、你的演讲技巧，当然也包括你的幻灯片。如果观众发现你的幻灯片非常专业、言简意赅，对你的第一印象会很好，他们会记住你，并且认为你就同幻灯片一样清楚、简洁和有逻辑，甚至更容易记住你演讲的信息，这就是你的目的。虽然ppt及其他软件为我们提供了令人眼花缭乱的制作手段，但是专业化的幻灯片并不是各...</description>
<link>http://hunter006.itpub.net/post/22967/461130</link>
<pubDate>Mon,05 05 2008 10:33:57</pubDate>
</item>
<item>
<title>c/c++ 学习</title>
<description>先从c++开始吧，c++就同java 应该有不小的差异，或者因为没有细看c++语法吧。今天看到虚函数的概念就晕了半天，其实c++虚函数的作用和java Interface作用类似。不过实现的有些别扭罢了。设计模式这段时间看了看，越看越晕，当然越看越有收获，书读三遍，其义自现。其实GOF这本书翻译的相当不错了，比其他类似的书好多了。基本思想：面向Contract编程，而不是Implementation. 找出vary things, encapsulate 他们，就是设计模式的基本思想了。也是gof始终强调的，不过以前没有领会到。</description>
<link>http://hunter006.itpub.net/post/22967/388642</link>
<pubDate>Tue,28 08 2007 14:39:29</pubDate>
</item>
<item>
<title>配好 Europa C++ Environment</title>
<description>familiar with eclipse, so when i decide to learn c/c++. The first react is to www.eclipse.org. Just right, get the Europa C++.Now, let me introduce the process to config it. The first step is to download the Europa C++ bundle. but the Europa c++ bundle can't work on windows. you must config c/c++ compiler for it. next i will give you my step to config it. use Eclipse's help content-build your first c/c++ appliaction-- before you start, where give a detail how to config c/c++ compile environment....</description>
<link>http://hunter006.itpub.net/post/22967/313593</link>
<pubDate>Wed,25 07 2007 10:02:20</pubDate>
</item>
<item>
<title>获取某月天数的方法</title>
<description>JavaScript:function getLeap(iYear,iMonth){var DayNumber=new Array(11) //Array to save every month daysDayNumber[0]=DayNumber[2]=DayNumber[4]=DayNumber[6]=DayNumber[7]=DayNumber[9]=DayNumber[11]=31;DayNumber[3]=DayNumber[5]=DayNumber[8]=DayNumber[10]=30;if (iYear%4==0&amp;&amp;((iYear%100!=0)||(iYear%400==0)))DayNumber[1] = 29;elseDayNumber[1] = 28;return DayNumber[iMonth-1];}SQL:SELECT to_number( to_char(last_day(to_date('2007-01-24','yyyy-mm-dd')),'DD')) from dualjava:public static int getMaxDaysOfMont...</description>
<link>http://hunter006.itpub.net/post/22967/283260</link>
<pubDate>Tue,24 04 2007 14:00:12</pubDate>
</item>
<item>
<title>j2EE 开源</title>
<description>引用地址：J2EE开发的框架或开源项目做个介绍,可以根据需求选用适当的开源组件进行开发.主要还是以Spring为核心,也总结了一些以前web开发常用的开源工具和开源类库 http://blog.csdn.net/chenlaoshi/archive/2006/09/12/1210564.aspx主要就我所了解的http://blog.csdn.net/chenlaoshi/archive/2006/09/12/1210564.aspx1持久层:1)Hibernate这个不用介绍了,用的很频繁,用的比较多的是映射,包括继承映射和父子表映射对 于DAO在这里介绍个在它基础上开发的包bba96,目前最新版本是bba96 2.0它对Hibernate进行了封装, 查询功能包括执行hsql或者s...</description>
<link>http://hunter006.itpub.net/post/22967/215423</link>
<pubDate>Sat,30 09 2006 09:11:34</pubDate>
</item>
<item>
<title>DWR说明的翻译</title>
<description>DWR ：轻松结合Ajax和JAVADWR（Direct Web Remoting）是一个基于Java的开源类库，它能使你方便的编写Ajax的web 站点。DWR可以使运行在浏览器中的代码调用运行在服务器端的Java函数非常简单，就像这些Java函数也运行在浏览器。DWR包含两个主要部分：l 运行在服务器端的Servlet 处理请求，并将响应结果送回到客户端；l 运行在Browser 中的JavaScript发送请求，并且能动态的更新网页内容。DWR的工作原理是：基于java类动态的生成JavaScript代码。代码实现一些了一些Ajax的功能，让人感觉代码的执行过程发生在Browser，实际上是服务器在执行这...</description>
<link>http://hunter006.itpub.net/post/22967/207493</link>
<pubDate>Tue,12 09 2006 15:13:01</pubDate>
</item>
<item>
<title>AJAX框架汇总</title>
<description>这个东西响起来一些时间了，不过我对他的使用一直持谨慎的态度，我认为这个东西在一般的B/S系统中最大的用处就是信息的及时更新，从这个角度上讲我比较喜欢用 DWR。其他类似像google地图，我认为更大的是炒作的概念，真正实用的不多。不过随着SOA概念的结合，应该是有发展的前景。AJAX框架汇总-----引用引言(from http://www.duduwolf.com) 此文原出于AJAX Patterns网站的一篇《Ajax Frameworks》的wiki文章，很早前我就注意到，后来在国内也有人翻译了，不过最近发现此wiki还是在不断添加维护中，截止此文发布前，作者又添加了好几个新诞...</description>
<link>http://hunter006.itpub.net/post/22967/207489</link>
<pubDate>Tue,12 09 2006 15:03:36</pubDate>
</item>
<item>
<title>兔窝开张</title>
<description>老婆象兔子，我家叫兔窝，因此把家搬到这。欢迎大家捧场。在这里谈论计算机方面的话题、工作生活。</description>
<link>http://hunter006.itpub.net/post/22967/205713</link>
<pubDate>Fri,08 09 2006 17:05:51</pubDate>
</item>
 </rdf:RDF>


