摘要:
使用 BackgroundService 创建 Windows 服务 - .NET | Microsoft Learn 阅读全文
摘要:
https://blog.csdn.net/Remberthename/article/details/124070710 centos8在更新yum源时提示 失败 错误:为 repo 'AppStream’下载元数据失败 解决方法: 原因:因原有系统中使用的镜像访问地址在国内访问过慢导致 解决方案 阅读全文
摘要:
c# 连接 sql server 数据库时报错:A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL 阅读全文
摘要:
手工注册发布文件 regsvr32.exe 程序是 Windows 自带的注册进程内 COM 对象的工具,在每种 Windows 版本中都带有此应用程序。如果将用 Grid++Report 开发的应用程序分发到目标计算机时,在安装过程中没有对 Grid++Report 的两个发布 DLL 进行自注册 阅读全文
摘要:
#与VB.NET的COM免注册处理过程完全一致。以下讲解基于Grid++Report的C#例子“2.Normal”进行,默认安装在目录“C:\Grid++Report 6\Samples\CSharp\2.Normal”。 1、用VS打开解决方案后,展开项目下的“引用”节点,分别选中其下级的“Axg 阅读全文
摘要:
dotnetcore sqlite 加密 阅读全文
摘要:
将services.ConfigureApplicationCookie移到services.AddIdentity之后,最重要的是删除服务中的AddDefaultUI。在此引用 以下是更改默认登录页面的代码: services.ConfigureApplicationCookie(options 阅读全文
摘要:
docker run -d --name redis-node-1 --net host --privileged=true -v /var/docker/redis/share/redis-node-1:/data redis --cluster-enabled yes --appendonly 阅读全文
摘要:
keytool -genkey -alias android.keystore -keyalg RSA -validity 20000 -keystore android.keystore -validity 20000 代表的是天数 查看.keystore相关信息 keytool -list -k 阅读全文
摘要:
参考了https://www.cnblogs.com/sheldon-lou/p/10643267.html 阅读全文