之前我在介绍Iconlet的时候都有提及过Iconfinder。那时候的Iconfinder已经停止服务一段时间了,现在,它回来了。
Iconfinder确实是一个不错的图标搜索引擎。
这次它重新回来域名都直接用 http://www.iconfinder.net/ 而不再是之前的 http://www.dreamplay.dk/icon/ ,当然访问后者的时候会自动转向到http://www.iconfinder.net/ 。
搜索首页一如既往的简洁:
搜索结果:
阅读(434 次)Share This
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
又一个周末了。
无聊着……不知道要做什么,不知道想做什么,不知道有什么要做……不知道处于一种什么状态。
有点讨厌周末。
各位周末愉快,我先闪了。
阅读(301 次)Share This
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
用putty连到服务器端执行rwconverter命令出现的错误:
There was an error trying to initialize the HPI library.
Please check your installation, HotSpot does not work correctly
when installed in the JDK 1.2 Linux Production Release, or
with any JDK 1.1.x release.
服务器端终端下执行rwconverter命令出现的错误:
REP-0001: Unable to find the Report Builder message file. Please verify your installation.
阅读(379 次)Share This
Share and Enjoy:
These icons link to social bookmarking sites where readers […]
记录一下几条Linux下的Oracle编译命令。
编译fmb文件:
frmcmp userid=user/pwd@db module=xxx.fmb batch=no module_type=form compile_all=yes
编译mmb文件:
frmcmp userid=user/pwd@db module=xxx.mmb batch=no module_type=menu compile_all=yes
编译pll文件:
frmcmp userid=user/pwd@db module=xxx.pll batch=no module_type=library compile_all=yes
编译rdf文件:
rwconverter userid=user/pwd@db batch=yes source=xxx.rdf dtype=repfile overwrite=yes
阅读(485 次)Share This
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
在Linux下如果我们写了个.sh文件(即相当于Windows下的批处理文件),要执行它之前必需要先给它加上可执行的属性(chmod 777 xxxx.sh),然后才可以 执行(./xxxx.sh);但其实可以不用这么麻烦,只要在.sh文件前加上一点和一个空格就可以了(. xxxx.sh)。
这样是不是简单多呢。
阅读(320 次)Share This
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.