摘要: 项目中:语音导览添加相关展品 字段:relactiveExhibitItem 长度 varchar2000 选择展品的jsp 再看后台的controller中保存的方法、 阅读全文
posted @ 2017-06-16 17:08 陈东的博客 阅读(429) 评论(0) 推荐(0) 编辑
摘要: top.$.jBox("iframe:"+'${ctx}/synopsis/hmlwxSynopsis/addItem', {title: "添加作品",width: 1000, height: 500, buttons:{'关闭': true,'确定':'ok'}, submit:function 阅读全文
posted @ 2017-06-15 14:35 陈东的博客 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1 2 10 阅读全文
posted @ 2017-06-15 13:55 陈东的博客 阅读(618) 评论(0) 推荐(0) 编辑
摘要: v-bind v-bind 主要用于属性绑定, html中的标签内: js的代码: 简单例子: js的代码: //文件选中时执行 function SetFileField(fileUrl,data) { var NfileUrl = fileUrl.substring(fileUrl.indexO 阅读全文
posted @ 2017-06-15 13:51 陈东的博客 阅读(2271) 评论(0) 推荐(0) 编辑
摘要: 引入<script type="text/javascript" src="${ctxStatic}/ckfinder/ckfinder.js"></script> 阅读全文
posted @ 2017-06-14 17:19 陈东的博客 阅读(659) 评论(0) 推荐(0) 编辑
摘要: <form:select path="classification" class="input-medium"> <form:option value="" label=""/> <form:options items="${types}" itemLabel="classificationName 阅读全文
posted @ 2017-06-14 17:17 陈东的博客 阅读(1102) 评论(0) 推荐(0) 编辑
摘要: <shiro:hasPermission name="hmlwx:hmlwxExhibitItem:edit"><td> <c:choose> <c:when test="${empty hmlwxExhibitItem.status || hmlwxExhibitItem.status eq '0 阅读全文
posted @ 2017-06-14 14:22 陈东的博客 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Solr的使用: 在Tomcat中部署solr 查 http://www.cnblogs.com/chen108/p/6218234.html 1、solr的data-config配置文件: <dataConfig> <dataSource name="jdbc" driver="oracle.jd 阅读全文
posted @ 2017-06-14 14:12 陈东的博客 阅读(2383) 评论(0) 推荐(1) 编辑
摘要: JeeSite是基于多个优秀的开源项目,高度整合封装而成的高效,高性能,强安全性的开源Java EE快速开发平台。 JeeSite是您快速完成项目的最佳基础平台解决方案,JeeSite是您想学习Java平台的最佳学习案例,JeeSite还是接私活的最佳助手。 JeeSite是在Spring Fram 阅读全文
posted @ 2017-06-09 13:14 陈东的博客 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 需要的jar包: 在pom.xml文件中贴入 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> 阅读全文
posted @ 2017-05-26 14:12 陈东的博客 阅读(29614) 评论(0) 推荐(1) 编辑