2018年7月17日

linux 进程在后台执行

摘要: 把任务放到后台用 & 和 Ctrl+z 让后台任务从停止状态转为运行状态用 bg %N 把后台任务调回到前台用 fg %N 查看所有任务用jobs https://www.cnblogs.com/imsoft/p/7942523.html https://blog.csdn.net/dulingti 阅读全文

posted @ 2018-07-17 18:41 chengjunde 阅读(95) 评论(0) 推荐(0)

印象笔记

摘要: 账号:邮箱2 密a123-321 阅读全文

posted @ 2018-07-17 09:18 chengjunde 阅读(108) 评论(0) 推荐(0)

consul 小結

摘要: Consul Config 使用Git做版本控制的实现 https://segmentfault.com/a/1190000013807641 服务发现 - consul 的介绍、部署和使用 https://www.cnblogs.com/xiaohanlin/p/8016803.html 【Con 阅读全文

posted @ 2018-07-17 00:57 chengjunde 阅读(248) 评论(1) 推荐(0)

导航