python学习

This commit is contained in:
2019-08-21 18:05:27 +08:00
parent b46796274f
commit 985496177c
2 changed files with 22 additions and 20 deletions

40
.idea/workspace.xml generated
View File

@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="d564f57a-9f96-4262-9481-cacdf2b8445c" name="Default" comment="python学习" /> <list default="true" id="d564f57a-9f96-4262-9481-cacdf2b8445c" name="Default" comment="python学习">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/uwsgi.ini" beforeDir="false" afterPath="$PROJECT_DIR$/uwsgi.ini" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -55,8 +58,8 @@
<file pinned="false" current-in-tab="true"> <file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/uwsgi.ini"> <entry file="file://$PROJECT_DIR$/uwsgi.ini">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="434"> <state relative-caret-position="62">
<caret line="14" column="17" lean-forward="true" selection-start-line="14" selection-start-column="17" selection-end-line="14" selection-end-column="17" /> <caret line="2" column="8" selection-start-line="2" selection-start-column="8" selection-end-line="2" selection-end-column="8" />
</state> </state>
</provider> </provider>
</entry> </entry>
@@ -191,9 +194,9 @@
<component name="NodePackageJsonFileManager"> <component name="NodePackageJsonFileManager">
<packageJsonPaths /> <packageJsonPaths />
</component> </component>
<component name="ProjectFrameBounds" extendedState="6"> <component name="ProjectFrameBounds">
<option name="x" value="907" /> <option name="x" value="866" />
<option name="y" value="48" /> <option name="y" value="35" />
<option name="width" value="947" /> <option name="width" value="947" />
<option name="height" value="1028" /> <option name="height" value="1028" />
</component> </component>
@@ -268,13 +271,6 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1528044544203</updated> <updated>1528044544203</updated>
</task> </task>
<task id="LOCAL-00001" summary="python学习">
<created>1563352619909</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1563352619910</updated>
</task>
<task id="LOCAL-00002" summary="python学习"> <task id="LOCAL-00002" summary="python学习">
<created>1563352800796</created> <created>1563352800796</created>
<option name="number" value="00002" /> <option name="number" value="00002" />
@@ -611,7 +607,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1566380855204</updated> <updated>1566380855204</updated>
</task> </task>
<option name="localTasksCounter" value="50" /> <task id="LOCAL-00050" summary="python学习">
<created>1566381726556</created>
<option name="number" value="00050" />
<option name="presentableId" value="LOCAL-00050" />
<option name="project" value="LOCAL" />
<updated>1566381726556</updated>
</task>
<option name="localTasksCounter" value="51" />
<servers /> <servers />
</component> </component>
<component name="TodoView"> <component name="TodoView">
@@ -624,10 +627,9 @@
</todo-panel> </todo-panel>
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" /> <frame x="866" y="35" width="947" height="1028" extended-state="0" />
<editor active="true" />
<layout> <layout>
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.20706007" /> <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.43234324" />
<window_info id="Structure" order="1" side_tool="true" weight="0.25" /> <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
<window_info id="Favorites" order="2" side_tool="true" /> <window_info id="Favorites" order="2" side_tool="true" />
<window_info id="Project Explorer" order="3" /> <window_info id="Project Explorer" order="3" />
@@ -944,8 +946,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/uwsgi.ini"> <entry file="file://$PROJECT_DIR$/uwsgi.ini">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="434"> <state relative-caret-position="62">
<caret line="14" column="17" lean-forward="true" selection-start-line="14" selection-start-column="17" selection-end-line="14" selection-end-column="17" /> <caret line="2" column="8" selection-start-line="2" selection-start-column="8" selection-end-line="2" selection-end-column="8" />
</state> </state>
</provider> </provider>
</entry> </entry>

View File

@@ -1,6 +1,6 @@
[uwsgi] [uwsgi]
#源码目录 #源码目录
chdir=/Order chdir=/order
#python 虚拟环境 #python 虚拟环境
home=/imooc_env home=/imooc_env
module=manager module=manager