查找搜索词组 [英] Find searching phrase

查看:363
本文介绍了查找搜索词组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在寻找搜索引擎的搜索短语时,我需要您的帮助.例如,如果有任何访客从搜索引擎中键入关键字(例如在Google搜索引擎中键入的代码项目)来访问我的网站,我需要找到该关键字(例如:代码项目)



I need help from you in finding searching phrase of a search engine. For example, if any visitor type a keyword from search engine (like.. code project typed into google search engine) to hit my site, I need to find that keyword (eg: code project)

Anyone help to find the search phrase of a search engine method?

推荐答案

您是否可以查看http请求对象中的Referer字段?

http://msdn.microsoft.com/en-us/library/system. net.httpwebrequest.referer.aspx [ ^ ]
Would you be able to look at the Referer field in the http request object?

http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.referer.aspx[^]


在sql中使用LIKE子句


从emp中选择*,其中empname类似于%@ empname%"
Use LIKE clause in sql


select * from emp where empname like ''%@empname%''


这篇关于查找搜索词组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆