window apacheapache
netstat -aon|findstr "80" .net
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'date
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'youpassword' WITH GRANT OPTION;select
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
)im