原创 調用webService方式之一(比較懶得方式)

1.Dos命令生成服務端代碼:wsimport -s . (wsdl地址) 2.將生成的代碼導入實際的項目中,就可以啦 demo: Java調用: URL wsdlDocumentLocation = new URL(ENDPOINT

原创 POI導出#JQuery+SpringMVC+POI

前端 html <div id="kbDrawInfoTb" style="padding:5px 10px;"><form id="kbDrawSearchForm" method="get">手機號:<input class="eas

原创 cursor遊標(Mysql 存儲過程之結果集的循環操作)

demo format: BEGIN    declare cursorName cursor for (select sql);          //聲明遊標和取得結果集     declare continue handler fo

原创 Mybatis <choose>標籤的使用:多條獨立sql,選擇執行

demo:本人項目的使用的需求場景:統計每日:會員,會員登入,會員註冊,會員活躍,的總數,接口返回的欄位都是total,date,module,只不過模塊不一樣使用的表和獲取數據的字段的不同;(供參考)<select id="analyt