摘要: 首先在src目录下新建一个beans.xml文件<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http:// 阅读全文
posted @ 2012-07-18 16:47 修炼之道 阅读(138) 评论(0) 推荐(0)
摘要: uncaught exception: Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: AM.controller.users原因是Ext默认不开启动态加载解决办法:在aap.js中加入这么一句话(function(){ Ext.onReady(function(){ Ext.Loader.setConfig({enabled:true}); ... });})();requires.push is not a function发现问题出... 阅读全文
posted @ 2012-07-16 14:10 修炼之道 阅读(369) 评论(1) 推荐(0)