- 浏览: 1499 次
- 性别:
- 来自: 北京
最新评论
-
luchonglin4:
自己先顶一个
ext4 require加载文件之后怎么实例化
文章列表
<div class="iteye-blog-content-contain" style="font-size: 14px"></div>
ext4 新引用了require这个异步加载机制,但是我用require引用了俩个需要加载的子类的时候,不能通过create去实例化,请问各位大神有没有什么好的解决办法,代码如下 :
//(function(){
Ext.Loader.setConfig({
enabled : true,
paths : {
'myApp' : 'js/myApp' ...
当启动tomcat 报错:noclass...org.slf4j.impl.StaticLoggerBinder
查找slf4j网站:http://www.slf4j.org/codes.html#StaticLoggerBinder
发现有这么一段介绍
Failedto load class org.slf4j.impl.StaticLoggerBinder
This error is reported when the org.slf4j.impl.StaticLoggerBinder class could not be loaded into memory. This ha ...