workspace.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="c3718d76-2473-4764-9a49-7a3d2369b500" name="变更" comment="">
  8. <change beforePath="$PROJECT_DIR$/../.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/../.gitignore" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/../db-wind/getdata/inputData.py" beforeDir="false" afterPath="$PROJECT_DIR$/../db-wind/getdata/inputData.py" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/../db-wind/utils/Arg.py" beforeDir="false" afterPath="$PROJECT_DIR$/../db-wind/utils/Arg.py" afterDir="false" />
  11. </list>
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="Git.Settings">
  18. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  19. </component>
  20. <component name="MarkdownSettingsMigration">
  21. <option name="stateVersion" value="1" />
  22. </component>
  23. <component name="ProjectId" id="2R6GDNKM9XtFUJj4RUrGUcgmf7x" />
  24. <component name="ProjectViewState">
  25. <option name="hideEmptyMiddlePackages" value="true" />
  26. <option name="showLibraryContents" value="true" />
  27. </component>
  28. <component name="PropertiesComponent"><![CDATA[{
  29. "keyToString": {
  30. "RunOnceActivity.OpenProjectViewOnStart": "true",
  31. "RunOnceActivity.ShowReadmeOnStart": "true",
  32. "last_opened_file_path": "D:/data-process/db-wind"
  33. }
  34. }]]></component>
  35. <component name="RunManager">
  36. <configuration name="main" type="PythonConfigurationType" factoryName="Python" nameIsGenerated="true">
  37. <module name="db-light" />
  38. <option name="INTERPRETER_OPTIONS" value="" />
  39. <option name="PARENT_ENVS" value="true" />
  40. <envs>
  41. <env name="PYTHONUNBUFFERED" value="1" />
  42. </envs>
  43. <option name="SDK_HOME" value="" />
  44. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  45. <option name="IS_MODULE_SDK" value="true" />
  46. <option name="ADD_CONTENT_ROOTS" value="true" />
  47. <option name="ADD_SOURCE_ROOTS" value="true" />
  48. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/main.py" />
  49. <option name="PARAMETERS" value="" />
  50. <option name="SHOW_COMMAND_LINE" value="false" />
  51. <option name="EMULATE_TERMINAL" value="false" />
  52. <option name="MODULE_MODE" value="false" />
  53. <option name="REDIRECT_INPUT" value="false" />
  54. <option name="INPUT_FILE" value="" />
  55. <method v="2" />
  56. </configuration>
  57. </component>
  58. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
  59. <component name="TaskManager">
  60. <task active="true" id="Default" summary="默认任务">
  61. <changelist id="c3718d76-2473-4764-9a49-7a3d2369b500" name="变更" comment="" />
  62. <created>1686562996440</created>
  63. <option name="number" value="Default" />
  64. <option name="presentableId" value="Default" />
  65. <updated>1686562996440</updated>
  66. </task>
  67. <servers />
  68. </component>
  69. <component name="XDebuggerManager">
  70. <breakpoint-manager>
  71. <breakpoints>
  72. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  73. <url>file://$PROJECT_DIR$/main.py</url>
  74. <line>8</line>
  75. <option name="timeStamp" value="1" />
  76. </line-breakpoint>
  77. </breakpoints>
  78. </breakpoint-manager>
  79. </component>
  80. </project>