会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一叶扁舟YE
博客园
首页
新随笔
联系
订阅
管理
2016年7月28日
error: command ‘gcc’ failed with exit status 1
摘要: 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)
2015年3月19日
TransactionProxyFactoryBean 代理事务 $Proxy5 cannot be cast to异常解决方法
摘要: 异常如下: [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)
2015年3月7日
Git 简明使用教程
摘要: 写在前面:本文是学习廖雪峰的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)
2014年12月13日
spring配置文件没有错,但是出现红叉的解决方法
摘要: spring配置文件没有错,但是出现红叉而且 problems里面有error显示的错误方法如下: Error occured processing XML 'Provider org.apache.xerces.parsers.IntegratedParserConfiguration co...
阅读全文
posted @ 2014-12-13 20:19 一叶扁舟YE
阅读(1453)
评论(0)
推荐(0)
2014年5月18日
getMeasuredHeight(),getScrollY(),getHeight()的区别和联系
摘要: 转载自:http://www.cnblogs.com/qinghuaideren/p/3186990.html 前言:关于控件的高度有两种获取方式,一个是获得控件的实际大小(getMeasuredHeight),就是包含显示部分和已显示的部分; 而getHeight是获得控件的...
阅读全文
posted @ 2014-05-18 12:31 一叶扁舟YE
阅读(157)
评论(0)
推荐(0)
Android的onLayout、layout方法讲解
摘要: 转载自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)
公告