mysql 替换不是以http://开头的
查询是以http开头的 select * from tt_archives where thumb REGEXP ‘^http://’
查询不是以http开头的 select * from tt_archives where thumb not REGEXP ‘^http://’
其实我一直在你身边
查询是以http开头的 select * from tt_archives where thumb REGEXP ‘^http://’
查询不是以http开头的 select * from tt_archives where thumb not REGEXP ‘^http://’
jquery cookie 下载地址 http://plugins.jquery.com/cookie/
$.cookie(‘name’, ‘value’);
$.cookie(‘name’, ‘value’, { expires: 7 });
ctrl + l 清屏 = clear
ctrl + u 删除光标前的内容
ctrl + k 删除光标后的内容
ctrl + z 暂停执行的内容,fg 恢复执行
ctrl + d 关闭当前窗口 = logout