Love me, love my dog. 爱屋及乌。出处《尚书大传?大战》:“爱人者,兼其屋上之乌。”活学活用:lovefirst love 初恋unrequited [one-sided] love 单相思love at first sight 一见钟情He knows not what lov...
分类:
其他好文 时间:
2014-07-10 12:44:48
阅读次数:
242
vcenter appliance是一个vmware配置好的基于suse系统的vcenter的all in one式的虚拟机,比安装基于windows的vcenter服务省事多了,所以我选择部署vCenter Appliance(简称vcapp)。经过多次实验,步骤和注意事项如下:一、部署OVF模版...
分类:
移动开发 时间:
2014-07-10 12:27:39
阅读次数:
307
Given a non-negative number represented as an array of digits, plus one to the number.
分类:
其他好文 时间:
2014-07-10 09:59:58
阅读次数:
196
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:
其他好文 时间:
2014-07-07 23:24:09
阅读次数:
210
Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp...
分类:
其他好文 时间:
2014-07-07 22:57:13
阅读次数:
309
文件查看主要有以下命令cat、more、less、head、tailcat命令:是一个文本文件查看和连接工具。从第一个字节开始正向查看文件的内容,适用于小文件以第一行开始,显示没有停顿,文件较长的话,只能看到最后一页内容在屏幕上当文件内容过多时,就带来一个问题,因为文本在屏幕上迅速地闪过,用户来不及...
分类:
系统相关 时间:
2014-07-07 20:30:16
阅读次数:
354
KVM I/O slowness on RHEL 6 http://www.ilsistemista.net/index.php/virtualization/11-kvm-io-slowness-on-rhel-6.html?limitstart=0 Over one year has passe...
分类:
其他好文 时间:
2014-07-07 20:21:46
阅读次数:
397
需求:通过更多按钮来实现搜索条件的收缩和展开。以前没做过类似的需求,自己去京东等各大网站参考了一下,大概明白了思路:通过控制搜索块的高度来隐藏搜索条件 $("span.o-more").bind("click", function () { var $cur = $(this).pa...
分类:
其他好文 时间:
2014-07-07 19:28:07
阅读次数:
248
Originally, I installed an Ubuntu using Wubi on my company's laptop (Lenovo W520). One purpose is for fun, the other is to use some instant messengers...
分类:
其他好文 时间:
2014-06-30 12:26:40
阅读次数:
326
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:
其他好文 时间:
2014-06-29 20:28:58
阅读次数:
183