摘要: error: command ‘gcc’ failed with exit status 1 的解决办法 用pip安装软件或者编译python模块的时候提示:error: command ‘gcc’ failed with exit status 1 easy_install也提示一样的错误:err 阅读全文
posted @ 2016-07-28 22:57 一叶扁舟YE 阅读(353) 评论(0) 推荐(0)
摘要: 异常如下: [com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor]-[ERROR] $Proxy5 cannot be cast to com.student.service.Stu... 阅读全文
posted @ 2015-03-19 23:24 一叶扁舟YE 阅读(205) 评论(0) 推荐(0)
摘要: 写在前面:本文是学习廖雪峰的Git 教程 整理出来的笔记 安装好git之后,就如git bash 命令行环境 1. 设置用户名和邮箱: 用到的命令:git config --global user.name "yypz" 与 git config user.eamil "xxxx@qq.... 阅读全文
posted @ 2015-03-07 16:57 一叶扁舟YE 阅读(229) 评论(0) 推荐(0)
摘要: spring配置文件没有错,但是出现红叉而且 problems里面有error显示的错误方法如下: Error occured processing XML 'Provider org.apache.xerces.parsers.IntegratedParserConfiguration co... 阅读全文
posted @ 2014-12-13 20:19 一叶扁舟YE 阅读(1453) 评论(0) 推荐(0)
摘要: 转载自:http://www.cnblogs.com/qinghuaideren/p/3186990.html 前言:关于控件的高度有两种获取方式,一个是获得控件的实际大小(getMeasuredHeight),就是包含显示部分和已显示的部分; 而getHeight是获得控件的... 阅读全文
posted @ 2014-05-18 12:31 一叶扁舟YE 阅读(157) 评论(0) 推荐(0)
摘要: 转载自http://www.it165.net/pro/html/201404/11677.html onLayout方法是ViewGroup中子View的布局方法,用于放置子View的位置。放置子View很简单,只需在重写onLayout方法,然后获取子View的实例,调用子... 阅读全文
posted @ 2014-05-18 10:56 一叶扁舟YE 阅读(293) 评论(0) 推荐(0)