grails Export外掛程式使用

2021-06-08 08:02:54 字數 1202 閱讀 2871

1. gsp頁面head中新增

2. body中適當位置新增

3.控制器中使用

import org.codehaus.groovy.grails.commons.configurationholder

/*****

*export,匯出外掛程式

*****/

def exportservice

def testexport()")

////                exportservice.export(params.format, response.outputstream,user.list(params), [:], [:])//}

/****************/

/******匯出指定列*********/

if(!params.max) params.max = 10

println "testexport>>>>>>>>>>>"+user.list(params);

if(params?.format && params.format != "html")")

list fields = ["id","name", "password"]

map labels = ["id":"id",,"name": "name", "password": "password"]

/* formatter closure in previous releases

def uppercase =

*/// formatter closure

def uppercase =

map formatters = [name: uppercase]

map parameters = [password: "cool password","column.widths":[0.2, 0.3, 0.5]]

exportservice.export(params.format, response.outputstream, user.list(params), fields, labels, formatters, 

parameters)

}/***************/

return [ userinstancelist: user.list( params ) ]

}/*****各引數使用參考官方文件*

*不同格式匯出對應不同的引數

****/

Grunt外掛程式autoprefixer使用指南

在grunt安裝 配置和應用中,我介紹了幾種外掛程式的使用。今天再介紹乙個為相容各大瀏覽器自動新增字首的外掛程式autoprefixer。環境配置好了後,gruntfile.js檔案配置如下 module.exports function grunt single file grunt.regist...

jquery highlight高亮外掛程式使用

jquery highlight官網 該外掛程式可以方便的進行高亮處理。示例 this is a test head input the search key.click 搜尋 button.this is a test body this is a test,a test,test,tes,te,...

NSIS KillProcDLL外掛程式 擴充套件使用

官網文件 解除安裝程式時,結束正在執行的應用程式 killprocdll killproc process name.exe 使用預設提供的killproc方法是強制結束程序,這可能導致意外的情況發生,例如資料丟失,程式崩潰等。為了防止上述的情況,我們需要向退出的應用發生指令,讓其完成退出所需的正常...