更新公司ADSL网关的流程

这两天利用业余时间,将单位的代理网关进行了改造。 现有的网关是一台PII机器,安装有windows 2000系统和sygate等软件,偶尔会出现

也许,我只属于90年代

除夕夜,依旧是无聊的春节晚会,还有窗外嘈杂的鞭炮声。我躲到卧室里,拾起那只有点接触不良的耳机,听起了Radio@Netscape。换了几个频

如何让vim定位到上次编辑过的位置

将以下加入 .vimrc即可: “ Only do this part when compiled with support for autocommands. if has(“autocmd”) “ Enable file type detection. ” Use the default filetype settings, so that mail gets ‘tw’ set to 72, “ ‘cindent’ is on in C files, etc. ” Also load indent files, to automatically do language-dependentindenting. filetype plugin indent on “ For all