07 2012 档案
摘要:首先在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://
阅读全文
摘要: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发现问题出...
阅读全文
浙公网安备 33010602011771号