码迷,mamicode.com
首页 >  
搜索关键字:loader effect    ( 3756个结果
Android常用组件
UI相关图片Android-Universal-Image-Loader:com.nostra13.universalimageloader:异步加载、缓存、显示图片ImageLoader:com.novoda.imageloader:异步加载、缓存、显示图片picasso:com.squareup...
分类:移动开发   时间:2014-08-21 13:05:44    阅读次数:508
CodeIgniter框架——CI的执行流程
应用程序流程图CodeIgniter执行流程源码分析——CI到底做了些什么(由welcome的例子出发——讲解index.php——讲解CodeIgniter.php)(load_class的具体工作、ConFig类的作用、Loader类的作用、Router解析请求、Controller类的具体工作...
分类:其他好文   时间:2014-08-20 23:56:33    阅读次数:239
css3加载中
.loader { margin: 6em auto; font-size: 10px; position: relative; text-indent: -9999em; border-top: 1.1em solid rgba(255, 255, 255, 0.2); border-...
分类:Web程序   时间:2014-08-20 11:58:02    阅读次数:271
纯CSS 图片演示
图片框 CSS3 Image Gallery with a 3D Lightbox Effect A CSS3 presentation demonstrating how to take advantage of modern browser...
分类:Web程序   时间:2014-08-19 18:15:55    阅读次数:491
php5.3 安装 Zend Guard Loader
复制 ZendGuardLoader.so 至 PHP 扩展目录
分类:Web程序   时间:2014-08-19 14:21:44    阅读次数:196
Need a code of lazy load for div--reference
1. For all DIVs of a page$(function() { $("div").lazyload({effect: 'fadeIn'});});2. For a particular DIV having some ID like: some content $(function(...
分类:其他好文   时间:2014-08-19 12:18:34    阅读次数:218
U-Boot
U-BootU-Boot,全称 Universal Boot Loader,是遵循GPL条款的开放源码项目。从FADSROM、8xxROM、PPCBOOT逐步发展演化而来。其源码目录、编译形式与Linux内核很相似,事实上,不少U-Boot源码就是根据相应的Linux内核源程序进行简化而形成的,尤其...
分类:其他好文   时间:2014-08-18 22:00:22    阅读次数:332
LEA指令
LEA是微机8086/8088系列的一条指令,取自英语Load effect address——取有效地址,也就是取偏移地址。在微机8086/8088中有20位物理地址,由16位段基址向左偏移4位再与偏移地址之和得到。地址传送指令之一。取偏移地址指令指令格式如下:LEA reg16,memLEA指令...
分类:其他好文   时间:2014-08-18 16:13:02    阅读次数:411
poj 1135 Domino Effect (dijkratra算法)
Domino Effect Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 8848   Accepted: 2210 Description Did you know that you can use domino bones for other things...
分类:其他好文   时间:2014-08-18 14:33:32    阅读次数:241
使用Phar来打包发布PHP程序
简单来说,Phar就是把Java界的jar概念移植到了PHP界。Phar可以将一组PHP文件进行打包,还可以创建默认执行的stub(或者叫做bootstrap loader),Phar可以选择是否进行压缩,可选gzip和bzip2格式。下面举例说明如何创建和使用Phar:假设我们的项目名称是user...
分类:Web程序   时间:2014-08-18 09:09:03    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!