码迷,mamicode.com
首页 >  
搜索关键字:reveal effect    ( 968个结果
Reveal v4(8796) 使用
文件下载地址 http://xclient.info/s/reveal.html dmg安装成功后, pod install 植入项目。 加入断点 再接入软件,模拟器,真机都能实时看到修改UI的效果了 ...
分类:其他好文   时间:2017-02-10 11:41:50    阅读次数:357
JavaScript:100%原生js实现左右切换的轮播图(有延迟加载)
ajax获取图片,100%原生js实现左右切换的轮播图(有延迟加载) ...
分类:编程语言   时间:2017-02-05 15:25:51    阅读次数:320
稀疏集:编程珠玑第一章第九题
<Programming Pearls> solutions for Column 1中的第9题题解 关键字: Sparse set 原题: The effect of initializing the vector data[0..n-1] can be accomplised with a si ...
分类:其他好文   时间:2017-02-03 19:24:15    阅读次数:340
Lua 函数链功能
函数链 http://lua-users.org/wiki/FiltersSourcesAndSinks A chain is a function that combines the effect of two (or more) other functions, but whose interf ...
分类:其他好文   时间:2017-01-26 11:26:31    阅读次数:219
ThreadPool has stuck threads
weblogic 10后台出现警告,原因:ThreadPool has stuck threads 在WEBLOGIC中如果一个线程执行时间超过了Stuck Thread Max Time规定的时间, WEBLOGIC会把它认为是STUCK线程,并记录在日志中。 我们也可以通过'Dump Threa ...
分类:其他好文   时间:2017-01-25 12:42:18    阅读次数:849
[Angular] NgRx/effect, why to use it?
See the current implementaion of code, we have a smart component, and inside the smart component we are using both 'serivce' and 'store'. In the large ...
分类:其他好文   时间:2017-01-25 07:44:08    阅读次数:623
logger.isDebugEnabled()作用
项目中经常会用到:if (logger.isDebugEnabled()) { logger.debug( "message:" + user.getMessage() );}我们会想当然得认为这段代码作用是为了控制日志文件的输出,但是通过查看源码我们会发现,在debug()方法中做了与isDebu ...
分类:其他好文   时间:2017-01-17 14:09:33    阅读次数:1143
Python 小而美的函数
python提供了一些有趣且实用的函数,如any all zip,这些函数能够大幅简化我们得代码,可以更优雅的处理可迭代的对象,同时使用的时候也得注意一些情况 any any(iterable) Return True if any element of the iterable is true. ...
分类:编程语言   时间:2017-01-07 18:04:59    阅读次数:230
iOS 给imageview添加模糊度
开发工具带的swift2.3,3.0的朋友们改改语法吧! 首先要有一个UIimageview然后: 我是声明了一个全局的UIVisualEffectView private var effectView: UIVisualEffectView! let blur = UIBlurEffect(sty ...
分类:移动开发   时间:2017-01-05 16:47:11    阅读次数:219
百度数据可视化图表套件echart实战
最近我一直在做数据可视化的前端工作,我用的最多的绘图工具是d3。d3有点像photoshop,功能很强大,例子也很多,但是学习成本也不低,做项目是需要较大人力投入的。3月底由在亚马逊工作的同学介绍下使用了一下echart,一个由百度前端发起的canvas国产类库(官网:http://echarts. ...
分类:其他好文   时间:2017-01-05 15:29:08    阅读次数:331
968条   上一页 1 ... 54 55 56 57 58 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!