会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
太极
博客园
首页
新随笔
联系
订阅
管理
2025年2月22日
微信调试工具,内网穿透工具,Localtunnel
摘要: Localtunnel ~ Expose yourself to the world npm install -g localtunnel lt --port 8000
阅读全文
posted @ 2025-02-22 18:57 stone8386
阅读(17)
评论(0)
推荐(0)
2024年4月2日
使用 BackgroundService 创建 Windows 服务
摘要: 使用 BackgroundService 创建 Windows 服务 - .NET | Microsoft Learn
阅读全文
posted @ 2024-04-02 11:52 stone8386
阅读(32)
评论(0)
推荐(0)
2023年6月5日
centos8在更新yum源时提示失败 错误:为 repo ‘AppStream’下载元数据失败
摘要: https://blog.csdn.net/Remberthename/article/details/124070710 centos8在更新yum源时提示 失败 错误:为 repo 'AppStream’下载元数据失败 解决方法: 原因:因原有系统中使用的镜像访问地址在国内访问过慢导致 解决方案
阅读全文
posted @ 2023-06-05 17:12 stone8386
阅读(1221)
评论(0)
推荐(0)
2023年3月22日
c# 连接 sql server 数据库时报错,证书链是由不受信任的颁发机构颁发的。
摘要: 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
阅读(3814)
评论(0)
推荐(0)
2023年3月18日
锐浪报表 手工注册发布软件 - C/S报表开发
摘要: 手工注册发布文件 regsvr32.exe 程序是 Windows 自带的注册进程内 COM 对象的工具,在每种 Windows 版本中都带有此应用程序。如果将用 Grid++Report 开发的应用程序分发到目标计算机时,在安装过程中没有对 Grid++Report 的两个发布 DLL 进行自注册
阅读全文
posted @ 2023-03-18 14:14 stone8386
阅读(248)
评论(0)
推荐(0)
免COM DLL注册发布(绿色发布) - C/S报表开发
摘要: #与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
阅读(323)
评论(0)
推荐(0)
2023年2月26日
net 6 使用 加密sqlite
摘要: dotnetcore sqlite 加密
阅读全文
posted @ 2023-02-26 10:56 stone8386
阅读(448)
评论(0)
推荐(0)
2023年2月13日
如何修复identity 2的默认登录路由中的错误
摘要: 将services.ConfigureApplicationCookie移到services.AddIdentity之后,最重要的是删除服务中的AddDefaultUI。在此引用 以下是更改默认登录页面的代码: services.ConfigureApplicationCookie(options
阅读全文
posted @ 2023-02-13 21:05 stone8386
阅读(26)
评论(0)
推荐(0)
2022年7月6日
docker 启动 redis集群
摘要: 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
阅读(496)
评论(0)
推荐(0)
2021年12月3日
android studio 生成 keystore 命令
摘要: 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
阅读(221)
评论(0)
推荐(0)
下一页
公告