diff options
| author | 姜萍 <[email protected]> | 2022-05-29 17:59:26 +0800 |
|---|---|---|
| committer | 姜萍 <[email protected]> | 2022-05-29 17:59:26 +0800 |
| commit | 9f0f12ed28357ae167cb9aab3a614da0f8cd4bab (patch) | |
| tree | 0eac2d3fbfc11e7639b9a0254a8c24d8a43bd8f2 /sdnData/.idea | |
initmaster
Diffstat (limited to 'sdnData/.idea')
| -rw-r--r-- | sdnData/.idea/deployment.xml | 21 | ||||
| -rw-r--r-- | sdnData/.idea/inspectionProfiles/profiles_settings.xml | 6 | ||||
| -rw-r--r-- | sdnData/.idea/misc.xml | 7 | ||||
| -rw-r--r-- | sdnData/.idea/modules.xml | 8 | ||||
| -rw-r--r-- | sdnData/.idea/sdnData.iml | 30 | ||||
| -rw-r--r-- | sdnData/.idea/workspace.xml | 199 |
6 files changed, 271 insertions, 0 deletions
diff --git a/sdnData/.idea/deployment.xml b/sdnData/.idea/deployment.xml new file mode 100644 index 0000000..a667f28 --- /dev/null +++ b/sdnData/.idea/deployment.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="PublishConfigData">
+ <serverData>
+ <paths name="750">
+ <serverdata>
+ <mappings>
+ <mapping local="$PROJECT_DIR$" web="/" />
+ </mappings>
+ </serverdata>
+ </paths>
+ <paths name="Copy of project-level server '750'">
+ <serverdata>
+ <mappings>
+ <mapping local="$PROJECT_DIR$" web="/" />
+ </mappings>
+ </serverdata>
+ </paths>
+ </serverData>
+ </component>
+</project>
\ No newline at end of file diff --git a/sdnData/.idea/inspectionProfiles/profiles_settings.xml b/sdnData/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/sdnData/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <settings> + <option name="USE_PROJECT_PROFILE" value="false" /> + <version value="1.0" /> + </settings> +</component>
\ No newline at end of file diff --git a/sdnData/.idea/misc.xml b/sdnData/.idea/misc.xml new file mode 100644 index 0000000..6a4bc77 --- /dev/null +++ b/sdnData/.idea/misc.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="JavaScriptSettings">
+ <option name="languageLevel" value="ES6" />
+ </component>
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6" project-jdk-type="Python SDK" />
+</project>
\ No newline at end of file diff --git a/sdnData/.idea/modules.xml b/sdnData/.idea/modules.xml new file mode 100644 index 0000000..cdee6ff --- /dev/null +++ b/sdnData/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/sdnData.iml" filepath="$PROJECT_DIR$/.idea/sdnData.iml" />
+ </modules>
+ </component>
+</project>
\ No newline at end of file diff --git a/sdnData/.idea/sdnData.iml b/sdnData/.idea/sdnData.iml new file mode 100644 index 0000000..9b15e7b --- /dev/null +++ b/sdnData/.idea/sdnData.iml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+ <component name="FacetManager">
+ <facet type="django" name="Django">
+ <configuration>
+ <option name="rootFolder" value="$MODULE_DIR$" />
+ <option name="settingsModule" value="sdnData/settings.py" />
+ <option name="manageScript" value="$MODULE_DIR$/manage.py" />
+ <option name="environment" value="<map/>" />
+ <option name="doNotUseTestRunner" value="false" />
+ <option name="trackFilePattern" value="migrations" />
+ </configuration>
+ </facet>
+ </component>
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/sdnData" isTestSource="false" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+ <component name="TemplatesService">
+ <option name="TEMPLATE_CONFIGURATION" value="Django" />
+ <option name="TEMPLATE_FOLDERS">
+ <list>
+ <option value="$MODULE_DIR$/../sdnData\templates" />
+ </list>
+ </option>
+ </component>
+</module>
\ No newline at end of file diff --git a/sdnData/.idea/workspace.xml b/sdnData/.idea/workspace.xml new file mode 100644 index 0000000..e4d6a3c --- /dev/null +++ b/sdnData/.idea/workspace.xml @@ -0,0 +1,199 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ChangeListManager"> + <list default="true" id="03eecd85-e3b8-4032-8d41-f5a330b8c106" name="Default Changelist" comment="" /> + <option name="SHOW_DIALOG" value="false" /> + <option name="HIGHLIGHT_CONFLICTS" value="true" /> + <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> + <option name="LAST_RESOLUTION" value="IGNORE" /> + </component> + <component name="DjangoConsoleOptions" custom-start-script="import sys; print('Python %s on %s' % (sys.version, sys.platform)) import django; print('Django %s' % django.get_version()) sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS]) if 'setup' in dir(django): django.setup() import django_manage_shell; django_manage_shell.run(PROJECT_ROOT)"> + <option name="myCustomStartScript" value="import sys; print('Python %s on %s' % (sys.version, sys.platform)) import django; print('Django %s' % django.get_version()) sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS]) if 'setup' in dir(django): django.setup() import django_manage_shell; django_manage_shell.run(PROJECT_ROOT)" /> + </component> + <component name="FileTemplateManagerImpl"> + <option name="RECENT_TEMPLATES"> + <list> + <option value="Python Script" /> + </list> + </option> + </component> + <component name="ProjectId" id="1f7rY9qiTASCs8YniQ03vwbJi5v" /> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showExcludedFiles" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> + <property name="WebServerToolWindowFactoryState" value="false" /> + <property name="WebServerToolWindowPanel.toolwindow.highlight.mappings" value="true" /> + <property name="WebServerToolWindowPanel.toolwindow.highlight.symlinks" value="true" /> + <property name="WebServerToolWindowPanel.toolwindow.show.date" value="false" /> + <property name="WebServerToolWindowPanel.toolwindow.show.permissions" value="false" /> + <property name="WebServerToolWindowPanel.toolwindow.show.size" value="false" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$/fronted" /> + <property name="node.js.detected.package.eslint" value="true" /> + <property name="node.js.detected.package.tslint" value="true" /> + <property name="node.js.path.for.package.eslint" value="project" /> + <property name="node.js.path.for.package.tslint" value="project" /> + <property name="node.js.selected.package.eslint" value="(autodetect)" /> + <property name="node.js.selected.package.tslint" value="(autodetect)" /> + <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> + <property name="nodejs_npm_path_reset_for_default_project" value="true" /> + </component> + <component name="RecentsManager"> + <key name="CopyFile.RECENT_KEYS"> + <recent name="C:\software\py3code\sdnData\fronted" /> + <recent name="C:\software\py3code\sdnData\sdnData\fronted" /> + </key> + </component> + <component name="RunManager" selected="Django server.sdnData"> + <configuration name="views" type="PythonConfigurationType" factoryName="Python" temporary="true"> + <module name="sdnData" /> + <option name="INTERPRETER_OPTIONS" value="" /> + <option name="PARENT_ENVS" value="true" /> + <envs> + <env name="PYTHONUNBUFFERED" value="1" /> + </envs> + <option name="SDK_HOME" value="" /> + <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/sdnData" /> + <option name="IS_MODULE_SDK" value="true" /> + <option name="ADD_CONTENT_ROOTS" value="true" /> + <option name="ADD_SOURCE_ROOTS" value="true" /> + <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" /> + <option name="SCRIPT_NAME" value="$PROJECT_DIR$/sdnData/views.py" /> + <option name="PARAMETERS" value="" /> + <option name="SHOW_COMMAND_LINE" value="false" /> + <option name="EMULATE_TERMINAL" value="false" /> + <option name="MODULE_MODE" value="false" /> + <option name="REDIRECT_INPUT" value="false" /> + <option name="INPUT_FILE" value="" /> + <method v="2" /> + </configuration> + <configuration name="sdnData" type="Python.DjangoServer" factoryName="Django server"> + <module name="sdnData" /> + <option name="INTERPRETER_OPTIONS" value="" /> + <option name="PARENT_ENVS" value="true" /> + <envs> + <env name="PYTHONUNBUFFERED" value="1" /> + <env name="DJANGO_SETTINGS_MODULE" value="sdnData.settings" /> + </envs> + <option name="SDK_HOME" value="C:\software\Python36\python.exe" /> + <option name="WORKING_DIRECTORY" value="" /> + <option name="IS_MODULE_SDK" value="false" /> + <option name="ADD_CONTENT_ROOTS" value="true" /> + <option name="ADD_SOURCE_ROOTS" value="true" /> + <option name="launchJavascriptDebuger" value="false" /> + <option name="port" value="8081" /> + <option name="host" value="" /> + <option name="additionalOptions" value="" /> + <option name="browserUrl" value="" /> + <option name="runTestServer" value="false" /> + <option name="runNoReload" value="false" /> + <option name="useCustomRunCommand" value="false" /> + <option name="customRunCommand" value="" /> + <method v="2" /> + </configuration> + <recent_temporary> + <list> + <item itemvalue="Python.views" /> + </list> + </recent_temporary> + </component> + <component name="ServiceViewManager"> + <option name="viewStates"> + <list> + <serviceView> + <treeState> + <expand /> + <select /> + </treeState> + </serviceView> + </list> + </option> + </component> + <component name="SvnConfiguration"> + <configuration /> + </component> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="03eecd85-e3b8-4032-8d41-f5a330b8c106" name="Default Changelist" comment="" /> + <created>1595580016075</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1595580016075</updated> + <workItem from="1595580017513" duration="2961000" /> + <workItem from="1595584521262" duration="1512000" /> + <workItem from="1595586560784" duration="371000" /> + <workItem from="1595639460875" duration="11085000" /> + <workItem from="1595748281298" duration="3487000" /> + <workItem from="1595904597209" duration="10893000" /> + <workItem from="1595937334219" duration="779000" /> + <workItem from="1595987704762" duration="12609000" /> + <workItem from="1596077572084" duration="413000" /> + <workItem from="1601127979394" duration="1513000" /> + <workItem from="1601190426779" duration="4579000" /> + </task> + <servers /> + </component> + <component name="TypeScriptGeneratedFilesManager"> + <option name="version" value="1" /> + </component> + <component name="WindowStateProjectService"> + <state x="208" y="137" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1595582378733"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state x="208" y="137" key="#com.intellij.execution.impl.EditConfigurationsDialog/[email protected]" timestamp="1595582378733" /> + <state x="533" y="237" key="FileChooserDialogImpl" timestamp="1596077987442"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state x="533" y="237" key="FileChooserDialogImpl/[email protected]" timestamp="1596077987442" /> + <state width="1461" height="259" key="GridCell.Tab.0.bottom" timestamp="1601198645789"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state width="1237" height="256" key="GridCell.Tab.0.bottom/[email protected]" timestamp="1595819516183" /> + <state width="1461" height="259" key="GridCell.Tab.0.bottom/[email protected]" timestamp="1601198645789" /> + <state width="1461" height="259" key="GridCell.Tab.0.center" timestamp="1601198645789"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state width="1237" height="256" key="GridCell.Tab.0.center/[email protected]" timestamp="1595819516183" /> + <state width="1461" height="259" key="GridCell.Tab.0.center/[email protected]" timestamp="1601198645789" /> + <state width="1461" height="259" key="GridCell.Tab.0.left" timestamp="1601198645788"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state width="1237" height="256" key="GridCell.Tab.0.left/[email protected]" timestamp="1595819516183" /> + <state width="1461" height="259" key="GridCell.Tab.0.left/[email protected]" timestamp="1601198645788" /> + <state width="1461" height="259" key="GridCell.Tab.0.right" timestamp="1601198645789"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state width="1237" height="256" key="GridCell.Tab.0.right/[email protected]" timestamp="1595819516183" /> + <state width="1461" height="259" key="GridCell.Tab.0.right/[email protected]" timestamp="1601198645789" /> + <state width="1461" height="317" key="GridCell.Tab.1.bottom" timestamp="1595997730290"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state width="1461" height="317" key="GridCell.Tab.1.bottom/[email protected]" timestamp="1595997730290" /> + <state width="1461" height="317" key="GridCell.Tab.1.center" timestamp="1595997730290"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state width="1461" height="317" key="GridCell.Tab.1.center/[email protected]" timestamp="1595997730290" /> + <state width="1461" height="317" key="GridCell.Tab.1.left" timestamp="1595997730290"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state width="1461" height="317" key="GridCell.Tab.1.left/[email protected]" timestamp="1595997730290" /> + <state width="1461" height="317" key="GridCell.Tab.1.right" timestamp="1595997730290"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state width="1461" height="317" key="GridCell.Tab.1.right/[email protected]" timestamp="1595997730290" /> + <state x="437" y="306" key="com.intellij.ide.util.TipDialog" timestamp="1601190439465"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state x="437" y="306" key="com.intellij.ide.util.TipDialog/[email protected]" timestamp="1601190439465" /> + <state x="415" y="206" width="672" height="678" key="search.everywhere.popup" timestamp="1595928370159"> + <screen x="0" y="0" width="1504" height="963" /> + </state> + <state x="415" y="206" width="672" height="678" key="search.everywhere.popup/[email protected]" timestamp="1595928370159" /> + </component> + <component name="com.intellij.coverage.CoverageDataManagerImpl"> + <SUITE FILE_PATH="coverage/sdnData$views.coverage" NAME="views Coverage Results" MODIFIED="1595937354758" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/sdnData" /> + </component> +</project>
\ No newline at end of file |
