随笔分类 - 问题与解决
问题与解决方法
摘要:环境: WIN 10 VS2019 已安装框架v4.7.2 问题: 在打开一些早期项目时,编译报 MSB364 错误,未找到框架“NETFramework,Version=v4.7”或未找到框架“NETFramework,Version=v4.7.1” 解决过程: 1、尝试安装NETFramewor
阅读全文
摘要:环境: Win 10 Hyper-v 安装虚拟机:Centos 7 遇到问题: 网络配置无效,使用命令“ip addr” 网卡没有出现在列表中,显示了一个奇怪的网卡名字如“enp0s010f”,配置文件中“eth0”并没有出现在网卡列表中。 使用命令“systemctl status network
阅读全文
摘要:环境: 操作系统:Centos 7 dotnet core:2.0.0 2.1.3 问题: 在使用supervisor 配置守护进程时,启动dotnet.core程序失败,查看/tmp下supervisor日志,发现dotnet.core程序启动多次(127错误码)失败后,报“ too many s
阅读全文
摘要:环境: Centos7 .Net core 2.0 问题: 使用QRCoder 报“Unable to load DLL 'gdiplus'" 同 https://q.cnblogs.com/q/98966/ 解决: yum install libgdiplus-devel 注意: yum inst
阅读全文
摘要:1、安装erlang rabbitmq 官方下载地址 "http://www.rabbitmq.com/download.html" ,选择"RHEL, CentOS, Fedora" 进入到 “http://www.rabbitmq.com/install-rpm.html”,在文中找到节点“In
阅读全文
摘要:环境: EF core 2.0 Net core 2.0 错误: 因实体定义了多个key,打开数据库时程序报以下错误 An unhandled exception occurred while processing the request. InvalidOperationException: En
阅读全文
摘要:环境: centos 7 mono 5.2 Asp.net MVC5 问题: 在生成验证码时报,验证码无法显示,字体集找不到 解决: 到windows 系统中,拷贝字体到centos中。 windows 字体集在“C:\Windows\Fonts”。 centos字体集在“/usr/share/fo
阅读全文
摘要:环境: CentOS 7 vmware 12 操作: 复制可使用的vmware centOS 7系统至新环境 问题: 无法启动网络 查看“systemctl status network" 红色提示:”code=exited,status=1/failure“ 和 ”failed to start
阅读全文
摘要:问题: 通过CDN加速的网站,记录日志时无法追踪源IP,日志的IP都为CDN节点ip。 分析: 1、在解析记录header时,CDN实际会把源IP以其它header的形式回传,如网宿为【Cdn-Src-Ip】,蓝汛为【HTTP_CLIENT_IP】 2、在IIS日志中无法选择自定义日志,只能是W3C
阅读全文
摘要:环境: windows server 2012 WCF 配置成wsHttpBinding 在通过IP地址访问时,报“客户端身份验证方案“Anonymous”禁止 HTTP 请求”错误。 检查: 1、防火墙已经对端口例外,telnet 端口正常响应 2、通过本机在浏览器输入“http://****.s
阅读全文
摘要:always on 是sql server 服务器的数据同步备份容灾工具, 集中了故障转移群集、数据库镜像和日志传送等功能。 环境: window server 2012 sql server 2012 使用always on 先决条件: AD域服务 DNS服务 故障转移集群 sql server
阅读全文
摘要:环境:Centos 7 已经下载安装.NET Core 1.1 问题: 通过VS2015 update3 创建的项目,默认是NetcoreApp,Version1.0。发布release后,拷贝到linux。cd到程序目录,运行“dotnet myapp.dll",报: 分析: 1、centos安装
阅读全文
摘要:系统环境:centos7 docker版本: 1.12.3(注意版本,可能存在不同版本设置不同的情况) docker registry版本:2.4.1 问题: 成功安装docker registry,在浏览器中输入http://192.168.1.100:5000/v2,成功返回json数据。在pu
阅读全文
摘要:搭建Nuget.Server push时,"Failed to process request. 'Method Not Allowed'",处理解决办法
阅读全文
摘要:dotnet core 安装环境在root下完成,并成功运行“hello world”程序。切换到其他账户使用dotnet命令时,报“Failed to create prime the NuGet cache. restore failed with: 1”。
阅读全文
摘要:Centos 7 安装 Visual stdio Code
阅读全文
摘要:处理sql server 日志文件过大问题
阅读全文
摘要:在window server上部署使用web deploy
阅读全文

浙公网安备 33010602011771号