隨筆-126  評論-247  文章-5  trackbacks-0
            2014年6月10日
               摘要: 介紹如何用 maven 為開發(fā)環(huán)境、測試環(huán)境、生產(chǎn)環(huán)境等打包出不同的適應(yīng)各個環(huán)境的 WAR 包。  閱讀全文
          posted @ 2015-06-27 21:26 fancydeepin 閱讀(16517) | 評論 (0)編輯 收藏
               摘要: 介紹 maven 多模塊項目的創(chuàng)建和配置。  閱讀全文
          posted @ 2015-06-27 16:47 fancydeepin 閱讀(27910) | 評論 (0)編輯 收藏
               摘要: 圖解 nexus 搭建 maven 私服。  閱讀全文
          posted @ 2015-06-27 14:04 fancydeepin 閱讀(8677) | 評論 (0)編輯 收藏
               摘要: 鏡像通常可以提供比遠(yuǎn)程中央倉庫更好的服務(wù),提升構(gòu)件下載的速度。  閱讀全文
          posted @ 2015-06-23 23:09 fancydeepin 閱讀(6851) | 評論 (0)編輯 收藏
               摘要: maven 中 jetty 插件的使用和常用配置的介紹。  閱讀全文
          posted @ 2015-06-23 15:05 fancydeepin 閱讀(49103) | 評論 (5)編輯 收藏
               摘要: 配置 maven 默認(rèn)使用的 jdk 版本。  閱讀全文
          posted @ 2015-06-23 09:45 fancydeepin 閱讀(41003) | 評論 (0)編輯 收藏
               摘要: eclipse maven 插件離線安裝,提供 eclipse maven 離線安裝包下載。  閱讀全文
          posted @ 2015-06-21 23:45 fancydeepin 閱讀(325813) | 評論 (77)編輯 收藏
               摘要:
          版本選擇:

          1> maven 3.3, 要求 jdk 1.7 或 jdk 1.7+

          2> maven 3.2, 要求 jdk 1.6 或 jdk 1.6+

          3> maven 3.1, 要求 jdk 1.5 或 jdk 1.5+

          4> maven 3.0, 要求 jdk 1.5 或 jdk 1.5+
            閱讀全文
          posted @ 2015-06-21 22:29 fancydeepin 閱讀(6231) | 評論 (2)編輯 收藏
               摘要: ORCP(Object Relational Creator Plugin for Eclipse,eclipse 對象關(guān)系生成器插件)。支持的 eclipse 最低版本為 3.6(Helios),myeclipse 以其基于的 eclipse 版本為準(zhǔn)。ORCP V1.0.1 修復(fù)了與 maven 等基于 velocity 插件沖突的 BUG。
          離線插件:org.lychie.eclipse.plugin.orc_1.0.1.jar(提取碼:2949),離線插件:org.lychie.eclipse.plugin.orc_1.0.1.zip(提取碼:847b)  閱讀全文
          posted @ 2015-02-08 22:47 fancydeepin 閱讀(5691) | 評論 (1)編輯 收藏
               摘要: 依賴于POI,封裝了EXCEL的讀寫操作,兼容2003和2007  閱讀全文
          posted @ 2015-01-22 09:38 fancydeepin 閱讀(5062) | 評論 (2)編輯 收藏
               摘要:
          17.ubuntu 防火墻
          16.ubuntu 開啟 ssh 服務(wù)
          15.ubuntu jdk 安裝與配置
          14.ubuntu tomcat 安裝與配置
          13.ubuntu mysql 安裝
          12.ubuntu root 和 user 用戶切換
          11.linux more 命令
          10.linux tar 命令
          09.linux chmod 命令
          08.linux touch 命令
          07.linux cat 命令
          06.linux mv 命令
          05.linux rm 命令
          04.linux cp 命令
          03.linux mkdir 命令
          02.linux cd 命令
          01.linux ls 命令   閱讀全文
          posted @ 2014-09-28 15:54 fancydeepin 閱讀(3384) | 評論 (2)編輯 收藏
               摘要: @RequestMapping 有兩種標(biāo)注方式,一種是標(biāo)注在類級別上,一種是標(biāo)注在方法級別上。
          標(biāo)注在方法上時,value 表示訪問該方法的 URL 地址。標(biāo)注在類上時,value 相當(dāng)于一個命名空間,即訪問該 Controller 下的任一方法都需要帶上這個命名空間。
          方法級別上的 @RequestMapping 標(biāo)注是必須的,否則方法無法被正確訪問。類級別上的 @RequestMapping 標(biāo)注不是必須的,在不寫的情況下,方法上定義的 URL 都是絕對地址;否則,方法上定義的 URL 都是相對于它所在的 Controller 的。  閱讀全文
          posted @ 2014-08-15 21:35 fancydeepin 閱讀(39588) | 評論 (1)編輯 收藏
               摘要: spring mvc 系列(1)環(huán)境的搭建和配置,簡單完整的起手例子 HelloWorld。  閱讀全文
          posted @ 2014-08-15 09:39 fancydeepin 閱讀(6297) | 評論 (1)編輯 收藏
               摘要: 不用寫一句 Java 代碼,輕松生成驗證碼圖片和二維碼圖片。

          無法顯示驗證碼圖片

          無法顯示驗證碼圖片

          無法顯示驗證碼圖片

          無法顯示驗證碼圖片
            閱讀全文
          posted @ 2014-08-03 11:42 fancydeepin 閱讀(6896) | 評論 (3)編輯 收藏
               摘要:   閱讀全文
          posted @ 2014-06-10 23:41 fancydeepin 閱讀(1382) | 評論 (0)編輯 收藏
          主站蜘蛛池模板: 东方市| 临邑县| 宣威市| 阜平县| 涿鹿县| 安国市| 沙湾县| 建瓯市| 陇西县| 丹东市| 宜黄县| 永新县| 习水县| 托克逊县| 天镇县| 高淳县| 太仆寺旗| 雷州市| 炎陵县| 莱西市| 长汀县| 邢台市| 雷波县| 上犹县| 开原市| 乌什县| 开平市| 观塘区| 浏阳市| 壶关县| 封丘县| 宁陕县| 赤城县| 金寨县| 定安县| 兰坪| 阳泉市| 杭锦后旗| 响水县| 乌拉特中旗| 凤山市|