部署环境:centos7最少准备三台机器一台master.两台node做好域名解析vim/etc/hosts在所有节点执行:[root@k8smaster~]#setenforce0setenforce:SELinuxisdisabled[root@k8smaster~]#iptables-F[root@k8smaster~]#iptables-tnat-F[root@k8smaster~]#ip
分类:
Web程序 时间:
2018-11-05 17:25:53
阅读次数:
242
**********************网格布局 GridLayout********************** 类似于表格一样,可以设置一个 几行几列的表格 小技巧(让两个组件垂直排列的小技巧): 一个组件放到边框布局的北边,另一个组件放到中间 演示代码: package com.awt.l ...
分类:
编程语言 时间:
2018-11-05 01:13:20
阅读次数:
201
Dockerfile 语法示例 Dockerfile语法由两部分构成,注释和命令+参数 # Line blocks used for commenting command argument argument .. 一个简单的例子: # Print "Hello docker!" RUN echo " ...
分类:
其他好文 时间:
2018-11-05 00:10:40
阅读次数:
205
In graph theory, the complement of a graph G is a graph H on the same vertices such that two distinct vertices of H are adjacent if and only if they a ...
分类:
其他好文 时间:
2018-11-04 21:03:05
阅读次数:
157
firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : s ...
分类:
其他好文 时间:
2018-11-04 11:02:27
阅读次数:
150
Color the ball Time Limit: 9000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 29305 Accepted Submission(s): 1426 ...
分类:
其他好文 时间:
2018-11-04 00:40:40
阅读次数:
248
参考文档 "【整理】关于Python脚本开头两行的: !/usr/bin/python和 \ coding: utf 8 \ 的作用 – 指定文件编码类型" "Python 头部 !/usr/bin/python 和 !/usr/bin/env 的区别" 1. \ !/usr/bin/python ...
分类:
编程语言 时间:
2018-11-03 17:33:56
阅读次数:
210
原文:使用Blend设计出符合效果的WPF界面之前不会用blend,感觉好难的,但美工给出的效果自己有没办法实现,所以研究了一下blend,感觉没有想象中的那么难 废话不多说,开始界面设计 今天拿到美工给的一个界面效果图 这个界面说实话,还可以吧,勉强说得过去。拿到界面效果图,难的两个部分都让我框起... ...
1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : ...
分类:
其他好文 时间:
2018-10-27 16:15:01
阅读次数:
166