// Playground - noun: a place where people can playimport UIKitvar str = "Hello, playground"// color与=号之间必须有个空格let colors =[ "Air Force Blue":(red:...
分类:
编程语言 时间:
2014-11-01 09:43:28
阅读次数:
206
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, white and blue.
Here, we will use the integers ...
分类:
其他好文 时间:
2014-10-31 17:29:05
阅读次数:
129
android常用项 #ffc0cb #ffb6c1 #ffffff #ffdab9 #ffd700 #fffff0 #ffffe0 #ffff00 #fffafa #fffaf0 #fffacd #fff8dc #fff...
分类:
移动开发 时间:
2014-10-30 15:05:24
阅读次数:
153
LeetCode - Sort ColorsGiven 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, white and blue.Here, we will...
分类:
其他好文 时间:
2014-10-29 15:00:37
阅读次数:
162
Sort ColorsGiven 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 ...
分类:
其他好文 时间:
2014-10-24 18:38:49
阅读次数:
258
把下面的内容保存成darkslategrey.vim,放入~/.vim/colors目录即可。" Vim color file" Maintainer: jiqing()" Create: 2011-04-11" Last Change: 2011-04-11" cool help screen.....
分类:
系统相关 时间:
2014-10-22 17:32:19
阅读次数:
350
题目描述:Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order re...
分类:
其他好文 时间:
2014-10-21 00:43:54
阅读次数:
304
通过secureCRT登陆linux,如果背景颜色选为黑色,很可能在使用ls命令时看不清楚目录名,这时候我们可以通过一个简单的方式将目录变为一个显眼的颜色,例如“黄色”。[fulinux@ubuntu ~]$ vim .bash_profile 在一个适当的位置添加:#修改目录颜色,原来di=01;34(01:粗体,34蓝色,33:黄色)
LS_COLORS=$LS_COLORS'di=01;33...
分类:
系统相关 时间:
2014-10-20 21:24:57
阅读次数:
191
Cross Counting
Time Limit: 1000MS
Memory Limit: 131072K
Total Submissions: 1331
Accepted: 375
Description
Given a N × M grid with different colors on each cell, you...
分类:
其他好文 时间:
2014-10-15 15:31:20
阅读次数:
114
1.首先 打开 >> Myeclipse或Eclipse.(我用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> General >> Appearance >> Colors and Fonts >>Bas...
分类:
Web程序 时间:
2014-10-14 17:12:39
阅读次数:
467