- 博客(2)
- 问答 (1)
- 收藏
- 关注
原创 Spring-boot整合Mybatis增删改查操作(Mac系统)
Spring-boot整合Mybatis增删改查操作(Mac系统)创建Maven项目配置Pom.xml4.0.0Firstdemo0.0.1-SNAPSHOT<dependencies> <!--mysql数据库驱动包 --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId>
2021-11-01 12:18:33
158
原创 求助!!
scores = input().split()put your python code herecorrect, incorrect = 0, 0for i, _element in enumerate(scores):if scores[i] == “C”:correct += 1elif scores[i] == “I”:incorrect += 1if i == len(scores) - 1:print(f""“You won{correct}”"")if incorrect
2020-05-24 21:38:21
152
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅