- 浏览: 3450 次
- 性别:
- 来自: 武汉
最新评论
文章列表
图片
//定义学历下拉框模型
Ext.define('comModel', {
extend : 'Ext.data.Model',
fields : [
{name : "code", type : 'String'},
{name : "value", type : 'String'}
]
});
//定义一级下拉框数据源
var depStore = Ext.create('Ext.data.Store', {
model : 'comModel',
autoLoad : ...
Struts2框架下使用JSON插件时,程序保存找不到类org/apache/commons/lang/xwork/StringUtils问题:在struts-2.3.16.3的xwork-core-2.3.16.3.jar中找不到没有org/apache/commons/lang/xwork/StringUtil.class解决方法:统一struts2的JAR使用版本
FATAL ERROR in native method: JDWP No transports initialized
启动eclipse时报错:
FATAL ERROR in native method: JDWP No transports initialized,
jvmtiError=JVMTI_ERROR_INTERNAL(113)
ERROR: transport error 202: connect failed: Connection timed out ["transport.c",L41]
ERROR: JDWP Transport dt ...