码迷,mamicode.com
首页 >  
搜索关键字:loading    ( 5229个结果
理解用requireJs 来实现javascript的模块化加载
这是我看到的一片关于requirejs的初学者的文章,写的不错,下面结合自己的理解记录一下:原文:http://www.sitepoint.com/understanding-requirejs-for-effective-javascript-module-loading/Modular prog...
分类:编程语言   时间:2015-04-30 08:43:50    阅读次数:168
JS实现页面加载完毕之前loading提示效果
1.获取浏览器页面可见高度和宽度var_PageHeight=document.documentElement.clientHeight,_PageWidth=document.documentElement.clientWidth;2.计算loading框距离顶部和左部的距离(loading框的宽...
分类:Web程序   时间:2015-04-29 19:01:24    阅读次数:122
【android】从源码上分析ListView/GridView调用setEmptyView不起作用的原因及解决办法
当我们使用ListView或GridView的时候,当列表为空的时候,我们往往需要一个Loading或者一段提示文字又或者一个特殊的View来提示用户操作,这个时候就用到了setEmptyView()方法。 setEmptyView()其实是AdapterView的方法,而我们开发中常用到的ListView, GridView, ExpandableListView等都是继承于Adapter...
分类:移动开发   时间:2015-04-29 13:40:06    阅读次数:240
OSGi#3:ClassLoader中嵌入Equinox
I suspect the answer to these questions has little to do with technology, and more to do with politics....
分类:其他好文   时间:2015-04-29 09:54:23    阅读次数:207
tomcat启动时报:IOException while loading persisted sessions: java.io.EOFException的解决方案
错误代码如下:严重: IOException while loading persisted sessions: java.io.EOFExceptionjava.io.EOFException at java.io.ObjectInputStream$PeekInputStream.read...
分类:编程语言   时间:2015-04-28 20:53:44    阅读次数:165
C#: 用户登录界面设计
1. 在主界面loading的时候创建一个dictionary,从用户文件中加载用户信息 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5...
分类:Windows程序   时间:2015-04-28 15:27:49    阅读次数:320
Redhat 6.4安装ORACLE11R2 ,运行root.sh报错:“libcap.so.1:cannot open shared object file”
1、系统环境:     Redhat 6.4 企业版                     Oracle11.2.0.2 RAC+ASM 2、报错信息:/oracle/app/11.2.0/grid/bin/clscfg.bin: error while loading shared libraries: libcap.so.1: cannot open shared object f...
分类:数据库   时间:2015-04-27 11:22:12    阅读次数:185
Classification of text documents: using a MLComp dataset
注:原文代码链接http://scikit-learn.org/stable/auto_examples/text/mlcomp_sparse_document_classification.html运行结果为:Loading 20 newsgroups training set... 20 new...
分类:其他好文   时间:2015-04-25 18:13:29    阅读次数:205
MBProgressHUD
MBProgressHUD 是一个显示HUD窗口的第三方类库,用于在执行一些后台任务时,在程序中显示一个表示进度的loading视图和两个可选的文本提示的HUD窗口。我想最 多是应用在加载网络数据的时候。其实苹果官方自己有一个带有此功能的类UIProgressHUD,只不过它是私有的,现在不让用。至...
分类:其他好文   时间:2015-04-24 16:05:31    阅读次数:86
和浏览器并发请求数有关的一些前端技术
节选自http://www.zhihu.com/question/20474326前端技术的逐渐成熟,衍生了domain hash, cookie free, css sprites, js/css combine, max expires time, loading images on deman...
分类:其他好文   时间:2015-04-24 14:18:37    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!