源于Facebook内部分享PPT:提高工作效率的26大法宝。摘抄我认为有用的。一、Work more when you're in the zone.Relax when you're not.It's normal to have days where you just can't work a...
分类:
其他好文 时间:
2015-09-25 00:02:50
阅读次数:
350
Pop3 incoming server: Server hostname: pop.mail.yahoo.com Port: 995 SSL: SSL/TLS Authentication: normal password IMAP incoming server: Server hostname...
分类:
其他好文 时间:
2015-09-24 08:15:06
阅读次数:
186
、find ~/config -type f | grep xml | xargs grep -e input_path -e normal_path | sed 's/ //g' | sed 's/ //g'bjdz@cptst3[/boss4/bjdz]#find~/config-typef|....
分类:
其他好文 时间:
2015-09-23 19:16:53
阅读次数:
281
三、关闭数据库(SHUTDOWN)对于关闭的数据库,有四个不同的选择关闭,下一个被一一介绍。1、SHUTDOWN NORMAL这是数据库关闭SHUTDOWN事实上,省命令选项。也就是说,如果您发出SHUTDOWN此命令,那是,SHUTDOWN NORNAL的意思。发出该命令后,不论什么新的连接都将再...
分类:
数据库 时间:
2015-09-19 16:39:30
阅读次数:
167
Re?ective Shadow Maps是一种简单的GI,虽然名字带有Shadow Maps,但是和Shadow Maps没有什么关系,
是在screen space的一种方法,不像光线追踪和辐射度方法一样又消耗,又费时,适合于动态的场景,我们主要需要的变量基本都来自G-buffer,如下图
从左到右依次为depth, world space coordinates, normal, ...
分类:
其他好文 时间:
2015-09-18 07:07:52
阅读次数:
151
添加按钮1. 1 -- 添加一个按钮 2 cc.ui.UIPushButton.new( { normal = "image/button/start1.png", pressed = "image/button/start2.png" } ) 3 -- 点击 4 ...
分类:
其他好文 时间:
2015-09-18 01:57:43
阅读次数:
302
CSS字体类型属性描述属性值font-family定义字体的类型,复合属性中必不可少的属性font-style定义字体的样式normal(默认)、italic(斜体)、oblique(倾斜)font-weight定义字体粗细。除了定义常见属性值外,还可以定义100~900,其中100最细,900最粗...
分类:
Web程序 时间:
2015-09-17 21:03:52
阅读次数:
409
1、show()显示效果 语法:show(speed,callback) Number/String,Function speend为动画执行时间,单位为毫秒。也可以为slow","normal","fast" callback可选,为当动画完成时执行的函数。 show(speed,[e...
分类:
Web程序 时间:
2015-09-17 13:24:21
阅读次数:
220
css常用样式属性详细介绍“文字”属性共有8项:1、“字体”(font-family),设定时,需考虑浏览器中有无该字体。2、“大小”(font-size),注意度量单位。3、“粗细”(font-weight),除了normal(正常)、bold(粗体)、bolder(特粗)、lighter(细体)...
分类:
Web程序 时间:
2015-09-16 17:52:01
阅读次数:
330
一、CSS中word-spacing属性 1、检索或设置对象中的单词之间插入的空格数。由浮点数字和单位标识符组成的长度值,允许为负值。 2、默认值为 normal,等同于设置为0 3、CSS 把“字(word)”定义为任何非空白符字符组...
分类:
其他好文 时间:
2015-09-16 16:14:36
阅读次数:
130