python学习

This commit is contained in:
2019-08-21 18:02:05 +08:00
parent 79156a356f
commit b46796274f
2 changed files with 13 additions and 6 deletions

17
.idea/workspace.xml generated
View File

@@ -55,8 +55,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/uwsgi.ini">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="62">
<caret line="2" column="12" selection-start-line="2" selection-start-column="12" selection-end-line="2" selection-end-column="12" />
<state relative-caret-position="434">
<caret line="14" column="17" lean-forward="true" selection-start-line="14" selection-start-column="17" selection-end-line="14" selection-end-column="17" />
</state>
</provider>
</entry>
@@ -604,7 +604,14 @@
<option name="project" value="LOCAL" />
<updated>1566379008036</updated>
</task>
<option name="localTasksCounter" value="49" />
<task id="LOCAL-00049" summary="python学习">
<created>1566380855204</created>
<option name="number" value="00049" />
<option name="presentableId" value="LOCAL-00049" />
<option name="project" value="LOCAL" />
<updated>1566380855204</updated>
</task>
<option name="localTasksCounter" value="50" />
<servers />
</component>
<component name="TodoView">
@@ -937,8 +944,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/uwsgi.ini">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="62">
<caret line="2" column="12" selection-start-line="2" selection-start-column="12" selection-end-line="2" selection-end-column="12" />
<state relative-caret-position="434">
<caret line="14" column="17" lean-forward="true" selection-start-line="14" selection-start-column="17" selection-end-line="14" selection-end-column="17" />
</state>
</provider>
</entry>

View File

@@ -2,7 +2,7 @@
#源码目录
chdir=/Order
#python 虚拟环境
home=/python3_vir
home=/imooc_env
module=manager
callable=app
master=true