Loading...

          java .net

          學習java

          在學習java過程中積累知識
          maven的helloword

          posted @ 2011-04-18 16:09 豬 閱讀(1337) | 評論 (5)  編輯

          java.lang.InstantiationException

          posted @ 2009-12-29 12:19 豬 閱讀(624) | 評論 (0)  編輯

          java.lang.IllegalStateException STREAMED

          posted @ 2009-10-19 13:48 豬 閱讀(3073) | 評論 (0)  編輯

          在eclipse中 高亮顯示相同的變量

          posted @ 2009-10-17 20:41 豬 閱讀(1344) | 評論 (0)  編輯

          昨天試著弄了個SSH的demo

          posted @ 2009-10-17 20:39 豬 閱讀(315) | 評論 (0)  編輯

          google app engine for java:org.datanucleus.exceptions.NucleusUserException

          posted @ 2009-10-14 18:01 豬 閱讀(418) | 評論 (0)  編輯

          用DateFormat的parse方法驗證字符串是否是日期的問題

          posted @ 2009-07-13 17:11 豬 閱讀(2181) | 評論 (1)  編輯

          部署我的Google App Engine

          posted @ 2009-04-19 00:32 豬 閱讀(6445) | 評論 (6)  編輯

          hibernate異常

          posted @ 2009-03-31 13:27 豬 閱讀(469) | 評論 (0)  編輯

          獲取這個月的最后一天

          posted @ 2009-03-31 13:23 豬 閱讀(634) | 評論 (0)  編輯

          開始學習struts2(六)

          posted @ 2009-01-16 16:08 豬 閱讀(294) | 評論 (0)  編輯

          開始學習struts2(五)

          posted @ 2009-01-13 11:26 豬 閱讀(293) | 評論 (0)  編輯

          開始學習struts2(四)

          posted @ 2009-01-08 13:30 豬 閱讀(282) | 評論 (0)  編輯

          開始學習struts2(三)

          posted @ 2009-01-05 13:12 豬 閱讀(291) | 評論 (0)  編輯

          開始學習struts2(二)

          posted @ 2009-01-05 10:47 豬 閱讀(303) | 評論 (0)  編輯

          開始學習struts2

          posted @ 2008-12-29 23:06 豬 閱讀(2243) | 評論 (6)  編輯

          自定義Annotation

          posted @ 2008-12-28 16:47 豬 閱讀(3837) | 評論 (6)  編輯

          Eclipse設置項目jdk的問題

          posted @ 2008-12-04 15:02 豬 閱讀(4433) | 評論 (1)  編輯

          重溫Hibernate基礎--get/load的區(qū)別

          posted @ 2008-11-07 10:15 豬 閱讀(1990) | 評論 (2)  編輯

          javascript 將給定日期增加n個月

          posted @ 2008-10-26 18:37 豬 閱讀(1252) | 評論 (0)  編輯

          DWR Convert

          posted @ 2008-10-23 17:34 豬 閱讀(614) | 評論 (0)  編輯

          隨機快速排序算法

          posted @ 2008-10-23 17:24 豬 閱讀(1738) | 評論 (4)  編輯

          用javascript獲取和設置style

          posted @ 2008-10-10 14:49 豬 閱讀(4348) | 評論 (1)  編輯

          用Url Rewrite Filter重寫url

          posted @ 2008-09-24 18:04 豬 閱讀(4767) | 評論 (4)  編輯

          普元培訓第五天

          posted @ 2008-09-18 21:01 豬 閱讀(1839) | 評論 (6)  編輯

          通過Xpath來訪問數據

          posted @ 2008-09-18 13:48 豬 閱讀(436) | 評論 (0)  編輯

          普元培訓第三天

          posted @ 2008-09-16 18:22 豬 閱讀(1734) | 評論 (0)  編輯

          普元EOS培訓第二天

          posted @ 2008-09-11 21:16 豬 閱讀(3472) | 評論 (6)  編輯

          普元EOS培訓第一天
               摘要: 普元EOS,面向構件的開發(fā)

          公司要購進普元的EOS開發(fā)工具,組織為期5天的培訓  閱讀全文

          posted @ 2008-09-10 17:47 豬 閱讀(4593) | 評論 (7)  編輯

          jsp下載文件的問題

          posted @ 2008-09-05 12:49 豬 閱讀(926) | 評論 (0)  編輯

          一點心得
               摘要: 忙里偷閑
          一直想寫一個blog程序
          架子打起來了,用struts1.2+hibernate

          如何為用戶的url做轉向,比如http://www.aygfsteel.com/liuspring,怎樣轉向屬于liuspring的文章、留言、評論啊等等,簡單的說就是liuspring的頁面,
          這個問題可把我難住了(功力太淺),于是google上搜開源的blog系統(tǒng),看他們的源碼,首先下的roller,費了好大勁把系統(tǒng)配起來了,運行起來那個高興,接下來暈了,新版本是struts2,還沒研究過,看了一下好像struts2能很容易實現(xiàn)我要的,可是我用的是1.x啊,接著搜,Pebble,blojsom ,DLOG4J ,myblog,都試用了,其中blojsom使用了一個servlet,在里面解析URI,比如請求的地址是/blog/spring/,那么就被解析成/blogView.do?go=spring,以這個地址轉向,從而被struts的控制器接收。  閱讀全文

          posted @ 2008-09-01 21:38 豬 閱讀(1260) | 評論 (2)  編輯

          web.xml中<url-pattern>的3種寫法

          posted @ 2008-09-01 14:13 豬 閱讀(5815) | 評論 (0)  編輯

          看一眼就有新收獲

          posted @ 2008-08-26 22:07 豬 閱讀(150) | 評論 (0)  編輯

          郁悶

          posted @ 2008-08-26 22:07 豬 閱讀(173) | 評論 (0)  編輯

          公告

          希望有一天

          我能用鼠標雙擊我的錢包

          然后選中一張100元

          按住“ctrl+c”

          接著不停的“ctrl+v”

          嘻嘻~~~笑醒~~~



          導航

          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          統(tǒng)計

          常用鏈接

          留言簿(6)

          隨筆分類(102)

          隨筆檔案(398)

          文章分類

          文章檔案(10)

          有趣網絡

          搜索

          積分與排名

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 独山县| 自治县| 陇南市| 郴州市| 凤凰县| 新巴尔虎左旗| 慈利县| 阿瓦提县| 绩溪县| 和田县| 寿阳县| 炉霍县| 深泽县| 乌兰察布市| 乐安县| 博罗县| 措美县| 古浪县| 吴忠市| 隆尧县| 乌鲁木齐县| 长春市| 葫芦岛市| 元氏县| 仲巴县| 廉江市| 东乌珠穆沁旗| 镇平县| 余姚市| 东光县| 桂林市| 巴林右旗| 积石山| 中方县| 宜兰县| 永春县| 定陶县| 呼伦贝尔市| 兴宁市| 花垣县| 蓬安县|