Compare commits
31 Commits
Student-20
...
master
Author | SHA1 | Date |
---|---|---|
|
55eadcca18 | 2 years ago |
|
bbe88796be | 2 years ago |
|
42ffe6d9e6 | 2 years ago |
|
7fd28c6e8d | 2 years ago |
|
cfd8d9e031 | 2 years ago |
|
9ae3c5917e | 2 years ago |
|
ad056ebd55 | 2 years ago |
|
d08e77f02e | 2 years ago |
|
4f2f11932f | 2 years ago |
|
1b6559c931 | 2 years ago |
|
adf6527418 | 2 years ago |
|
49c6f920d8 | 2 years ago |
|
4432f17902 | 2 years ago |
|
a744b358f1 | 2 years ago |
|
557cd95e65 | 2 years ago |
|
7130514059 | 2 years ago |
|
a7549e5fae | 2 years ago |
|
cd91ef205a | 2 years ago |
|
b91f014303 | 2 years ago |
|
a2a4e0f3f3 | 2 years ago |
|
46708dc4fb | 2 years ago |
|
283bba4469 | 2 years ago |
|
ad867e757a | 2 years ago |
|
6ef9a5213f | 2 years ago |
|
e18403c92e | 2 years ago |
|
e7403e394b | 2 years ago |
|
9d64c8d12b | 2 years ago |
|
4dfb347803 | 2 years ago |
|
8a2dcc760d | 2 years ago |
|
55bb3ece0b | 2 years ago |
|
effd91a64a | 2 years ago |
@ -0,0 +1,8 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 数据源本地存储已忽略文件
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
@ -0,0 +1,24 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
<list size="11">
|
||||
<item index="0" class="java.lang.String" itemvalue="environs" />
|
||||
<item index="1" class="java.lang.String" itemvalue="tornado" />
|
||||
<item index="2" class="java.lang.String" itemvalue="meinheld" />
|
||||
<item index="3" class="java.lang.String" itemvalue="aiohttp" />
|
||||
<item index="4" class="java.lang.String" itemvalue="lxml" />
|
||||
<item index="5" class="java.lang.String" itemvalue="gevent" />
|
||||
<item index="6" class="java.lang.String" itemvalue="requests" />
|
||||
<item index="7" class="java.lang.String" itemvalue="loguru" />
|
||||
<item index="8" class="java.lang.String" itemvalue="supervisor" />
|
||||
<item index="9" class="java.lang.String" itemvalue="Flask" />
|
||||
<item index="10" class="java.lang.String" itemvalue="attrs" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (study)" project-jdk-type="Python SDK" />
|
||||
</project>
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/BUAA-SE-2023-Lab01-Group9-remake.iml" filepath="$PROJECT_DIR$/.idea/BUAA-SE-2023-Lab01-Group9-remake.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,2 @@
|
||||
print('My Student_ID is 20241018')
|
||||
print('My Name is 熊昕然')
|
@ -0,0 +1 @@
|
||||
print('My Student_ID is 20241027')
|
@ -1 +1,2 @@
|
||||
print('My Student_ID is 20241029')
|
||||
print('My Student_ID is 20241029')
|
||||
print('My Name is 徐天行')
|
@ -0,0 +1,2 @@
|
||||
print('My Student_ID is 20241032')
|
||||
print('My Name is 吴南李')
|
@ -0,0 +1,2 @@
|
||||
print('My Student_ID is 20241040')
|
||||
print('My Name is 傅新峰')
|
Loading…
Reference in new issue