做为一个IT民工来说整天对着电脑屏幕,会给我们的眼睛带来极大的伤害,所以我们要寻找一种护眼模式,以减弱电脑对我们眼睛的影响。 1、使用快捷键打开运行窗口。 2、打开注册表修改:[HKEY_CURRENT_USER\ControlPanel\Colors]下Windows键值为202232207,值根据个人情况进行修..
分类:
Windows程序 时间:
2016-05-19 21:31:43
阅读次数:
1844
题目信息1092. To Buy or Not to Buy (20)时间限制100 ms
内存限制65536 kB
代码长度限制16000 B
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were m...
分类:
其他好文 时间:
2016-05-18 19:34:05
阅读次数:
169
2.偏好设置 通过“command+,”快捷键或”Xcode|Preferences”菜单呼出偏好设置。 (1)主题及字体(Preferences->Fonts & Colors) 选中一种主题(theme),例如“Midnight”,然后shift选择Source Editor/Console中的 ...
分类:
其他好文 时间:
2016-05-17 13:08:16
阅读次数:
258
Problem C: The Same Color Description Diao Yang has many balls with different colors. Today he wants to divide his balls into two groups. But he does ...
分类:
其他好文 时间:
2016-05-15 21:24:39
阅读次数:
249
Set colors for man pages: 设置方法比较简单,打开/etc/bash.bashrc(需要root权限)或者~/.bashrc文件加入如下内容: # Set colors for man pagesman() {env \LESS_TERMCAP_mb=$(printf “\e ...
分类:
系统相关 时间:
2016-05-15 09:32:50
阅读次数:
290
pycharm 是很好的一个IDE,在windows下,和macOS下,都能很好的运行。唯一缺点是启动慢。 默认字体太小,在mac下,需要瞪大24K氪金狗眼才能看清。 为了保护好眼睛,我们需要把字体调整大一些: 步骤: Settings-->Editor-->Colors & Fonts-->Fon ...
分类:
其他好文 时间:
2016-05-13 12:39:04
阅读次数:
163
注意:1.array的length不是只读的。可以从数组的末尾移出项或者向数组中添加新项。看下面例子: var colors = ["red","yellow","blue"];colors.length = 2;console.info(colors[2]);结果:undefined原因:将len ...
分类:
编程语言 时间:
2016-05-13 09:30:27
阅读次数:
131
java知识模块:
1.基础知识,数组,字符串,正则表达式;
2.类和对象,接口,继承,多态,抽象类,内部类,泛型,java常用类库。
3.异常处理; 4.IO; 5.事件处理;
6.多线程; 7.集合类 8.网络通信; 9.JDBC操作数据库
一、idea技巧
1.设置字体大小:
file -> setting -> editor -> colors&font...
分类:
编程语言 时间:
2016-05-12 22:33:55
阅读次数:
177