If you are running clustered Kubernetes and are using static pods to run a pod on every node, you should probably be using a DaemonSet! Static pods ar ...
分类:
其他好文 时间:
2019-08-03 10:43:25
阅读次数:
123
一、Jupyter安装 前提需要已经安装好python环境~ 接着,Python3x版本安装路径下执行pip命令安装 pip3 install Jupyter 看网速,安装完后会显示安装成功一段话即可。 二、启动jupyter notebook两种方法 1:命令行窗口输入jupyter notebo ...
分类:
其他好文 时间:
2019-08-03 00:36:47
阅读次数:
245
Linux网络——配置网络之ifconfig家族命令 摘要:本文主要学习了ifconfig家族用来配置网络的命令。 ifconfig命令 ifconfig命令用来显示或设置网络接口信息,设置只是临时生效,永久生效需要更改配置文件。 在最新版的CentOS 7上已经没有了这个命令,需要使用 yum i ...
分类:
系统相关 时间:
2019-07-31 18:24:50
阅读次数:
126
D:\Develop tools\spark-2.2.0-bin-hadoop2.7\bin>pyspark2.cmd 'tools\spark-2.2.0-bin-hadoop2.7\bin\..\jars""\' 不是内部或外部命令,也不是可运行的程序或批处理文件。Failed to find ...
分类:
编程语言 时间:
2019-07-31 12:41:52
阅读次数:
770
Problem Description A thief is running away!We can consider the city where he locates as an undirected graph in which nodes stand for crosses and edge ...
分类:
移动开发 时间:
2019-07-30 21:53:19
阅读次数:
187
前几日写博客的时候在想是否能够在markdown中使用emoji呢:yum:,于是就上网搜了一下,果不其然是可以的:laughing:,现在来给大家交流一下:smirk: :smile: :star2: :family: :running: 其实使用方法很简单,给大家推荐一个网站,里面记录了非常多可 ...
分类:
其他好文 时间:
2019-07-29 00:25:42
阅读次数:
132
介绍Go如何使用第三方库cron进行任务调度,并通过阅读源码了解cron实现任务调度的原理。 ...
分类:
其他好文 时间:
2019-07-28 19:32:25
阅读次数:
122
[toc] Install Vagrant Installing Vagrant https://www.vagrantup.com/downloads.html "Vagrant 2.2.5" Verifying the Installation Project Setup "ubuntu/bio ...
分类:
其他好文 时间:
2019-07-27 13:14:54
阅读次数:
124
线程状态 1. 初始(NEW):新创建了一个线程对象,但还没有调用start()方法。 2. 运行(RUNNABLE):Java线程中将就绪(ready)和运行中(running)两种状态笼统的称为“运行”。 线程对象创建后,其他线程(比如main线程)调用了该对象的start()方法。 该状态的线 ...
分类:
编程语言 时间:
2019-07-26 13:13:47
阅读次数:
138