摘要:
https://www.cnblogs.com/lishidefengchen/p/10564765.html 阅读全文
posted @ 2019-03-25 17:19
lishidefengchen
阅读(166)
评论(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)
摘要:
#抛砖引玉# docker exec -ti 容器ID /bin/bash 阅读全文
posted @ 2019-03-25 15:19
lishidefengchen
阅读(5178)
评论(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)
摘要:
#查找# / 光标向下查找 ?光标向上查找 按键盘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)

浙公网安备 33010602011771号