上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 52 下一页
摘要: 发布Release版本:dotnet publish --configuration Release 发布Debug版本:dotnet publish --configuration Debug 阅读全文
posted @ 2019-04-15 12:57 lishidefengchen 阅读(514) 评论(0) 推荐(0)
摘要: ssh root@11.11.11.12 阅读全文
posted @ 2019-04-15 12:30 lishidefengchen 阅读(1655) 评论(0) 推荐(0)
摘要: 用正则表达式去匹配即可, scp *.tar root@11.11.11.12:/root/ 拷贝当前目录下的所有tar类型的文件到服务器上 阅读全文
posted @ 2019-04-15 11:59 lishidefengchen 阅读(14005) 评论(0) 推荐(0)
摘要: docker run --name=mydemo -p -d 2222:80 imagename --name: 指定容器名称 -p:指定容器端口号 -d:指定容器后台运行 阅读全文
posted @ 2019-04-15 11:53 lishidefengchen 阅读(10830) 评论(1) 推荐(1)
摘要: docker images nihao_* 列出所有 nihao_* 正则匹配的镜像 阅读全文
posted @ 2019-04-15 11:45 lishidefengchen 阅读(3782) 评论(0) 推荐(0)
摘要: self._entityService .getAll() .pipe( finalize(() => { if (self.sheet && self.sheet.length > 0) { self._xlsxServ... 阅读全文
posted @ 2019-04-15 10:30 lishidefengchen 阅读(720) 评论(0) 推荐(0)
摘要: docker exec -ti 容器ID /bin/bash 阅读全文
posted @ 2019-04-12 10:32 lishidefengchen 阅读(2357) 评论(0) 推荐(0)
摘要: 镜像,ID,端口号,状态 docker ps -a --format "table {{.Image}}\t{{.ID}}\t{{.Ports}}\t{{.Status}}" 列出正在运行的容器 docker ps -a -f "status=running" 列出已经退出的容器 docker ps 阅读全文
posted @ 2019-04-12 10:11 lishidefengchen 阅读(2447) 评论(0) 推荐(0)
摘要: 前引 apb部署 后端服务9900端口,域名访问地址是:http://nihao-api.hellow.com; 前端4200端口,域名访问地址是:http://nihao.hellow.com; 前后端的配置文件该如何配置? (注意:下面图片中的地址写错了,按上面的对应替换理解,都是子域名) 前端 阅读全文
posted @ 2019-04-12 09:52 lishidefengchen 阅读(1086) 评论(1) 推荐(0)
摘要: 工作中经常用到Angular Material 中的好多按钮素材,奈何官网经常上不去,所以只能自己把这些常用的按钮扒下来了,留给自己同时也留给大家方便查看。 Angular material mat-icon 资源参考_Action Angular material mat-icon 资源参考_Co 阅读全文
posted @ 2019-04-11 19:09 lishidefengchen 阅读(5685) 评论(1) 推荐(2)
摘要: <!-- img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !i 阅读全文
posted @ 2019-04-11 19:05 lishidefengchen 阅读(2094) 评论(0) 推荐(0)
摘要: <!-- img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !i 阅读全文
posted @ 2019-04-11 19:04 lishidefengchen 阅读(1251) 评论(0) 推荐(0)
摘要: <!-- img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !i 阅读全文
posted @ 2019-04-11 19:04 lishidefengchen 阅读(1056) 评论(0) 推荐(0)
摘要: <!-- img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !i 阅读全文
posted @ 2019-04-11 19:03 lishidefengchen 阅读(1148) 评论(0) 推荐(0)
摘要: <!-- img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !i 阅读全文
posted @ 2019-04-11 19:02 lishidefengchen 阅读(1340) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 52 下一页