分页: 3 / 4

发表于 : 2008-07-20 8:58
syrano
luojie-dune 写了:强烈建议:像ubuntu自带的辞典一样,支持镶入gnome面板。

发表于 : 2008-07-23 18:27
drvicar
:idea: 在线的?

发表于 : 2008-07-31 14:39
pengkuny
64位咋办?

发表于 : 2008-08-14 9:46
aariz
安装后,需要在用户主目录里建一个名为 “.dict.cn“ 的文件夹。

发表于 : 2008-08-27 10:33
aariz
更新,修复了个BUG

发表于 : 2008-08-27 11:13
wgwstar
非常不错!最好优化一下查询结果,查询结果好像比网页上少了很多。或许可以增加一些软件的属性设置,满足不同人的不同要求。

发表于 : 2008-08-27 16:42
pizza
pengkuny 写了:64位咋办?
不错,既然出了i386的deb,那就应该有64bit的,这才叫完整嘛!!!

发表于 : 2008-09-11 21:12
qz214
xiooli 写了:
kingpin 写了:支持,能鼠标取词就好了!

代码: 全选

#!/bin/bash
str="`xsel`"
while true ; do
  a="`xsel`"
  if [ "$a" != "$str" ] ; then
    str="$a"
    [ ${#a} -lt 15 ] && word=`w3m -dump -no-cookie http://dict.cn/mini.php?q="$a" | sed -e '$d' -e 's/</ /g' -e 's/>/ /g'`
    gnome-osd-client -f "<message id='word' osd_fake_translucent_bg='off' osd_vposition='top' osd_halignment='right' animations='on' hide_timeout='10000'><span size='15000' foreground='pink'>`echo "$word"`</span></message>"
  fi
  sleep 1
done 
来自solcomo,小改了下。

代码: 全选

#!/bin/bash 
str="`xsel`" 
while true ; do 
  a="`xsel`" 
  if [ "$a" != "$str" ] ; then 
    str="$a" 
    [ ${#a} -lt 15 ] && word=`w3m -dump -no-cookie http://dict.cn/mini.php?q="$a" | sed -e '$d' -e 's/</ /g' -e 's/>/ /g'` 
    notify-send "$word"
  fi 
  sleep 1 
done
我觉得这样不错。 :P

发表于 : 2008-09-12 11:39
martin
这个好阿:)

这句除了知道他抓了网页外,其他的看不懂,能不能具体解释解释啊?

代码: 全选

[ ${#a} -lt 15 ] && word=`w3m -dump -no-cookie http://dict.cn/mini.php?q="$a" | sed -e '$d' -e 's/</ /g' -e 's/>/ /g'`

发表于 : 2008-09-12 18:04
youkuku

发表于 : 2008-09-17 19:41
shuidao
以前用java写过一个,跟楼主的差不多,不过可以选择不同的词源网站。[

Re: Dict.CN(海词)客户端 for Linux (20080827)

发表于 : 2008-12-14 14:07
lingxw
怎么下载下来啊?

Re: Dict.CN(海词)客户端 for Linux (20080827)

发表于 : 2008-12-19 11:51
kiiwii
支持一个!

Re: Dict.CN(海词)客户端 for Linux (20080827)

发表于 : 2009-10-18 21:33
ztjames
where i can download it man ?

Re: Dict.CN(海词)客户端 for Linux (20080827)

发表于 : 2009-10-21 20:15
demon0412
强烈支持中。。