Python学习目录
| 日期 | 科目 | 状态 | 知识点 |
| 2016.12.10 | subprocess | OK | 执行外部shell命令 |
| 2016.12.11 | threading | ? | 线程池,Lock,适合IO密集型应用,信号量? |
| 2016.12.12 | multiprocessing | OK |
进程池,pipe,queue,适合CPU密集型应用 |
| 2016.12.13 | coroutine | ? |
yield |
| 2016.12.14 | decorator | OK | 嵌套函数,返回函数对象 |
| 2016.12.14 | __call__ | OK | callable() |
| 2016.12.14 | logging | OK | FileHandler、StreamHanler、Formatter |
| 2016.12.14 | closure | ? | 类似于decorator |
| 2016.12.15 | sqlite3 | ok | cursor, primary key, foreign key |
| 2016.12.17 | socket | ok | 结合subprocess,threading 实现多线程执行shell |
| 2016.12.18 | socketserver | OK | 基于BaseRequestHandler类的handle()方法来实现具体功能。socketserver.ThreadingTCPServer()来实现多线程 |
| 2016.12.22 | ftpserver | ? | |
| 2016.12.23 | sqlite3 | OK | 增删该查,占位符,唯一字段,自增字段 |
| 2016.12.24 | ThredLocal | ok | 实现每个线程中各函数之间传递参数 |
| 2016.12.25 | destributed Thread | ok | 利用queue.Queue 和 multiprocessing.managers来实现多台服务器协同工作 |
| 2016.12.26 | async io | ok | asyncio.coroutine/yeild async/await |
| 2016.12.27 | WSGI | ok | wsgiref.simple_server/make_server |
| 2016.12.28 | web template | ? | return 返回web template |
| 2016.12.29 | 数据库存放用户密码 | OK | sqlite3存放用户名和hashlib.md5.hexdigest() |
| 2016.12.30 | mysql | OK | 增删改查Alter |
| 2017.1.4 | urllib.request | ? | urllib.request.Request urllib.request.urlopen |
Python学习目录的更多相关文章
- python学习目录(转载)
python基础篇 python 基础知识 python 初始python python 字符编码 python 类型及变量 python 字符串详解 python 列表详解 ...
- Python 学习目录
第一章 Python基础 第二章 Python基础 第三章 Python基础-文件操作&函数 1.python文件处理 2.py-函数基础 3.py-函数进阶 第四章 Python基础-常用模 ...
- [ python ] 学习目录大纲
简易博客[html+css]练习 MySQL 练习题及答案 MySQL视图.触发器.函数.存储过程 MySQL 操作总结 Day41 - 异步IO.协程 Day39/40 - 线程的操作 Day36/ ...
- python自动化测试学习目录
一.python学习目录 <1> ----python驱动 [python驱动]python进行selenium测试时GeckoDriver放在什么地方? python下浏览器静默运行驱动 ...
- Python学习之路【目录】
本系列博文包含 Python基础.前端开发.Web框架.缓存以及队列等,希望可以给正在学习编程的童鞋提供一点帮助!!! 目录: Python学习[第一篇]python简介 Python学习[第二篇]p ...
- Python学习总结:目录
Python 3.x总结 Python学习总结[第一篇]:Python简介及入门 Python学习总结[第二篇]:Python数据结构 Python学习总结[第三篇]:Python之函数(自定义函数. ...
- python学习笔记目录
人生苦短,我学python学习笔记目录: week1 python入门week2 python基础week3 python进阶week4 python模块week5 python高阶week6 数据结 ...
- python学习day4软件目录结构规范
为什么要设计好目录结构? 参考:http://www.cnblogs.com/alex3714/articles/5765046.html "设计项目目录结构",就和"代 ...
- 【目录】Python学习笔记
目录:Python学习笔记 目标:坚持每天学习,每周一篇博文 1. Python学习笔记 - day1 - 概述及安装 2.Python学习笔记 - day2 - PyCharm的基本使用 3.Pyt ...
随机推荐
- 慎用 supportedRuntime
运行环境:win7, net4.5 现象: 无法连接SQL2012数据库,提示连接超时 原因: 真正的原因: 找微软去 解决的办法: 去除多余的supportedRuntime,或者修 ...
- 模块化之Spring3.0 web fragment和gradle构建项目
1.背景 模块化开发很久以前就开始普及的概念.但是到了企业实际情况中,真正把模块化作为系统架构的核心的不多.或者说对模块化有这个意识,但是具体到底该如何实现,有些模糊,同时也许因为项目紧.任务中. ...
- 关于 IIS 中 Excel 访问的问题
关于 IIS 上 Excel 文件的访问, 一路上困难重重, 最后按以下步骤进行设置, 可在 IIS 中正常使用! 1. 引用及代码: 1). 项目中添加 Excel 程序集引用(注意: 从系统 CO ...
- [转]How do you create a custom AuthorizeAttribute in ASP.NET Core?
问: I'm trying to make a custom authorization attribute in ASP.NET Core. In previous versions it was ...
- idea fect
idea facet 昨天从svn检查一个项目后,部署至tomcat服务器,启动成功,但实际代码其实没有进去, 因为该项目不是maven项目, artifacats是自己配的, 应该是这里弄错的. 最 ...
- hdu4059 The Boss on Mars(差分+容斥原理)
题意: 求小于n (1 ≤ n ≤ 10^8)的数中,与n互质的数的四次方和. 知识点: 差分: 一阶差分: 设 则 为一阶差分. 二阶差分: n阶差分: 且可推出 性质: 1. ...
- 理解SVG的viewport,viewBox,preserveAspectRatio
万丈高楼平地起,基础很重要. viewport 表示SVG可见区域的大小,或者可以想象成舞台大小,画布大小. <svg width="500" height="30 ...
- [LeetCode] Android Unlock Patterns 安卓解锁模式
Given an Android 3x3 key lock screen and two integers m and n, where 1 ≤ m ≤ n ≤ 9, count the total ...
- [LeetCode] Valid Palindrome 验证回文字符串
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignori ...
- [LeetCode] Binary Tree Level Order Traversal II 二叉树层序遍历之二
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left ...