一、上傳輪播(包含檔案)
/**
* 新增輪播資訊
//儲存檔案
file storefile = new file(rootpath + realpath);
file.transferto(storefile);
//寫入資料庫
carousel.setphotopath(realpath);
if (carousel != null)
return recycleresult.ok();
}
二、nginx**(儲存到本地磁碟)
server
error_page 500 502 503 504 /50x.html;
location = /50x.html
}
重啟: ./nginx -s reload
三、訪問本地資源(根據id訪問輪播詳情)
(1)獲取url引數 id
$(function() );
//獲取頁面傳遞引數
function getrequest()
} return therequest;
}
(2)根據id獲取相應資訊
//檢視輪播圖詳細資訊
function viewcarouseldetailbyid(id)
})} )
}
//時間格式化
function timestamptotime(timestamp)
(3)結合vue.js渲染資料
}
本地檔案跨域訪問
在本地做vue開發的過程中,通過vue resource來做資料互動,粘上 先看看吧 src script src script window.onload function created script div 請求當前目錄下的data.txt檔案,但是chrome會抱乙個錯誤 原因是因為 瀏覽器...
URL資源跨域訪問 跨域使用session資訊
silverlight 出於對安全性的考慮預設情況下對url的訪問進行了嚴格的限制,只允許訪問同一子域下的url資源。下表列出了silverlight 2.0 中 url 訪問規則 webclient物件 media images asx xaml 檔案 font 檔案 流 允許的協議 跨協議訪問 ...
nginx 靜態資源跨域訪問問題
最近做了乙個nginx的靜態服務,可是前端訪問出現跨域問題。網上一大堆的方法,不外乎 add header access control allow origin add header access control allow methods get,post,options add header ...