会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
威流微信公众平台开发研究工作室
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
19
下一页
2025年4月17日
CentOS7离线安装.Net 8.0 SDK,EMQX,SuperVisor,PostgreSQL
摘要: 因为服务器不能连接外网,所以项目所需环境全部需要使用安装包离线安装,一直磕磕绊绊踩了很多坑才将所有环境装好,记录总结下安装过程。安装.Net 8.0 SDK下载系统对应的安装包(Linux-X64),地址为https://dotnet.microsoft.com/zh-cn/download/dot
阅读全文
posted @ 2025-04-17 00:37 威流
阅读(302)
评论(0)
推荐(0)
2025年3月31日
Windows Server 2022 防火墙如何添加动态IP
摘要: # 获取动态IP地址 $dynamicIp = ([System.Net.Dns]::GetHostAddresses("你的动态域名.com")).IPAddressToString # 定义端口列表 $ports = @(8877, 8899) foreach ($port in $ports)
阅读全文
posted @ 2025-03-31 14:40 威流
阅读(167)
评论(0)
推荐(0)
2025年3月29日
Windows 10 激活 / Windows Server 2022 激活
摘要: Windows 11/10 激活 slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX slmgr /skms kms.03k.org slmgr /ato Windows Server 2016 激活 slmgr /upk slmgr.vbs /ipk CB7KF-BW
阅读全文
posted @ 2025-03-29 14:03 威流
阅读(595)
评论(0)
推荐(0)
2025年3月23日
安卓手机使用微信支付H5Pay提示:商家参数格式有误,请联系商家解决
摘要: // 在H5项目中发起支付时 https://wx.tenpay.com/cgi-bin/mmpayweb-bin/checkmweb //一般可使用 但会导致 在 android WebView 中丢失referer <script type="text/javascript"> window.l
阅读全文
posted @ 2025-03-23 08:13 威流
阅读(404)
评论(0)
推荐(0)
2025年3月19日
C# .net 8 开发微信支付,Windows Server IIS 提示系统找不到指定的文件 解决方案。
摘要:
阅读全文
posted @ 2025-03-19 13:30 威流
阅读(15)
评论(0)
推荐(0)
2025年3月18日
Windows Server 2012 Windows Server 2025 等安装MSSQLServer2014时需要.net3.5解决方案
摘要: 服务器内部打开powershell ,在PowerShell交互界面。执行以下命令,修改注册表将更新源设置为Windows Update。 Set-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\
阅读全文
posted @ 2025-03-18 21:45 威流
阅读(165)
评论(0)
推荐(0)
2025年3月5日
windows 7 sp1 运行 PyTorch 错误解决方案
摘要: OSError: [WinError 127] 找不到指定的程序。 Error loading "Python38\lib\site-packages\torch\lib\shm.dll" or one of its dependencies. 最新版本 PyTorch (>=1.10) 不支持 W
阅读全文
posted @ 2025-03-05 08:43 威流
阅读(591)
评论(0)
推荐(0)
2025年3月2日
Windows 10 Hyper-V 安装不了 统信UOS Server 解决方案
摘要: 如果一直停留在上面的页面,删除虚拟机,记得创建虚拟机,不要选择2代CPU。
阅读全文
posted @ 2025-03-02 10:58 威流
阅读(342)
评论(0)
推荐(0)
2025年2月11日
SQL Server 如何设置某用户只能访问特定的表
摘要: 1、新建用户:安全性、登录名,右键,新建登录名 二、用户映射:选择指定数据库,然后确定。 三、打开数据库,找到指定的表,如sys_log,点右键,属性,然后点击权限,点击搜索,输入刚才的用户名,授予选择权限。
阅读全文
posted @ 2025-02-11 11:23 威流
阅读(413)
评论(0)
推荐(0)
2025年1月17日
在 C# 中读取 nslookup 命令的结果
摘要: using System; using System.Diagnostics; class Program { static void Main() { string domainName = "40.79.186.186"; // 替换为您要查询的IP string nslookupResult
阅读全文
posted @ 2025-01-17 23:17 威流
阅读(40)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
19
下一页
公告