文件下载地址 http://xclient.info/s/reveal.html dmg安装成功后, pod install 植入项目。 加入断点 再接入软件,模拟器,真机都能实时看到修改UI的效果了 ...
分类:
其他好文 时间:
2017-02-10 11:41:50
阅读次数:
357
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
函数链 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
weblogic 10后台出现警告,原因:ThreadPool has stuck threads 在WEBLOGIC中如果一个线程执行时间超过了Stuck Thread Max Time规定的时间, WEBLOGIC会把它认为是STUCK线程,并记录在日志中。 我们也可以通过'Dump Threa ...
分类:
其他好文 时间:
2017-01-25 12:42:18
阅读次数:
849
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
项目中经常会用到:if (logger.isDebugEnabled()) { logger.debug( "message:" + user.getMessage() );}我们会想当然得认为这段代码作用是为了控制日志文件的输出,但是通过查看源码我们会发现,在debug()方法中做了与isDebu ...
分类:
其他好文 时间:
2017-01-17 14:09:33
阅读次数:
1143
python提供了一些有趣且实用的函数,如any all zip,这些函数能够大幅简化我们得代码,可以更优雅的处理可迭代的对象,同时使用的时候也得注意一些情况 any any(iterable) Return True if any element of the iterable is true. ...
分类:
编程语言 时间:
2017-01-07 18:04:59
阅读次数:
230
开发工具带的swift2.3,3.0的朋友们改改语法吧! 首先要有一个UIimageview然后: 我是声明了一个全局的UIVisualEffectView private var effectView: UIVisualEffectView! let blur = UIBlurEffect(sty ...
分类:
移动开发 时间:
2017-01-05 16:47:11
阅读次数:
219
最近我一直在做数据可视化的前端工作,我用的最多的绘图工具是d3。d3有点像photoshop,功能很强大,例子也很多,但是学习成本也不低,做项目是需要较大人力投入的。3月底由在亚马逊工作的同学介绍下使用了一下echart,一个由百度前端发起的canvas国产类库(官网:http://echarts. ...
分类:
其他好文 时间:
2017-01-05 15:29:08
阅读次数:
331