2022年10月14日

tensorrt OSError: libcudart.so.10.0: cannot open shared object file: No such file or

摘要: 问题 :模型部署tensorrt 。报错:tensorrt OSError: libcudart.so.10.0: cannot open shared object file: No such file or 原因:查看usr/local/cuda/lib 下的文件。没有libcudart.so. 阅读全文

posted @ 2022-10-14 11:07 木色小罗 阅读(698) 评论(0) 推荐(0) 编辑

ubuntu下pycharm 调试报错:.tensorrt import * ImportError: libcudnn.so.8: No such file or directory

摘要: ubuntu下pycharm 调试报错:.tensorrt import * ImportError: libcudnn.so.8: No such file or directory 解决方法:pycharm配置环境cuda 的环境变量。run=>edit configurations =>env 阅读全文

posted @ 2022-10-14 11:02 木色小罗 阅读(124) 评论(0) 推荐(0) 编辑

2021年8月26日

c#未能创建 SSL/TLS 安全通道

摘要: https请求时报错:未能创建 SSL/TLS 安全通道 解决方法: Framework 4.0以上的版本 添加 System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; Framework 4.0的版 阅读全文

posted @ 2021-08-26 15:21 木色小罗 阅读(611) 评论(0) 推荐(0) 编辑

2021年1月28日

nginx端口转发配置

摘要: server { listen 8082; server_name localhost; location / { proxy_pass http://192.168.0.20:8082; proxy_set_header Host $host; proxy_set_header X-Real-IP 阅读全文

posted @ 2021-01-28 09:41 木色小罗 阅读(313) 评论(0) 推荐(0) 编辑

2020年9月28日

Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state

摘要: 1、问题描述: 项目多线程运用了Dictionary报错Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this co 阅读全文

posted @ 2020-09-28 14:59 木色小罗 阅读(3981) 评论(0) 推荐(1) 编辑

2020年6月24日

netframework报错Exception Code: 0X40000015

摘要: 一、问题描述 netframework 4.62的环境 时不时就报错,如下图 Exception Code: 0X40000015 。修改了几次程序也没法解决 一、分析解决 刚开始以为是程序那里异常捕获没有捕获到,怎么改都不行。后来直接重新装了framework就行了。没找到具体的原因。认定是环境问 阅读全文

posted @ 2020-06-24 10:58 木色小罗 阅读(631) 评论(0) 推荐(0) 编辑

2020年2月26日

ubuntu安装ssh服务报错

摘要: 一、问题描述 如图,ssh 安装报错 二、解决办法 按照提示要求将依赖库装好即可。 阅读全文

posted @ 2020-02-26 22:02 木色小罗 阅读(424) 评论(0) 推荐(0) 编辑

ubuntu中supervisor的报错child process was not spawned

摘要: 一、问题描述 ubuntu18.04安装supervisor。按照步骤装完,能看的到管理网页。但是一直启动不起来。 查看日志显示: supervisor: couldn't chdir to /.../: ENOENT supervisor:child process was not spawned 阅读全文

posted @ 2020-02-26 21:54 木色小罗 阅读(8946) 评论(0) 推荐(0) 编辑

2019年5月15日

sqlserver新增字段并且赋值时脚本执行错误

摘要: 问题:sqlserver新增字段并且赋值时脚本执行错误 脚本如下 解决方法:脚本中加入go 关键字 则可以 阅读全文

posted @ 2019-05-15 11:14 木色小罗 阅读(377) 评论(0) 推荐(0) 编辑

2019年5月7日

前端页面中毒

摘要: 前端每个页面都被注入了 这段代码 刚好这段js代码 影响了 layui.open组建方法的打开 阅读全文

posted @ 2019-05-07 09:33 木色小罗 阅读(309) 评论(0) 推荐(0) 编辑

导航

诗与远方