摘要: 使用 BackgroundService 创建 Windows 服务 - .NET | Microsoft Learn 阅读全文
posted @ 2024-04-02 11:53 stone8386 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Remberthename/article/details/124070710 centos8在更新yum源时提示 失败 错误:为 repo 'AppStream’下载元数据失败 解决方法: 原因:因原有系统中使用的镜像访问地址在国内访问过慢导致 解决方案 阅读全文
posted @ 2023-06-05 17:12 stone8386 阅读(545) 评论(0) 推荐(0) 编辑
摘要: c# 连接 sql server 数据库时报错:A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL 阅读全文
posted @ 2023-03-22 19:11 stone8386 阅读(1849) 评论(0) 推荐(0) 编辑
摘要: 手工注册发布文件 regsvr32.exe 程序是 Windows 自带的注册进程内 COM 对象的工具,在每种 Windows 版本中都带有此应用程序。如果将用 Grid++Report 开发的应用程序分发到目标计算机时,在安装过程中没有对 Grid++Report 的两个发布 DLL 进行自注册 阅读全文
posted @ 2023-03-18 14:14 stone8386 阅读(71) 评论(0) 推荐(0) 编辑
摘要: #与VB.NET的COM免注册处理过程完全一致。以下讲解基于Grid++Report的C#例子“2.Normal”进行,默认安装在目录“C:\Grid++Report 6\Samples\CSharp\2.Normal”。 1、用VS打开解决方案后,展开项目下的“引用”节点,分别选中其下级的“Axg 阅读全文
posted @ 2023-03-18 14:11 stone8386 阅读(177) 评论(0) 推荐(0) 编辑
摘要: dotnetcore sqlite 加密 阅读全文
posted @ 2023-02-26 10:56 stone8386 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 将services.ConfigureApplicationCookie移到services.AddIdentity之后,最重要的是删除服务中的AddDefaultUI。在此引用 以下是更改默认登录页面的代码: services.ConfigureApplicationCookie(options 阅读全文
posted @ 2023-02-13 21:06 stone8386 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2022-07-06 12:31 stone8386 阅读(480) 评论(0) 推荐(0) 编辑
摘要: keytool -genkey -alias android.keystore -keyalg RSA -validity 20000 -keystore android.keystore -validity 20000 代表的是天数 查看.keystore相关信息 keytool -list -k 阅读全文
posted @ 2021-12-03 20:11 stone8386 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 参考了https://www.cnblogs.com/sheldon-lou/p/10643267.html 阅读全文
posted @ 2019-06-10 13:04 stone8386 阅读(538) 评论(0) 推荐(0) 编辑