把下面10 改为你要删掉的栏目ID ,仔细看 不然删错就不好了 delete from dede_archives where typeid=10; delete from dede_arctiny where typeid=10; delete from dede_addonarticlewhere typeid=10;…… 查看更多
在系统-sql里执行下面指令就可以了 dede一键删除所有文章的SQL命令: DELETE FROM dede_addonarticle WHERE aid = 1 and aid=200000; DELETE FROM dede_arctiny WHERE id = 1 and id=200000; DELETE FROM dede_archives WHERE id =…… 查看更多
1、在织梦程序的plus文件夹新建php文件并命名为feedcount.php,在其中添加代码: 123456789 document.write(共有?phprequire_oncedirname__FILE__./../include/common.inc.php;$row = $db-GetOneselect count(*) as fc from ded…… 查看更多