#!/bin/bash
#systeminforeport
def_colors(){
#Attributes
normal=‘\033[0m‘;bold=‘\033[1m‘;dim=‘\033[2m‘;under=‘\033[4m‘
italic=‘033[3m‘;notalic=‘\033[23m‘;blink=‘\033[5m‘;
reverse=‘\033[7m‘;conceal=‘\033[8m‘;nobold=‘\033[22m‘;
nounder=‘\033[24m‘;noblink=‘\0..
分类:
其他好文 时间:
2015-10-15 18:53:05
阅读次数:
279
在unity 5.x开发中遇到了一个很郁闷的问题,这个问题不会影响你的游戏的运行,但是却会使你在演示或是交流的时候出现尴尬。问题描述:Mesh.colors is out of bounds. The supplied array needs to be the same size as the M...
分类:
编程语言 时间:
2015-10-14 21:43:46
阅读次数:
204
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-10-11 11:30:02
阅读次数:
179
There is a fence with n posts, each post can be painted with one of the k colors.You have to paint all the posts such that no more than two adjacent f...
分类:
其他好文 时间:
2015-10-10 09:06:22
阅读次数:
307
XCode中设置字体大小1)打开Preferences,快捷键是“Command + ,”(注意,是三个键,按住command键,然后再快速地按“+”和“,”两个键即可)2)选择“Fonts & Colors”,选中所有的“Category”,然后双击“Font”一列,在弹出的对话框中选择适合自己的...
分类:
其他好文 时间:
2015-10-09 15:06:52
阅读次数:
156
[root@www ~]# man -K LS_COLORS/usr/share/man/overrides/man1/lftp.1.gz? [ynq] y------------------------------------------------------------------------...
分类:
系统相关 时间:
2015-10-07 22:56:16
阅读次数:
307
leetcode -Sort ColorsGiven an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors...
分类:
其他好文 时间:
2015-10-05 12:58:10
阅读次数:
162
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, ...
分类:
其他好文 时间:
2015-10-03 09:29:49
阅读次数:
203
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-10-01 22:58:42
阅读次数:
255
状压以后,直接暴力枚举,2^20约等于1e6,而且满足bitcount = m的状态很少,很稳#includeusing namespace std;const int maxn = 20+1;double x[maxn],y[maxn],z[maxn];double d[maxn][maxn];d...
分类:
其他好文 时间:
2015-10-01 18:01:24
阅读次数:
117