自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 Mac 安装jenkins

brew install jenkins Note: When using launchctl the port will be 8080. To start jenkins: brew services start jenkins Or, if you don't want/need a background service you can just run: /usr/local/opt/openjdk@11/bin/java -Dmail.smtp.starttls.enable=true..

2021-08-25 06:31:45 244

原创 python面向对象

class PerSion: def __init__(self, name, weight): self.name = name self.weight = weight def run(self): self.weight -= 0.5 print("after run %s weight is %0.1f, -0.5" % (self.name, self.weight)) def eat(self): .

2021-08-24 22:04:31 119

原创 github

github : https://github.com github desktop https://desktop.github.com ios app working copy

2021-08-23 21:16:57 110

原创 Mac git 升级

1、brew install git 2、git --version 查看版本信息 $ git version git version 2.23.0 brew link --overwrite git Linking /usr/local/Cellar/git/2.33.0... 212 symlinks created.

2021-08-23 21:13:38 205

空空如也

空空如也

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

TA关注的人

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