logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

halcon机器视觉深度学习对象检测,物体检测

halcon机器视觉深度学习对象检测,物体检测

文章图片
#深度学习
C#发送邮件失败,使用System.Net.Mail.SmtpClient发送失败解决,推荐用System.Web.Mail.SmtpMail发送邮件,一次成功

System.Net.Mail.SmtpClient一般发送如果启用了ssl则他会先从25端口去建立握手,一般邮件服务器都会禁用25端口,因此会发送报错,远程服务器无响应,连接超时推荐用web方式发送邮件,这样成功率很高,需要引用C#的程序集组件System.Web参考代码:public static void SendEmail(){...

#c#
webapi用Swashbuckle.AspNetCore报Internal Server Error /swagger/v1/swagger.json错误,解决

解决办法必须要将所有的action方法头都要加上Rote,比如[HttpPost(“TargetSourse”)],此处为简写参考代码[Route("[controller]")]public class ChartDataController : Controller{/// <summary>/// 获...

pgAdmin 4备份数据库失败,解决

pgAdmin 4备份数据库失败,解决

文章图片
#数据库
The underlying provider failed on Open

sqlserver连接字符串server=112.122.112.16;Database=gdd_tu_shi_fen_gong;uid=sa;pwd=chuangqi168@@;EF报The underlying provider failed on Open异常,一般不是连接字符串问题,需要检查sa账号是否有权限访问配置的数据库,如果没有则创建一个权限更高的账号,能访问gdd_tu_shi_f

#开发语言
centos中minio分布式文件系统部署集群

本集群由2台服务器构成(官方推荐集群最小4台服务器),每个服务器上挂载两个磁盘目录minio不支持硬盘目录扩容,只支持机器节点扩容异常:1st disk is already being used in another erasure deploymentUnable to initialize backend: found backend fs, expected xlUnable to ini

#centos
pgAdmin 4备份数据库失败,解决

pgAdmin 4备份数据库失败,解决

文章图片
#数据库
System.DllNotFoundException: 无法加载 DLL“halcon”: 找不到指定的模块

System.DllNotFoundException: 无法加载 DLL“halcon”: 找不到指定的模块。

#计算机视觉
Already closed: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=505,

C#使用rabbitmq在接收消息事件处理中,同时发布消息报错:Already closed: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=505, text='UNEXPECTED_FRAME - expected content header for class 60, got n

#c##rabbitmq
    共 25 条
  • 1
  • 2
  • 3
  • 请选择