张延森 4 anni fa
parent
commit
af65f13a87

+ 0
- 3
.idea/.gitignore Vedi File

@@ -1,3 +0,0 @@
1
-# Default ignored files
2
-/shelf/
3
-/workspace.xml

+ 0
- 5
.idea/codeStyles/codeStyleConfig.xml Vedi File

@@ -1,5 +0,0 @@
1
-<component name="ProjectCodeStyleConfiguration">
2
-  <state>
3
-    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
4
-  </state>
5
-</component>

+ 0
- 11
.idea/crawl.iml Vedi File

@@ -1,11 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<module type="PYTHON_MODULE" version="4">
3
-  <component name="NewModuleRootManager">
4
-    <content url="file://$MODULE_DIR$" />
5
-    <orderEntry type="inheritedJdk" />
6
-    <orderEntry type="sourceFolder" forTests="false" />
7
-  </component>
8
-  <component name="TestRunnerService">
9
-    <option name="PROJECT_TEST_RUNNER" value="Twisted Trial" />
10
-  </component>
11
-</module>

+ 0
- 7
.idea/inspectionProfiles/profiles_settings.xml Vedi File

@@ -1,7 +0,0 @@
1
-<component name="InspectionProjectProfileManager">
2
-  <settings>
3
-    <option name="PROJECT_PROFILE" value="Default" />
4
-    <option name="USE_PROJECT_PROFILE" value="false" />
5
-    <version value="1.0" />
6
-  </settings>
7
-</component>

+ 0
- 4
.idea/misc.xml Vedi File

@@ -1,4 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" />
4
-</project>

+ 0
- 8
.idea/modules.xml Vedi File

@@ -1,8 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<project version="4">
3
-  <component name="ProjectModuleManager">
4
-    <modules>
5
-      <module fileurl="file://$PROJECT_DIR$/.idea/crawl.iml" filepath="$PROJECT_DIR$/.idea/crawl.iml" />
6
-    </modules>
7
-  </component>
8
-</project>

+ 0
- 6
.idea/vcs.xml Vedi File

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

+ 0
- 16
.vscode/launch.json Vedi File

@@ -1,16 +0,0 @@
1
-{
2
-  // Use IntelliSense to learn about possible attributes.
3
-  // Hover to view descriptions of existing attributes.
4
-  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
-  "version": "0.2.0",
6
-  "configurations": [
7
-    {
8
-      "name": "Python: Current File",
9
-      "type": "python",
10
-      "request": "launch",
11
-      "program": "${workspaceRoot}/crawl/run.py",
12
-      "console": "integratedTerminal",
13
-      "pythonPath": "d:/python3.8.4/python.exe"
14
-    }
15
-  ]
16
-}

+ 0
- 24
.vscode/settings.json Vedi File

@@ -1,24 +0,0 @@
1
-{
2
-  "python.pythonPath": "D:\\Python3.8.4\\python.exe",
3
-  "deploy": {
4
-    "targets": [
5
-      {
6
-        "type": "sftp",
7
-        "name": "NiuCai Crawl Deploy",
8
-        "description": "Deploy crawler to 130",
9
-        "dir": "${workspaceRoot}",
10
-        "host": "47.101.36.130", "port": 22,
11
-        "user": "root", "password": "$w-<[n{d!(sz(A.:3&u5vY?sm%6c0e",
12
-
13
-        "checkBeforeDeploy": true,
14
-
15
-        "mappings": [
16
-            {
17
-                "source": "${workspaceRoot}",
18
-                "target": "/opt/niucai/crawl"
19
-            }
20
-        ]
21
-      }
22
-    ]
23
-  }
24
-}