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