摘要:
grant all赋权后mysql.user表权限字段还是N,但能登录和新建表 grant all privileges on linuxeye.* to linuxeye@’localhost’ identified by ‘linuxeye’;select * from myql.user wh 阅读全文
摘要:
var ids= new Array(); $("input[class='detailCheck']:checked").each(function(i,k){ var itemId=$(this).attr("itemId"); ids[i]=itemId; }); $.ajax({ url : 阅读全文
摘要:
附加var vartop = 0;在var topMargin = 0;这之后,这里是我附加的代码:$(document).ready(function(){ var contentButton = []; var contentTop = []; var content = []; var las 阅读全文