码迷,mamicode.com
首页 >  
搜索关键字:reveal effect    ( 968个结果
单词(11)
Serial / Serial Old 收集器 Parallel Scavenge收集器 sweep/clean/Scavenge GC Root Tracing Java堆划分为多个大小相等的独立区域 -XX:MaxTenuringThreshold ...
分类:其他好文   时间:2018-03-10 01:20:57    阅读次数:191
数据类型转换
本文谈谈JavaScript的类型转换,我们知道在JavaScript中声明变量不需指定类型, 对变量赋值也没有类型检查,同时JavaScript允许隐式类型转换。这些特征说明JavaScript属于弱类型的语言。 在强类型的C++中,多数情况下构造函数需要声明为explicit来避免隐式类型转换引 ...
分类:其他好文   时间:2018-03-08 14:10:24    阅读次数:176
day39---mysql基础三
1、索引: 字典得目录,便于数据查找。 原理:将列信息存储在其相关的文件,这些信息使用便于检索的方式如B-tree、哈希来存储 索引的分类: 普通所有:name,只能帮助查找 唯一索引:name,帮助查找,约束内容不能重复,null, 也可做联合唯一索引 主键索引:与唯一索引类似,但不允许null, ...
分类:数据库   时间:2018-03-07 15:04:10    阅读次数:210
腾讯定位API
<html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Geolocation Components Demo - zoom effect</title> <meta name=" ...
分类:Windows程序   时间:2018-03-04 13:01:29    阅读次数:2792
Bullet物理引擎简单说明
说明 Bullet是一款开源的物理模拟计算引擎,包括刚体、柔体、弹性体等,是世界三大物理模拟引擎之一(包括Havok和PhysX),被广泛应用于游戏开发(GTA5等)和电影(2012等)制作中。 Bullet也见于计算机动画相关论文中,如流体模拟(Versatile Rigid-Fluid Coup ...
分类:其他好文   时间:2018-02-28 11:20:43    阅读次数:232
可重入函数、线程安全、volatile
一、 POSIX 中对可重入和线程安全这两个概念的定义: Reentrant Function:A function whose effect, when called by two or more threads,is guaranteed to be as if the threads each ...
分类:编程语言   时间:2018-02-26 15:15:52    阅读次数:223
Beyond the C++ Standard Library.pdf
下载地址:网盘下载 内容简介 · · · · · ·Introducing the Boost libraries: the next breakthrough in C++ programming Boost takes you far beyond the C++ Standard Librar ...
分类:编程语言   时间:2018-02-09 17:16:22    阅读次数:274
MovieReview—Transformers.The.Last.Knight.(变形金刚5:最后的骑士.)
Gorgeous Effect & Bad Plot I can only say that the movie's effects are shocking. However, the plot is very bad. It is a commercial movie, because inte ...
分类:其他好文   时间:2018-02-08 00:30:17    阅读次数:186
AE安装
缺少D:\Program Files\Adobe CS6\Adobe After Effects CC\Support Files\(Media Core plug-ins)\Common\ImporterARRIRAW.prm 缺少quicktime: ...
分类:其他好文   时间:2018-02-07 11:59:01    阅读次数:253
授权同一个bucket下的多个objcet的权限规则
{"Version":"1","Statement":[{"Effect":"Allow","Action":["oss:ListBuckets"],"Resource":["acs:oss:*:*:*"]},{"Effect":"Allow","Action":["oss:Listobjects"],"Resource":["acs:oss:*:*:Bucket_Name"]},{"Effect
分类:其他好文   时间:2018-02-01 17:47:58    阅读次数:168
968条   上一页 1 ... 33 34 35 36 37 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!