码迷,mamicode.com
首页 >  
搜索关键字:reveal effect    ( 968个结果
Oracle中alter system命令参数之scope
SCOPE The SCOPE clause lets you specify when the change takes effect. Scope depends on whether you started up the database using a client-side paramet ...
分类:数据库   时间:2016-11-22 17:27:15    阅读次数:242
iOS调试程序的方法
IOS各种调试技巧豪华套餐 普通操作 如图3 基本的断点操作如下 图4 点击那个黑列列就创建了一个断点,再次点击就临时取消这个断点(但是不删除),长按那个断点拖出去就删除了(mac os的系统工程师就是稀饭拖动的快感),当然也可以右键那个创建的断点,会弹出相应地菜单。当然也还可以监视某个变量!图5 ...
分类:移动开发   时间:2016-11-21 16:36:38    阅读次数:316
CATransition转场动画
viewcontroller *VC=[self.storyboard instantiateViewControllerWithIdentifier:@"StoryboardID"]; //类方法创建一个动画 CATransition *animationOne=[CATransition ani ...
分类:其他好文   时间:2016-11-18 22:44:49    阅读次数:187
Discussion about z pre-pass
Z pre-pass In the rendering Process, the first pass render to a depth buffer to get the front layer of depth. Next, we use this depth layer to cull th ...
分类:其他好文   时间:2016-11-17 19:07:28    阅读次数:221
网站 模块代码
{field:'edit',title:'编辑操作',width:150,align:'center',formatter:function(value,row,index){ if(row.is_delete==1 || row.is_effect==0){ return; } var actio ...
分类:Web程序   时间:2016-11-16 14:31:25    阅读次数:148
wxpython CustomTreeCtrl
转自 http://xoomer.virgilio.it/infinity77/Phoenix/lib.agw.customtreectrl.CustomTreeCtrl.html这个网址中有许多控件的讲解 CustomTreeCtrl is a class that mimics the beha ...
分类:编程语言   时间:2016-11-13 19:27:28    阅读次数:292
ThinkCMF-首页Nav部分菜单配置详解
Nav菜单代码放在了 /themes/simplebootx/Public/nav.html 具体代码: 其中"main"表示要获取菜单分类为主菜单下的所有active为1的菜单 $effected_id="main-menu" 表示生成的ul元素的id ...
分类:其他好文   时间:2016-11-13 01:43:24    阅读次数:269
UIView动画效果
UIView是iOS系统中界面元素的基础, 所有的界面元素都是继承自它.它本身完全由CoreAnimation来实现的.它真正的绘图部分,是由一个CALayer类来管理.UIView本身更像一个CALayer的管理器,访问它的跟绘图和坐标有关的相关属性. iOS的画面切换效果的API主要通过调用系统 ...
分类:其他好文   时间:2016-11-11 00:56:38    阅读次数:180
摄影角度的图像噪声
dpreview摄影角度的图像噪声讲解: What's that noise? Part one: Shedding some light on the sources of noise 进光量 https://www.dpreview.com/articles/8189925268/what-s- ...
分类:其他好文   时间:2016-11-04 20:04:33    阅读次数:148
JavaScript 模块化入门Ⅰ:理解模块
作为一名JS初学者。假如你听到了一些诸如“模块化构建&模块化载入” “Webpack&Browserify” 或者 “AMD&CMD”之类的术语,肯定瞬间就凌乱了。JavaScript的模块化听起来挺深奥,可其实理解它对开发者来说特别实用。在这篇文章里,我会尽量深入浅出地把这些深奥的术语翻译成浅显易 ...
分类:编程语言   时间:2016-11-02 00:32:39    阅读次数:215
968条   上一页 1 ... 57 58 59 60 61 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!