Linux系统中ls文件夹的痛苦我就不说了,为了不伤眼睛,一般ssh终端背景都用的黑色,文件夹又是深蓝色,每次看文件夹都要探头仔细去看。这下彻底解决这个问题。 因为centos下的/etc/目录里没有DIR_COLORS,所以费了点劲儿。1.利用dircolors命令,查看我们的系统当前的文件名称显..
分类:
其他好文 时间:
2015-02-11 19:03:37
阅读次数:
93
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢
Sort Colors
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 ...
分类:
其他好文 时间:
2015-02-11 18:41:01
阅读次数:
116
简单DP,dp[i][j]表示从第一个序列里取出i个和从第j个序列里取出j个的组合的最小值,可以从两个方向转移过来,每次转移加上已经出现过的且还没有出现完的字母的个数. O(n?m)O(n*m)的复杂度.
1625 Color LengthCars painted in different colors are moving in a row on the road as shown in Figu...
分类:
其他好文 时间:
2015-02-11 16:39:30
阅读次数:
194
http://evadeflow.com/2010/06/sane-terminal-colors/Sane Terminal ColorsJune 26, 2010I recently created a new Ubuntu VM and once again found myself not ...
分类:
其他好文 时间:
2015-02-10 15:10:24
阅读次数:
960
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 inthe order red, white and blue.
Here, we will use the integers 0, 1...
分类:
其他好文 时间:
2015-02-10 09:17:21
阅读次数:
133
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 red, wh...
分类:
其他好文 时间:
2015-02-09 15:45:22
阅读次数:
126
今天开始看项目二:画幅好画
项目中会用到图形生成包ReportLab,因此首先装好这个包:easy_install reportlab
从书中可以了解到,这个包主要用于作图。
比如说写字、画线等。执行代码:
from reportlab.lib import colors
from reportlab.graphics.shapes import Drawing,String,PolyLi...
分类:
编程语言 时间:
2015-02-08 12:57:05
阅读次数:
179
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher...
分类:
其他好文 时间:
2015-02-04 15:55:54
阅读次数:
165
颜色对照地址:http://flatuicolors.com/
分类:
其他好文 时间:
2015-02-04 11:13:07
阅读次数:
140
https://oj.leetcode.com/problems/sort-colors/Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are a...
分类:
其他好文 时间:
2015-02-03 21:20:00
阅读次数:
213