摘要:
strip_tags() 输出的时候不显示html标签 阅读全文
posted @ 2017-09-23 09:26
不一样的开始
阅读(2874)
评论(0)
推荐(0)
摘要:
show full fields from TableName 阅读全文
posted @ 2017-09-23 09:25
不一样的开始
阅读(211)
评论(0)
推荐(0)
摘要:
show table status like 'TableName'; 表名要单引号 阅读全文
posted @ 2017-09-23 09:24
不一样的开始
阅读(512)
评论(0)
推荐(0)
摘要:
$('.checkAll').click(function(){ var ischeck=$(this).prop('checked'); $('.ids').prop("checked", ischeck); }) 阅读全文
posted @ 2017-09-23 09:23
不一样的开始
阅读(166)
评论(0)
推荐(0)
摘要:
1 window.onbeforeunload = function() 2 { 3 var n = window.event.screenX - window.screenLeft; 4 var b = n > document.documentElement.scrollWidth-20; 5 if(b && window.event.clientY < 0 || w... 阅读全文
posted @ 2017-09-23 09:21
不一样的开始
阅读(3261)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2017-09-23 09:18
不一样的开始
阅读(759)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2017-09-23 09:17
不一样的开始
阅读(215)
评论(0)
推荐(0)