swapoff -a # will turn off the swap kubeadm reset systemctl daemon-reload systemctl restart kubelet iptables -F && iptables -t nat -F && iptables -t m ...
分类:
其他好文 时间:
2020-01-03 19:50:09
阅读次数:
100
firewall-cmd --stat firewall-cmd --reload 增加规则 firewall-cmd --zone=public --add-port=3306/tcp --permanent#centos7启动防火墙systemctl start firewalld.servic ...
分类:
其他好文 时间:
2020-01-02 20:43:03
阅读次数:
86
html是一门 超文本标记语言,css层叠样式表 用来渲染页面样式,js 解释型编译语言,基于web开发的脚本语言,用来实现页面一系列的动作 js--dom语言的常用方法 1.window的常规动作 window对象window.innerHeight - 获取浏览器窗口的内部高度 window.i ...
分类:
Web程序 时间:
2020-01-02 20:16:09
阅读次数:
93
1.执行python manage.py runserver 127.0.0.1:8000 命令 入口 manage.py 2. 进入django.core.management __init__.py ManagementUtility类 3.执行execute()方法 这是整个流程的关键点 代码 ...
分类:
其他好文 时间:
2020-01-01 20:48:00
阅读次数:
112
干货:Source Insight 4 的解决办法(source insight 3.5 及以下版本就到其他地方看看吧) 【解决办法】: 单个文件乱码解决办法: 菜单栏中【File】 > 【Reload As Encoding...】 > 【Chinese Simplified (GB18030)】 ...
分类:
其他好文 时间:
2020-01-01 15:03:04
阅读次数:
216
腾讯云主机elasticsearch起不来的问题解决 [root@VM_58_118_centos elasticsearch]# vim /usr/lib/systemd/system/elasticsearch.service [Unit] Description=Elasticsearch [ ...
分类:
其他好文 时间:
2019-12-31 15:56:01
阅读次数:
261
TIM1的四个通道做PWM输出配置 void pwm_time1() { GPIO_InitTypeDef GPIO_InitStructure;TIM_TimeBaseInitTypeDef TIM_TimeBaseInitStructure;TIM_OCInitTypeDef TIM_OCIni ...
分类:
其他好文 时间:
2019-12-31 14:41:21
阅读次数:
103
部署目录:/usr/local/nodejs/lib/node_modules/yapi-cli/bin/my-yapi执行命令:node vendors/server/app.js 如果服务已启动,修改配置文件可用“supervisorctl reload”命令来使其生效)重启supervisor ...
执行python.py的时候报错,Error in sitecustomize; set PYTHONVERBOSE for traceback: NameError: name 'reload' is not defined 解决方案: 将路径D:\python3\Lib\site-package ...
分类:
编程语言 时间:
2019-12-31 10:48:54
阅读次数:
274
# 什么是docker swarm?
Swarm 在 Docker 1.12 版本之前属于一个独立的项目,在 Docker 1.12 版本发布之后,该项目合并到了 Docker 中,成为 Docker 的一个子命令。目前,Swarm 是 Docker 社区提供的唯一一个原生支持...
分类:
其他好文 时间:
2019-12-29 09:26:13
阅读次数:
80