python学习

This commit is contained in:
2019-07-17 16:36:59 +08:00
commit 596a0bf6bf
786 changed files with 300160 additions and 0 deletions

49
venv/Scripts/Activate.ps1 Normal file
View File

@@ -0,0 +1,49 @@
function global:deactivate ([switch]$NonDestructive) {
# Revert to original values
if (Test-Path function:_OLD_VIRTUAL_PROMPT) {
copy-item function:_OLD_VIRTUAL_PROMPT function:prompt
remove-item function:_OLD_VIRTUAL_PROMPT
}
if (Test-Path env:_OLD_VIRTUAL_PYTHONHOME) {
copy-item env:_OLD_VIRTUAL_PYTHONHOME env:PYTHONHOME
remove-item env:_OLD_VIRTUAL_PYTHONHOME
}
if (Test-Path env:_OLD_VIRTUAL_PATH) {
copy-item env:_OLD_VIRTUAL_PATH env:PATH
remove-item env:_OLD_VIRTUAL_PATH
}
if (Test-Path env:VIRTUAL_ENV) {
remove-item env:VIRTUAL_ENV
}
if (!$NonDestructive) {
# Self destruct!
remove-item function:deactivate
}

BIN
venv/Scripts/_bz2.pyd Normal file

Binary file not shown.

BIN
venv/Scripts/_ctypes.pyd Normal file

Binary file not shown.

Binary file not shown.

BIN
venv/Scripts/_decimal.pyd Normal file

Binary file not shown.

Binary file not shown.

BIN
venv/Scripts/_hashlib.pyd Normal file

Binary file not shown.

BIN
venv/Scripts/_lzma.pyd Normal file

Binary file not shown.

BIN
venv/Scripts/_msi.pyd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
venv/Scripts/_socket.pyd Normal file

Binary file not shown.

BIN
venv/Scripts/_sqlite3.pyd Normal file

Binary file not shown.

BIN
venv/Scripts/_ssl.pyd Normal file

Binary file not shown.

Binary file not shown.

BIN
venv/Scripts/_testcapi.pyd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
venv/Scripts/_tkinter.pyd Normal file

Binary file not shown.

32
venv/Scripts/activate.bat Normal file
View File

@@ -0,0 +1,32 @@
@echo off
set "VIRTUAL_ENV=D:\order\venv"
if not defined PROMPT (
set "PROMPT=$P$G"
)
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
)
if defined _OLD_VIRTUAL_PYTHONHOME (
set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"

View File

@@ -0,0 +1,21 @@
@echo off
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
)
set _OLD_VIRTUAL_PROMPT=
if defined _OLD_VIRTUAL_PYTHONHOME (
set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
set _OLD_VIRTUAL_PYTHONHOME=
)

View File

@@ -0,0 +1,12 @@
#!D:\order\venv\Scripts\python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==40.8.0','console_scripts','easy_install-3.5'
__requires__ = 'setuptools==40.8.0'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('setuptools==40.8.0', 'console_scripts', 'easy_install-3.5')()
)

Binary file not shown.

View File

@@ -0,0 +1,12 @@
#!D:\order\venv\Scripts\python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==40.8.0','console_scripts','easy_install'
__requires__ = 'setuptools==40.8.0'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('setuptools==40.8.0', 'console_scripts', 'easy_install')()
)

Binary file not shown.

BIN
venv/Scripts/flask.exe Normal file

Binary file not shown.

View File

@@ -0,0 +1,12 @@
#!D:\order\venv\Scripts\python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==19.0.3','console_scripts','pip'
__requires__ = 'pip==19.0.3'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('pip==19.0.3', 'console_scripts', 'pip')()
)

BIN
venv/Scripts/pip.exe Normal file

Binary file not shown.

View File

@@ -0,0 +1,12 @@
#!D:\order\venv\Scripts\python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==19.0.3','console_scripts','pip3'
__requires__ = 'pip==19.0.3'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('pip==19.0.3', 'console_scripts', 'pip3')()
)

View File

@@ -0,0 +1,12 @@
#!D:\order\venv\Scripts\python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==19.0.3','console_scripts','pip3.5'
__requires__ = 'pip==19.0.3'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('pip==19.0.3', 'console_scripts', 'pip3.5')()
)

BIN
venv/Scripts/pip3.5.exe Normal file

Binary file not shown.

BIN
venv/Scripts/pip3.exe Normal file

Binary file not shown.

BIN
venv/Scripts/pyexpat.pyd Normal file

Binary file not shown.

BIN
venv/Scripts/python.exe Normal file

Binary file not shown.

BIN
venv/Scripts/python3.dll Normal file

Binary file not shown.

BIN
venv/Scripts/python35.dll Normal file

Binary file not shown.

BIN
venv/Scripts/pythonw.exe Normal file

Binary file not shown.

BIN
venv/Scripts/select.pyd Normal file

Binary file not shown.

BIN
venv/Scripts/sqlite3.dll Normal file

Binary file not shown.

BIN
venv/Scripts/tcl86t.dll Normal file

Binary file not shown.

BIN
venv/Scripts/tk86t.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
venv/Scripts/winsound.pyd Normal file

Binary file not shown.