或者為的提交路徑:
這裡表示提交到專案的根路徑:
比如:http://localhost:8080/suyuyuan/
表示為訪問專案的根目錄下的 預設載入的首頁,這個預設載入的首頁可以在web.xml中配置:
welcome-file子元素用於指定預設檔案的名稱。welcome-file-list元素可以包含乙個或多個welcome-file子元素。如果在第乙個welcome-file元素中沒有找到指定的檔案,web容器就會嘗試顯示第二個,以此類推。 如:
index.html
index.htm
index.jsp
default.html
default.htm
default.jsp
比如訪問:http://localhost:8080/專案名稱/
這裡是:http://localhost:8080/suyuyuan/
則會先載入:http://localhost:8080/suyuyuan/index.html
載入失敗則往下遞推。
ajax(或者jquery)提交整個form表單
方法一 ajax url localhost 8080 pbr service rest upload imgupload?type 1 data yourformid serialize 你的formid async false,error function request success fun...
查詢檔案或者路徑
1 find 查詢檔案型別,檔案字尾名為.log 7日以後的檔案 find type f name log mtime 7 xargs ls l ls l find type f name log mtime 7 find type f name log mtime 7 exec ls l 查詢檔案...
width為auto或者100 的區別
一 四個理論 1.某div不顯示設定寬度,那麼width為auto.2.某div的width在預設情況設定的是盒子模型中content的值 3.某div的width為100 表示的是此div盒子內容部分的寬度為其父元素的寬度。4.某個div的width不設定,或者設定為auto,那麼表示的這個div...