Loading

01 2021 档案

摘要:一、环境说明 当前环境说明: python3.8.6 ansible2.10.5 ansible版本差异说明: ansible2.0版本前后有较大改变,鉴于当前已经到了2.10版本,不再过多说明历史2.0版本的变动。可参考文章:链接 ansible2.4,对于Inventory-->Inventor 阅读全文
posted @ 2021-01-28 17:09 wsongl 阅读(1227) 评论(0) 推荐(0)
摘要:class A(object): def __init__(self): # 系统定义方法 self.string='A string' self._string='A _string' self.__string='A __string' # 私有变量 def fun(self): return 阅读全文
posted @ 2021-01-11 20:46 wsongl 阅读(196) 评论(0) 推荐(0)
摘要:redis安装目录结构: redis-5.0.10/ ├── bin │ ├── redis-benchmark │ ├── redis-check-aof │ ├── redis-check-rdb │ ├── redis-cli │ ├── redis-sentinel -> redis-ser 阅读全文
posted @ 2021-01-08 22:42 wsongl 阅读(691) 评论(0) 推荐(0)
摘要:1、php修改上传文件大小 https://jingyan.baidu.com/article/4853e1e5bc96af1909f7269e.html 2、php进程数量设置 https://www.php.cn/php-ask-448898.html https://www.cnblogs.c 阅读全文
posted @ 2021-01-08 09:53 wsongl 阅读(98) 评论(0) 推荐(0)
摘要:Nodejs v16.14.0 https://www.jb51.net/article/281444.htm https://juejin.cn/post/7099709219292577829 一、安装nodejs 1、下载 下载地址:https://nodejs.org/zh-cn/downl 阅读全文
posted @ 2021-01-07 11:17 wsongl 阅读(918) 评论(0) 推荐(0)