try {
//刪除檔案
if(articleinstance.durl)
{//獲得刪除檔案路徑
//def webrootdir = servletcontext.getrealpath("/");
configobject configobject = configurationholder.getconfig()
def webrootdir =configobject.getproperty("uploadfileconfig").urlconfig;
def urllist=articleinstance.durl.split(',');
Grails多附件上傳 GSP篇
gsp頁面 1 form宣告 enctype multipart form data 2 使用的file控制項 記錄檔案數量 顯示檔案資訊 顯示取消刪除提示資訊 3 js js控制取消檔案的上傳 function cancelupload fileinputname else if divfile....
grails安裝部署 Grails資料庫及中文配置
你的位置 技術文件 web 文件詳情 grails資料庫及中文配置 1.資料庫配置檔案內容 datasource pooled false driverclassname com.mysql.jdbc.driver username root password 123456 hibernate ca...
Grails 顯示資料
一 顯示資料 1.在controller中建立乙個showlistcontroller 從資料庫中獲取資料 def show ware是乙個實體類 在資料庫中有同名的表 儲存在list中 乙個方法 def getlist 全域性變數 list scope.list 寫js的方法 scope.getl...