Cnangel: March 2007的归档

关于uejs.dll文件出错

| 暂无评论

UEStdio '06开发环境版本 06.20+3汉化版本出现少许Bug,运行uestudio.exe会出现“没有找到 uejs.dll,因此这个应用程序未能启动。重新安装应用程序可能会修复此问题”的字样,我们的解决办法是:利用此文件:
点击下载文件
放置在UEStdio的目录下面,如果你是安装在C盘下,默认路径应该为:

C:\Program Files\IDM Computer Solutions\UEStudio '06

然后运行uestudio.exe,这样问题就解决了。

Sed用法

| 暂无评论

最近开始了sed学习,paste一遍对以后方便查阅有帮助.

英文标题:USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor) 原标题:HANDY ONE-LINERS FOR SED (Unix stream editor)

整理:Eric Pement - 电邮:pemente[at]northpark[dot]edu 版本5.5 译者:Joe Hong - 电邮:hq00e[at]126[dot]com

在以下地址可找到本文档的最新(英文)版本: http://sed.sourceforge.net/sed1line.txt http://www.pement.org/sed/sed1line.txt

其他语言版本:中文 - http://sed.sourceforge.net/sed1line_zh-CN.html 捷克语 - http://sed.sourceforge.net/sed1line_cz.html 荷语 - http://sed.sourceforge.net/sed1line_nl.html 法语 - http://sed.sourceforge.net/sed1line_fr.html 德语 - http://sed.sourceforge.net/sed1line_de.html

葡语 - http://sed.sourceforge.net/sed1line_pt-BR.html

文本间隔: --------

升级了内核之后,发现Acrobat Reader启动不了了,于是Google了一下,发现了解决办法:
the original text:

After upgrade to gtk 2.10.1, run acroread just get infinite loop of "expr: Syntax error".with few hours work, I found a workaround:

1. open "acroread" script ,maybe in /usr/bin/,or any other path you put it;
2. find this row:


echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'

3. replace with:


echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'

关于此归档

这里是CnangelMarch 2007发表的所有日记。

上一篇日记Cnangel: January 2007

下一篇日记Cnangel: April 2007

主索引归档页可以看到最新的日记和所有日记。

August 2012

Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Powered by Movable Type 5.14-en