摘要: app.UseHangfireServer() 放到 app.UseAbp() 前面 作者: zhaok 出处: http://dotnetmonkey.cnblogs.com/ 阅读全文
posted @ 2019-04-15 15:46 lishidefengchen 阅读(1011) 评论(0) 推荐(0)
摘要: 发布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)