- 浏览: 89815 次
- 性别:
- 来自: 深圳
最新评论
-
allloveend:
D:\Program Files\instantclient_ ...
windows 7 上plsql dev 和 oracle instantclient 配置 -
allloveend:
D:\Program Files\instantclient_ ...
windows 7 上plsql dev 和 oracle instantclient 配置
文章列表
gvim菜单乱码
把以下语句复制到文件夹/etc/vim/gvimrc文件里面:
set langmenu=zh_CN.UTF-8
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim
language messages zh_CN.utf-8
colo murphy
ubuntu 11.04出来了。。。。。。。
下载地址:
64位:
http://tw.releases.ubuntu.com/releases/.pool/ubuntu-11.04-desktop-amd64.iso
32位:
http://tw.releases.ubuntu.com/releases/.pool/ubuntu-11.04-desktop-i386.iso
安装刚开始的地方要注册啥的,很烦,以下是跳过注册的方式:
<-------------------- Oracle Installer - WebLogic 10.3.1.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address to be informed of security issues, install the product, and initiate configuration m ...
到http://extundelete.sourceforge.net/下载extundelete,
tar -xjf extundelete-0.2.0.tar.bz2
cd extundelete-0.2.0
./configure
make
恢复/dev/sda3里一个被误删除的文件
extundelete /dev/sda3 --restore-file /an/important/file
恢复/dev/sda3里一个被误删除的文件夹
extundelete /dev/sda3 --restore-directory /an/im ...
替换^M字符
在Linux下使用vi来查看一些在Windows下创建的文本文件,有时会发现在行尾有一些“^M”。有几种方法可以处理。
1.使用dos2unix命令。一般的分发版本中都带有这个小工具(如果没有可以根据下面的连接去下载), ...