摘要: 让你电脑上的窗口从白花花的颜色变成淡淡的绿色。设置方法如下: 在桌面点右键选“属性”(properties),接着点“外观”(appearance),点右下 角的“高级”(advanced),然后在“项目”(items)的下拉菜单里选“窗口” (windows),再点它右侧的下拉菜单“颜色”(color),点下方的“其它” (others),然后把“色调”(Hue)设为85,“饱和度”(Sat)设为90,“亮度” (Lum)设为205。 (产品出厂时,一般分别设为160、0、240。)然后单击“添加到自定义颜色”(Add to custom colors),按“确定”(OK)…… 一直“确定” 阅读全文
posted @ 2012-06-29 15:12 晨光静默 阅读(202) 评论(0) 推荐(0) 编辑
摘要: C#读取文本文件最简单的方法就是使用StreamReader类,下面的例子来自Visual Studio的帮助: using System;using System.Collections.Generic;using System.Linq;using System.Text;using Syste 阅读全文
posted @ 2012-06-29 10:10 晨光静默 阅读(1948) 评论(0) 推荐(0) 编辑