cube Creates a cube at the origin of the coordinate system. When center is true the cube will be centered on the origin, otherwise it is created in the first octant. The argument names are optional...
分类:
编程语言 时间:
2015-02-11 14:48:33
阅读次数:
460
FormatDescriptionQt's supportBMPWindows BitmapRead/writeGIFGraphic Interchange Format (optional)ReadJPGJoint Photographic Experts GroupRead/writeJPEGJ...
分类:
其他好文 时间:
2015-02-11 07:06:24
阅读次数:
972
机器学习Machine Learning - Andrew NG
courses学习笔记
矩阵和向量及其表示介绍
what are matrices矩阵
matrix is just another way for saying, is a 2D or a two dimensional array.
dimension of the matrix
is going to be ...
分类:
系统相关 时间:
2015-02-04 20:26:35
阅读次数:
197
1.show([speed,[easing],[fn]])\\显示隐藏的匹配元素//speed:三种预定速度之一的字符串("slow","normal", or "fast")或表示动画时长的毫秒数值(如:1000)//easing:(Optional) 用来指定切换效果,默认是"swing",可用...
分类:
Web程序 时间:
2015-02-04 16:25:26
阅读次数:
224
本文转载至http://www.cnblogs.com/viviyachu/archive/2013/03/26/2982463.html//网络引用@protocol UIApplicationDelegate@optional//常用的:- (void)applicationDidFinishL...
分类:
移动开发 时间:
2015-02-02 14:04:00
阅读次数:
150
// 字符验证
jQuery.validator.addMethod("stringCheck", function(value, element) {
return this.optional(element) || /^[\u0391-\uFFE5\w]+$/.test(value);
}, "只能包括中文字、英文字母、数字和下划线")...
分类:
Web程序 时间:
2015-01-31 10:44:15
阅读次数:
263
1. 概述当某个可选值可能为空时,如果要访问它的属性、方法、下标脚本,需要使用Optional chaining 对它进行解包,然后进行访问。如果这个可选值包含一个值,那么访问成功。如果这个可选值为 nil ,那么访问返回nil。多个访问可以组合在一起,成为一个访问链条,任何一个链条为nil,整个链...
分类:
其他好文 时间:
2015-01-30 19:13:20
阅读次数:
292
Setup GitHub clientRefer tohttps://help.github.com/articles/set-up-git/1. Sign Up (Sign In):https://github.com/2. Create New Repository (optional)3. d...
分类:
其他好文 时间:
2015-01-28 19:17:09
阅读次数:
247
ie9中运行js时,出现错误:参数是必选项(Argument not optional)、尚未实现等...
分类:
其他好文 时间:
2015-01-27 14:59:01
阅读次数:
1018
gethash key table &optional default [Function] 这个函数的作用是在 table 中查找 key ,然后返回关联的 value,如果没有找到对应的key就返回默认值 remhash key table [Function] 删除table中有关联...
分类:
其他好文 时间:
2015-01-26 16:45:45
阅读次数:
186