Chrome 提示Refused to execute script from 'http://open.sojson.com/domain/js/jquery.jplayer.min.js' because its MIME type ('image/jp2') is not executable. 其他浏览器貌似没事,比如火狐就没问题。但是C...
比如id为100的会员 要删除id为1000的帖子有两种删除方案 1.SELECT user_id FROM post WHERE id = 1000然后判断 user_id 是否 100 是的话就删除 2.DELETE FROM post WHERE id=1000 AND user_id=100效率肯定是第二...