jsp標籤**:
管理員列表
id真是姓名 $
$
js方法**:
/刪除所選中的管理員
function datadel()else
}else
} $.ajax(admin/dofalsedelete',
data : ,
datatype:"json",
success : function(map) );
settimeout("serachfromsubmit()", 1000);
},error:function(code));
} });
});}
後台control方法
/**
* 邏輯刪除所選中管理人員的id
*/@responsebody
public mapdofalsedelete(string checkedid)
後台service層:
int falsedelete(string checkedid);
後台servie實現層:
@override
public int falsedelete(string checkedid)
//所選中的id,邏輯刪除
int falsedelete(string checkedid);
update user set del_flag=true where id in
#
說明:1.以上採用的為邏輯刪除,採用的是改變記錄的刪除標記。
批量新增 刪除使用者
使用者資訊檔案users.txtcerana1 13888298736 cerana2 13888298737 cerana3 13888298738 cerana4 13888298739 cerana5 13888298740批量新增使用者的指令碼 bin bash 把本shell指令碼和賬號檔...
批量新增刪除使用者指令碼
bin bash 本指令碼用於批量新增 刪除使用者,使用者初始密碼是123456,首次登陸需要修改密碼 格式 class stu.sh 引數1 引數2 引數3 引數1 起始使用者名稱,為純數字編號,長度必須大於6 引數2 新增人數 0 999 引數3 操作 1 新增,2 刪除 例 class stu...
Linux 批量增加,刪除使用者
批量增加,刪除使用者 root chen chen vi adduser bin sh echo please input username 輸入建立的使用者名稱 read name echo please input number 要建立多少個使用者 read num n 1while n le ...