摘要: maxlength="255" onkeydown="if(this.value.length>=255) {event.returnValue=false}" 阅读全文
posted @ 2018-06-14 11:57 褚牛牛 阅读(635) 评论(0) 推荐(0) 编辑
摘要: --增加大字段项 alter table 表名 add hehe clob; --将需要改成大字段的项内容copy到大字段中 update 表名 set hehe=name1; --删除原有字段 alter table 表名 drop column name1; --将大字段名改成原字段名 alter table 表名 rename column hehe to na... 阅读全文
posted @ 2018-06-14 10:35 褚牛牛 阅读(945) 评论(0) 推荐(0) 编辑
摘要: 数据视图如果不是readOnly:true,需在optionToContent后边加contentToOption,否则刷新后数据为空 阅读全文
posted @ 2018-06-14 09:46 褚牛牛 阅读(4282) 评论(0) 推荐(0) 编辑