先搞定docker-compose,使它能够使用:[root@localhost~]#curl-Lhttps://github.com/docker/compose/releases/download/1.25.1-rc1/docker-compose-`uname-s-uname-m`-o/usr/local/bin/docker-compose[root@localhost~]#chmod+x
分类:
其他好文 时间:
2019-12-24 09:55:48
阅读次数:
218
Git学习记录 参考资料: 【1】 根据https://www.bilibili.com/video/av55780016?p=6完成初步学习 【2】 菜鸟教程 https://www.runoob.com/git/git-workflow.html Git安装,GitHub注册,创建reposit ...
分类:
其他好文 时间:
2019-12-23 18:28:51
阅读次数:
97
linuxbashzshoh-my-zsh 一、安装zsh 二、安装oh-my-zsh 一、安装zsh 安装 zsh yum -y install zsh 替换默认shell chsh -s /bin/zsh 查看当前shell echo $SHELL 二、安装oh-my-zsh 安装git yum ...
分类:
系统相关 时间:
2019-12-23 16:57:49
阅读次数:
110
Channels Channels If you want something more flexible than taxonomies, but less rigid than collections, then channels might be for you. A channel is a ...
分类:
其他好文 时间:
2019-12-23 00:15:34
阅读次数:
105
[toc] 1.简介 word2vec是Google于2013年推出的开源的获取词向量word2vec的工具包。它包括了一组用于word embedding的模型,这些模型通常都是用浅层(两层)神经网络训练词向量。 Word2vec的模型以大规模语料库作为输入,通过神经网络训练到一个向量空间(通常为 ...
分类:
其他好文 时间:
2019-12-22 20:19:52
阅读次数:
136
**centOS系统可以直接使用yun命令** 安装node 1、使用git将源码克隆到本地的~/.nvm目录下,并检查最新版本。> yum install git > git clone https://github.com/cnpm/nvm.git ~/.nvm && cd ~/.nvm && ...
分类:
其他好文 时间:
2019-12-22 16:09:41
阅读次数:
107
一、算术运算符¶ In [1]: a = 9 b = 2 In [2]: #乘 result = a * b print('{}*{}={}'.format(a, b, result)) 9*2=18 In [3]: #除 result = a / b print('{}/{}={}'.format ...
分类:
编程语言 时间:
2019-12-22 14:41:37
阅读次数:
86
docker镜像都在:https://hub.docker.com/将镜像导入到docker:[root@localhost~]#dockerload<httpd.tar从网上下载busybox:[root@localhost~]#dockerpullbusybox查看加速器:[root@localhost~]#dockerinfo将镜像httpd导出并改名为httpd-new.tar[ro
分类:
其他好文 时间:
2019-12-21 15:35:07
阅读次数:
96
原文:2019-11-29-WPF-开启-ScrollViewer-的触摸滚动 title author date CreateTime categories WPF 开启 ScrollViewer 的触摸滚动 lindexi 2019-11-29 10:21:4... ...
官网镜像地址:https://hub.docker.com/_/kibana 使用和 elasticsearch 相同版本镜像 6.4.0 (不一样可能会出现问题) 1、下载镜像 docker pull kibana:6.4.0 2、运行容器 docker run -d --name kibana ...
分类:
其他好文 时间:
2019-12-20 18:36:31
阅读次数:
65