- 博客(4)
- 收藏
- 关注
原创 Mac 安装jenkins
brew install jenkinsNote: When using launchctl the port will be 8080.To start jenkins: brew services start jenkinsOr, 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
222
原创 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
98
原创 github
github :https://github.comgithub desktophttps://desktop.github.comios appworking copy
2021-08-23 21:16:57
88
原创 Mac git 升级
1、brew install git2、git --version查看版本信息$ git versiongit version 2.23.0brew link --overwrite gitLinking /usr/local/Cellar/git/2.33.0... 212 symlinks created.
2021-08-23 21:13:38
188
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人