成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

利用java怎么在項(xiàng)目啟動(dòng)時(shí)執(zhí)行指定的方法-創(chuàng)新互聯(lián)

這篇文章將為大家詳細(xì)講解有關(guān)利用java怎么在項(xiàng)目啟動(dòng)時(shí)執(zhí)行指定的方法,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個(gè)參考,希望大家閱讀完這篇文章后對(duì)相關(guān)知識(shí)有一定的了解。

創(chuàng)新互聯(lián)建站-專業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設(shè)、高性價(jià)比金林網(wǎng)站開(kāi)發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫(kù),直接使用。一站式金林網(wǎng)站制作公司更省心,省錢(qián),快速模板網(wǎng)站建設(shè)找我們,業(yè)務(wù)覆蓋金林地區(qū)。費(fèi)用合理售后完善,10余年實(shí)體公司更值得信賴。

1.配置web.xml

 <listener> 
 <listener-class>com.listener.InitListener</listener-class> 
</listener>

2.編寫(xiě)InitListener類

package com.listener;

import java.io.File;

import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;

import com.seegot.util.PropertyUtil;

public class InitListener implements ServletContextListener {

 @Override
 public void contextDestroyed(ServletContextEvent arg0) {
  // TODO Auto-generated method stub

 }

 @Override
 public void contextInitialized(ServletContextEvent arg0) {
  // TODO Auto-generated method stub
  System.out.println("================>[ServletContextListener]自動(dòng)加載啟動(dòng)開(kāi)始."); 
  String resourceFilesPath = PropertyUtil.getProperty("tempZipPath");
  clearFiles(resourceFilesPath);
 }
 // 刪除文件和目錄
 private static boolean clearFiles(String workspaceRootPath) {
  File file = new File(workspaceRootPath);
  if (file.exists()) {
   deleteFile(file);
  }
  // resources 文件夾被刪除后需新建
  if (!file.exists() && workspaceRootPath.endsWith("resources")) {
   return file.mkdir();
  } else if (!file.exists()) {
   return true;
  }
   return false;
  }

 private static boolean deleteFile(File file) {
  if (file.isDirectory()) {
   File[] files = file.listFiles();
   for (int i = 0; i < files.length; i++) {
    deleteFile(files[i]);
   }
  }
   return file.delete();
 } 
}

關(guān)于利用java怎么在項(xiàng)目啟動(dòng)時(shí)執(zhí)行指定的方法就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺(jué)得文章不錯(cuò),可以把它分享出去讓更多的人看到。

當(dāng)前標(biāo)題:利用java怎么在項(xiàng)目啟動(dòng)時(shí)執(zhí)行指定的方法-創(chuàng)新互聯(lián)
路徑分享:http://jinyejixie.com/article36/pessg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供App開(kāi)發(fā)、手機(jī)網(wǎng)站建設(shè)品牌網(wǎng)站建設(shè)、全網(wǎng)營(yíng)銷推廣標(biāo)簽優(yōu)化、軟件開(kāi)發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)
和田县| 永登县| 宾阳县| 武强县| 右玉县| 图片| 武强县| 石嘴山市| 博乐市| 化州市| 顺昌县| 青海省| 将乐县| 茂名市| 山西省| 沂源县| 长寿区| 本溪| 长沙县| 大同市| 沅陵县| 马关县| 望都县| 霍州市| 栖霞市| 鄢陵县| 西林县| 宁远县| 新蔡县| 池州市| 东港市| 崇信县| 龙陵县| 三台县| 沂南县| 鸡东县| 西盟| 亚东县| 金川县| 肥西县| 周至县|