在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → 校园管理系统

校园管理系统

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:23.91M
  • 下载次数:27
  • 浏览次数:131
  • 发布时间:2023-05-07
  • 实例类别:Python语言基础
  • 发 布 人:222iukjio
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 管理系统 校园 管理 系统

实例介绍

【实例简介】校园管理系统

【实例截图】

from clipboard

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── cimp
│   ├── backend
│   │   ├── DLLs
│   │   │   ├── _asyncio.pyd
│   │   │   ├── _bz2.pyd
│   │   │   ├── _ctypes.pyd
│   │   │   ├── _ctypes_test.pyd
│   │   │   ├── _decimal.pyd
│   │   │   ├── _elementtree.pyd
│   │   │   ├── _hashlib.pyd
│   │   │   ├── _lzma.pyd
│   │   │   ├── _msi.pyd
│   │   │   ├── _multiprocessing.pyd
│   │   │   ├── _overlapped.pyd
│   │   │   ├── _queue.pyd
│   │   │   ├── _socket.pyd
│   │   │   ├── _sqlite3.pyd
│   │   │   ├── _ssl.pyd
│   │   │   ├── _testbuffer.pyd
│   │   │   ├── _testcapi.pyd
│   │   │   ├── _testconsole.pyd
│   │   │   ├── _testimportmultiple.pyd
│   │   │   ├── _testmultiphase.pyd
│   │   │   ├── _tkinter.pyd
│   │   │   ├── py.ico
│   │   │   ├── pyc.ico
│   │   │   ├── pyd.ico
│   │   │   ├── pyexpat.pyd
│   │   │   ├── python_lib.cat
│   │   │   ├── python_tools.cat
│   │   │   ├── select.pyd
│   │   │   ├── sqlite3.dll
│   │   │   ├── unicodedata.pyd
│   │   │   └── winsound.pyd
│   │   ├── Lib
│   │   │   ├── __future__.py
│   │   │   ├── __phello__.foo.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __future__.cpython-37.pyc
│   │   │   │   ├── _bootlocale.cpython-37.pyc
│   │   │   │   ├── _collections_abc.cpython-37.pyc
│   │   │   │   ├── _compat_pickle.cpython-37.pyc
│   │   │   │   ├── _compression.cpython-37.pyc
│   │   │   │   ├── _markupbase.cpython-37.pyc
│   │   │   │   ├── _sitebuiltins.cpython-37.pyc
│   │   │   │   ├── _weakrefset.cpython-37.pyc
│   │   │   │   ├── abc.cpython-37.pyc
│   │   │   │   ├── argparse.cpython-37.pyc
│   │   │   │   ├── base64.cpython-37.pyc
│   │   │   │   ├── bdb.cpython-37.pyc
│   │   │   │   ├── bisect.cpython-37.pyc
│   │   │   │   ├── bz2.cpython-37.pyc
│   │   │   │   ├── calendar.cpython-37.pyc
│   │   │   │   ├── cgi.cpython-37.pyc
│   │   │   │   ├── code.cpython-37.pyc
│   │   │   │   ├── codecs.cpython-37.pyc
│   │   │   │   ├── codeop.cpython-37.pyc
│   │   │   │   ├── compileall.cpython-37.pyc
│   │   │   │   ├── configparser.cpython-37.pyc
│   │   │   │   ├── contextlib.cpython-37.pyc
│   │   │   │   ├── copy.cpython-37.pyc
│   │   │   │   ├── copyreg.cpython-37.pyc
│   │   │   │   ├── csv.cpython-37.pyc
│   │   │   │   ├── datetime.cpython-37.pyc
│   │   │   │   ├── decimal.cpython-37.pyc
│   │   │   │   ├── difflib.cpython-37.pyc
│   │   │   │   ├── dis.cpython-37.pyc
│   │   │   │   ├── enum.cpython-37.pyc
│   │   │   │   ├── fnmatch.cpython-37.pyc
│   │   │   │   ├── fractions.cpython-37.pyc
│   │   │   │   ├── functools.cpython-37.pyc
│   │   │   │   ├── genericpath.cpython-37.pyc
│   │   │   │   ├── getopt.cpython-37.pyc
│   │   │   │   ├── getpass.cpython-37.pyc
│   │   │   │   ├── gettext.cpython-37.pyc
│   │   │   │   ├── glob.cpython-37.pyc
│   │   │   │   ├── gzip.cpython-37.pyc
│   │   │   │   ├── hashlib.cpython-37.pyc
│   │   │   │   ├── heapq.cpython-37.pyc
│   │   │   │   ├── hmac.cpython-37.pyc
│   │   │   │   ├── imp.cpython-37.pyc
│   │   │   │   ├── inspect.cpython-37.pyc
│   │   │   │   ├── io.cpython-37.pyc
│   │   │   │   ├── ipaddress.cpython-37.pyc
│   │   │   │   ├── keyword.cpython-37.pyc
│   │   │   │   ├── linecache.cpython-37.pyc
│   │   │   │   ├── locale.cpython-37.pyc
│   │   │   │   ├── lzma.cpython-37.pyc
│   │   │   │   ├── mimetypes.cpython-37.pyc
│   │   │   │   ├── ntpath.cpython-37.pyc
│   │   │   │   ├── nturl2path.cpython-37.pyc
│   │   │   │   ├── numbers.cpython-37.pyc
│   │   │   │   ├── opcode.cpython-37.pyc
│   │   │   │   ├── operator.cpython-37.pyc
│   │   │   │   ├── optparse.cpython-37.pyc
│   │   │   │   ├── os.cpython-37.pyc
│   │   │   │   ├── pathlib.cpython-37.pyc
│   │   │   │   ├── pickle.cpython-37.pyc
│   │   │   │   ├── pkgutil.cpython-37.pyc
│   │   │   │   ├── platform.cpython-37.pyc
│   │   │   │   ├── plistlib.cpython-37.pyc
│   │   │   │   ├── posixpath.cpython-37.pyc
│   │   │   │   ├── pprint.cpython-37.pyc
│   │   │   │   ├── py_compile.cpython-37.pyc
│   │   │   │   ├── queue.cpython-37.pyc
│   │   │   │   ├── quopri.cpython-37.pyc
│   │   │   │   ├── random.cpython-37.pyc
│   │   │   │   ├── re.cpython-37.pyc
│   │   │   │   ├── reprlib.cpython-37.pyc
│   │   │   │   ├── runpy.cpython-37.pyc
│   │   │   │   ├── selectors.cpython-37.pyc
│   │   │   │   ├── shlex.cpython-37.pyc
│   │   │   │   ├── shutil.cpython-37.pyc
│   │   │   │   ├── signal.cpython-37.pyc
│   │   │   │   ├── site.cpython-37.pyc
│   │   │   │   ├── socket.cpython-37.pyc
│   │   │   │   ├── socketserver.cpython-37.pyc
│   │   │   │   ├── sre_compile.cpython-37.pyc
│   │   │   │   ├── sre_constants.cpython-37.pyc
│   │   │   │   ├── sre_parse.cpython-37.pyc
│   │   │   │   ├── ssl.cpython-37.pyc
│   │   │   │   ├── stat.cpython-37.pyc
│   │   │   │   ├── statistics.cpython-37.pyc
│   │   │   │   ├── string.cpython-37.pyc
│   │   │   │   ├── stringprep.cpython-37.pyc
│   │   │   │   ├── struct.cpython-37.pyc
│   │   │   │   ├── subprocess.cpython-37.pyc
│   │   │   │   ├── sysconfig.cpython-37.pyc
│   │   │   │   ├── tarfile.cpython-37.pyc
│   │   │   │   ├── tempfile.cpython-37.pyc
│   │   │   │   ├── textwrap.cpython-37.pyc
│   │   │   │   ├── threading.cpython-37.pyc
│   │   │   │   ├── token.cpython-37.pyc
│   │   │   │   ├── tokenize.cpython-37.pyc
│   │   │   │   ├── traceback.cpython-37.pyc
│   │   │   │   ├── types.cpython-37.pyc
│   │   │   │   ├── typing.cpython-37.pyc
│   │   │   │   ├── uu.cpython-37.pyc
│   │   │   │   ├── uuid.cpython-37.pyc
│   │   │   │   ├── warnings.cpython-37.pyc
│   │   │   │   ├── weakref.cpython-37.pyc
│   │   │   │   └── zipfile.cpython-37.pyc
│   │   │   ├── _bootlocale.py
│   │   │   ├── _collections_abc.py
│   │   │   ├── _compat_pickle.py
│   │   │   ├── _compression.py
│   │   │   ├── _dummy_thread.py
│   │   │   ├── _markupbase.py
│   │   │   ├── _osx_support.py
│   │   │   ├── _py_abc.py
│   │   │   ├── _pydecimal.py
│   │   │   ├── _pyio.py
│   │   │   ├── _sitebuiltins.py
│   │   │   ├── _strptime.py
│   │   │   ├── _threading_local.py
│   │   │   ├── _weakrefset.py
│   │   │   ├── abc.py
│   │   │   ├── aifc.py
│   │   │   ├── antigravity.py
│   │   │   ├── argparse.py
│   │   │   ├── ast.py
│   │   │   ├── asynchat.py
│   │   │   ├── asyncore.py
│   │   │   ├── base64.py
│   │   │   ├── bdb.py
│   │   │   ├── binhex.py
│   │   │   ├── bisect.py
│   │   │   ├── bz2.py
│   │   │   ├── cProfile.py
│   │   │   ├── calendar.py
│   │   │   ├── cgi.py
│   │   │   ├── cgitb.py
│   │   │   ├── chunk.py
│   │   │   ├── cmd.py
│   │   │   ├── code.py
│   │   │   ├── codecs.py
│   │   │   ├── codeop.py
│   │   │   ├── collections
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── abc.cpython-37.pyc
│   │   │   │   └── abc.py
│   │   │   ├── colorsys.py
│   │   │   ├── compileall.py
│   │   │   ├── configparser.py
│   │   │   ├── contextlib.py
│   │   │   ├── contextvars.py
│   │   │   ├── copy.py
│   │   │   ├── copyreg.py
│   │   │   ├── crypt.py
│   │   │   ├── csv.py
│   │   │   ├── ctypes
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _endian.cpython-37.pyc
│   │   │   │   │   └── wintypes.cpython-37.pyc
│   │   │   │   ├── _aix.py
│   │   │   │   ├── _endian.py
│   │   │   │   ├── macholib
│   │   │   │   │   ├── README.ctypes
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── dyld.py
│   │   │   │   │   ├── dylib.py
│   │   │   │   │   ├── fetch_macholib
│   │   │   │   │   ├── fetch_macholib.bat
│   │   │   │   │   └── framework.py
│   │   │   │   ├── test
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── test_anon.py
│   │   │   │   │   ├── test_array_in_pointer.py
│   │   │   │   │   ├── test_arrays.py
│   │   │   │   │   ├── test_as_parameter.py
│   │   │   │   │   ├── test_bitfields.py
│   │   │   │   │   ├── test_buffers.py
│   │   │   │   │   ├── test_bytes.py
│   │   │   │   │   ├── test_byteswap.py
│   │   │   │   │   ├── test_callbacks.py
│   │   │   │   │   ├── test_cast.py
│   │   │   │   │   ├── test_cfuncs.py
│   │   │   │   │   ├── test_checkretval.py
│   │   │   │   │   ├── test_delattr.py
│   │   │   │   │   ├── test_errno.py
│   │   │   │   │   ├── test_find.py
│   │   │   │   │   ├── test_frombuffer.py
│   │   │   │   │   ├── test_funcptr.py
│   │   │   │   │   ├── test_functions.py
│   │   │   │   │   ├── test_incomplete.py
│   │   │   │   │   ├── test_init.py
│   │   │   │   │   ├── test_internals.py
│   │   │   │   │   ├── test_keeprefs.py
│   │   │   │   │   ├── test_libc.py
│   │   │   │   │   ├── test_loading.py
│   │   │   │   │   ├── test_macholib.py
│   │   │   │   │   ├── test_memfunctions.py
│   │   │   │   │   ├── test_numbers.py
│   │   │   │   │   ├── test_objects.py
│   │   │   │   │   ├── test_parameters.py
│   │   │   │   │   ├── test_pep3118.py
│   │   │   │   │   ├── test_pickling.py
│   │   │   │   │   ├── test_pointers.py
│   │   │   │   │   ├── test_prototypes.py
│   │   │   │   │   ├── test_python_api.py
│   │   │   │   │   ├── test_random_things.py
│   │   │   │   │   ├── test_refcounts.py
│   │   │   │   │   ├── test_repr.py
│   │   │   │   │   ├── test_returnfuncptrs.py
│   │   │   │   │   ├── test_simplesubclasses.py
│   │   │   │   │   ├── test_sizes.py
│   │   │   │   │   ├── test_slicing.py
│   │   │   │   │   ├── test_stringptr.py
│   │   │   │   │   ├── test_strings.py
│   │   │   │   │   ├── test_struct_fields.py
│   │   │   │   │   ├── test_structures.py
│   │   │   │   │   ├── test_unaligned_structures.py
│   │   │   │   │   ├── test_unicode.py
│   │   │   │   │   ├── test_values.py
│   │   │   │   │   ├── test_varsize_struct.py
│   │   │   │   │   ├── test_win32.py
│   │   │   │   │   └── test_wintypes.py
│   │   │   │   ├── util.py
│   │   │   │   └── wintypes.py
│   │   │   ├── curses
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   ├── ascii.py
│   │   │   │   ├── has_key.py
│   │   │   │   ├── panel.py
│   │   │   │   └── textpad.py
│   │   │   ├── dataclasses.py
│   │   │   ├── datetime.py
│   │   │   ├── decimal.py
│   │   │   ├── difflib.py
│   │   │   ├── dis.py
│   │   │   ├── distutils
│   │   │   │   ├── README
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── archive_util.cpython-37.pyc
│   │   │   │   │   ├── cmd.cpython-37.pyc
│   │   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   │   ├── debug.cpython-37.pyc
│   │   │   │   │   ├── dep_util.cpython-37.pyc
│   │   │   │   │   ├── dir_util.cpython-37.pyc
│   │   │   │   │   ├── dist.cpython-37.pyc
│   │   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   │   ├── extension.cpython-37.pyc
│   │   │   │   │   ├── fancy_getopt.cpython-37.pyc
│   │   │   │   │   ├── file_util.cpython-37.pyc
│   │   │   │   │   ├── log.cpython-37.pyc
│   │   │   │   │   ├── spawn.cpython-37.pyc
│   │   │   │   │   ├── sysconfig.cpython-37.pyc
│   │   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   │   └── version.cpython-37.pyc
│   │   │   │   ├── _msvccompiler.py
│   │   │   │   ├── archive_util.py
│   │   │   │   ├── bcppcompiler.py
│   │   │   │   ├── ccompiler.py
│   │   │   │   ├── cmd.py
│   │   │   │   ├── command
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── bdist.py
│   │   │   │   │   ├── bdist_dumb.py
│   │   │   │   │   ├── bdist_msi.py
│   │   │   │   │   ├── bdist_rpm.py
│   │   │   │   │   ├── bdist_wininst.py
│   │   │   │   │   ├── build.py
│   │   │   │   │   ├── build_clib.py
│   │   │   │   │   ├── build_ext.py
│   │   │   │   │   ├── build_py.py
│   │   │   │   │   ├── build_scripts.py
│   │   │   │   │   ├── check.py
│   │   │   │   │   ├── clean.py
│   │   │   │   │   ├── command_template
│   │   │   │   │   ├── config.py
│   │   │   │   │   ├── install.py
│   │   │   │   │   ├── install_data.py
│   │   │   │   │   ├── install_egg_info.py
│   │   │   │   │   ├── install_headers.py
│   │   │   │   │   ├── install_lib.py
│   │   │   │   │   ├── install_scripts.py
│   │   │   │   │   ├── register.py
│   │   │   │   │   ├── sdist.py
│   │   │   │   │   ├── upload.py
│   │   │   │   │   ├── wininst-10.0-amd64.exe
│   │   │   │   │   ├── wininst-10.0.exe
│   │   │   │   │   ├── wininst-14.0-amd64.exe
│   │   │   │   │   ├── wininst-14.0.exe
│   │   │   │   │   ├── wininst-6.0.exe
│   │   │   │   │   ├── wininst-7.1.exe
│   │   │   │   │   ├── wininst-8.0.exe
│   │   │   │   │   ├── wininst-9.0-amd64.exe
│   │   │   │   │   └── wininst-9.0.exe
│   │   │   │   ├── config.py
│   │   │   │   ├── core.py
│   │   │   │   ├── cygwinccompiler.py
│   │   │   │   ├── debug.py
│   │   │   │   ├── dep_util.py
│   │   │   │   ├── dir_util.py
│   │   │   │   ├── dist.py
│   │   │   │   ├── errors.py
│   │   │   │   ├── extension.py
│   │   │   │   ├── fancy_getopt.py
│   │   │   │   ├── file_util.py
│   │   │   │   ├── filelist.py
│   │   │   │   ├── log.py
│   │   │   │   ├── msvc9compiler.py
│   │   │   │   ├── msvccompiler.py
│   │   │   │   ├── spawn.py
│   │   │   │   ├── sysconfig.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── Setup.sample
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── includetest.rst
│   │   │   │   │   ├── support.py
│   │   │   │   │   ├── test_archive_util.py
│   │   │   │   │   ├── test_bdist.py
│   │   │   │   │   ├── test_bdist_dumb.py
│   │   │   │   │   ├── test_bdist_msi.py
│   │   │   │   │   ├── test_bdist_rpm.py
│   │   │   │   │   ├── test_bdist_wininst.py
│   │   │   │   │   ├── test_build.py
│   │   │   │   │   ├── test_build_clib.py
│   │   │   │   │   ├── test_build_ext.py
│   │   │   │   │   ├── test_build_py.py
│   │   │   │   │   ├── test_build_scripts.py
│   │   │   │   │   ├── test_check.py
│   │   │   │   │   ├── test_clean.py
│   │   │   │   │   ├── test_cmd.py
│   │   │   │   │   ├── test_config.py
│   │   │   │   │   ├── test_config_cmd.py
│   │   │   │   │   ├── test_core.py
│   │   │   │   │   ├── test_cygwinccompiler.py
│   │   │   │   │   ├── test_dep_util.py
│   │   │   │   │   ├── test_dir_util.py
│   │   │   │   │   ├── test_dist.py
│   │   │   │   │   ├── test_extension.py
│   │   │   │   │   ├── test_file_util.py
│   │   │   │   │   ├── test_filelist.py
│   │   │   │   │   ├── test_install.py
│   │   │   │   │   ├── test_install_data.py
│   │   │   │   │   ├── test_install_headers.py
│   │   │   │   │   ├── test_install_lib.py
│   │   │   │   │   ├── test_install_scripts.py
│   │   │   │   │   ├── test_log.py
│   │   │   │   │   ├── test_msvc9compiler.py
│   │   │   │   │   ├── test_msvccompiler.py
│   │   │   │   │   ├── test_register.py
│   │   │   │   │   ├── test_sdist.py
│   │   │   │   │   ├── test_spawn.py
│   │   │   │   │   ├── test_sysconfig.py
│   │   │   │   │   ├── test_text_file.py
│   │   │   │   │   ├── test_unixccompiler.py
│   │   │   │   │   ├── test_upload.py
│   │   │   │   │   ├── test_util.py
│   │   │   │   │   ├── test_version.py
│   │   │   │   │   └── test_versionpredicate.py
│   │   │   │   ├── text_file.py
│   │   │   │   ├── unixccompiler.py
│   │   │   │   ├── util.py
│   │   │   │   ├── version.py
│   │   │   │   └── versionpredicate.py
│   │   │   ├── dummy_threading.py
│   │   │   ├── email
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _encoded_words.cpython-37.pyc
│   │   │   │   │   ├── _header_value_parser.cpython-37.pyc
│   │   │   │   │   ├── _parseaddr.cpython-37.pyc
│   │   │   │   │   ├── _policybase.cpython-37.pyc
│   │   │   │   │   ├── base64mime.cpython-37.pyc
│   │   │   │   │   ├── charset.cpython-37.pyc
│   │   │   │   │   ├── contentmanager.cpython-37.pyc
│   │   │   │   │   ├── encoders.cpython-37.pyc
│   │   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   │   ├── feedparser.cpython-37.pyc
│   │   │   │   │   ├── generator.cpython-37.pyc
│   │   │   │   │   ├── header.cpython-37.pyc
│   │   │   │   │   ├── headerregistry.cpython-37.pyc
│   │   │   │   │   ├── iterators.cpython-37.pyc
│   │   │   │   │   ├── message.cpython-37.pyc
│   │   │   │   │   ├── parser.cpython-37.pyc
│   │   │   │   │   ├── policy.cpython-37.pyc
│   │   │   │   │   ├── quoprimime.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── _encoded_words.py
│   │   │   │   ├── _header_value_parser.py
│   │   │   │   ├── _parseaddr.py
│   │   │   │   ├── _policybase.py
│   │   │   │   ├── architecture.rst
│   │   │   │   ├── base64mime.py
│   │   │   │   ├── charset.py
│   │   │   │   ├── contentmanager.py
│   │   │   │   ├── encoders.py
│   │   │   │   ├── errors.py
│   │   │   │   ├── feedparser.py
│   │   │   │   ├── generator.py
│   │   │   │   ├── header.py
│   │   │   │   ├── headerregistry.py
│   │   │   │   ├── iterators.py
│   │   │   │   ├── message.py
│   │   │   │   ├── mime
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── application.py
│   │   │   │   │   ├── audio.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── image.py
│   │   │   │   │   ├── message.py
│   │   │   │   │   ├── multipart.py
│   │   │   │   │   ├── nonmultipart.py
│   │   │   │   │   └── text.py
│   │   │   │   ├── parser.py
│   │   │   │   ├── policy.py
│   │   │   │   ├── quoprimime.py
│   │   │   │   └── utils.py
│   │   │   ├── encodings
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── aliases.cpython-37.pyc
│   │   │   │   │   ├── cp1252.cpython-37.pyc
│   │   │   │   │   ├── cp437.cpython-37.pyc
│   │   │   │   │   ├── gbk.cpython-37.pyc
│   │   │   │   │   ├── idna.cpython-37.pyc
│   │   │   │   │   ├── latin_1.cpython-37.pyc
│   │   │   │   │   ├── utf_16_be.cpython-37.pyc
│   │   │   │   │   ├── utf_16_le.cpython-37.pyc
│   │   │   │   │   ├── utf_8.cpython-37.pyc
│   │   │   │   │   └── utf_8_sig.cpython-37.pyc
│   │   │   │   ├── aliases.py
│   │   │   │   ├── ascii.py
│   │   │   │   ├── base64_codec.py
│   │   │   │   ├── big5.py
│   │   │   │   ├── big5hkscs.py
│   │   │   │   ├── bz2_codec.py
│   │   │   │   ├── charmap.py
│   │   │   │   ├── cp037.py
│   │   │   │   ├── cp1006.py
│   │   │   │   ├── cp1026.py
│   │   │   │   ├── cp1125.py
│   │   │   │   ├── cp1140.py
│   │   │   │   ├── cp1250.py
│   │   │   │   ├── cp1251.py
│   │   │   │   ├── cp1252.py
│   │   │   │   ├── cp1253.py
│   │   │   │   ├── cp1254.py
│   │   │   │   ├── cp1255.py
│   │   │   │   ├── cp1256.py
│   │   │   │   ├── cp1257.py
│   │   │   │   ├── cp1258.py
│   │   │   │   ├── cp273.py
│   │   │   │   ├── cp424.py
│   │   │   │   ├── cp437.py
│   │   │   │   ├── cp500.py
│   │   │   │   ├── cp65001.py
│   │   │   │   ├── cp720.py
│   │   │   │   ├── cp737.py
│   │   │   │   ├── cp775.py
│   │   │   │   ├── cp850.py
│   │   │   │   ├── cp852.py
│   │   │   │   ├── cp855.py
│   │   │   │   ├── cp856.py
│   │   │   │   ├── cp857.py
│   │   │   │   ├── cp858.py
│   │   │   │   ├── cp860.py
│   │   │   │   ├── cp861.py
│   │   │   │   ├── cp862.py
│   │   │   │   ├── cp863.py
│   │   │   │   ├── cp864.py
│   │   │   │   ├── cp865.py
│   │   │   │   ├── cp866.py
│   │   │   │   ├── cp869.py
│   │   │   │   ├── cp874.py
│   │   │   │   ├── cp875.py
│   │   │   │   ├── cp932.py
│   │   │   │   ├── cp949.py
│   │   │   │   ├── cp950.py
│   │   │   │   ├── euc_jis_2004.py
│   │   │   │   ├── euc_jisx0213.py
│   │   │   │   ├── euc_jp.py
│   │   │   │   ├── euc_kr.py
│   │   │   │   ├── gb18030.py
│   │   │   │   ├── gb2312.py
│   │   │   │   ├── gbk.py
│   │   │   │   ├── hex_codec.py
│   │   │   │   ├── hp_roman8.py
│   │   │   │   ├── hz.py
│   │   │   │   ├── idna.py
│   │   │   │   ├── iso2022_jp.py
│   │   │   │   ├── iso2022_jp_1.py
│   │   │   │   ├── iso2022_jp_2.py
│   │   │   │   ├── iso2022_jp_2004.py
│   │   │   │   ├── iso2022_jp_3.py
│   │   │   │   ├── iso2022_jp_ext.py
│   │   │   │   ├── iso2022_kr.py
│   │   │   │   ├── iso8859_1.py
│   │   │   │   ├── iso8859_10.py
│   │   │   │   ├── iso8859_11.py
│   │   │   │   ├── iso8859_13.py
│   │   │   │   ├── iso8859_14.py
│   │   │   │   ├── iso8859_15.py
│   │   │   │   ├── iso8859_16.py
│   │   │   │   ├── iso8859_2.py
│   │   │   │   ├── iso8859_3.py
│   │   │   │   ├── iso8859_4.py
│   │   │   │   ├── iso8859_5.py
│   │   │   │   ├── iso8859_6.py
│   │   │   │   ├── iso8859_7.py
│   │   │   │   ├── iso8859_8.py
│   │   │   │   ├── iso8859_9.py
│   │   │   │   ├── johab.py
│   │   │   │   ├── koi8_r.py
│   │   │   │   ├── koi8_t.py
│   │   │   │   ├── koi8_u.py
│   │   │   │   ├── kz1048.py
│   │   │   │   ├── latin_1.py
│   │   │   │   ├── mac_arabic.py
│   │   │   │   ├── mac_centeuro.py
│   │   │   │   ├── mac_croatian.py
│   │   │   │   ├── mac_cyrillic.py
│   │   │   │   ├── mac_farsi.py
│   │   │   │   ├── mac_greek.py
│   │   │   │   ├── mac_iceland.py
│   │   │   │   ├── mac_latin2.py
│   │   │   │   ├── mac_roman.py
│   │   │   │   ├── mac_romanian.py
│   │   │   │   ├── mac_turkish.py
│   │   │   │   ├── mbcs.py
│   │   │   │   ├── oem.py
│   │   │   │   ├── palmos.py
│   │   │   │   ├── ptcp154.py
│   │   │   │   ├── punycode.py
│   │   │   │   ├── quopri_codec.py
│   │   │   │   ├── raw_unicode_escape.py
│   │   │   │   ├── rot_13.py
│   │   │   │   ├── shift_jis.py
│   │   │   │   ├── shift_jis_2004.py
│   │   │   │   ├── shift_jisx0213.py
│   │   │   │   ├── tis_620.py
│   │   │   │   ├── undefined.py
│   │   │   │   ├── unicode_escape.py
│   │   │   │   ├── unicode_internal.py
│   │   │   │   ├── utf_16.py
│   │   │   │   ├── utf_16_be.py
│   │   │   │   ├── utf_16_le.py
│   │   │   │   ├── utf_32.py
│   │   │   │   ├── utf_32_be.py
│   │   │   │   ├── utf_32_le.py
│   │   │   │   ├── utf_7.py
│   │   │   │   ├── utf_8.py
│   │   │   │   ├── utf_8_sig.py
│   │   │   │   ├── uu_codec.py
│   │   │   │   └── zlib_codec.py
│   │   │   ├── enum.py
│   │   │   ├── filecmp.py
│   │   │   ├── fileinput.py
│   │   │   ├── fnmatch.py
│   │   │   ├── formatter.py
│   │   │   ├── fractions.py
│   │   │   ├── ftplib.py
│   │   │   ├── functools.py
│   │   │   ├── genericpath.py
│   │   │   ├── getopt.py
│   │   │   ├── getpass.py
│   │   │   ├── gettext.py
│   │   │   ├── glob.py
│   │   │   ├── gzip.py
│   │   │   ├── hashlib.py
│   │   │   ├── heapq.py
│   │   │   ├── hmac.py
│   │   │   ├── html
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── entities.cpython-37.pyc
│   │   │   │   │   └── parser.cpython-37.pyc
│   │   │   │   ├── entities.py
│   │   │   │   └── parser.py
│   │   │   ├── http
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   ├── cookiejar.cpython-37.pyc
│   │   │   │   │   ├── cookies.cpython-37.pyc
│   │   │   │   │   └── server.cpython-37.pyc
│   │   │   │   ├── client.py
│   │   │   │   ├── cookiejar.py
│   │   │   │   ├── cookies.py
│   │   │   │   └── server.py
│   │   │   ├── imaplib.py
│   │   │   ├── imghdr.py
│   │   │   ├── imp.py
│   │   │   ├── importlib
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── abc.cpython-37.pyc
│   │   │   │   │   ├── machinery.cpython-37.pyc
│   │   │   │   │   └── util.cpython-37.pyc
│   │   │   │   ├── _bootstrap.py
│   │   │   │   ├── _bootstrap_external.py
│   │   │   │   ├── abc.py
│   │   │   │   ├── machinery.py
│   │   │   │   ├── resources.py
│   │   │   │   └── util.py
│   │   │   ├── inspect.py
│   │   │   ├── io.py
│   │   │   ├── ipaddress.py
│   │   │   ├── json
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── decoder.cpython-37.pyc
│   │   │   │   │   ├── encoder.cpython-37.pyc
│   │   │   │   │   └── scanner.cpython-37.pyc
│   │   │   │   ├── decoder.py
│   │   │   │   ├── encoder.py
│   │   │   │   ├── scanner.py
│   │   │   │   └── tool.py
│   │   │   ├── jwt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── __main__.cpython-37.pyc
│   │   │   │   │   ├── algorithms.cpython-37.pyc
│   │   │   │   │   ├── api_jws.cpython-37.pyc
│   │   │   │   │   ├── api_jwt.cpython-37.pyc
│   │   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   │   ├── help.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── algorithms.py
│   │   │   │   ├── api_jws.py
│   │   │   │   ├── api_jwt.py
│   │   │   │   ├── compat.py
│   │   │   │   ├── contrib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   └── algorithms
│   │   │   │   ├── exceptions.py
│   │   │   │   ├── help.py
│   │   │   │   └── utils.py
│   │   │   ├── keyword.py
│   │   │   ├── linecache.py
│   │   │   ├── locale.py
│   │   │   ├── logging
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   │   └── handlers.cpython-37.pyc
│   │   │   │   ├── config.py
│   │   │   │   └── handlers.py
│   │   │   ├── lzma.py
│   │   │   ├── macpath.py
│   │   │   ├── mailbox.py
│   │   │   ├── mailcap.py
│   │   │   ├── mimetypes.py
│   │   │   ├── modulefinder.py
│   │   │   ├── multiprocessing
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── context.cpython-37.pyc
│   │   │   │   │   ├── process.cpython-37.pyc
│   │   │   │   │   └── reduction.cpython-37.pyc
│   │   │   │   ├── connection.py
│   │   │   │   ├── context.py
│   │   │   │   ├── dummy
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   └── connection.py
│   │   │   │   ├── forkserver.py
│   │   │   │   ├── heap.py
│   │   │   │   ├── managers.py
│   │   │   │   ├── pool.py
│   │   │   │   ├── popen_fork.py
│   │   │   │   ├── popen_forkserver.py
│   │   │   │   ├── popen_spawn_posix.py
│   │   │   │   ├── popen_spawn_win32.py
│   │   │   │   ├── process.py
│   │   │   │   ├── queues.py
│   │   │   │   ├── reduction.py
│   │   │   │   ├── resource_sharer.py
│   │   │   │   ├── semaphore_tracker.py
│   │   │   │   ├── sharedctypes.py
│   │   │   │   ├── spawn.py
│   │   │   │   ├── synchronize.py
│   │   │   │   └── util.py
│   │   │   ├── netrc.py
│   │   │   ├── nntplib.py
│   │   │   ├── ntpath.py
│   │   │   ├── nturl2path.py
│   │   │   ├── numbers.py
│   │   │   ├── opcode.py
│   │   │   ├── operator.py
│   │   │   ├── optparse.py
│   │   │   ├── os.py
│   │   │   ├── pathlib.py
│   │   │   ├── pdb.py
│   │   │   ├── pickle.py
│   │   │   ├── pickletools.py
│   │   │   ├── pipes.py
│   │   │   ├── pkgutil.py
│   │   │   ├── platform.py
│   │   │   ├── plistlib.py
│   │   │   ├── poplib.py
│   │   │   ├── posixpath.py
│   │   │   ├── pprint.py
│   │   │   ├── profile.py
│   │   │   ├── pstats.py
│   │   │   ├── pty.py
│   │   │   ├── py_compile.py
│   │   │   ├── pyclbr.py
│   │   │   ├── queue.py
│   │   │   ├── quopri.py
│   │   │   ├── random.py
│   │   │   ├── re.py
│   │   │   ├── reprlib.py
│   │   │   ├── rlcompleter.py
│   │   │   ├── runpy.py
│   │   │   ├── sched.py
│   │   │   ├── secrets.py
│   │   │   ├── selectors.py
│   │   │   ├── shelve.py
│   │   │   ├── shlex.py
│   │   │   ├── shutil.py
│   │   │   ├── signal.py
│   │   │   ├── site-packages
│   │   │   │   ├── api
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── handlers.cp37-win32.pyd
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── wf_handlers.py
│   │   │   │   ├── datastore
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   └── common
│   │   │   │   ├── django
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __main__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── apps
│   │   │   │   │   ├── bin
│   │   │   │   │   ├── conf
│   │   │   │   │   ├── contrib
│   │   │   │   │   ├── core
│   │   │   │   │   ├── db
│   │   │   │   │   ├── dispatch
│   │   │   │   │   ├── forms
│   │   │   │   │   ├── http
│   │   │   │   │   ├── middleware
│   │   │   │   │   ├── shortcuts.py
│   │   │   │   │   ├── template
│   │   │   │   │   ├── templatetags
│   │   │   │   │   ├── urls
│   │   │   │   │   ├── utils
│   │   │   │   │   └── views
│   │   │   │   ├── lib
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   └── share.py
│   │   │   │   ├── project
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── settings.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── wsgi.py
│   │   │   │   └── pytz
│   │   │   │       ├── __init__.py
│   │   │   │       ├── __pycache__
│   │   │   │       ├── exceptions.py
│   │   │   │       ├── lazy.py
│   │   │   │       ├── reference.py
│   │   │   │       ├── tzfile.py
│   │   │   │       ├── tzinfo.py
│   │   │   │       └── zoneinfo
│   │   │   ├── site.py
│   │   │   ├── smtpd.py
│   │   │   ├── smtplib.py
│   │   │   ├── sndhdr.py
│   │   │   ├── socket.py
│   │   │   ├── socketserver.py
│   │   │   ├── sqlite3
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── dbapi2.cpython-37.pyc
│   │   │   │   ├── dbapi2.py
│   │   │   │   ├── dump.py
│   │   │   │   └── test
│   │   │   │       ├── __init__.py
│   │   │   │       ├── __pycache__
│   │   │   │       ├── backup.py
│   │   │   │       ├── dbapi.py
│   │   │   │       ├── dump.py
│   │   │   │       ├── factory.py
│   │   │   │       ├── hooks.py
│   │   │   │       ├── regression.py
│   │   │   │       ├── transactions.py
│   │   │   │       ├── types.py
│   │   │   │       └── userfunctions.py
│   │   │   ├── sqlparse
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── __main__.cpython-37.pyc
│   │   │   │   │   ├── cli.cpython-37.pyc
│   │   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   │   ├── formatter.cpython-37.pyc
│   │   │   │   │   ├── keywords.cpython-37.pyc
│   │   │   │   │   ├── lexer.cpython-37.pyc
│   │   │   │   │   ├── sql.cpython-37.pyc
│   │   │   │   │   ├── tokens.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── cli.py
│   │   │   │   ├── compat.py
│   │   │   │   ├── engine
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── filter_stack.py
│   │   │   │   │   ├── grouping.py
│   │   │   │   │   └── statement_splitter.py
│   │   │   │   ├── exceptions.py
│   │   │   │   ├── filters
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   ├── aligned_indent.py
│   │   │   │   │   ├── others.py
│   │   │   │   │   ├── output.py
│   │   │   │   │   ├── reindent.py
│   │   │   │   │   ├── right_margin.py
│   │   │   │   │   └── tokens.py
│   │   │   │   ├── formatter.py
│   │   │   │   ├── keywords.py
│   │   │   │   ├── lexer.py
│   │   │   │   ├── sql.py
│   │   │   │   ├── tokens.py
│   │   │   │   └── utils.py
│   │   │   ├── sre_compile.py
│   │   │   ├── sre_constants.py
│   │   │   ├── sre_parse.py
│   │   │   ├── ssl.py
│   │   │   ├── stat.py
│   │   │   ├── statistics.py
│   │   │   ├── string.py
│   │   │   ├── stringprep.py
│   │   │   ├── struct.py
│   │   │   ├── subprocess.py
│   │   │   ├── sunau.py
│   │   │   ├── symbol.py
│   │   │   ├── symtable.py
│   │   │   ├── sysconfig.py
│   │   │   ├── tabnanny.py
│   │   │   ├── tarfile.py
│   │   │   ├── telnetlib.py
│   │   │   ├── tempfile.py
│   │   │   ├── textwrap.py
│   │   │   ├── this.py
│   │   │   ├── threading.py
│   │   │   ├── timeit.py
│   │   │   ├── token.py
│   │   │   ├── tokenize.py
│   │   │   ├── trace.py
│   │   │   ├── traceback.py
│   │   │   ├── tracemalloc.py
│   │   │   ├── tty.py
│   │   │   ├── turtle.py
│   │   │   ├── types.py
│   │   │   ├── typing.py
│   │   │   ├── urllib
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   │   ├── parse.cpython-37.pyc
│   │   │   │   │   ├── request.cpython-37.pyc
│   │   │   │   │   └── response.cpython-37.pyc
│   │   │   │   ├── error.py
│   │   │   │   ├── parse.py
│   │   │   │   ├── request.py
│   │   │   │   ├── response.py
│   │   │   │   └── robotparser.py
│   │   │   ├── uu.py
│   │   │   ├── uuid.py
│   │   │   ├── waitress
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── __main__.cpython-37.pyc
│   │   │   │   │   ├── adjustments.cpython-37.pyc
│   │   │   │   │   ├── buffers.cpython-37.pyc
│   │   │   │   │   ├── channel.cpython-37.pyc
│   │   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   │   ├── parser.cpython-37.pyc
│   │   │   │   │   ├── proxy_headers.cpython-37.pyc
│   │   │   │   │   ├── receiver.cpython-37.pyc
│   │   │   │   │   ├── runner.cpython-37.pyc
│   │   │   │   │   ├── server.cpython-37.pyc
│   │   │   │   │   ├── task.cpython-37.pyc
│   │   │   │   │   ├── trigger.cpython-37.pyc
│   │   │   │   │   ├── utilities.cpython-37.pyc
│   │   │   │   │   └── wasyncore.cpython-37.pyc
│   │   │   │   ├── adjustments.py
│   │   │   │   ├── buffers.py
│   │   │   │   ├── channel.py
│   │   │   │   ├── compat.py
│   │   │   │   ├── parser.py
│   │   │   │   ├── proxy_headers.py
│   │   │   │   ├── receiver.py
│   │   │   │   ├── runner.py
│   │   │   │   ├── server.py
│   │   │   │   ├── task.py
│   │   │   │   ├── trigger.py
│   │   │   │   ├── utilities.py
│   │   │   │   └── wasyncore.py
│   │   │   ├── warnings.py
│   │   │   ├── wave.py
│   │   │   ├── weakref.py
│   │   │   ├── webbrowser.py
│   │   │   ├── wsgiref
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── handlers.cpython-37.pyc
│   │   │   │   │   ├── headers.cpython-37.pyc
│   │   │   │   │   ├── simple_server.cpython-37.pyc
│   │   │   │   │   └── util.cpython-37.pyc
│   │   │   │   ├── handlers.py
│   │   │   │   ├── headers.py
│   │   │   │   ├── simple_server.py
│   │   │   │   ├── util.py
│   │   │   │   └── validate.py
│   │   │   ├── xdrlib.py
│   │   │   ├── zipapp.py
│   │   │   └── zipfile.py
│   │   ├── Tools
│   │   │   ├── demo
│   │   │   │   ├── __pycache__
│   │   │   │   ├── beer.py
│   │   │   │   ├── eiffel.py
│   │   │   │   ├── hanoi.py
│   │   │   │   ├── life.py
│   │   │   │   ├── markov.py
│   │   │   │   ├── mcast.py
│   │   │   │   ├── queens.py
│   │   │   │   ├── redemo.py
│   │   │   │   ├── rpython.py
│   │   │   │   ├── rpythond.py
│   │   │   │   ├── sortvisu.py
│   │   │   │   ├── ss1.py
│   │   │   │   └── vector.py
│   │   │   ├── i18n
│   │   │   │   ├── __pycache__
│   │   │   │   ├── makelocalealias.py
│   │   │   │   ├── msgfmt.py
│   │   │   │   └── pygettext.py
│   │   │   ├── parser
│   │   │   │   ├── __pycache__
│   │   │   │   └── unparse.py
│   │   │   ├── pynche
│   │   │   │   ├── ChipViewer.py
│   │   │   │   ├── ColorDB.py
│   │   │   │   ├── DetailsViewer.py
│   │   │   │   ├── ListViewer.py
│   │   │   │   ├── Main.py
│   │   │   │   ├── PyncheWidget.py
│   │   │   │   ├── StripViewer.py
│   │   │   │   ├── Switchboard.py
│   │   │   │   ├── TextViewer.py
│   │   │   │   ├── TypeinViewer.py
│   │   │   │   ├── X
│   │   │   │   │   ├── rgb.txt
│   │   │   │   │   └── xlicense.txt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   ├── html40colors.txt
│   │   │   │   ├── namedcolors.txt
│   │   │   │   ├── pyColorChooser.py
│   │   │   │   ├── pynche.pyw
│   │   │   │   ├── webcolors.txt
│   │   │   │   └── websafe.txt
│   │   │   └── scripts
│   │   │       ├── 2to3.py
│   │   │       ├── __pycache__
│   │   │       ├── abitype.py
│   │   │       ├── analyze_dxp.py
│   │   │       ├── byext.py
│   │   │       ├── byteyears.py
│   │   │       ├── checkpip.py
│   │   │       ├── checkpyc.py
│   │   │       ├── cleanfuture.py
│   │   │       ├── combinerefs.py
│   │   │       ├── copytime.py
│   │   │       ├── crlf.py
│   │   │       ├── db2pickle.py
│   │   │       ├── diff.py
│   │   │       ├── dutree.py
│   │   │       ├── eptags.py
│   │   │       ├── find-uname.py
│   │   │       ├── find_recursionlimit.py
│   │   │       ├── finddiv.py
│   │   │       ├── findlinksto.py
│   │   │       ├── findnocoding.py
│   │   │       ├── fixcid.py
│   │   │       ├── fixdiv.py
│   │   │       ├── fixheader.py
│   │   │       ├── fixnotice.py
│   │   │       ├── fixps.py
│   │   │       ├── generate_opcode_h.py
│   │   │       ├── get-remote-certificate.py
│   │   │       ├── google.py
│   │   │       ├── gprof2html.py
│   │   │       ├── h2py.py
│   │   │       ├── highlight.py
│   │   │       ├── ifdef.py
│   │   │       ├── import_diagnostics.py
│   │   │       ├── lfcr.py
│   │   │       ├── linktree.py
│   │   │       ├── lll.py
│   │   │       ├── mailerdaemon.py
│   │   │       ├── make_ctype.py
│   │   │       ├── md5sum.py
│   │   │       ├── mkreal.py
│   │   │       ├── ndiff.py
│   │   │       ├── nm2def.py
│   │   │       ├── objgraph.py
│   │   │       ├── parse_html5_entities.py
│   │   │       ├── parseentities.py
│   │   │       ├── patchcheck.py
│   │   │       ├── pathfix.py
│   │   │       ├── pdeps.py
│   │   │       ├── pickle2db.py
│   │   │       ├── pindent.py
│   │   │       ├── ptags.py
│   │   │       ├── pydoc3.py
│   │   │       ├── pysource.py
│   │   │       ├── pyvenv.py
│   │   │       ├── reindent-rst.py
│   │   │       ├── reindent.py
│   │   │       ├── rgrep.py
│   │   │       ├── run_tests.py
│   │   │       ├── serve.py
│   │   │       ├── smelly.py
│   │   │       ├── suff.py
│   │   │       ├── texi2html.py
│   │   │       ├── untabify.py
│   │   │       ├── update_file.py
│   │   │       ├── which.py
│   │   │       └── win_add2path.py
│   │   ├── db.ori.sqlite3
│   │   ├── db.sqlite3
│   │   ├── log
│   │   ├── manage.py
│   │   ├── python.exe
│   │   ├── python3.dll
│   │   ├── python37.dll
│   │   ├── pythonw.exe
│   │   ├── vcruntime140.dll
│   │   ├── wserver.py
│   │   └── 恢复数据库.bat
│   ├── frontend
│   │   ├── conf
│   │   │   ├── fastcgi.conf
│   │   │   ├── fastcgi_params
│   │   │   ├── koi-utf
│   │   │   ├── koi-win
│   │   │   ├── mime.types
│   │   │   ├── nginx.conf
│   │   │   ├── nginx.conf.ori
│   │   │   ├── scgi_params
│   │   │   ├── uwsgi_params
│   │   │   └── win-utf
│   │   ├── contrib
│   │   │   ├── README
│   │   │   ├── geo2nginx.pl
│   │   │   ├── unicode2nginx
│   │   │   │   ├── koi-utf
│   │   │   │   ├── unicode-to-nginx.pl
│   │   │   │   └── win-utf
│   │   │   └── vim
│   │   │       ├── ftdetect
│   │   │       │   └── nginx.vim
│   │   │       ├── ftplugin
│   │   │       │   └── nginx.vim
│   │   │       ├── indent
│   │   │       │   └── nginx.vim
│   │   │       └── syntax
│   │   │           └── nginx.vim
│   │   ├── docs
│   │   │   ├── CHANGES
│   │   │   ├── CHANGES.ru
│   │   │   ├── LICENSE
│   │   │   ├── OpenSSL.LICENSE
│   │   │   ├── PCRE.LICENCE
│   │   │   ├── README
│   │   │   └── zlib.LICENSE
│   │   ├── html
│   │   │   ├── 50x.html
│   │   │   └── index.html
│   │   ├── logs
│   │   │   ├── error.log
│   │   │   └── nginx.pid
│   │   ├── nginx.exe
│   │   ├── temp
│   │   │   ├── client_body_temp
│   │   │   ├── fastcgi_temp
│   │   │   ├── proxy_temp
│   │   │   ├── scgi_temp
│   │   │   └── uwsgi_temp
│   │   └── z_dist
│   │       ├── admin.html
│   │       ├── admin.js
│   │       ├── cdnjs
│   │       │   ├── admin-lte
│   │       │   │   └── 3.0.0
│   │       │   ├── font-awesome
│   │       │   │   └── 5.13.0
│   │       │   ├── highlight.js
│   │       │   │   └── 9.18.1
│   │       │   ├── jquery
│   │       │   │   └── 3.5.1
│   │       │   ├── my
│   │       │   │   └── logo.png
│   │       │   ├── tui-editor
│   │       │   │   └── 1.4.10
│   │       │   └── twitter-bootstrap
│   │       │       └── 4.3.1
│   │       ├── favicon.ico
│   │       ├── index.html
│   │       ├── index.js
│   │       ├── sign.html
│   │       └── upload
│   │           ├── 1_20200308222601_592216.png
│   │           ├── 1_20200308223015_776065.png
│   │           ├── 1_20200314205854_552097.png
│   │           ├── 1_20200314210002_240417.png
│   │           ├── 1_20200314210152_805763.png
│   │           ├── 1_20200314210309_817764.png
│   │           ├── 6_20200311212457_897710.png
│   │           ├── 7_20200314211453_766808.png
│   │           ├── 7_20200314211548_864419.png
│   │           └── banner.jpg
│   ├── 启动.bat
│   ├── 停止前端.bat
│   ├── 启动前端.bat
│   └── 启动后端.bat
└── 校园管理系统_cimp.zip

139 directories, 1065 files


实例下载地址

校园管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警