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

          常用鏈接

          留言簿(14)

          隨筆檔案(6)

          文章分類(467)

          文章檔案(423)

          相冊

          收藏夾(18)

          JAVA

          搜索

          •  

          積分與排名

          • 積分 - 827222
          • 排名 - 49

          最新評論

          閱讀排行榜

          評論排行榜

          02 2011 檔案

          查出不連續(xù),中斷的流水碼
               摘要: select b.SEQ - a.SEQ, b.SEQ, a.SEQ from
          ( select SEQ , ROWNUM RN from (select SEQ from LWH_TEST order by SEQ) ) a,
          ( select SEQ , ROWNUM RN from (select SEQ from LWH_TEST order by SEQ) ) b
          where a.RN+1 = b.RN
          and b.SEQ - a.SEQ > 1  閱讀全文

          posted @ 2011-02-23 15:55 Ke 閱讀(601) | 評論 (3)  編輯

          Openbravo ERP - Localization Process
               摘要: * 從Module Type列表,選Module.
          * 在Name字段,輸入Java package name of the translation, using the correct naming convention.
          * Complete the Description and Help fields, using the language that you are translating into.
          * Select the Is translation module option.
          * Clear the Has reference data, Translation required and Has chart of accounts options.
          * Select the In development option. Remember that you cannot work on a module unless the In development option is sele  閱讀全文

          posted @ 2011-02-20 14:19 Ke 閱讀(482) | 評論 (0)  編輯

          頁面自動刷新代碼
               摘要:
          它的含義:在5分鐘之后正在瀏覽的頁面將會自動變?yōu)閠arget.html這一頁。代碼中300為刷新的延遲時間,以秒為單位。targer.jsp為你想轉(zhuǎn)向的目標(biāo)頁,若為本頁則為自動刷新本頁。  閱讀全文

          posted @ 2011-02-12 17:24 Ke 閱讀(102) | 評論 (0)  編輯

          使用response方法清除瀏覽器緩存
               摘要: response.setHeader("Pragma","No-cache");
          response.setHeader("Cache-Control","no-cache");
          response.setDateHeader("Expires", 0);   閱讀全文

          posted @ 2011-02-12 17:19 Ke 閱讀(968) | 評論 (0)  編輯

          Openbravo ERP - Human Capital Management-代碼修改
               摘要: Add Team Manager

          org.openbravo.hcm.common.ad_process.HCMC_addmanager_process.java

          final Calendar today = Calendar.getInstance();
          final SimpleDateFormat sdf = new SimpleDateFormat();
          sdf.applyPattern(bundle.getContext().getJavaDateFormat());

          final Date effectiveFrom = sdf.parse(strEffectiveFrom);
          final Date effectiveTo = ((strEffectiveTo != null && strEffectiveTo != "") ? sdf
          .parse(strEffectiveTo) : null);
            閱讀全文

          posted @ 2011-02-11 16:26 Ke 閱讀(343) | 評論 (0)  編輯

          主站蜘蛛池模板: 兰考县| 岐山县| 永福县| 怀安县| 高阳县| 红原县| 朝阳市| 东方市| 故城县| 武夷山市| 柳林县| 合江县| 泽州县| 阜新市| 绥芬河市| 即墨市| 泰顺县| 中阳县| 承德市| 康定县| 临湘市| 昭觉县| 宝丰县| 香港| 彭泽县| 金湖县| 特克斯县| 肇庆市| 固镇县| 永川市| 辉南县| 汾西县| 连平县| 禄劝| 宁海县| 项城市| 德江县| 夏河县| 锡林浩特市| 遂平县| 株洲县|