织梦DedeCMS常用sql数据库命令

入口:织梦后台-系统-SQL命令行工具

织梦批量审核所有文章

Update `#@__arctiny` set arcrank='0' where arcrank='-1';
Update `#@__archives` set arcrank='0' where arcrank='-1';
Update `#@__taglist` set arcrank='0' where arcrank='-1';

 

整站动态化

update `#@__arctype` set isdefault=-1;
update `#@__archives` set ismake=-1;

整站静态化

update `#@__arctype` set isdefault=1;
update `#@__archives` set ismake=1;

 

网站建设

怎么实现wordpress导入word文档格式不变呢?

2021-12-15 13:35:36

网站建设

如何批量删除数据库表中指定的字段!

2021-12-15 13:46:28