首先利用定义下canvas得样式
你的游览器不支持canvas
这里主要要说的就是宽高,不要在style里面定义,不然会被拉伸。(对于这点,建议大家看下W3c文档,不是很懂)
高度和宽度属性确定画布的宽度和高度的坐标系统,而CSS属性只确定大小的盒子,它会显示。
var canvas = document.getElementById('canvas');
...
分类:
其他好文 时间:
2014-07-16 17:22:12
阅读次数:
325
预加载图片:1.CCTextureCache::sharedTextureCache()->addImage("icon.png");2.CCTextureCache::sharedTextureCache()->addImageAsync("icon.png",this,callfuncO_sel...
分类:
其他好文 时间:
2014-07-14 22:00:28
阅读次数:
424
1.UIWebView的内容控制的属性/方法列表
loading属性 确认当前页面是否在读入中
canGoForward属性
确认goForward 方法是否可执行,可执行为yes;
canGoBack属性
确认goBack 方法是否可执行,可执行为yes;
goBack方法...
分类:
Web程序 时间:
2014-07-14 18:04:23
阅读次数:
350
在用QSqlDatabase时遇到报错QSqlDatabase: an instance of QCoreApplication is required for loading driver plugins是因为Qt不知道plugins的所在目录。
解决方法:
在用到数据库之前添加代码QCoreApplication::addLibraryPath("./plugins");
其中的...
分类:
移动开发 时间:
2014-07-14 17:20:41
阅读次数:
346
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
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
加入滚动栏的遮罩,滚动栏图片须要自己调整路径function loading() { var divloading = ""; //$("loadingdiv").css({ "z-index": "-10", "opacity": "0.5" }); $("body").prepend(di...
分类:
其他好文 时间:
2014-07-13 19:32:43
阅读次数:
230
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