摘要:
Redis Windows版本下载地址 https://github.com/tporadowski/redis/releases 安装可参照https://blog.csdn.net/yangwenxue1989/article/details/88884668 所有配置均在 redis.wind 阅读全文
摘要:
docker run -it -v /www/wwwlogs/kkw:/logs -d -p 8055:8055 --restart=always --name kkw kkw 还是搞不太明白啊 参数尽量放在 --name kkw kkw 的前面,放后面,似乎不能生效,还需要测试 docker ru 阅读全文
摘要:
.net core 部署在centos7,验证码不显示,报如下错误: The type initializer for 'Gdip' threw an exception. > System.DllNotFoundException: Unable to load shared library 'l 阅读全文
摘要:
镜像下载、域名解析、时间同步请点击 阿里巴巴开源镜像站 1、通过 uname -r 命令查看你当前的内核版本 $ uname -r 2、root权限更新Yum包(linux命令不熟悉的同学本文建议使用root权限登陆安装docker,省去很多不必要麻烦) $ yum update 3、卸载旧版本:( 阅读全文
摘要:
记录命令如下,存放位置自行设置 Microsoft Windows [版本 10.0.19041.572] (c) 2020 Microsoft Corporation. 保留所有权利。 #关闭docke C:\Windows\system32>wsl --shutdown C:\Windows\s 阅读全文
摘要:
解决 .net Core 中文等非英文文字html输出编码输出问题 页面显示正常,查看源代码里面输出的中文会被编码,如下 解决办法:在 public void ConfigureServices(IServiceCollection services) 中增加 services.Configure< 阅读全文
摘要:
.net 5 编写的grpc服务,在windows2016 IIS10上没有架设成功,试过了http https均不可行,可能是没有SSL证书的原因,自签名证书也试过了,都无法连接,具体错误信息如下 http Grpc.Core.RpcException: Status(StatusCode="In 阅读全文
摘要:
申请软著时用得着 在一个大工程中有很多的源文件和头文件,如何快速统计总行数? 解决方案 b*[^:b#/]+.*$^b*[^:b#/]+.*$ctrl + shift + F 查找选项选 正则表达式 阅读全文
摘要:
c# 图片保存为流Stream,再次加载时提示System.ArgumentOutOfRangeException: 要求非负数的解决办法 保存为流的时候,用下面的代码 imgstream.Seek(0, System.IO.SeekOrigin.Begin); MemoryStream imgst 阅读全文
摘要:
将分支推送到远程存储库时遇到错误: rejected Updates were rejected because the tip of your current branch is behind its remote counterpart. Integrate the remote changes 阅读全文