在web開發中,如果需要配置額外的xml屬性檔案。有時在本地執行正常,但是部署到liunx上配置檔案會發生找不到等現象。
有可能是獲取本地路徑時異常。下面介紹幾種獲取當前專案執行路徑的方法。
1、url url = t.class.getprotectiondomain().getcodesource().getlocation();
例如:
url url = crmbussinesscodexmlresolver.class.getprotectiondomain().getcodesource().getlocation();
本地使用jetty啟動獲取到的路徑是:file:/d:/workspace/bsm-server-njgd/target/classes/
通過擷取字段可以獲取到響應的路徑
if (path.startswith("zip")) else if (path.startswith("file")) else if (path.startswith("jar"))
try catch (unsupportedencodingexception e)
C 獲取當前程式執行路徑
獲取當前程序的完整路徑,包含檔名 程序名 string str this.gettype assembly.location result x exe exe檔案所在的目錄 exe檔名 獲取新的 process元件並將其與當前活動的程序關聯的主模組的完整路徑,包含檔名 程序名 string str ...
MFC中,獲取當前EXE執行路徑
程式設計完成mfc工程後交給使用者使用,有一些配置檔案的存放路徑,使用者和開發者不一定相同,可能出現路徑錯誤導致的工程 出現錯誤。因此,要獲取當前exe執行的路徑就相當重要了。在mfc的oninitdlg 中,獲取當前的exe執行路徑 cstring g exepath 全域性變數 oninitdl...
C 獲取當前程式執行路徑
找了一下午的文章,真的非常非常有用 獲取當前程序的完整路徑,包含檔名 程序名 string str this.gettype assembly.location result x exe exe檔案所在的目錄 exe檔名 獲取新的 process 元件並將其與當前活動的程序關聯的主模組的完整路徑,包...