Layui使用小知識

2021-10-17 14:57:56 字數 980 閱讀 7972

重置表單

//表單的完整重置(資料、樣式)

function

reset_form

(ele)

後端controller層進行資料校驗

//判斷使用者名稱是否合法

string regx =

"^[a-z0-9_-]$";if

(!empname.

matches

(regx)

)

獲取表單中的資料

data:$(

"#empaddmodal form").

serialize()

,

獲取位址中的id 。 @pathvariable(「id」)integer id

(value =

"/emp/"

,method = requestmethod.get)

@responsebody

public msg getemp

(@pathvariable

("id"

)integer id)

jquer如何設定input、radio、select的值

success:

function

(reuslt)

瀏覽器如何彈出提示框

if

(confirm

("確認刪除【"

+empname+

"】嗎?"))

字串專為int型別

if

(ids.

contains

("-"))

employeeservice.

deletebatch

(del_ids)

;}

layui使用小記

官網 1.使用起來挺方便,做一下簡單配置即可使用,和bootstrap類似,使用比較方便,例如做一些公司使用的後台很方便,即使沒有有前端,後台開發也能快速上手搭建 2.使用時可以稍微細看一下文件,使用起來還是很方便的,例如彈窗分了好多種,其實就是一種,使用自定義的,做一下引數配置即可 標題,型別,蒙...

layui使用總結

一,table 資料,樣式設定 1,方法一,直接在對應列上設定好style 如下給列 型別 新增了字型顏色 f67d06 可以在script標籤裡寫html 什麼a標籤,span標籤,class和style都可以寫。直接在對應的模板上設定各種結構和樣式,較上面一種更加的靈活,不但可以設定樣式,還可以...

Gearman 使用小知識

眾所周知,php要實現非同步任務一般都是通過gearmanbeanstalkd等第三方來實現的。目前專案採用的是gearman來實現非同步任務。通俗的來說 gearman是乙個分發任務的程式框架,使用gearman的應用通常有三部分組成 乙個client 乙個worker 乙個 任務伺服器。clie...