爷的眼睛闪亮
insideDotNet En_summerGarden
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 67 下一页
摘要: 分页工具类PageBean.java package org.activeii.activeii.app.person.util;import java.util.List;public class PageBean<T> { private int pageIndex;// 当前页数 privat 阅读全文
posted @ 2017-03-20 11:34 爷的眼睛闪亮 阅读(7127) 评论(0) 推荐(0)
摘要: <input type=“file”> 中的name 与id 属性 与 addbanner(@RequestParam("file") MultipartFile file 不一致 正确的应为 相同 阅读全文
posted @ 2017-03-10 17:24 爷的眼睛闪亮 阅读(4403) 评论(0) 推荐(0)
摘要: 在pom.xml的build标签中加入以下代码即可 <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.xml</include> </includes> </res 阅读全文
posted @ 2017-03-07 14:05 爷的眼睛闪亮 阅读(5445) 评论(0) 推荐(0)
摘要: 解决方案: 在web.xml配置如下代码即可: <context-param> <param-name>spring.profiles.active</param-name> <param-value>dev</param-value> </context-param> <context-param 阅读全文
posted @ 2017-03-04 17:23 爷的眼睛闪亮 阅读(330) 评论(0) 推荐(0)
摘要: 经查看,问题出在Servers中: server.xml文件中的<context>标签重复,导致Tomcat启动时有重复,将重复的删除即可解决问题。 阅读全文
posted @ 2017-03-04 17:16 爷的眼睛闪亮 阅读(3726) 评论(0) 推荐(0)
摘要: <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>1.8.4</version> </dependency> 其次 spring中applicationConte 阅读全文
posted @ 2017-03-04 17:12 爷的眼睛闪亮 阅读(695) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2017-03-02 16:06 爷的眼睛闪亮 阅读(344) 评论(0) 推荐(0)
摘要: <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script><script type="text/javascript">$(function () { $(" 阅读全文
posted @ 2017-03-02 14:30 爷的眼睛闪亮 阅读(239) 评论(0) 推荐(0)
摘要: <script src="http://code.jquery.com/jquery-1.4.4.min.js" type="text/javascript"></script> <script type="text/javascript"> $(function() { $('input').at 阅读全文
posted @ 2017-03-01 19:09 爷的眼睛闪亮 阅读(190) 评论(0) 推荐(0)
摘要: 将需要引入的jar包拷贝到maven项目的WEB-INF/lib中 在pom.xml中配置如下: <dependency> <groupId>com.xxxxx.union</groupId> <artifactId>bcprov</artifactId> <version>0.0.1</versi 阅读全文
posted @ 2017-03-01 14:31 爷的眼睛闪亮 阅读(148) 评论(0) 推荐(0)
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 67 下一页