echo 'RW1haWwvTVNOL0d0YWxrOiBhMThjY21zQGdtYWlsLmNvbQo=' | base64 -d
唉,自从开始用GoogleReader之后就没有把精品的发布到我的博客上的习惯了。真是太郁闷了。每次看到好的文章直接就加星,共享。唉~~便捷的操作真的让人懒惰。有没有什么办法直接把我共享的文章发送到Blog的办法呢?~~~呵呵~~我以后会尽量注意的。或者就单独发布Only我自己的东西。马上六月了。急切等待Ipad港行上市中~~~~~~
Today I installed Windows Xp in Virtuabox however happen an error.
VT-x is not available
Unknown error creating VM
So How to solve this problem?Do it:
In VirtualBox 3.0.2, this option no longer appears in the Advanced pane. Nevertheless I managed to find a workaround to deselect the option despite it no longer appearing in the UI:
Under the ~/Library/VirtualBox/Machines directory you will find a folder for each virtual machine you have created. Within this directly you will find an XML file with the machine settings.
It looks like:
13 </ExtraData> 14 <Hardware version="2"> 15 <CPU count="1"> 16 <HardwareVirtEx enabled="true" exclusive="false"/> 17 <HardwareVirtExNestedPaging enabled="true"/> 18 <HardwareVirtExVPID enabled="true"/> 19 <PAE enabled="true"/> 20 </CPU>
Just change the 'enabled="true"' part to 'enabled="false"'.
Enjoy.
Recently,I Try to use the Snow Leopard ,But it lacks a feature.
Debian-like bash_completion! I missed you! So I Seached with Google!
To install it just do:
sudo port install bash-completion echo "source /opt/local/etc/bash_completion" >> ~/.bash_profile chmod +x ~/.bash_profile
Tip: You must have MacPorts installed to run the first command. MacPorts Form http://www.macports.org .
If you don’t know yet what is bash_completion, it is a feature for shells to autocomplete commands. Example: You are on a git repository. You type git fe and press TAB, bash_completion will fill “fetch” for you. If you have branches, they are autocompleted too. GNU Tar only shows files compatible with the filters you selected. So if you tar xvzf my-softw TAB, it will complete only filenames that are on tar.gz or tgz format and that starts with the string you already typed.
It is heaven again.

★心理学家认为,判断男女两个人是否适合“牵手”,应考虑以下10个因素。
下午遇到一个小问题:文件目录结构如下
/dir0-
-/dir1 <---该文件很大,欲排除
-/dir2 <---该文件很大,欲排除
-/dir3 <---目标目录之一
-index.php <---目标文件之一
.............以下省略N个子目录和子文件.............
目录下很多子目录,而我需要打包。目标是 /wwwroot 下所有子文件+/dir3 ,于是那些多余的子目录就让我头疼,
怎样在不影响文件结构的情况下打包呢,搜索网上,很多人用下面这个方法:
阅读全文...
最新评论