码迷,mamicode.com
首页 >  
搜索关键字:loading    ( 5229个结果
10分钟,利用canvas画一个小的loading界面(顺便讨论下绘制效率问题)
首先利用定义下canvas得样式 你的游览器不支持canvas  这里主要要说的就是宽高,不要在style里面定义,不然会被拉伸。(对于这点,建议大家看下W3c文档,不是很懂) 高度和宽度属性确定画布的宽度和高度的坐标系统,而CSS属性只确定大小的盒子,它会显示。   var canvas = document.getElementById('canvas'); ...
分类:其他好文   时间:2014-07-16 17:22:12    阅读次数:325
cocos2dx loading界面 预加载资源 与 资源释放
预加载图片:1.CCTextureCache::sharedTextureCache()->addImage("icon.png");2.CCTextureCache::sharedTextureCache()->addImageAsync("icon.png",this,callfuncO_sel...
分类:其他好文   时间:2014-07-14 22:00:28    阅读次数:424
UIWebView页面的控制(二)
1.UIWebView的内容控制的属性/方法列表 loading属性                       确认当前页面是否在读入中 canGoForward属性           确认goForward  方法是否可执行,可执行为yes; canGoBack属性            确认goBack  方法是否可执行,可执行为yes; goBack方法...
分类:Web程序   时间:2014-07-14 18:04:23    阅读次数:350
解决方案:QSqlDatabase: an instance of QCoreApplication is required for loading driver plugins
在用QSqlDatabase时遇到报错QSqlDatabase: an instance of QCoreApplication is required for loading driver plugins是因为Qt不知道plugins的所在目录。 解决方法: 在用到数据库之前添加代码QCoreApplication::addLibraryPath("./plugins"); 其中的...
分类:移动开发   时间:2014-07-14 17:20:41    阅读次数:346
Error creating bean with name 'com.you.user.dao.StudentDaoTest': Injection of autowired dependencies
1、错误描述 七月 13, 2014 6:37:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from class path resource [applicationContext.xml] 七月 1...
分类:其他好文   时间:2014-07-14 13:46:00    阅读次数:651
java.lang.IllegalStateException: Failed to load ApplicationContext
1、错误描述 七月 13, 2014 6:34:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from class path resource [applicationContext.xml] 七月 1...
分类:移动开发   时间:2014-07-14 13:09:26    阅读次数:272
ajax异步通讯 遮罩滚动栏,防止并发及误操作
加入滚动栏的遮罩,滚动栏图片须要自己调整路径function loading() { var divloading = ""; //$("loadingdiv").css({ "z-index": "-10", "opacity": "0.5" }); $("body").prepend(di...
分类:其他好文   时间:2014-07-13 19:32:43    阅读次数:230
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
1、错误描述 2014-7-12 23:08:31 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext....
分类:编程语言   时间:2014-07-13 16:24:55    阅读次数:332
高震宇作业
实现部分代码关于view的德国国旗实现@implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, ...
分类:其他好文   时间:2014-07-11 09:46:07    阅读次数:200
这是国旗吗?
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. UIView *redView = [[UIView...
分类:其他好文   时间:2014-07-10 16:50:02    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!