10월, 2017의 게시물 표시

조심 해야 하는 Mybaits 변수 선언

      < select id = "storeDetail" resultType = "com.moneytip.web.domains.StoreDTO"            parameterType = "hashmap" statementType = "CALLABLE" >           select    *           from STORE_TB where $ {keyField} = # {keyword} ;       </ select > 앞부분에는 $  뒤에 변수에는 #을 사용 한다

jqgrid 에서 export execl 붙이기

필수로 불러 와야 한다 jqgrid는 최신 버젼을 사용 해야 한다 jqGrid Export to CSV, PDF, Excel Export to Excel <script type = "text/javascript" language = "javascript" src = "// cdnjs.cloudflare.com/ajax/libs/jszip/2.5.0/jszip.min.js" ></script> 필수로 불러 와야 한다 jqgrid는 최신 버젼을 사용 해야 한다 <!DOCTYPE html> <html lang = "en" > <head> <!-- The jQuery library is a prerequisite for all jqSuite products --> <script type = "text/ecmascript" src = "../../../js/jquery.min.js" ></script> <!-- This is the Javascript file of jqGrid --> <script type = "text/ecmascript" src = "../../../js/trirand/src/jquery.jqGrid.js" ></script> <!-- This is the localization file of the grid controlling messages, labels, etc. <!-- We support more than 40 localizations --> <script type = "text/ecmascript" src = ...