我的建站之旅
window apache
netstat -aon|findstr "80"
update jieqi_article_article set intro = CONCAT(intro,'悬疑恐怖小说交流群:95614571大家可以加入一起交流探讨')
where sortid = '7' and articleid = '159'
update jieqi_article_article set intro = REPLACE(intro,'悬疑恐怖小说交流群:95614571大家可以加入一起交流探讨','')
where sortid = '7' and articleid = '159'
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'youpassword' WITH GRANT OPTION;
delete from jieqi_article_article where articleid in (
select a.articleid from (
select (select count(0) from jieqi_article_chapter jac where jaa.articleid =jac.articleid ) as artNum,articleid from jieqi_article_article jaa
) a
where a.artNum <=0
)
大家如果有什么想看的恐怖小说书名,请发邮件至345818584@qq.com 会以最快的速度去为大家去找资源。
作者:wangqc
出处:http://www.cnblogs.com/wangqc/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
该文章也同时发布在我的独立博客中-wangqc。