显示标签为“Resource.SearchEngine”的博文。显示所有博文
显示标签为“Resource.SearchEngine”的博文。显示所有博文

2008年1月12日星期六

Search Music

except google, also 豆瓣.

baidu mp3 is for downlaod and online

Search Movie

except general Google, wikipedia, also:
IMDB and 豆瓣

as for download or online, see:
YouTube

狗狗影视
百度影视(Downlaod+Online)
土豆
优酷
六间房

Search General

except google, you can also consider:

ODP
Google Directory

Wikipedia & 豆瓣

百度贴吧
百度知道

GouGou
VeryCD
BTChina

【FTP Search】
TLF
星空互联
北京大学天网

search software

generally, find in homepage
or just google it.
but soemtimes, thunder's gougou search is a better choice
or download in some famous site:
绿色软件站: it's green
汉化新世纪: it's chinese
霏凡: most famous one
1001: aslo quite good
飞翔
软件万花筒
verycd is also ok
bt? i don't know
or try ftp searching like TLF

2008年1月10日星期四

自动翻译和搜索in blog

http://blackie-hopto.blogspot.com/2007/03/googleblog.html
also its feature: search-box / translation

2008年1月7日星期一

Blog Search

blog search 最好是无缝连到general search.
但有时候还是要专门blog search 一下内容比较好
如下几个:

Google Blog Search
163's 有道 Blog Search
baidu也有个blog search

2007年12月15日星期六

seach and find and label and category

Offer what u want, off what you never think of

search:
search all
its bug: search "political" in status both login and just-a-viewer, no result ;but search "politicaltest" OK (also such thing happens for trying to use google to search by "site" usage)
and strangly, search "ZZZ" OK
*search label
(one method: http://×××.blogspot.com/search/label/***
Note: *** is case sensitive
)
*how to search several lables?

2007年12月9日星期日

BlogSpot的站内搜索功能

有bug。
1. search MV39382888085429, 出来了


find一下,在这里


2. search MV3938, 没有任何结果

2007年12月7日星期五

如何在站内找到一篇文章

用全文search 结合Find 结合label(label可以find)
或者另一边提及它的文章内的url,直接输入地址

找到了,就可以修改

2007年12月6日星期四

nutch:try local search

2006/11/01
sometimes, google cannot search somewhere, but you need search,so why not try local search?

(below skip chinese language support)

google "nutch", and a lot of experiences about it. Here I just pick sth. I met:
java: pls install j2se(some guy said he is only OK with J2EE, just a recall) (note: JDK which include JRE, NOT JRE only) set JAVA_HOME.
tomcat: also a enviromment.
resin: an alternative of tomcat, esp if tomcat fails
cygwin:contain a linux shell emulator. one great artilce is good enough about it
nutch: 0.8.1 alternative: 0.7.2 . NUTCH_JAVA_HOME: same as JAVA_HOME

0.8.1: URL in flat file (abc.txt, eg) which in a dir(def, e.g) under the root dir where nutch is unpacked
0.7.2:URL just in flat file, like: def

conf/crawl-urlfilter: + means those match, - means those unmatch

0.8.2:conf/nutch-site.xml

in cygwin, cd to nutch root dir, bin/nutch crawl def -dir just-test-storage-house -depth 3 >& a.log
(note: just-test-storage-house/ should not exist before this cmd runs)

if OK (see a.log), then deploy tomcat or resin to show the UI


tomcat: donot use NT/2K/XP tray icon (the gui interfact). cmd enough and gui cause confusion
dele the ROOT
copy .war file to it. change to ROOT.war
start tomcat, and ROOT.war will be extracte automatically. move the .war. stop tomcat
change the root/web-inf/classes/nutch-site.xml (OR neednot, just CWD to just-test-storage-house dir created by the previous cmd)
start tomcat. in browser, http://localhost:8080/, should be the nutch search page. else error.
(http://localhost:8080/search.jsp ???)
As for me, I can only see the default page . So I tried resin
all same tomcat, more: change conf/resin.conf about Xerces
then: if see error like missing en/include/footer.html, search it in resin, copy it.

OK now with the tested URL offered in "Nutch 使用之锋芒初试"
but fail with http://sb.blog.sohu.com/
also fail with tasktracker system I work with. 401 error. Nutch wiki explained it will supported authorization in the future