隨筆 - 6  文章 - 129  trackbacks - 0
          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          常用鏈接

          留言簿(14)

          隨筆檔案(6)

          文章分類(467)

          文章檔案(423)

          相冊

          收藏夾(18)

          JAVA

          搜索

          •  

          積分與排名

          • 積分 - 827156
          • 排名 - 49

          最新評論

          閱讀排行榜

          評論排行榜

          12 2010 檔案

          Openbravo ERP Development Environment - Stack Setup
               摘要: This article explains in detail how to install and configure the whole stack required for a Openbravo ERP development environment, including:

          * PostgreSQL.
          * Oracle.
          * Sun JDK.
          * Apache Ant.
          * Apache Tomcat.  閱讀全文

          posted @ 2010-12-31 08:31 Ke 閱讀(787) | 評論 (0)  編輯

          Ubuntu 下使用遠程桌面連接 rdesktop[轉載 -> 保存]
               摘要: 通過圖形界面的 tsclient 來遠程訪問非常簡單,照著界面上選項配置即可。這里我只記錄一個問題及其解決。當我們設置為全屏模式的話,tsclient 將以 -f 的參數來啟動 rdesktop,按照正常情況,退出全屏的方式是使用 Ctrl+Alt+Enter 按鍵組合。可是這個組合在啟動了 Compiz 特效的 Ubuntu 下失效了。解決的辦法很簡單,打開 Compiz 的配置管理(首選項->Compiz Config Settings Manager),找到 Utility 下的“工作區”配置,進去后,去掉“舊式全屏支持”的選項,問題即可解決。  閱讀全文

          posted @ 2010-12-09 18:37 Ke 閱讀(1930) | 評論 (0)  編輯

          openbravo中圖片 IMG 顯示方式 2010-12-5
               摘要: --Openbravo_ERP_250.css
          .Menu_ToolBar_Button_Icon_logout {
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(Menu/ToolBar/iconLogout.png); /** sprite-ref: xxspritexx_V; sprite-alignment-ltr: left; */
          }  閱讀全文

          posted @ 2010-12-05 12:12 Ke 閱讀(213) | 評論 (0)  編輯

          config.getServletContext().getRealPath("/")返回NULL的解決辦法
               摘要: java.net.URL url = this.getClass().getResource("/");
          String mSchemaPath = url.getFile();
          if (mSchemaPath != null || !mSchemaPath.equals("")) {
          String separator = "/";
          int lastSlash = mSchemaPath.lastIndexOf(separator);
          if (lastSlash == -1) {
          separator = "\\";
          lastSlash = mSchemaPath.lastIndexOf(separator);
          }
          prefix = mSchemaPath.substring(0, lastSlash);  閱讀全文

          posted @ 2010-12-03 22:06 Ke 閱讀(2435) | 評論 (0)  編輯

          主站蜘蛛池模板: 鄂尔多斯市| 昌吉市| 汨罗市| 呼和浩特市| 思南县| 余姚市| 曲麻莱县| 拉萨市| 江安县| 寿光市| 惠东县| 大同市| 南安市| 鄂州市| 东安县| 凤庆县| 吐鲁番市| 维西| 布拖县| 大姚县| 隆回县| 共和县| 武陟县| 新巴尔虎左旗| 晋州市| 通江县| 肇庆市| 固镇县| 辰溪县| 宽城| 德庆县| 佛坪县| 定州市| 贵定县| 汕头市| 平乡县| 抚宁县| 延津县| 宁德市| 荔浦县| 株洲市|