自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Bo Yang's Blog

About the only thing you can't do is ignore him.

  • 博客(7)
  • 资源 (7)
  • 收藏
  • 关注

原创 Ksh中的$*和$@

<br />The meaning of $* and $@ is identical when not quoted or when used as a parameter assignment value or as a file name.<br /> <br />However, when used as a command argument, "$*" is equivalent to "$1d$2d..." , where d is the first character of the IF

2010-09-21 14:54:00 704

转载 How to turn on RSH and RLOGIN in Linux?

<br /> From: http://home.comcast.net/~lafeyette_management/KludgeKollection/rsh-rlogin_enable-LINUX.HOWTOHow to turn on RSH and RLOGIN with RedHat 7.3 in three easy stepsBecome Root.1. HOSTS.ALLOW and HOSTS.DENYA. In /etc/hosts.deny, please the following

2010-09-16 21:40:00 1111

原创 How to Clone VMs in ESXi

1. Create a new VM (clone2) without a disk equipped2. Use the VM tool to clone the disk fromthe existing VM to the new VM. Usually, you can find all the VMs in the /vmfs/volumes/datastore1/.vmkfstools -i /vmfs/volumes/4c3b50b8-d57dc2fc-d2b7-00241d1852fa/

2010-09-14 15:13:00 855

原创 Tcl/Tk的Switch模块中慎用注释

今天改了一段Tcl代码,一段非常复杂的非常长的swith代码,总是遇到这样一个奇怪的错误: "extra switch pattern with no body, this may be due to a comment incorrectly placed outside of a switch body - see the "switch" documentation"于是我检查{}是否匹配,检查entry写的是否正确,检查switch的变量是否正确……反复几遍之后,错误仍然在,几近崩溃。Google了

2010-09-09 20:50:00 3865 2

转载 19个常用的ffmpeg视频处理命令

原文:http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needsffmpeg is a multiplatform, open-source library for video and audio files. I have compiled 19 useful and amazing commands covering almost all needs: video conversion, sound extraction, encod

2010-09-05 01:43:00 5563

原创 Linux下如何删除已安装的realplayer

<br />由于realplayer在Linux下只能通过realplay*.bin来安装,装好后不能通过yum或rpm卸载。现在的realplayer已然成为名副其实的垃圾软件,Linux下尤其如此。<br /> <br />卸载它的办法就是通过locate realplay命令找到所有realplay相关的文件,然后统统删除之!<br /> <br />realplayer=$(locate realplay)echo $realplayerrm -rf $realplayer

2010-09-03 00:07:00 923

原创 Splashtop Remote——让你在iPad上也能用Windows下的应用

今天看到这样一篇博文:在iPad上也能用Windows下的应用?我能!对于文中介绍的可以在iPad上也能用Windows软件的Splashtop Remote很感兴趣,因为传说Chrome OS也会用类似的机制来解决Windows软件的兼容问题,即“一部分运行在PC上,起daemon的作用,另外一个运行在iPad上,跟PC的软件进行通信,使用户能够控制或管理PC上的软件程序和数据。” 这应该和VNC起的作用类似。估计iPad和即将发布的gPad(Chrome OS Tablet)乃至Android Pad们

2010-09-02 09:16:00 4521 1

将多个Excel文件批量导入某个Excel文件中去的VBA宏

压缩文件中包括一个包含宏代码的Excel文件Sheet Macros.xls以及其他四个测试文件工作表 1~4。 宏的功能为(1)选中Excel表格中的某些行或列,运行某个Macro,自动根据选中的cells创建新的worksheets,worksheets的名字就是选中的cells的名字。(2)创建新的worksheet的同时,要把某指定目录下与新的worksheet同名的Excel文件的内容copy到新的worksheet中去。

2011-07-11

Network Programming with Perl

Perl网络编程的经典书籍,浅显易懂,值得推荐

2010-06-23

Exploring Expect(英文完全版)

Exploring Expect by Don Libes Publisher: O'Reilly Media, Inc. Pub Date: December 1, 1994 Print ISBN-10: 1-565-92090-2 Print ISBN-13: 978-1-565-92090-3 Pages: 608

2009-09-29

Sun云计算平台-Sun Cloud Computing

本文(Sun Cloud Computing)详细介绍了Sun的云计算平台,对于云计算平台的学习非常有帮助。

2009-08-18

面向对象数据库

面向对象数据库系统及其应用

2007-11-14

Matlab与VC混合编程

利用VC调用Matlab C语言接口,实现VC和Matlab的混合编程。

2007-05-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除