Problem description There are n stones on the table in a row, each of them can be red, green or blue. Count the minimum number of stones to take from ...
分类:
其他好文 时间:
2018-05-30 19:25:44
阅读次数:
175
NSMutableAttributedString let testAttributes = [NSAttributedStringKey.foregroundColor: UIColor.blue, NSAttributedStringKey.backgroundColor: UIColor.ye ...
分类:
编程语言 时间:
2018-05-30 15:09:41
阅读次数:
2589
Github地址:https://github.com/13993013291/ruanjianguigexuqiu/tree/master 一.团队项目需求分析改进 1.《通讯录管理系统需求说明书》初稿的不足: 缺少类图,流程图,对于分工的比例没有说明,用例图不太符合规范 2.功能分析的四个象限 ...
分类:
其他好文 时间:
2018-05-30 10:53:39
阅读次数:
197
在UI及其相关设计中色彩的搭配可以说起着至关重要的作用,此文是学习设计调色的一篇总结性文章。 在UI及其相关设计中色彩的搭配可以说起着至关重要的作用,此文是学习设计调色的一篇总结性文章。 一、三原色 一、三原色 色光三原色(红绿蓝) R(红Red),G(绿Green),B(蓝Blue)(加色三原色: ...
分类:
其他好文 时间:
2018-05-29 19:00:38
阅读次数:
144
git配置别名设置,保存一份 [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbr ...
分类:
其他好文 时间:
2018-05-29 16:18:55
阅读次数:
183
一 基本选择器 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> #p1 { color: aqua; } #p2 {color: blueviolet} #p3 {color: blue} #p4 {color:salmon} ...
分类:
Web程序 时间:
2018-05-28 20:15:23
阅读次数:
217
conf.setNumWorkers(2); // 该Topology运行在Supervisor节点的2个Worker进程中 topologyBuilder.setSpout("blue spout", new BlueSpout(), 2); // 设置并行度为2,则Task个数为2 1 topo ...
分类:
其他好文 时间:
2018-05-28 15:02:55
阅读次数:
171
Sass和JavaScript语言类似,也具有自己的数据类型,在Sass中包含一下几种数据类型 数字:如,1,2,13,10px; 字符串: 有引号字符串或无引号字符串,如,“foo”,"bar","baz"; 颜色:如,blue、#04a3f9、rgba(255,0,0,0,5); 布尔值:如,t ...
分类:
其他好文 时间:
2018-05-25 13:57:27
阅读次数:
157
green bar is the reward function, blue curve is the possibility of differenct trajectories if green bars are equally increased to yellow bars, the res ...
分类:
其他好文 时间:
2018-05-25 00:27:41
阅读次数:
421
从本质上讲,JSX 只是为 React.createElement(component, props, ...children) 函数提供的语法糖。JSX代码: 1 2 3 <MyButton color="blue" shadowSize={2}> Click Me </MyButton> 1 2 ...
分类:
Web程序 时间:
2018-05-23 18:04:17
阅读次数:
235