-
网络编程第三版与18节Python代码下载
资源介绍
Python网络编程第三版.pdf
├─chapter01
│ getname.py
│ README.md
│ search1.py
│ search2.py
│ search3.py
│ search4.py
│ search4.txt
│ stringcodes.py
│
├─chapter02
│ big_sender.py
│ README.md
│ udp_broadcast.py
│ udp_local.py
│ udp_remote.py
│
├─chapter03
│ README.md
│ tcp_deadlock.py
│ tcp_sixteen.py
│
├─chapter04
│ dns_basic.py
│ dns_mx.py
│ README.md
│ www_ping.py
│
├─chapter05
│ blocks.py
│ examples.rst
│ README.md
│ streamer.py
│
├─chapter06
│ ca.crt
│ features.py
│ localhost.pem
│ README.md
│ safe_tls.py
│ test_tls.py
│
├─chapter07
│ client.py
│ inetd.conf
│ in_zen1.py
│ in_zen2.py
│ README.md
│ srv_async.py
│ srv_asyncio1.py
│ srv_asyncio2.py
│ srv_legacy1.py
│ srv_legacy2.py
│ srv_single.py
│ srv_threaded.py
│ test.sh
│ trace.out
│ zen_utils.py
│
├─chapter08
│ hashing.py
│ queuecrazy.py
│ queuepi.py
│ README.md
│ squares.py
│
├─chapter09
│ config.py
│ examples.doctest
│ README.md
│
├─chapter10
│ README.md
│ timeapp_raw.py
│ timeapp_webob.py
│ timeapp_werkz.py
│ wsgi_env.py
│ _test.py
│
├─chapter11
│ │ app_improved.py
│ │ app_insecure.py
│ │ attack.js
│ │ bank.py
│ │ csrf.html
│ │ csrf_auto.html
│ │ manage.py
│ │ mscrape.py
│ │ README.md
│ │ rscrape1.py
│ │ rscrape2.py
│ │
│ ├─djbank
│ │ │ admin.py
│ │ │ models.py
│ │ │ settings.py
│ │ │ urls.py
│ │ │ views.py
│ │ │ wsgi.py
│ │ │ __init__.py
│ │ │
│ │ ├─fixtures
│ │ │ start.json
│ │ │
│ │ └─templates
│ │ │ base.html
│ │ │ index.html
│ │ │ pay.html
│ │ │
│ │ └─registration
│ │ login.html
│ │
│ ├─static
│ │ style.css
│ │
│ ├─templates
│ │ base.html
│ │ index.html
│ │ login.html
│ │ pay.html
│ │ pay2.html
│ │
│ └─tinysite
│ further.html
│ index.html
│ page1.html
│ page2.html
│ page3.html
│ page4.html
│ page5.html
│ page6.html
│ search.html
│
├─chapter12
│ │ attachment.gz
│ │ attachment.txt
│ │ build_basic_email.py
│ │ build_mime_email.py
│ │ build_unicode_email.py
│ │ display_email.py
│ │ display_structure.py
│ │ README.md
│ │
│ └─pre-python-3.4
│ mime_decode.py
│ mime_gen_alt.py
│ mime_gen_basic.py
│ mime_gen_both.py
│ mime_headers.py
│ mime_parse_headers.py
│ mime_structure.py
│ README.rst
│ trad_gen_newhdrs.py
│ trad_gen_simple.py
│ trad_parse.py
│
├─chapter13
│ debug.py
│ ehlo.py
│ login.py
│ README.md
│ simple.py
│ tls.py
│
├─chapter14
│ apopconn.py
│ download-and-delete.py
│ mailbox.py
│ popconn.py
│ README.md
│
├─chapter15
│ folder_info.py
│ folder_summary.py
│ open_imap.py
│ open_imaplib.py
│ README.md
│ simple_client.py
│
├─chapter16
│ README.md
│ sftp_get.py
│ shell.py
│ ssh_commands.py
│ ssh_simple.py
│ ssh_threads.py
│ telnet_codes.py
│ telnet_login.py
│
├─chapter17
│ advbinarydl.py
│ advbinaryul.py
│ asciidl.py
│ binarydl.py
│ binaryul.py
│ connect.py
│ dir.py
│ nlst.py
│ README.md
│ recursedl.py
│
├─chapter18
│ jsonrpc_client.py
│ jsonrpc_server.py
│ README.md
│ rpyc_client.py
│ rpyc_server.py
│ testfile.txt
│ xmlrpc_client.py
│ xmlrpc_introspect.py
│ xmlrpc_multicall.py
│ xmlrpc_server.py
│
└─tools
│ run.sh
│ two.sh
│
└─monkeys
_bootlocale.py