由于自己大二自己玩过PS,所以,这节课就相对容易点。但是,PS不经常用的后果就是快捷键容易忘...... 1、PS首选项的设置 编辑>首选项>单位与标尺,把标尺和文字单位改成像素 2、创建切图需要的工作区,关闭不需要的面板(窗口>工作区>新建工作区>保存工作区),右上角选择工作区a.信息面板(F8....
分类:
其他好文 时间:
2015-07-26 22:26:11
阅读次数:
204
编程语言的语法与语义摘自《Formal Syntax and Semantics of Programming Languages 》by Kenneth Slonneger / Barry L. Kurtz 刘建文略译(http://blog.csdn.net/keminlau)Chapter ....
分类:
编程语言 时间:
2015-07-25 19:49:05
阅读次数:
124
2.3.1 Basic Commandscreate an arrayx = c(1,6,2)create a matrix>x=matrix (data=c(1,2,3,4) , nrow=2, ncol =2)> x=matrix (c(1,2,3,4) ,2,2)> x[1,2][1] 3> ...
分类:
其他好文 时间:
2015-07-25 07:08:35
阅读次数:
226
Chapter one . Article Purpose 前段时间总结了maven一些知识点,都是概念性和理解性的描述,对于应用方面乏陈可言。 这里分享下我在日常项目开发中普通项目简单的分环境打包。:) 这样的文章很多,但是在这里出现的才是我最喜欢的。Chapter two . Build...
分类:
其他好文 时间:
2015-07-21 01:07:31
阅读次数:
222
原版的:http://blog.csdn.net/dba_huangzj/article/details/37924127 ,专题文件夹:http://blog.csdn.net/dba_huangzj/article/details/37906349 未经作者允许,不论什么人不得以“原创”形...
分类:
数据库 时间:
2015-07-20 23:11:36
阅读次数:
203
SummaryThis chapter covered a lot of ground,beginning with a look at the purpose of WCF,the problems it solves and its alignment with SOA,through disc...
分类:
其他好文 时间:
2015-07-17 18:11:33
阅读次数:
126
In Chapter 1,you were introduced to fundamental WCF concepts, 在章节1中,学习了wcf中的基础概念including how to create and consume a service, 包括如何创建以及调用服务how ...
分类:
其他好文 时间:
2015-07-17 17:50:36
阅读次数:
134
介绍
JavaScript编程的时候总避免不了声明函数和变量,以成功构建我们的系统,但是解释器是如何并且在什么地方去查找这些函数和变量呢?我们引用这些对象的时候究竟发生了什么?
原始发布:Dmitry A. Soshnikov
发布时间:2009-06-27
俄文地址:http://dmitrysoshnikov.com/ecmascript/ru-chapter-2-variable...
分类:
编程语言 时间:
2015-07-17 14:06:51
阅读次数:
238
本章是关于ECMAScript面向对象实现的第2篇,第1篇我们讨论的是概论和CEMAScript的比较,如果你还没有读第1篇,在进行本章之前,我强烈建议你先读一下第1篇,因为本篇实在太长了(35页)。
英文原文:http://dmitrysoshnikov.com/ecmascript/chapter-7-2-oop-ecmascript-implementation/
注:由于篇...
分类:
编程语言 时间:
2015-07-17 14:06:29
阅读次数:
171
So far in this chapter,I have shown you different ways to create services,how to expose a service endpoint and metadata exchange endpoint,how to gener...
分类:
其他好文 时间:
2015-07-16 15:38:39
阅读次数:
91