上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页

2019年3月5日

ARTS-S centos修改hostname

摘要: 重启 阅读全文

posted @ 2019-03-05 19:36 荷楠仁 阅读(88) 评论(0) 推荐(0)

2019年2月13日

ARTS-S golang定义类

摘要: ``` package main import "fmt" type Student struct { Num int64 Name string } func(s *Student) setName(name string) { s.Name = name } func(s *Student) setNum(num int64) { s.Num = num } func(s *... 阅读全文

posted @ 2019-02-13 08:11 荷楠仁 阅读(141) 评论(0) 推荐(0)

2019年2月11日

ARTS-S ISO C

摘要: 一些简称 ANSI: American National Standards Institute. ANSI是the International Organization for Standardization(ISO)中的美国成员 IEC: International Electrotechnic 阅读全文

posted @ 2019-02-11 21:01 荷楠仁 阅读(167) 评论(0) 推荐(0)

2019年2月1日

ARTS-S redis3.2.10通过ip访问

摘要: 只用把配制文件里的bind 127.0.0.1改成0.0.0.0,然后重启即可。不用再有别的配制。 阅读全文

posted @ 2019-02-01 07:24 荷楠仁 阅读(180) 评论(0) 推荐(0)

ARTS-S docker里程序通过ip访问外部数据库

摘要: 要先确保外部数据库能通过ip访问,然后启动docker的时间加参数 network host,如 阅读全文

posted @ 2019-02-01 07:15 荷楠仁 阅读(1759) 评论(0) 推荐(0)

2019年1月31日

ARTS-S docker安装miniconda

摘要: ``` FROM centos:centos7.3.1611 MAINTAINER zhouyang3 WORKDIR /usr/local ADD ./ /usr/local ENV CONDA_HOME /usr/local/miniconda ENV CONDA_BIN $CONDA_HOME/bin ENV PY_BIN $CONDA_HOME/envs/py363/bin RUN ... 阅读全文

posted @ 2019-01-31 08:41 荷楠仁 阅读(1228) 评论(0) 推荐(0)

2019年1月30日

ARTS-S govendor

摘要: ``` govendor init govendor add +external ``` 阅读全文

posted @ 2019-01-30 21:48 荷楠仁 阅读(130) 评论(0) 推荐(0)

ARTS-S idea常用快捷键

摘要: 1.生成main方法 先输入p,再输入Ctrl+j,选psvm,回车. 2.生成System.out.println() 先输入s,再输入Ctrl+j,选sout,回车. 3. 输入A.B.C.D形式的快捷键,以输入System.out.println()为例(虽然2是它最简单的方法) 输入Sy就可 阅读全文

posted @ 2019-01-30 10:59 荷楠仁 阅读(190) 评论(0) 推荐(0)

ARTS-S anaconda常用命令

摘要: 建新的环境 显示所有环境 一键安装 参考资料 "Installing in silent mode" 阅读全文

posted @ 2019-01-30 09:34 荷楠仁 阅读(274) 评论(0) 推荐(0)

ARTS-S k8s常用命令

摘要: 本地访问minikube的docker 删除statefulset 扩容 进入pod内部 阅读全文

posted @ 2019-01-30 09:14 荷楠仁 阅读(154) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页

导航