码迷,mamicode.com
首页 >  
搜索关键字:ane    ( 1732个结果
利用yum安装kubernetes,详细步骤
部署环境: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
Java GUI编程(二)
**********************网格布局 GridLayout********************** 类似于表格一样,可以设置一个 几行几列的表格 小技巧(让两个组件垂直排列的小技巧): 一个组件放到边框布局的北边,另一个组件放到中间 演示代码: package com.awt.l ...
分类:编程语言   时间:2018-11-05 01:13:20    阅读次数:201
Dockerfile语法
Dockerfile 语法示例 Dockerfile语法由两部分构成,注释和命令+参数 # Line blocks used for commenting command argument argument .. 一个简单的例子: # Print "Hello docker!" RUN echo " ...
分类:其他好文   时间:2018-11-05 00:10:40    阅读次数:205
HDU - 5876 :Sparse Graph (完全图的补图的最短路 -BFS&set)
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
CentOS7使用firewalld管理防火墙与端口
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头部2行 #!/usr/bin/python 和 #!/usr/bin/env 的区别 以及编码方式的指定 2018-10-23
参考文档 "【整理】关于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设计出符合效果的WPF界面之前不会用blend,感觉好难的,但美工给出的效果自己有没办法实现,所以研究了一下blend,感觉没有想象中的那么难 废话不多说,开始界面设计 今天拿到美工给的一个界面效果图 这个界面说实话,还可以吧,勉强说得过去。拿到界面效果图,难的两个部分都让我框起... ...
分类:Windows程序   时间:2018-11-01 17:48:09    阅读次数:350
01-THREE.JS第一个场景
THREE.JS第一个场景 ...
分类:Web程序   时间:2018-10-29 19:55:29    阅读次数:293
CentOS7使用firewalld打开关闭防火墙与端口
1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : ...
分类:其他好文   时间:2018-10-27 16:15:01    阅读次数:166
1732条   上一页 1 ... 58 59 60 61 62 ... 174 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!