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
怎么由逻辑电路实现二进制的加法 首先二进制的加法可以拆解为两个步骤:加与进位。+加法01001110+进位01000101 加这一步骤可以由异或门来完成,进位这一步骤则可以用与门来完成。 但是由这两个逻辑门只能组成一个半加器,输入2个值,输出加和位与进位。这是不够的,除了最低位的加法不需要进位...
分类:
其他好文 时间:
2015-04-29 07:04:37
阅读次数:
171
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
IaaS:Infrastructure-as-a-Service(基础设施即服务)第一层叫做IaaS,有时候也叫做Hardware-as-a-Service,几年前如果你想在办公室或者公司的网站上运行一些企业应用,你需要去买服务器,或者别的高昂的硬件来控制本地应用,让你的业务运行起来。但是现在有IaaS,你可以将硬件..
分类:
其他好文 时间:
2015-04-24 19:29:55
阅读次数:
179
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