上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页
摘要: 参考:https://www.rabbitmq.com/relocate.html 阅读全文
posted @ 2019-03-27 18:00 lishidefengchen 阅读(6945) 评论(0) 推荐(0)
摘要: 删除 archives文件夹就行了 阅读全文
posted @ 2019-03-27 14:58 lishidefengchen 阅读(156) 评论(0) 推荐(0)
摘要: https://blog.zfanw.com/install-erlang-on-centos/ 阅读全文
posted @ 2019-03-27 13:48 lishidefengchen 阅读(100) 评论(0) 推荐(0)
摘要: $ grep -rn '字符串' 很好用~ 阅读全文
posted @ 2019-03-27 10:12 lishidefengchen 阅读(1130) 评论(0) 推荐(0)
摘要: #内核# cat /proc/version #操作系统# uname -a #发行版本# cat /etc/issue #hostnamectl# 阅读全文
posted @ 2019-03-26 17:18 lishidefengchen 阅读(150) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lishidefengchen/p/10564765.html 阅读全文
posted @ 2019-03-25 17:19 lishidefengchen 阅读(165) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/35284988/angular-2-404-error-occur-when-i-refresh-through-the-browser #前端# 修改app.module.ts import { HashLocationSt 阅读全文
posted @ 2019-03-25 16:39 lishidefengchen 阅读(262) 评论(0) 推荐(0)
摘要: 1、https://aspnetboilerplate.com/Templates 2、后端项目发布,在publish中abp默认已经存在DockerFile文件 3、修改后端文件中的DockerFile文件 默认的值为 FROM microsoft/aspnetcore:2.0.1。但我当前的这个 阅读全文
posted @ 2019-03-25 15:19 lishidefengchen 阅读(1198) 评论(2) 推荐(0)
摘要: #抛砖引玉# docker exec -ti 容器ID /bin/bash 阅读全文
posted @ 2019-03-25 15:19 lishidefengchen 阅读(5178) 评论(0) 推荐(0)
摘要: #查找# / 光标向下查找 ?光标向上查找 按键盘n,继续查找 #替换# :s/hello/test/ 替换光标所在行第一个hello为test :s/hello/test/g 替换光标所在行所有hello为test :n,$s/hello/test/ 替换第n行开始到最后一行每一行的第一个hell 阅读全文
posted @ 2019-03-25 13:40 lishidefengchen 阅读(170) 评论(0) 推荐(0)
摘要: pscp -r d:\cc root@10.0.0.8:/root/test copy d:\cc content recursively into the /root/test, contains the cc directory pscp -r d:\cc\ root@10.0.0.8:/roo 阅读全文
posted @ 2019-03-25 09:47 lishidefengchen 阅读(764) 评论(0) 推荐(0)
摘要: find /path/to/folder/ -mtime 1 -exec rm {} \; // Deletes all Files modified yesterday 阅读全文
posted @ 2019-03-25 09:40 lishidefengchen 阅读(177) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/q4486233/p/6482711.html 阅读全文
posted @ 2019-03-22 11:19 lishidefengchen 阅读(112) 评论(0) 推荐(0)
摘要: 抛砖引玉-- sudo docker rm $(sudo docker ps -a -q) 批量删除某一类镜像 docker rmi $(docker images plm_*:v19.* -q) 批量删除exited状态的容器 docker rm $(docker ps --filter "sta 阅读全文
posted @ 2019-03-21 18:27 lishidefengchen 阅读(209) 评论(0) 推荐(0)
摘要: ml 阅读全文
posted @ 2019-03-21 09:57 lishidefengchen 阅读(133) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 52 下一页