码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
151. Reverse Words in a String && 61. Rotate List && 189. Rotate Array
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
songs
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(java 注意一些细节处理)
题目: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
HSLA颜色
CSS2中色彩模式只有RGB色彩模式(RGB即RED、Green、BLue)和十六进制模式,为了能支持 透明opacity 的Alpha值,CSS3又增加了RGBA色彩模式(RGBA即RED、Green、BLue、Alpha)。 但是不管是RGB模式还是十六进制模式都无法主观感受,所以CSS3又加入 ...
分类:其他好文   时间:2016-07-30 13:22:44    阅读次数:164
ass3css
.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 查看系统硬件信息(实例详解)
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
javaScript给元素添加多个class
<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
POJ3080 Blue Jeans
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
HTML学习笔记8——CSS设置背景图片
注意点: background:blue; 与 background-color:blue; 不一样! 一、关于background设置: 1)background:blue; 2)background-image:url(图片名称); 当背景既有颜色,又有图片时,哪个在后面哪个就生效,如下例所示; ...
分类:Web程序   时间:2016-07-15 00:36:39    阅读次数:226
统计一个网段以及相应区段存活和宕机的ip
#!/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
1833条   上一页 1 ... 84 85 86 87 88 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!