1、pending:待审 2、draft:草稿 3、auto-draft:自动保存的草稿 4、inherit:修订版本 5、trash:回收站 6、publish:已发布 7、future:定时 8、private:私有
1、pending:待审 2、draft:草稿 3、auto-draft:自动保存的草稿 4、inherit:修订版本 5、trash:回收站 6、publish:已发布 7、future:定时 8、private:私有
示例使用的是WordPress的表,代码如下,只需将中间查询换成实际的查询语句 select (@rownum := @rownum + 1) rid,lr.* from ( /*实际要查询的表*/ SELECT * FROM `test_postmeta` ORDER BY `post_id`,`meta_key` ASC ) lr, (select (@rownum := 0) )as rn 示例查询的结果
The method getDispatcherType() is undefined for the type HttpServletRequest,HTTP Status 500 - Unable to compile class for JSP,servlet-api.jar和tomcat8冲突
WordPress5.5版本自带站点地图sitemap,可直接使用,得到站点地图的索引,例如本站站点地图索引就是 https://ldzch.com/wp-sitemap.xml,访问改地址可得到具体的sitemap的url 网上还有种说法是在robots文件加 ,此说法本人未证实.