hicfpx's recent timeline updates
hicfpx

hicfpx

V2EX member #87647, joined on 2014-12-20 22:44:47 +08:00
hicfpx's recent replies
Jun 4, 2015
Replied to a topic by eightqueen Java spring4 mvc rest 返回中文乱码?
你返回的是json,就需要配置json converter吧

<mvc:annotation-driven>
<mvc:message-converters register-defaults="true">
<!-- 将StringHttpMessageConverter的默认编码设为UTF-8 -->
<bean class="org.springframework.http.converter.StringHttpMessageConverter">
<constructor-arg value="UTF-8" />
<property name="supportedMediaTypes" value="text/html;charset=UTF-8" />
</bean>
<!-- 将Jackson2HttpMessageConverter的默认格式化输出设为true -->
<bean class="org.springframework.http.converter.json.MappingJackson2HttpMessageConverter">
<property name="prettyPrint" value="true"/>
<property name="supportedMediaTypes" value="text/html;charset=UTF-8" />
</bean>
</mvc:message-converters>
</mvc:annotation-driven>
May 30, 2015
Replied to a topic by Static2015 程序员 现在企业中 JPA 用得多么?
@saximoer 您能说一下为什么后来不用Spring Data JPA吗
Dec 22, 2014
Replied to a topic by icedx Evernote 难道 Evernote 的一切都是个阴谋?
我想问下5.8.1有人能成功同步evernote国际版么
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3608 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 00:37 · PVG 08:37 · LAX 17:37 · JFK 20:37
♥ Do have faith in what you're doing.