上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页

2019年3月12日

ARTS-S EN0001-In tech race with China, US universities may lose a vital edge

摘要: 原文 The U.S. is still out in front of global rivals when it comes to innovation, but American universities—where new ideas often percolate—have reason 阅读全文

posted @ 2019-03-12 22:23 荷楠仁 阅读(352) 评论(0) 推荐(0) 编辑

2019年3月7日

ARTS-S Why do India and Pakistan keep fighting over Kashmir?

摘要: 原文 On Wednesday, Pakistani and Indian fighter jets engaged in a skirmish over Indian controlled territory in the disputed border state of Jammu and Ka 阅读全文

posted @ 2019-03-07 23:38 荷楠仁 阅读(422) 评论(0) 推荐(0) 编辑

ARTS-S sed指定行添加

摘要: 在以AAA开始的行懂添加BBBB 阅读全文

posted @ 2019-03-07 23:19 荷楠仁 阅读(112) 评论(0) 推荐(0) 编辑

2019年3月6日

ARTS-S linux查看进程打开的文件数

摘要: 当怀疑进程打开文件没有关闭时,可以反复执行以下命令,查看进程打开的文件数是否会不断增加。 其中18707是进程id 阅读全文

posted @ 2019-03-06 22:31 荷楠仁 阅读(322) 评论(0) 推荐(0) 编辑

2019年3月5日

ARTS-S centos查看端口被哪个进程占用

摘要: 或者 阅读全文

posted @ 2019-03-05 19:41 荷楠仁 阅读(111) 评论(0) 推荐(0) 编辑

ARTS-S centos修改hostname

摘要: 重启 阅读全文

posted @ 2019-03-05 19:36 荷楠仁 阅读(81) 评论(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 荷楠仁 阅读(136) 评论(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 荷楠仁 阅读(148) 评论(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 荷楠仁 阅读(165) 评论(0) 推荐(0) 编辑

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

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

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

上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页

导航