為網站相容性最佳化做好準備
2015年8月26日星期三
SpringMVC常用注解實例詳解3:@ResponseBody
http://www.cnblogs.com/sunang/p/3429895.html另外,中文亂碼,解決方法:
http://blog.csdn.net/shuangde800/article/details/9098607
- <mvc:annotation-driven>
- <mvc:message-converters>
- <bean class="org.springframework.http.converter.StringHttpMessageConverter">
- <property name="supportedMediaTypes">
- <list>
- <value>text/plain;charset=UTF-8</value>
- <value>text/html;charset=UTF-8</value>
- </list>
- </property>
- </bean>
- </mvc:message-converters>
- </mvc:annotation-driven>
2015年8月18日星期二
Chrome另存網頁的時候,有時候儲存的網頁並不完整
可以試試以下的擴充功能:用途:
save web page to single file
Chrome 安裝下面兩個擴充功能:
https://chrome.google.com/webstore/detail/singlefile/mpiodijhokgodhhofbcjdecpffjipkle
https://chrome.google.com/webstore/detail/singlefile-core/jemlklgaibiijojffihnhieihhagocma?hl=zh-TW
使用方法:
https://www.youtube.com/watch?v=pFCJAFvc_MA
2015年8月6日星期四
2015年8月5日星期三
訂閱:
留言 (Atom)