会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
wsongl技术录
靡不有初,鲜克有终
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2021年8月28日
kubeadm安装k8s 1.22.1版本
摘要: 参考:https://www.cnblogs.com/double-dong/p/11483670.html 配置系统 systemctl stop firewalld systemctl disable firewalld sed -i 's/^SELINUX=.*/SELINUX=disable
阅读全文
posted @ 2021-08-28 14:20 wsongl
阅读(3840)
评论(0)
推荐(0)
2021年8月12日
goland上gin无代码自动提示
摘要: 参考: https://blog.csdn.net/wang2dog/article/details/106051796 https://blog.csdn.net/wang2dog/article/details/106051796 本地用2021.1版,和参考处略有不同 file -> sett
阅读全文
posted @ 2021-08-12 18:34 wsongl
阅读(945)
评论(0)
推荐(0)
2021年5月7日
k8s集群安装(单节点)
摘要: 一、环境说明 1.1、主机清单 节点 IP 主机名 安装软件 备注 Master 10.199.142.31 k8sm1 etcd kube-apiserver kube-controller-manager kube-scheduler kubectl安装在此机器 Master 10.199.14
阅读全文
posted @ 2021-05-07 17:41 wsongl
阅读(1451)
评论(0)
推荐(0)
2021年3月14日
VirtualBox Centos7.9设置静态IP
摘要: 1、virtualBox安装好centos7 2、可以设置成自己喜欢的网段 管理 > 主机网络管理器 3、 服务器(右键) > 设置 > 网络 网卡1 网卡2 4、centos内设置(红色为修改地方) # 路径:/etc/sysconfig/network-scripts # 存在ifcfg-enp
阅读全文
posted @ 2021-03-14 21:05 wsongl
阅读(619)
评论(0)
推荐(0)
2021年3月1日
python django中使用redis
摘要: 一、使用redis缓存准测 1. 经常存取,且不会改变的数据可以用缓存来存储,比如首页数据,数据量虽然大,但它不会经常改变;2. 经常使用(这里的经常使用的意思是经常作dml操作),但数据量小,比如说购物车数量的改变,就可以使用缓存; 二、python中使用redis 安装:pip install
阅读全文
posted @ 2021-03-01 18:47 wsongl
阅读(2813)
评论(0)
推荐(0)
2021年2月23日
python实现网页截图
摘要: https://www.cnblogs.com/Mongol-J/p/12712492.html https://npm.taobao.org/mirrors/chromedriver 1、pip install selenium 2、pip install chromedriver 3、下载chr
阅读全文
posted @ 2021-02-23 17:14 wsongl
阅读(1016)
评论(0)
推荐(0)
2021年1月28日
Ansible API
摘要: 一、环境说明 当前环境说明: python3.8.6 ansible2.10.5 ansible版本差异说明: ansible2.0版本前后有较大改变,鉴于当前已经到了2.10版本,不再过多说明历史2.0版本的变动。可参考文章:链接 ansible2.4,对于Inventory-->Inventor
阅读全文
posted @ 2021-01-28 17:09 wsongl
阅读(1203)
评论(0)
推荐(0)
2021年1月11日
_、__、__xx__之间的差别
摘要: 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
阅读(192)
评论(0)
推荐(0)
2021年1月8日
同一主机,开启多个不同端口的redis进程
摘要: 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
阅读(685)
评论(0)
推荐(0)
php配置变更记录
摘要: 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
阅读(93)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告