07 2020 档案

摘要:现象 服务正式上线半年多,无错误。突然有一天发现发送邮件失败,日志系统打印出日志如下: 邮件发送失败:An error occurred while attempting to establish an SSL or TLS connection. The SSL certificate prese 阅读全文
posted @ 2020-07-21 11:22 幸福安康 阅读(1748) 评论(0) 推荐(0)
摘要:场景:www.a.com 是个空网站 www.b.com 是实际站点 需求:用户访问 www.a.com 时,看到的内容是www.b.com的内容,但是用户在浏览器里面看到的url还是www.a.com 1、因为服务器是winserver2019,开始就考虑用IIS做url重写:安装了2个东西: r 阅读全文
posted @ 2020-07-16 19:49 幸福安康 阅读(288) 评论(0) 推荐(0)
摘要:RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime --设置时区 解决差8小时问题 RUN cp /etc/apt/sources.list /etc/apt/sources.list.bak RUN echo " " > /et 阅读全文
posted @ 2020-07-15 21:17 幸福安康 阅读(340) 评论(0) 推荐(0)
摘要:发现:service中有个webapi输出了: public Bitmap GetLogoQRCode(string url, string logoPath, int pixel) { return QRCoderHelper.GetLogoQRCode(url, logoPath, pixel) 阅读全文
posted @ 2020-07-15 13:36 幸福安康 阅读(343) 评论(0) 推荐(0)