上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 24 下一页
摘要: 一、MySQL 获得当前日期时间 函数1.1 获得当前日期+时间(date + time)函数:now()mysql> select now();+ +| now() |+ +| 2008-08-08 22:20:46 |+ +除了 now() 函数能获得当前的日期时间外,MySQL 中还有下面的函 阅读全文
posted @ 2018-05-10 16:14 wujf 阅读(297) 评论(0) 推荐(1)
摘要: 参考:https://www.cnblogs.com/rencm/p/6285304.html 阅读全文
posted @ 2018-04-20 16:06 wujf 阅读(309) 评论(0) 推荐(0)
摘要: vi ~/.vimrc //新建文件 syntax on set showmode set autowrite set number set encoding=utf-8 fileencodings=ucs-bom,utf-8,cp936 阅读全文
posted @ 2018-04-09 11:18 wujf 阅读(478) 评论(0) 推荐(0)
摘要: org.mybatis.generator mybatis-generator-maven-plugin 1.3.2 ${basedir}/src/main/resources/generatorConfig.xml ... 阅读全文
posted @ 2018-03-19 10:48 wujf 阅读(326) 评论(0) 推荐(0)
摘要: @RequestMapping("getAllUrl") @ResponseBody public Set getAllUrl(HttpServletRequest request) { Set result = new HashSet(); WebApplication... 阅读全文
posted @ 2018-03-14 17:18 wujf 阅读(245) 评论(0) 推荐(0)
摘要: package com.qmtt.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.redis.connection.Message; im... 阅读全文
posted @ 2018-02-26 16:27 wujf 阅读(240) 评论(0) 推荐(0)
摘要: org.bouncycastle bcprov-jdk16 1.46 package com.qmtt.service; import java.security.AlgorithmParameters; import java.security.Security; import j... 阅读全文
posted @ 2018-02-09 12:01 wujf 阅读(1203) 评论(0) 推荐(0)
摘要: package com.qmtt.tools; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; import org... 阅读全文
posted @ 2018-01-30 17:15 wujf 阅读(531) 评论(0) 推荐(0)
摘要: package com.qmtt.config; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.web.bind.annotation.ControllerAdvice; impo... 阅读全文
posted @ 2018-01-30 11:48 wujf 阅读(133) 评论(0) 推荐(0)
摘要: @Configuration public class SpringWebConfig extends WebMvcConfigurationSupport { @Override public void configurePathMatch(PathMatchConfigurer configurer) { AntPathMatcher pathMatcher... 阅读全文
posted @ 2018-01-30 10:55 wujf 阅读(1091) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 24 下一页