Compare commits

..

No commits in common. 'master' and 'Student-20241029' have entirely different histories.

8
.idea/.gitignore vendored

@ -1,8 +0,0 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 数据源本地存储已忽略文件
/dataSources/
/dataSources.local.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/

@ -1,8 +0,0 @@
<?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>

@ -1,24 +0,0 @@
<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>

@ -1,6 +0,0 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

@ -1,4 +0,0 @@
<?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>

@ -1,8 +0,0 @@
<?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>

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

@ -1,2 +0,0 @@
print('My Student_ID is 20241018')
print('My Name is 熊昕然')

@ -1 +0,0 @@
print('My Student_ID is 20241027')

@ -1,2 +1 @@
print('My Student_ID is 20241029')
print('My Name is 徐天行')
print('My Student_ID is 20241029')

@ -1,2 +0,0 @@
print('My Student_ID is 20241032')
print('My Name is 吴南李')

@ -1,2 +0,0 @@
print('My Student_ID is 20241040')
print('My Name is 傅新峰')

@ -1,2 +0,0 @@
import os
os.system('python Function-20241029.py')
Loading…
Cancel
Save