
主机
cachebus
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
三相电
http://zhidao.baidu.com/question/27995438.html 三相电 三角插头并不就是三相电,三相电俗称动力电,是指380V工业用电类型。两相电是220V的,是民用电类型。 (这里的三相两相不能单单用插头脚数来判别。) 2。三相电使用中的插头有4个脚和5个脚的插头,分别称为三相4线制和三相5线制。国内大多用三相4线制。欧洲有用三相5线制。 3。两相电(220...2010-03-17 15:39:48 · 1128 阅读 · 0 评论 -
IBM Power hardware
还有575: IBM Power 575 supercomputing node (Frame-mount) Product details Browse and buy Add to compare Compare now Support IBM Power 575 supercomputing node...2009-12-11 23:32:35 · 157 阅读 · 0 评论 -
Windows Grep
http://pages.interlog.com/~tcharron/grep.html 可以在这里下载Windows版本的Grep GNU grep version 2.0d SYNOPOSIS grep [-[[AB] ]<num>] [-[CEFGLSVbchilnqsvwx?]] [-[ef]] <expr> [<files......原创 2010-02-18 20:00:06 · 155 阅读 · 0 评论 -
遨游在线书签导出到谷歌浏览器
一直都在使用遨游浏览器,但是自从谷歌推出了浏览器后,就尝试使用了chrome,然后一直都在用,因为用chrome的确是速度很快也很舒服。 用两个浏览器,虽然都有在线书签功能但是上面的书签一直都有整合过,所以今天就准备将遨游中的书签导入到chrome中去。 1、遨游的书签导出为html,然后通过chrome进行导入,没有任何反应;失败; 2、遨游的书签导出到一个文件夹下C:\Documents...原创 2010-02-20 13:28:27 · 344 阅读 · 0 评论 -
/usr/bin/X11/xauth: error in locking authority file
/usr/bin/X11/xauth: error in locking authority file If you started your ssh session with the X11 forwarding enabled but with the following message: /usr/bin/X11/xauth: error in locking aut...2010-02-22 13:04:38 · 1355 阅读 · 0 评论 -
VI VIM快捷键必知必会
本文来自 Nffish’s Blog 做更有价值的事 http://nffish.com/archives/375 转载自: http://blog.youkuaiyun.com/java211/archive/2009/05/12/4171634.aspx 进入vi的命令vi filename :打开或新建文件,并将光标置于第一行首vi +n filename :打开文件,并将光...2010-02-25 10:14:33 · 99 阅读 · 0 评论 -
Perl by Example - 02
5.5. Hash (Associative Array) Functions 5.5.1. The keys Function The keys function returns, in random order, an array whose elements are the keys of a hash (see "The values Function" and ...2010-02-25 16:29:17 · 208 阅读 · 0 评论 -
Perl by Example - 01
Chapter 2. Perl Quick Start原创 2010-02-25 16:31:20 · 357 阅读 · 0 评论 -
VMWare 安装脚本
VMWare 安装脚本2010-02-25 18:09:17 · 163 阅读 · 0 评论 -
HP Integrity entry-class servers
HP Integrity rx2660 Server HP Integrity rx3600 Server HP Integrity rx6600 Server Entry-class value with incredible flexibi...2009-12-11 23:07:23 · 268 阅读 · 0 评论 -
HP Integrity mid-range servers
HP Integrity rx7640 Server HP Integrity rx8640 Server Excellent performance and compute density for data center applications Ideal platform for scale-up...2009-12-11 23:03:56 · 128 阅读 · 0 评论 -
单相电
http://bbs.hlgnet.com/info/u8529511/ 单相电知识 1.1、耗电量、功率、电流、电压的关系 A、耗电量单位:千瓦.小时 (KW∙H),简称“度” B、功率(P)单位:瓦特,简称瓦(W) C、电流(I)单位:安培,简称安(A) D、电压(U)单位:伏特,简称伏(V),家用电源一般是单相交流电,电压为220伏;工业用电源是三相交流...2010-03-17 15:41:06 · 234 阅读 · 0 评论 -
[鸟哥笔记]简单好用的计算器bc
-bash-3.2$ man bc bc(1) bc(1) NAME bc - An arbitrary precision calculator language SYNTAX bc [ -hlwsqv ] [...2010-03-28 09:39:28 · 141 阅读 · 0 评论 -
[鸟哥笔记]重要的热键[Tab] [Ctrl]-c [Ctrl]-d
[Tab] 命令补全 文件补齐 [Ctrl]-c 中断运行中的命令 [Ctrl]-d 文件输入结束2010-03-28 09:43:14 · 121 阅读 · 0 评论 -
[鸟哥笔记]查看文件内容
cat tac:从最后一行开始显示; nl:显示的时候,输出行号; more less:与more类似,但他可以向前翻页; head tail od:以二进制方式读取文件内容;2010-03-28 09:44:49 · 156 阅读 · 0 评论 -
[鸟哥笔记]数据同步写入磁盘:sync
-bash-3.2$ man sync SYNC(1) User Commands SYNC(1) NAME sync - flush file system buffers SYNOPSIS sync [OPTION] DESCRIPTION ...2010-03-28 09:53:09 · 243 阅读 · 0 评论 -
[鸟哥笔记]文件特殊权限:SUID,GUID,Sticky Bit
SUID仅可用在二进制文件 SGID用在二进制文件上,不论用户是谁执行的时候有效用户组会变为改程序的用户组所有者,用在目录上则在该目录A内建立的文件或目录的用户组,将会是此A目录的用户组 SBit针对目录有效...2010-03-28 10:03:11 · 193 阅读 · 0 评论 -
[鸟哥笔记]搜索文件
which whereis locate find2010-03-28 10:04:02 · 126 阅读 · 0 评论 -
HP Integrity high-end servers
HP Integrity Superdome with the new sx2000 chipset—16 Intel® Itanium® processors HP Integrity Superdome with the new sx2000 chipset—...2009-12-11 23:00:37 · 115 阅读 · 0 评论 -
Consolas as CMD.EXE (Windows Console) Font
1、下载Consolas字体,并安装; 2、修改注册表; HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont\ Name: 00 Data: Consolas 3、更改CMD.exe属性 修改默认代码页为"OEM-美国“ 字体选项...2010-02-26 10:26:42 · 146 阅读 · 0 评论