码迷,mamicode.com
首页 >  
搜索关键字:effect    ( 776个结果
用TableView写带特效的cell
用TableView写带特效的cell效果:源码地址:https://github.com/YouXianMing/Special-Effect-Cell分析:在UIScrollView中的代理中发送广播,然后在cell中接收广播对每一个cell进行设置对开发有利的一种小细节:核心源码:控制器源码/...
分类:其他好文   时间:2015-04-09 23:20:30    阅读次数:167
prototype.js源码
prototype 1.3.1 版本和之前的 1.2.0 版本有了不少改进,并增加了新的功能:1. 增加了事件注册管理2. 增加了空间定位的常用函数3. 改善了 xmlhttp 的封装4. 移除了 Effect.js,交给 Rico 或者 script.aculo.us 这些扩展库类实现。5. bu...
分类:Web程序   时间:2015-04-08 19:41:55    阅读次数:151
2015年4月 15款免费jQuery插件
15款jQuery的插件:jQMeter、Prism Effect Slider、Fixed Background Effect、Animated Dropdown Mega Menu、Audio Recording、jQuery Progress Tracker、Hover Effects Bui...
分类:Web程序   时间:2015-04-07 11:39:57    阅读次数:160
DKCircleButton
源代码DKCircleButtonSources of DKCircleButton and Demo app to show circle button tap effect.Download$ git clone https://github.com/kronik/DKCircleButton....
分类:其他好文   时间:2015-04-03 15:05:50    阅读次数:138
CSS3实现漂亮ToolTips
演示Demo5种效果的主要css如下:/* transform:向元素应用2D或3D转换; transform-origin属性只有在定义了transform以后才生效 */.tooltip-effect-1 .tooltip-content{ -webkit-transform:transl...
分类:Web程序   时间:2015-04-02 22:10:18    阅读次数:161
因果图实例
一些常用的固定符号:C:表示原因(cause); Ef:代表结果(effect); 相等:; 非:; 与:; 或:;E: 排他(exclusive); I:at least(inclusive); R:require ; O:only one ; M:强制标记(marking); 实例: 有一...
分类:其他好文   时间:2015-03-29 17:45:27    阅读次数:163
POJ 1135 Domino Effect (Dijkstra 最短路)
POJ 1135 Domino Effect (Dijkstra 最短路)...
分类:其他好文   时间:2015-03-19 18:34:34    阅读次数:125
zookeeper watcher学习笔记
zookeeper watcher学习笔记 All of the read operations in ZooKeeper - getData(), getChildren(), and exists() - have the option of setting a watch as a side effect. Here is ZooKeeper‘s definition of ...
分类:其他好文   时间:2015-03-17 18:20:13    阅读次数:182
关于laravel错误解决方案
2015-3-13 晚 9:13  运行laravel时发生一个错误Indirect modification of overloaded element of BbsArticle has no effect ; 错误代码:   foreach($article['reply'] as $key => $value){             $article['reply'][$ke...
分类:其他好文   时间:2015-03-13 22:24:00    阅读次数:521
【Effective C++ 笔记】让自己习惯C++
最近在读 Effective C++,想要做点笔记,归类和书中的每个模块一样,但跟模块里的具体顺序可能不太一致。不会对书中每个细节都涉及,主要记下自己觉得重要的内容。 这是第一篇,习惯C++...
分类:编程语言   时间:2015-03-13 16:36:51    阅读次数:228
776条   上一页 1 ... 65 66 67 68 69 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!