会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wujf
动力缘于追求!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
24
下一页
2018年5月10日
MySQL日期处理
摘要: 一、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)
2018年4月20日
代码文件导到word里
摘要: 参考:https://www.cnblogs.com/rencm/p/6285304.html
阅读全文
posted @ 2018-04-20 16:06 wujf
阅读(309)
评论(0)
推荐(0)
2018年4月9日
SecureCRT中vi或vim编辑器显示中文乱码问题
摘要: 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)
2018年3月19日
通用mapper的generator
摘要: 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)
2018年3月14日
spring mvc 获取所有注册的url
摘要: @RequestMapping("getAllUrl") @ResponseBody public Set getAllUrl(HttpServletRequest request) { Set result = new HashSet(); WebApplication...
阅读全文
posted @ 2018-03-14 17:18 wujf
阅读(245)
评论(0)
推荐(0)
2018年2月26日
spring boot集成redis
摘要: 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)
2018年2月9日
小程序java解密
摘要: 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)
2018年1月30日
spring在非容器管理的类里获取bean
摘要: 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)
spring mvc全局异常处理
摘要: 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)
spring mvc URL忽略大小写
摘要: @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
下一页
公告