原创 ssm整合遇到的問題

在這次做小整合項目中我在我的Controller中寫了兩個方法,分別是按照名稱查詢和查詢全部,並用 @RequestMapping(name = "list") 和 @RequestMapping(name = "findAll")分別標

原创 在虛擬機 centos 7中搭建es集羣報錯記錄

ERROR: bootstrap checks failed max file descriptors [4096] for elasticsearch process is too low, increase to at least [

原创 關於CoffeeScript獲取元素上的data-*屬性

需求是提取出選中的勾選框的data-id屬性 ids = ids + "," + id.dataset.id for id in $(".check:checked") ids = ids + "," + id.dataset.id f

原创 關於CoffeeScript爲元素添加屬性

刪除元素的某個屬性: $(".ck").removeAttr 'hidden' 爲元素添加某個屬性 $(".ck").attr 'hidden', "" 記錄一下

原创 SSM整合配置文件

Spring+Mybatis+SpringMVC框架是目前流行的JavaWeb框架組合。 整合主要分爲三層:Controller層    Service層    Dao層Dao層Dao層是數據持久層,主要用來與數據庫進行交互,並且將與數據

原创 Action處理請求參數

一,屬性驅動     1.基本數據類型字段驅動方式的數據傳遞:   index.jsp:<form action="ActionOne" method="post"> 賬號:<input type="text" name="UserNa