上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: RGB:TheRGB color modelis anadditivecolor modelin whichred,green, andbluelight are added together in various ways to reproduce a broad array ofcolors. ... 阅读全文
posted @ 2015-04-02 10:02 jiahu 阅读(920) 评论(0) 推荐(0) 编辑
摘要: 一个遍历一个文件夹下文件名的方法:首先使用FindFirstFile()和FindNextFile()这两个函数获得文件夹下文件的名称,再做其他的处理。使用windows.h中的函数FindFirstFILE() 和FindNextFile()遍历文件夹中的函数。//wchar to charvoi... 阅读全文
posted @ 2015-04-01 10:53 jiahu 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 色彩的基调就是指照片色彩的基本色调,也是画面的主要色彩倾向,它能给人们总的色彩印象。在一张彩色照片中,基调是由不同的色彩通过适当的搭配而形成的统一、和谐和富于变化的有机结合,在其中起主导作用的颜色,就是色彩的基调,也称作画面的基调。 任何一篇作品,都会有一个统一完整的基调。朗读作品必须把握住作品的... 阅读全文
posted @ 2015-03-27 23:06 jiahu 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 一般情况下,配置 .vimrc 可以更改vim 的表现。有很多已经写的很好的 .vimrc例如:http://amix.dk/vim/vimrc.htmlhttps://github.com/amix/vimrchttps://github.com/spf13/spf13-vimhttps://gi... 阅读全文
posted @ 2015-02-13 17:37 jiahu 阅读(280) 评论(0) 推荐(0) 编辑
摘要: git 软件版本控制系统 Git --- The stupid content trackergit的使用:windows下的git :http://msysgit.github.io/初始化git :$ git config --global user.name"Your Name"... 阅读全文
posted @ 2015-02-13 16:58 jiahu 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 使用yum获得文件包:yum install --downloadonly ******默认保存位置为:/var/cache/yum也可以更改保存位置: --downloaddir= /home/**在指令行打开termian 的指令是:gnome-terminal若gnome-tweak-tool... 阅读全文
posted @ 2015-02-08 14:40 jiahu 阅读(198) 评论(0) 推荐(0) 编辑
摘要: CentOS 7 的安装:使用powerISO将centos 7 镜像写入U盘。使用U盘启动即可安装。CentOS 7添加第三方yum源:EPEL源:键入指令:yum install epel*查看是否安装成功:yum repolist一般有类似如下输出:repo id repo name stat... 阅读全文
posted @ 2015-02-07 15:35 jiahu 阅读(1811) 评论(0) 推荐(0) 编辑
摘要: 在终端输入vimtutor可以打开vim的学习手册。输入:!command可以执行终端的指令,如果不加!只能执行vim的指令。在normal模式下输入:q!可以退出vim,但是这时没有保存更改。添加!表示强制执行。在normal模式下输入:qw可以将更改保存。在normal模式下使用小写字母u可以u... 阅读全文
posted @ 2015-01-26 21:23 jiahu 阅读(204) 评论(0) 推荐(0) 编辑
摘要: The Free Lunch Is OverA Fundamental Turn Toward Concurrency in SoftwareBy Herb SutterThe biggest sea change in software development since the OO revol... 阅读全文
posted @ 2015-01-20 22:09 jiahu 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 首先进入google http://64.233.189.104/** site:pan.baidu.com 阅读全文
posted @ 2015-01-13 16:21 jiahu 阅读(469) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页