yanbin's profileMarginal lightPhotosBlogLists Tools Help

路恩

Marginal light

11/2/2008

谈论 我的QQ号被盗了

 

引用

我的QQ号被盗了
啊~~ QQ号被盗了,虽然8位QQ号也不算什么重要的,但是毕竟用了好多年,里面还存着很多好友的qq。
 
今天,重新申请了一个:641413740,呵呵,玩呗。
     PS又申请了一个 934688209
3/4/2007

google 正则表达搜索!

前两天给google写了一个建议: 在搜索中使用正则表达式来搜索一些句型,比如写英文时,有一些语法结构不清楚,可以上网看看别人都是怎么用的;开始发现google并不支持正则表达(只在google code),所以给提了一个建议。也许不止我一个,不管据为己有先,总之这个功能是现在我建议之后才出现的:)
 
关于正则表达看wiki百科(link)。
 
google正则表达搜索!(regular expression)
 
可以搜索一些句型等,比如:
   I want * more * in 2007
 
   I count * time more than *
 
   Je vous * 2007
 
   白日*尽
 
   我 * 北京 * 天安门  --> ... ...我爱北京天安门,天安门... ... ,哈哈:)
 
 但是刚才试了一下,好像只能用 “*” 别的不行。 如:“?”就不干活!
   
 赶快试试,发挥你的想象力!
 
 顺便说一句,这google够狠!所有给他提的建议和想法,他都是以不记名方式笑纳!“这有点意思。”谁让他这么强呢!
 
 
1/2/2007

(98)Address already in use: make_sock: could not bind to address [::]:80

today restart computer got some problem with the apache2 server when starting

(98)Address already in use: make_sock: could not bind to address [::]:80

to locate the problem by Google, find a command 'lsof -i :80' to list the program that
occupying the port :80

root@relation:/tmp# lsof -i :80
COMMAND     PID   USER   FD   TYPE DEVICE SIZE NODE NAME
skype     14691   root   11u  IPv4  14155       TCP *:www (LISTEN)
firefox-b 14820 yanbin   25u  IPv4  18686       TCP relation.obspm.fr:57856->mg-in-f83.google.com:www (ESTABLISHED)
firefox-b 14820 yanbin   38u  IPv4  18615       TCP relation.obspm.fr:51155->72.14.221.103:www (ESTABLISHED)
firefox-b 14820 yanbin   40u  IPv4  18860       TCP relation.obspm.fr:52968->fk-in-f147.google.com:www (ESTABLISHED)
firefox-b 14820 yanbin   41u  IPv4  18825       TCP relation.obspm.fr:45863->fg-in-f99.google.com:www (ESTABLISHED)
firefox-b 14820 yanbin   43u  IPv4  18625       TCP relation.obspm.fr:57834->mg-in-f83.google.com:www (ESTABLISHED)
firefox-b 14820 yanbin   44u  IPv4  18609       TCP relation.obspm.fr:51154->72.14.221.103:www (ESTABLISHED)
firefox-b 14820 yanbin   46u  IPv4  18618       TCP relation.obspm.fr:34235->bu-in-f189.google.com:www (ESTABLISHED)
firefox-b 14820 yanbin   56u  IPv4  18745       TCP relation.obspm.fr:58947->193.51.224.15:www (ESTABLISHED)
firefox-b 14820 yanbin   57u  IPv4  18746       TCP relation.obspm.fr:58948->193.51.224.15:www (ESTABLISHED)
firefox-b 14820 yanbin   59u  IPv4  18842       TCP relation.obspm.fr:50107->kc-in-f99.google.com:www (ESTABLISHED)
firefox-b 14820 yanbin   61u  IPv4  18853       TCP relation.obspm.fr:52962->fk-in-f147.google.com:www (ESTABLISHED)
firefox-b 14820 yanbin   62u  IPv4  18863       TCP relation.obspm.fr:46858->193.51.224.7:www (ESTABLISHED)
firefox-b 14820 yanbin   64u  IPv4  18869       TCP relation.obspm.fr:46860->193.51.224.7:www (ESTABLISHED)


haha, skype !
THen quick skype, try '/etc/init.d/apache2 -k start' ... good, it's done!


12/12/2006

Oak Vocabulary

一个在线字典,firefox的扩展,有点意思:
安装:https://addons.mozilla.org/firefox/2830/

哈哈,我又帮忙添了以下两个我喜欢的字典:
法语助手在线字典的配置:

1) 汉-汉法辞典
Dictionary: FCF
charset: utf-8
URL: http://www.frdic.com/SearchDic.aspx?word=$$$$
Paser:
ret = getPartHtml(html, '<DIV id="header">', '<DIV', '</DIV>', 'Not
Found!');
ret = getPartHtml(html, '<div id="explainbody">', '<div', '</div>',
'Not Found!');

2) 变位反查
All the setting are same, except URL:
http://www.frdic.com/SearchCG.aspx?word=$$$$
and the name of dictionary, FY---, as you like!

3) 全文检索 URL: http://www.frdic.com/Searchf.aspx?word=$$$$

or read this post: http://groups.google.com/group/oakvocabulary/browse_thread/thread/7c5c2403a6ebb12a



Babylon 多国语言在线字典的配置:
Bon! I got the link to babylon on line!

An example: the dictionary for French:
==========================
name of dictionary: Babylon-FR
charset: utf-8
URL:http://info.babylon.com/onlinebox.cgi?tl=FR&transbox=&rt=ol&tid=pop&uil=EN&cid=&term=$$$$
==========================
Please notice, in URL you may found two things:
1) "tl=FR" , this is for the dictionary language
2) "uil=EN", this is interface language
So, the language options are :
"NL" > Dutch
"DE" > German
"PT" > Portuguese
"SR" > Serbian
"HR" > Croatian
"FR" > French
"HE" > Hebrew
"ES" > Spanish
"JA" > Japanese
"IT" > Italian
"ZHS" > Chinese (s)
"ZHT" > Chinese (t)
"KO" > Korean
"RU" > Russian
"SV" > Swedish
"TR" > Turkish
"OT" > Additional...
You may selection one as you like, example, I need a chinses
dictionary:
http://info.babylon.com/onlinebox.cgi?tl=ZHS&transbox=&rt=ol&tid=pop&uil=EN&cid=&term=$$$$

or read post:
http://groups.google.com/group/oakvocabulary/browse_thread/thread/91fbed99e06b932c/7eedafb511804150#7eedafb511804150



happy today!


12/11/2006

Oak IME for Firefox (中文输入法)

终于找到一好用一点儿的中文输入法了.
Linux(FC5还好一点儿)下的中文输入法总是有点问题。前段时间在用一个Javascript的输入,一个基于webpage的输入法,最令人烦恼的是需要从一个网页拷贝到另外一个!今天搜了一下,发现了“Oak IME for Firefox”,试了一下,感觉还行,当然,还欠点火候,没有紫光, scim等好用,但毕竟跟操作系统没什么关系了,只要firefox支持就好了,也终于可以免去拷贝了! 向作者表示敬意和支持,期待更新!
哈哈,开心!
 
Photo 1 of 1
No list items have been added yet.
There are no music lists on this space.

yanbin Yang