摘要: ** * @author mghio * @since 2021-08-08 */@Datapublic class Doctor {private Integer id; private String name;** * @author mghio * @since 2021-08-08 */@D 阅读全文
posted @ 2021-09-02 17:34 v17166570219 阅读(390) 评论(0) 推荐(0)
摘要: mkdir -p $GOPATH/bin \&& mkdir ~/temp-protoc-download \&& wget https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/protoc-3.14.0-lin 阅读全文
posted @ 2021-09-02 17:34 v17166570219 阅读(50) 评论(0) 推荐(0)
摘要: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.5.1</version> <relativePath/> <!-- 阅读全文
posted @ 2021-09-02 09:39 v17166570219 阅读(54) 评论(0) 推荐(0)
摘要: from flask import Flaskapp = Flask(__name__)@app.route('/user/tom')def show_user_tom(): return 'My name is tom'@app.route('/user/jerry')def show_user_ 阅读全文
posted @ 2021-09-02 09:16 v17166570219 阅读(146) 评论(0) 推荐(0)