- 博客(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关注的人
RSS订阅