240 发简信
IP属地:河南
  • 2016-6-20

    1.http 请求流程和格式2.chrome 分析3.显示静态和动态的区别4.使用类 浏览器的使用6.WSGI 作为服务端和框架的交互

  • 2016-6-16

    import re ret1=re.match(".*\bver\b","ho ver abc") print(ret1) ret2=re.ma...

  • Resize,w 360,h 240
  • Resize,w 360,h 240
  • 2017-6-12

    Table of Contents 1. 线程 2. thread safety 3. 同步 4. 锁的使用 5...

  • 2017-6-9

    1.线程是进程的执行单位 2.近程占用资源的最小单位 3.threading.thread 模块太复杂,慢慢学 4.start,join,len...

  • 2017-6-7

    aprilthirty60 Table of Contents ───────────────── 1 type 和 metaclass 2 t...

  • multiprocess-Process-Pool-Queue-2017-6-8

    Table of Contents 1. .os.fork() 子进程接受返回值 0,父进程接受返回值是子进程的 pid 2. 多...

  • decorator-2017-6-6

    Table of Contents 1. 什么是闭包 2. 装饰器 3. 无参装饰器 4. 有参装饰器 5. 位...