自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

花果山

我人在江湖,江湖却没有关于我的传说

  • 博客(2)
  • 收藏
  • 关注

原创 在redhat 6.x linux上安装新版本的python 2.7

默认的repo中没有新版本的软件,这时候需要用scl1)配置yum reposudo sh -c 'wget -qO- http://people.redhat.com/bkabrda/scl_python27.repo >> /etc/yum.repos.d/scl.repo'2)安装软件yum install python273) 配置shell环境 ...

2018-09-21 10:13:52 1844 1

原创 Java中的Math.abs一定会返回正值吗?

参考jdk文档,可以看到如下注释Note that if the argument is equal to the value of Integer.MIN_VALUE, the most negative representable int value, the result is that same value, which is negative. public class T...

2018-09-14 09:39:58 2608

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除