上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: 去除内容多余样式php函数-文章来源 植物号 www.zhiwuhao.com function KillStyle($content) { $content = preg_replace("/STYLE=.+?['|\"]/i",'',$content);//去除样式 $content = pre 阅读全文
posted @ 2023-07-05 15:56 八路逆袭寡妇村 阅读(27) 评论(0) 推荐(0)
摘要: 需要在api/extend.func.php 文件中加入的函数 function time_tran($the_time) { $now_time = time(); $show_time = strtotime($the_time); $dur = $now_time - $show_time; 阅读全文
posted @ 2023-07-05 15:53 八路逆袭寡妇村 阅读(28) 评论(0) 推荐(0)
摘要: 今天应一个朋友请求,要求写个5118的伪原创插件,他的接口输出的默认是json形式输出,很不方便,要提取里面伪原创的结果,并附上代码。 <?php $host = "http://apis.5118.com"; $path = "/wyc/rewrite"; $method = "POST"; $a 阅读全文
posted @ 2023-07-05 15:50 八路逆袭寡妇村 阅读(125) 评论(0) 推荐(0)
摘要: 今天我在进行“数据更新”时,点击“刷新所有信息内容页面”后,在“刷新数据表:article”一项出现提示Table ‘empirecms.phome_ecms_’ doesn’t exist 代码如下: Table 'www_zwwiki_com.***_ecms_news_data_' doesn 阅读全文
posted @ 2023-06-03 20:57 八路逆袭寡妇村 阅读(297) 评论(0) 推荐(0)
摘要: 非常抱歉,我之前理解有误。如果您想要实现在公众号发送关键词,返回新闻列表的功能,可以按照以下步骤进行操作: 1. 创建一个数据库表,用于存储新闻的标题、链接和内容等信息。例如,可以创建一个名为news的表,包含id、title、link和content等字段。 2. 在公众号后台设置自定义菜单或关键 阅读全文
posted @ 2023-04-16 14:20 八路逆袭寡妇村 阅读(172) 评论(0) 推荐(0)
摘要: 最近我的博客站在升级更新中,需要显示帝国cms热门搜索词,这里介绍两种调用方法。 方法一:是动态调用,通过帝国cms自带JS来调用; 方法二:是静态调用,通过帝国cms灵动标签查询数据库来静态调用。 方法一动态调用帝国cms热门搜索词,通过帝国cms自带JS来调用。 具体的操作步骤: 第一步:帝国c 阅读全文
posted @ 2023-03-19 23:08 八路逆袭寡妇村 阅读(415) 评论(0) 推荐(0)
摘要: select * from AppleStorewhere rand()<0.015limit 100; 阅读全文
posted @ 2022-10-26 13:28 八路逆袭寡妇村 阅读(47) 评论(0) 推荐(0)
摘要: UPDATE phome_enewstagsdata SET classid=5 where classid=1 UPDATE phome_ecms_news SET classid=8 where classid=3; UPDATE phome_ecms_news_index SET classi 阅读全文
posted @ 2022-09-28 09:42 八路逆袭寡妇村 阅读(49) 评论(0) 推荐(0)
摘要: #Tags伪静态 RewriteRule ^tags.html/tags.php RewriteRule ^tags/(.)(?:(?.))*.html$ tags.php?/$1 RewriteRule ^tags/(.)/(?:(?.))*.html$ tags.php?/$1/ Rewrite 阅读全文
posted @ 2022-09-23 17:20 八路逆袭寡妇村 阅读(155) 评论(0) 推荐(0)
摘要: Syntor by Aceto 11 Boleyn Court, Manor Park, Runcorn, Chesire WA7 1SR +44 (0) 1928 579865 + 44 (0) 1928 579732 info@syntor.co.uk <div clss="Styling-Co 阅读全文
posted @ 2022-09-22 15:55 八路逆袭寡妇村 阅读(50) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 21 下一页
www.zxzidian.com