会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
litzhiai
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
20
下一页
2019年5月5日
Kubernetes多master部署(1)---整体规划
摘要: 参考:https://blog.csdn.net/qq_25611295/article/details/81912295 环境规划 IP:10.50.182.65-67 VIP:10.50.182.69 centos7 安装Docker yum install -y yum-utils devic
阅读全文
posted @ 2019-05-05 16:40 大川哥
阅读(534)
评论(0)
推荐(0)
2019年2月22日
Kubernetes学习之路(十五)之Ingress和Ingress Controller
摘要: kubernetes之ingress及ingress controller 什么是ingress Ingress是授权入站连接到达集群服务的规则集合。 从外部流量调度到nodeprot上的service 从service调度到ingress-controller ingress-controller
阅读全文
posted @ 2019-02-22 16:29 大川哥
阅读(743)
评论(0)
推荐(0)
2018年9月19日
jvm线程堆栈信息收集
摘要: 1:其中jmap是java自带的工具 查看整个JVM内存状态 jmap -heap [pid]要注意的是在使用CMS GC 情况下,jmap -heap的执行有可能会导致JAVA 进程挂起 查看JVM堆中对象详细占用情况jmap -histo [pid] 导出整个JVM 中内存信息jmap -dum
阅读全文
posted @ 2018-09-19 14:40 大川哥
阅读(2048)
评论(0)
推荐(0)
2018年9月18日
nginx配置安装说明
该文被密码保护。
阅读全文
posted @ 2018-09-18 15:05 大川哥
阅读(2)
评论(0)
推荐(0)
2018年9月17日
linux 进程启动了多少紫禁城
摘要: ps -eLf|grep -c pid top -H -p pid
阅读全文
posted @ 2018-09-17 17:24 大川哥
阅读(200)
评论(0)
推荐(0)
2018年4月10日
Linux账户密码过期安全策略设置
摘要: http://www.cnblogs.com/kerrycode/p/5600525.html 主机上普通用户执行crontab –e 时,会报错,信息如下: You (用户名) are not allowed to access to (crontab) because of pam config
阅读全文
posted @ 2018-04-10 10:52 大川哥
阅读(3909)
评论(0)
推荐(0)
2018年3月10日
jQuery菜单切换
摘要: jQuery菜单切换 点击‘菜单一’,显示‘内容一’ 点击‘菜单二’,显示‘内容二’ 点击‘菜单三’,显示‘内容三’ 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>tab</title>
阅读全文
posted @ 2018-03-10 17:16 大川哥
阅读(2309)
评论(0)
推荐(0)
jQuery偏移量offset
摘要: jQuery偏移量offset jquery的参考文档地址:http://jquery.cuishifeng.cn/ 获取匹配元素在当前视口的相对偏移。参照物是可视窗口。 返回的对象包含两个整型属性:top 和 left,以像素计。此方法只对可见元素有效。 position和offset相似,pos
阅读全文
posted @ 2018-03-10 16:25 大川哥
阅读(3261)
评论(0)
推荐(0)
jQuery动画效果
摘要: jQuery动画效果 点击淡入淡出,分别进行显示和隐藏:
阅读全文
posted @ 2018-03-10 15:38 大川哥
阅读(156)
评论(0)
推荐(0)
2018年2月26日
zabbix告警短信 配置
摘要: 短信通过脚本进行发送,zabbix调用脚本会发送三个参数 它分别为是$1(发送给谁)、$2(发送标题)、$3(发送内容) http://blog.csdn.net/ronnyjiang/article/details/51456972 可以尝试使用上面的配置方式 大致步骤: 1、为所有需要接受告警短
阅读全文
posted @ 2018-02-26 15:37 大川哥
阅读(656)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
20
下一页
公告