码迷,mamicode.com
首页 >  
搜索关键字:creates    ( 750个结果
OpenSCAD三维造型设计语言
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
Json系列之二 json to bean(JSONObject类详解)
使用json-lib-2.4-jdk15-sources.jar,依赖的包大家搜一下就好。 方式一 /**     * Creates a JSONDynaBean from a JSONObject.     */    public static Object toBean( JSONObject jsonObject ) 返回的数据类型明显不是我们常用...
分类:Web程序   时间:2015-02-10 13:26:49    阅读次数:560
Hive基本命令整理
创建表: hive> CREATE TABLE pokes (foo INT, bar STRING);          Creates a table called pokes with two columns, the first being an integer and the other a string 创建一个新表,结构与其他一样 hive> create table n...
分类:其他好文   时间:2015-02-09 20:18:08    阅读次数:157
[WPF系列]基础 Listening to Dependency Property change notifications of a given Element
I want to share this great post from Anoop that shows a easy way to add a notification system to dependency properties of a given element. It creates ...
分类:Windows程序   时间:2015-02-06 12:43:20    阅读次数:136
单点登录配置步骤
配置key首先创建新的KEYssh-keygen -t rsa -C "your_email@youremail.com"Creates a new ssh key using the provided email Generating public/private rsa key pair.#此处...
分类:其他好文   时间:2015-02-05 13:14:08    阅读次数:153
CCDirector--Cocos2D-Swift v3.3
CCDirector Class ReferenceInherits fromCC_VIEWCONTROLLERDeclared inCCDirector.hOverviewThe director creates and handles the main Window and the Cocos2...
分类:编程语言   时间:2015-01-31 16:06:32    阅读次数:175
three.js 源码注释(七十五)extras/geometries/ShapeGeometry.js
ShapeGeometry用来通过截面(参数shape)和参数选项(options)生成形状几何体. ShapeGeometry 形状几何体截面 拉伸几何体参数选项 * Creates a one-sided polygonal geometry from a path shape....
分类:Web程序   时间:2015-01-31 13:06:09    阅读次数:319
animateWithDuration:animations:completion:
Creates an animation block object that can be used to set up keyframe-based animations for the current view. Declaration (void)animateKeyframesWithDuration:(NSTimeInterval)duration delay:(NSTimeInt...
分类:其他好文   时间:2015-01-28 22:43:42    阅读次数:216
VBA学习笔记(8)-Application Object Members
Application Object MembersRepresents an instance of Microsoft Office Visio. An external program typically creates or retrieves an Application object b...
分类:移动开发   时间:2015-01-25 19:33:16    阅读次数:348
750条   上一页 1 ... 66 67 68 69 70 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!