151. Reverse Words in a String Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the ...
分类:
其他好文 时间:
2016-08-01 06:53:45
阅读次数:
119
1. 愤怒的小鸟 Behind Blue Eyes -- Limp Bizkit Friends -- Blake Shelton Wonderful life (Mi Oh My) -- Matoma http://y.qq.com/#type=album&mid=002lnDtZ1FYMrg&p ...
分类:
其他好文 时间:
2016-08-01 00:25:07
阅读次数:
135
题目:reverse words in a string Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the". ...
分类:
编程语言 时间:
2016-07-31 22:00:25
阅读次数:
131
CSS2中色彩模式只有RGB色彩模式(RGB即RED、Green、BLue)和十六进制模式,为了能支持 透明opacity 的Alpha值,CSS3又增加了RGBA色彩模式(RGBA即RED、Green、BLue、Alpha)。 但是不管是RGB模式还是十六进制模式都无法主观感受,所以CSS3又加入 ...
分类:
其他好文 时间:
2016-07-30 13:22:44
阅读次数:
164
.header{ margin: 0 auto; text-align: left; width: 63%; font-size:40px;}.header span{ color:red;}.header strong{ color:blue;}.content{ margin: 0 auto; ...
分类:
Web程序 时间:
2016-07-24 23:49:19
阅读次数:
617
linux查看系统的硬件信息,并不像windows那么直观,这里我罗列了查看系统信息的实用命令,并做了分类,实例解说。cpulscpu命令,查看的是cpu的统计信息.blue@blue-pc:~$lscpu
Architecture:i686#cpu架构
CPUop-mode(s):32-bit,64-bit
ByteOrder:LittleEndian#小尾序
CPU(s):4#..
分类:
系统相关 时间:
2016-07-21 20:10:34
阅读次数:
260
<html> <head> <style type="text/css"> .div2{ font-size:16px; color:orange; } .div3{ font-size:20px; color:blue; } <style> <script type="text/javascrip ...
分类:
编程语言 时间:
2016-07-19 17:01:33
阅读次数:
159
Blue Jeans Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16142 Accepted: 7189 Description The Genographic Project is a research partnersh ...
分类:
其他好文 时间:
2016-07-17 12:36:22
阅读次数:
145
注意点: background:blue; 与 background-color:blue; 不一样! 一、关于background设置: 1)background:blue; 2)background-image:url(图片名称); 当背景既有颜色,又有图片时,哪个在后面哪个就生效,如下例所示; ...
分类:
Web程序 时间:
2016-07-15 00:36:39
阅读次数:
226
#!/bin/bash
./etc/init.d/functions
start=$1
up=0
down=0
#addcolorfunction
functioncolor()
{
RED_COLOR=‘\E[1;31m‘
GREEN_COLOR=‘\E[1;32m‘
YELLOW_COLOR=‘\E[1;33m‘
BLUE_COLOR=‘\E[1;34m‘
RES=‘\E[0m‘
}
#judgeusagefunction
functionjudge()
{
#axargs
[$#-ne2]&&a..
分类:
其他好文 时间:
2016-07-13 23:32:42
阅读次数:
156