docker 笔记

DOCKER 基础 DOCKER 基本命令 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62

typescript 笔记

TS 基础 语法 基本类型 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61

Redis 笔记

基础 操作 Redis.conf 1 2 3 4 5 6 7 8 9 10 11 12 13 daemonize no # 默认不以守护进程方式运行 # 变为 daemonize yes bind 127.0.0.1 # 绑定的IP # 注释掉 让其它主机来访问 requirepass # 设置密码 登录 > auth yourpassword pidfile

Python 爬虫 数据提取

conda 天坑 有依赖无法删除导致其它包无法安装:conda clean --all 慎用conda update conda 和 conda update --force conda,虽然它可能解决上述问题,但依然出现跑12个小时,

Python 爬虫笔记

conda 天坑 有依赖无法删除导致其它包无法安装:conda clean --all 慎用conda update conda 和 conda update --force conda,虽然它可能解决上述问题,但依然出现跑12个小时,