换个思路替换数组里的关键词,非array_replace或者array_key array_fill方式
1 |
$data['img'] = json_decode( str_replace( 'THUMBNUM','1',json_encode( $output_array['1'] ) ), true ); |
只是需要替换规律一个固定的关键词 保证其他内 […]
1 |
$data['img'] = json_decode( str_replace( 'THUMBNUM','1',json_encode( $output_array['1'] ) ), true ); |
只是需要替换规律一个固定的关键词 保证其他内 […]
最近感觉网络*戒*严*了….. 一些特殊的关键词 就不说了 《省港旗兵》(英文:Long Arm […]
这个就是利用去掉高频词后得到词组作为tag的函数 包含一个轻量级的英文高频词词库 740多个 下面是代码和使用 […]
最好用的英文伪原创 搬到BAE了 Web访问量不错 在百度搜索 关键词排名第一 事实证明效果很好 不然不会有那 […]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
namespace NT; class Tags { public function makeTags($string) { $remove = array("a", "an", "the", "is", "are", "i", "we", "you", "he", "she", "it", "they", "has", "had", "have", "be", "been", "do", "does", "done", "did", "in", "was", "were", "here", "there", "where", "when", "how", "why", "to", "and", "or", "this", "that", "there", "those", "them", "their", "me", "my", "am", "on", "so", "at", "as", "of", "with", "will", "shall", "event"); $symbols = array(".", ",", "!", "\"", "'", "?", "/", "[", "]", "{", "}", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "-", "_", "+", "=", "\\", "`", "~"); $string = explode(" ", str_replace($symbols, " ", $string)); $tags = array(); foreach ($string as $word) { $word = strtolower(trim($word)); if (!in_array($word, $remove) && $word != "" && !is_numeric($word)) { $word = stem($word); if (!in_array($word, $tags)) $tags[] = $word; } } return $tags; } } |
搜索引擎还是偏爱内容比较长的网站 因为一直在批量生产小偷程序和自生成内容的程序 所以对这个有个总体上的搜索引擎 […]
总结一下 英文站相关的 考虑长期稳定的流量 ============================ 1. 有 […]
图片搜索引擎的优化! title = “” alt = “” […]
Discuz PHP 通用数据小偷 v1.0 偷存档页 所以不存在标签和模板失效的问题 全站伪静态 规则可自定 […]
百度收录和快照日期 批量查询工具弄完了… 暂时还没上线 部分老客户扫米 测试中…. 预 […]
多种关键词工具发布 提供英文/中文/日文 热门关键词查询 目前已经免费发布了6个关键词工具 提供给大家使用 关 […]