grails 開發總結

2021-08-25 01:57:53 字數 848 閱讀 4488

在使用grails 開發的過程,一些總結,隨筆

1)grails 連線sybase資料亂碼解決辦法

url = "jdbc:sybase:tds:url:5000/jxcbase?charset_converter_class=com.sybase.jdbc2.utils.cp850pureconverter"

2)自定義sql查詢

domain.executequery("select user from buser user where user.name =?",["a"],[max:20,offset:20])

3)統計資料量

domain.count()

domain.countbyfbh()

3) 儲存時候,自定義錯誤顯示

newhzdwzd.errors.allerrors.each ", it.defaultmessage, it.rejectedvalue, it.arguments) + "\r\n"

public string getformatstring(string domain,string p,string rejectedvalue,object b)elseelse if (o instanceof class) else{

np[i] = o.tostring()

return messageformats.format(p,np);

public string getlabel(string name) {

return labels.getlabel(name.tolowercase(),name.tolowercase()) ;

在i3lable-propereies 檔案中配置 domain 的相關資訊

grails安裝部署 Grails資料庫及中文配置

你的位置 技術文件 web 文件詳情 grails資料庫及中文配置 1.資料庫配置檔案內容 datasource pooled false driverclassname com.mysql.jdbc.driver username root password 123456 hibernate ca...

Grails附件刪除

try 刪除檔案 if articleinstance.durl 獲得刪除檔案路徑 def webrootdir servletcontext.getrealpath configobject configobject configurationholder.getconfig def webroo...

Grails 顯示資料

一 顯示資料 1.在controller中建立乙個showlistcontroller 從資料庫中獲取資料 def show ware是乙個實體類 在資料庫中有同名的表 儲存在list中 乙個方法 def getlist 全域性變數 list scope.list 寫js的方法 scope.getl...