- 博客(12)
- 资源 (4)
- 问答 (4)
- 收藏
- 关注
原创 Gbase 8s 批量新增 mybatis
<!-- 批量插入用户,不能使用text/byte/clob/blob字段 --> <insert id="batchaddStudent" useGeneratedKeys="true"> insert into student(username) select * from ( <foreach collection="list" item="item" separator=" union all "> ..
2020-12-24 21:41:14
710
原创 h5+ downloader 断点续传,下载进度,实时显示网速
当有下载任务而下载任务又没下载完,然后强制退出app,可能通过 DownloadEnumerateCallback获取之前的下载任务,就可以继续下载了, $(function() { mui.plusReady(function() { plus.downloader.enumerate(function(downloads) { console.log("...
2019-01-13 16:11:38
5873
7
原创 Spring boot使用Fileter过滤器
1.创建一个java类 实现 import javax.servlet.Filter接口2.实现方法3.在类上面写上 @Component 注解 用于 (把普通pojo实例化到spring容器中,相当于配置文件中的)
2017-11-20 21:33:10
442
原创 Jfinal使用Ehcache缓存插件
1.引入依赖包 net.sf.ehcache ehcache-core 2.6.6 2.在configPlugin方法里添加me.add(new EhCachePlugin());3.添加ehcache.xml配置文件
2017-10-26 09:57:41
992
原创 Spring Boot添加JSP模板
1.使用Eclipse新建一个Maven Web Project 2.org.springframework.bootspring-boot-starter-parent1.4.1.RELEASE 1.8org.springframework.bootspring-boot-starter-webj
2017-10-23 10:42:19
648
原创 Spring boot 使用freemarker模板
在pom文件引入依赖 org.springframework.boot spring-boot-starter-freemarker关闭freemarker缓存###########################################################FREEMARKER (FreeMar
2017-10-23 09:51:51
319
原创 SpringBoot 配置context-path
在application.properties进行配置:server.context-path=/spring-boot访问地址就是http://ip:port/spring-boot
2017-10-23 09:35:19
3736
原创 Spring boot使用thymeleaf模板
在pom.xml加入thymeleaf的依赖: org.springframework.boot spring-boot-starter-thymeleaf 如何关闭thymeleaf缓存?###########################################################TH
2017-10-23 09:30:30
224
原创 Spring boot引入引入fastjson
com.alibabafastjson1.2.15在Spring boot启动类继续WebMvcConfigurerAdapter@Overridepublic void configureMessageConverters(List> converters) {// TODO Auto-generated method stubsupe
2017-10-22 09:43:01
1917
原创 用Maven创建JIfnal需要引入两个
com.jfinaljfinal2.2com.jfinaljetty-server8.1.8compile
2017-09-12 11:03:50
261
SpringBoot+websocket实时聊天
2018-03-29
Spring 依赖包
2018-03-28
quarz定时任务不准确。。。。。。。
2018-09-22
ApplicationEventMulticaster not initialize
2017-07-14
在应使用条件的上下文(在 'id' 附近)中指定了非布尔类型的表达式。
2016-12-23
TA创建的收藏夹 TA关注的收藏夹
TA关注的人