码迷,mamicode.com
首页 >  
搜索关键字:plain    ( 4481个结果
[Spring MVC] @ResponseBody返回结果乱码问题的解决
发现问题 在Controller类方法上加@ResponseBody,直接返回字符串,结果乱码。 如下所示: MockHttpServletResponse:               Status = 200        Error message = null              Headers = {Content-Type=[text/plain;charset=IS...
分类:编程语言   时间:2014-08-23 08:50:10    阅读次数:276
java.lang.ClassNotFoundException: org.codehaus.jackson.JsonProcessingException 异常解决方案
问题: 在SpringMVC中使用Jackson实现json输出时配置如下: text/plain;charset=UTF-8 <bean id="jsonConverter" class="or...
分类:编程语言   时间:2014-08-22 23:54:19    阅读次数:574
linux查看文件和目录大小(du命令)
起因 工作中或者日常使用ubuntu时候,经常会遇到查看当前系统容量的情况, 这时候就需要我们使用命令来查询当前目录或者文件的大小了   目录的容量(du) 语法格式 [plain]  du  [-ahskm]  文件或者目录名     www.2cto.com   参数解释 -a : 列出所有的文件与目录容量,因为默认仅统计目录的容量而...
分类:系统相关   时间:2014-08-22 14:30:48    阅读次数:207
CGContextAddArcToPoint和CGContextAddArc
比较难的是CGContextAddArcToPoint 代码如下:[plain]view plaincopyCGContextRefcontext=UIGraphicsGetCurrentContext();CGContextSetRGBStrokeColor(context,1,0,0,1);CG...
分类:其他好文   时间:2014-08-22 14:15:58    阅读次数:190
android通过httpClient请求获取JSON数据并且解析
使用.net创建一个ashx文件,并response.write json格式public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"...
分类:移动开发   时间:2014-08-21 18:58:44    阅读次数:227
[工作技能]SVN
有的时候SVN上传txt文本文件,会报是bin文件的错误,解决方式是在.subversion文件夹下的config文件中加这么一句*.txt = svn:mime-type=text/plain;svn:eol-style=native然后修改~/.subversion/config找到最后一个se...
分类:其他好文   时间:2014-08-21 18:34:24    阅读次数:192
Mybatis学习---了解Mybatis
什么是 MyBatis? 对MyBatis 是支持普通 SQL 查询,存储过程和高级映射的优秀持久层框架。MyBatis 消除 了几乎所有的 JDBC 代码和参数的手工设置以及结果集的检索。MyBatis 使用简单的XML或注解用于配置和原始映射,将接口和Java的POJO(Plain Old Java Object,普通的 Java 对象)映射成数据库中的记录。(摘自MyBatis官网) M...
分类:其他好文   时间:2014-08-20 16:30:23    阅读次数:258
Swift 学习之二十一:?和 !(详解)
Swift语言使用var定义变量,但和别的语言不同,Swift里不会自动给变量赋初始值,也就是说变量不会有默认值,所以要求使用变量之前必须要对其初始化。如果在使用变量之前不进行初始化就会报错:[plain]view plaincopyprint?varstringValue:String//erro...
分类:编程语言   时间:2014-08-19 18:41:55    阅读次数:299
uiscrollview 图片放大缩小
1、UIScrollView下图片的捏合放大和缩小,我们直接用scrollView自带的属性就可以了,这个没什么好说,我们直接贴代码:[plain] view plaincopy//控制器 theScroll=[[UIScrollView alloc] initWithFrame:frame];.....
分类:其他好文   时间:2014-08-19 14:19:54    阅读次数:170
extjs 4合并单元行
[html] view plain copy print ? GridPanel row spanning (well, sort of...) The current GridPanel implementation doesn‘t support row spanning, because the rows aren‘t part of the same table. The only ...
分类:Web程序   时间:2014-08-18 16:37:53    阅读次数:327
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!