计算机基础
前端基础
测试基础
Linux基础
常用命令
- GIT命令集
- dos2unix命令
- Mac OS/windows 命令行终端使用 ss proxy,Ubuntu apt-get 使用 ss proxy
- Ubuntu如何修改默认python版本为python3
- Ubuntu / CentOS 安装 Anaconda 并创建虚拟环境
- Linux下查找命令 —— find、grep、 which、 whereis、 locate
- Linux系统上传文件与下载文件命令
- Mac OSX上卸载Anaconda
Mac相关
- Mac本如何卸载MySQL
- Mac OSX上卸载Anaconda
- Mac OS X中MacPorts安装和使用
- Mac同时安装python2和python3
- Mac安装Mongodb
- Mac破解免费office软件
- Mac快捷键大全及cheatsheet插件
- Mac 报错:-bash: telnet: command not found
- macOS 版微信小助手,支持微信多开、防撤回、远程控制mac、自动回复等等
服务器部署相关
- 使用Postgres,Nginx和Gunicorn将Django配置到服务器上
- nginx+uwsgi部署Django
- python安装talib库
- darknet的安装及报错解决
- uWSGI+APScheduler不能执行定时任务
ADB相关
FreeSWITCH相关
- FreeSWITCH——Ubuntu安装FreeSWITCH亲测
- FreeSWITCH——命令大全
- FreeSWITCH——几个支持 FreeSWITCH 的网络电话的安装与使用(linphone、MicroSIP、Sipdroid)
Docker相关
数据库基础
MySQL
- MySQL及安装
- MySQL数据库的权限问题操作及基本增删改查操作
- MySQL中的数据类型以及完整性约束
- MySQL表操作及数据操作
- MySQL数据库查询操作进阶——多表查询
- Mac本如何卸载MySQL
- MySQL索引相关知识点及面试常问题
- Docker 安装 MySQL 并实现远程连接
MongoDB
Redis
其他
Python基础
- what's the python之python介绍
- what's the python之变量、基本数据类型
- what's the python之基本运算符及字符串、列表、元祖、集合、字典的内置方法
- what's the python之if判断、while循环以及for循环
- what's the python之字符编码与文件处理
- what's the python之函数及装饰器
- what's the python之递归函数、二分算法与汉诺塔游戏
- what's the python之内置函数
- what's the python之可迭代对象、迭代器与生成器(附面试题)
- what's the python之模块
- what's the python之自定义模块和包
- what's the python之面向对象
- what's the python之面向对象(进阶)
- what's the python之异常处理
- what's the python format
- what's the psutil模块
Python进阶
Python
- python终端打印带颜色的print
- python编写shell脚本
- 各种转码(bytes、string、base64、numpy array、io、BufferedReader )
- Python高阶函数map、reduce、filter、sorted的应用
- python创建有序字典及字典按照值的大小进行排序
- python读、写、修改、追写excel文件(xlrd / xlwt / xlutils / openpyxl)
- Python递归优化方法
Python打包exe及PyQt5
Python发邮件
Python处理时间
爬虫相关
- what's the 爬虫之基本原理
- 爬虫请求库——requests
- 爬虫请求库——selenium
- selenium 对浏览器标签页进行关闭和切换
- 爬虫解析库——BeautifulSoup
- 如何提升爬虫性能相关的知识点
- 终极大招——Scrapy框架
- 浏览器User-Agent大全
算法基础
tesseract-ocr
pandas
NLP
卷积神经网络
Python框架
- HTTP协议与WEB框架简介
- WEB 三驾马车——Django、Flask、web.py
- RestFramework——API设计规范
- RestFramework——API基本实现及dispatch基本源码剖析
- RestFramework——自定制之认证和权限、限制访问频率
金融基础
报错解决
- 报错解决——-bash: wget: command not found
- Mac 报错:-bash: telnet: command not found
- 报错处理——# Creating Server TCP listening socket *:6379: bind: Address already in use
- 报错解决——ctypes.ArgumentError: argument 1:……….. : wrong type
- 报错解决——DateTimeField *** received a naive datetime (***) while time zone support is active
- 报错解决——Disconnected:No supported authentication methods available
- 报错解决——Failed to load resource: the server responded with a status of 404 (Not Found) favicon.ico文件找不到
- 报错解决——make: *** No targets specified and no makefile found. Stop
- 报错解决——linux下执行sh出现异常"syntax error: unexpected end of file"
- 报错解决——OSError: libdarknet.so: cannot open shared object file: No such file or directory
- 报错解决——pytesseract.pytesseract.TesseractError: (1,’Error opening data file /usr/local/share/tessdata/eng.traineddata’)
- 报错解决——SSL: CERTIFICATE_VERIFY_FAILED
- 报错解决——uwsgi错误invalid request block size
- 报错解决——xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- 报错解决——Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
其他