距离rhel7发布了已经有很长一段时间了,由于本人笔记本的显卡捉急(710入门级),网络安装加载后黑屏,刻的盘安装bios自检通过不了,因此也只能在真机上装rhel6.5了,vmware下装rhel7来体验了。废话不多说了,进入正题红帽在服务器方面的应用不需要多说了,但是每次想在上面播放视..
分类:
其他好文 时间:
2014-11-27 06:49:45
阅读次数:
284
Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.NOTE: the return is the list of all a...
分类:
其他好文 时间:
2014-11-27 06:47:27
阅读次数:
170
http://www.lydsy.com/JudgeOnline/problem.php?id=2179fft裸题。。。。为嘛我的那么慢。。。。1000多ms。。#include #include #include #include #include #include #include #inclu...
分类:
其他好文 时间:
2014-11-27 06:45:16
阅读次数:
218
Implement pow(x, n).Analysis:x^n = x^(n/2)*x^(n/2) (*x, if n is odd).NOTE: We need consider n0) 8 res = powRecur(x,n); 9 else{10 ...
分类:
其他好文 时间:
2014-11-27 06:44:27
阅读次数:
209
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, ...
分类:
其他好文 时间:
2014-11-27 06:44:23
阅读次数:
118
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [?2,1,?3,4,?1,2,...
分类:
其他好文 时间:
2014-11-27 06:43:44
阅读次数:
162
从本文开始,使用 jQuery Mobile 与 HTML5 开发 Web App 系列将会进入第三部分——jQuery Mobile 事件与方法,这其中将会利用之前所讲述的 jQuery Mobile 组件作为例子说明,因此 Kayo 建议如果你不熟悉 jQuery Mobile ,可以首先阅读前...
分类:
其他好文 时间:
2014-11-27 06:45:40
阅读次数:
252
反映宇宙与生命题材的电影,一直都是很难看的,为什么?因为太空里都是慢动作,节奏太慢,不好看;看过天宫一号的“我已出舱,感觉良好”的转播镜头吧?等了十分钟才动了一点点;不要听人吹嘘《2001-太空之旅》如何博大精深,老老实实说人话,正常人坐不住20分钟就得换频道。也不要相信什么最后穿越时空的表现有何震...
分类:
其他好文 时间:
2014-11-27 06:46:20
阅读次数:
240
微软近期Open的职位:Group: Search Technology Center Asia (STCA)/Search Ads - Big Data PipelinesTitle: Software Engineer IILocation: Suzhou/Beijing, ChinaOnlin...
分类:
其他好文 时间:
2014-11-27 06:44:22
阅读次数:
326
定义:将一个复杂对象的构建与它的表示分离,使得同样的构建过程可以创建不同的表示。类型:创建类模式类图:四个要素产品类:一般是一个较为复杂的对象,也就是说创建对象的过程比较复杂,一般会有比较多的代码量。在本类图中,产品类是一个具体的类,而非抽象类。实际编程中,产品类可以是由一个抽象类与它的不同实现组成...
分类:
其他好文 时间:
2014-11-27 06:44:02
阅读次数:
176
Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints:Could negative integers be palindromes? (i...
分类:
其他好文 时间:
2014-11-27 06:44:59
阅读次数:
215
一、引子话说十年前,有一个爆发户,他家有三辆汽车(Benz(奔驰)、Bmw(宝马)、Audi(奥迪)看来这人比较爱国,没有日本车),还雇了司机为他开车。不过,爆发户坐车时总是这样:上Benz车后跟司机说"开奔驰车!",坐上Bmw后他说"开宝马车!",坐上Audi后他说"开奥迪车!"。你一定说:这人有...
分类:
其他好文 时间:
2014-11-27 06:45:16
阅读次数:
228
Message FloodTime Limit: 1500MS Memory limit: 65536K题目描述Well, how do you feel about mobile phone? Your answer would probably be something like that "I...
分类:
其他好文 时间:
2014-11-27 06:44:24
阅读次数:
127
原文地址:理解虚基类、虚函数与纯虚函数的概念引言 一直以来都没有写过一篇关于概念性的文章,因为我觉得这些概念性的东西书本上都有并且说的也很详细写来也无用,今天突发奇想想写 一写,下面就和大家讨论一下虚基类、虚函数与纯虚函数,一看名字就让人很容易觉得混乱。不过不要紧待看完本文后你就会理解了。正文 .....
分类:
其他好文 时间:
2014-11-27 06:43:01
阅读次数:
104
译文地址:http://blog.csdn.net/fallenink/article/details/8128095原文地址:http://pclosmag.com/html/Issues/201104/page19.html强烈建议习惯英文者,ctrl+按住上面链接,跳转。RTMP Specif...
分类:
其他好文 时间:
2014-11-27 06:41:05
阅读次数:
238
1. 需要准备好下面这些工具 JDK 1.6+ Maven 2或3 TortoiseSVN 1.7+ (从1.7开始”.svn”目录集中放在一处了,不再每个目录下都放一份) Eclipse 3.5+ 这4个工具不在这里描述怎么配置了,如果你是有两三年开发经验的...
分类:
其他好文 时间:
2014-11-27 01:41:09
阅读次数:
385
Unable to load crypto library. Failed with error: "load_failed, Failed to load NIF library: ‘/usr/local/erlang/R16B03-1/lib/erlang/lib/crypto-3.2/priv/lib/crypto.so: undefined symbol: EC_GROUP_new_...
分类:
其他好文 时间:
2014-11-27 01:42:37
阅读次数:
242