会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
如何静
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2015年11月20日
工作中遇到的问题--缓存配置(使用@Configuration装配 @Bean的方式注入)
摘要: @EnableCaching@Configurationpublic class MFGCachingConfiguration { @Autowired private MFGSettings mfgSettings; @Bean(name="MFGKeyGenerator") ...
阅读全文
posted @ 2015-11-20 16:30 如何静
阅读(485)
评论(0)
推荐(0)
handling of "extra" JSON elements
摘要: Jackson provides a few different mechanisms to configure handling of "extra" JSON elements.Following is an example of configuring the ObjectMapper to ...
阅读全文
posted @ 2015-11-20 13:51 如何静
阅读(130)
评论(0)
推荐(0)
CSS水平居中和垂直居中解决方案(转)
摘要: 一、CSS 居中 — 水平居中DIV等标签本身没有定义自己居中的属性,网上很多的方法都是介绍用上级的text-align: center,然后嵌套一层DIV来解决问题。可是这个方法有时候完全不起作用,而且对于布局是非常不科学的方法。正确的的设置写法如下(对页面构造没有影响):div {margin-...
阅读全文
posted @ 2015-11-20 10:10 如何静
阅读(122)
评论(0)
推荐(0)
公告