Ext.onReady(function(){ /* * requires uses singleton 三个配置项的使用 */ Ext.define("A",{ //requires载入须要的类时机是 当前类初始化之前被载入 requires:[ "Ext.window...
分类:
Web程序 时间:
2015-04-30 10:24:28
阅读次数:
162
在eclipse中出现这错误,但在myeclipse中灭有
/WEB-INF/page/mailWrite.jsp (line: 1, column: 82) The JSP specification requires that an attribute name is preceded by whitespace
问题出在一个空格
1对
2报错
2属性之间要用空格...
分类:
Web程序 时间:
2015-04-29 15:04:55
阅读次数:
204
1、使用CMD命令 运行至文件目录执行composer install 或 composer update 出现如下异常 yiisoft/yii2 2.0.2 requires bower-asset/jquery 2.1.@stable |1.11. ..... 解决方法: 运行:comp...
分类:
其他好文 时间:
2015-04-29 09:46:54
阅读次数:
146
emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel is properly installed and usable.CPU acceleration status: ...
分类:
其他好文 时间:
2015-04-29 00:16:31
阅读次数:
191
报错信息:DBI1446I The db2icrt command is running, please wait.DB2 installation is being initialized. DB2 pureScale instance creation requires you specify ...
分类:
数据库 时间:
2015-04-28 15:48:08
阅读次数:
323
This Android SDK requires Android Developer Toolkit version23.0.0or above. Current version is 12.0.0.v201106281929-138431.一般这种原因是误更新了SDK,导致SDK版本过高,ECL...
分类:
移动开发 时间:
2015-04-28 15:38:55
阅读次数:
149
CodeTime Limit:1000MSMemory Limit:30000KTotal Submissions:8539Accepted:4048DescriptionTransmitting and memorizing information is a task that requires ...
分类:
其他好文 时间:
2015-04-23 23:15:18
阅读次数:
194
1、error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended.在工程的stdafx.h中,改为如下配置:...
分类:
编程语言 时间:
2015-04-23 19:31:02
阅读次数:
185
在Vmware安装centos的时候运行后提示失败,this kernel requires an x86-64 CPU。
解决方法:开机进入bios---选择高级--cpu信息---intel Virtualization Technology设置为enable开启...
分类:
其他好文 时间:
2015-04-21 18:07:02
阅读次数:
125
如果是textview的textcolor属性设置成selecter,则需要这么写这个selecter:
注意,是android:color
如果是background属性,则需要这么写这个selecter:
注意,是android:drawable...
分类:
其他好文 时间:
2015-04-20 09:31:05
阅读次数:
214