1.修改router資料夾下的index.js或者router.js中的
export default new router(),
routes: constantroutermap
})
在其中增加 base節點,節點的值和伺服器上tomcat下部署專案的資料夾名字相同(test)
3.修改\build\webpack.prod.conf.js檔案
output: ,
在output節點下增加publicpath節點,publicpath的值一般都是絕對路徑『/test/』,根據自己的實際路徑修改
4.執行npm run build --prod (prod引數可選)匯出的包是在dist資料夾
6.啟動tomcat(cd bin ,sh start.sh)
7.瀏覽器訪問http://伺服器ip:埠號/test
vue中把變數從 js檔案中引入
前言 在vue開發中,我們通常把資料定義在data 裡面。但是當此頁的資料很多的時候,就會去定義很多個變數名,這樣不僅不太美觀,而且不利於模組化的開發。所以可以嘗試著將這些變數放到乙個.js檔案裡面,然後再在.vue檔案裡去使用就好啦!在assets下新建乙個js資料夾,在components下新建...
android工程中把資料儲存到檔案中的class
import android.content.context import android.content.sharedpreferences import android.util.log public class sharedpreferenceshelper return sharedpref...
把磁碟陣列掛到linux 系統上來
把磁碟陣列掛到 linux 系統上來 root database1 fdisk l disk dev sda 146.9 gb,146999869440 bytes 255 heads,63 sectors track,17871 cylinders units cylinders of 16065...