摘要: 下载工具:https://gitcode.com/open-source-toolkit/03dd4/blob/main/ipmitool%20v1.8.18%20for%20windows.rar 把风扇降到30% ipmitool -I lanplus -H 192.168.2.100 -U r 阅读全文
posted @ 2025-03-08 01:10 ucdos2023 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 腾讯客服-小程序专区 (qq.com) 阅读全文
posted @ 2025-03-03 11:09 ucdos2023 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 当改动过小程序的服务器域名,或改动过的一些代码时,appSecret 有可能会失效 阅读全文
posted @ 2025-03-01 11:01 ucdos2023 阅读(1) 评论(0) 推荐(0) 编辑
摘要: //检查是否超过买米的量 var _db= _unitOfWork.GetDbClient(); var checkPayBN1728998708284 = _db.Ado.UseStoredProcedure().GetInt("CheckPayBN1728998708284", new { us 阅读全文
posted @ 2025-01-13 14:45 ucdos2023 阅读(4) 评论(0) 推荐(0) 编辑
摘要: --创建链接服务器 EXEC sp_addlinkedserver @server='MP3',--被访问的服务器别名 @srvproduct='', @provider='SQLOLEDB', @datasrc='124.223.225.0,1433'--数据源 GO --创建登录名和密码 EXE 阅读全文
posted @ 2024-12-27 18:07 ucdos2023 阅读(3) 评论(0) 推荐(0) 编辑
摘要: USE [xxx]; GO ;WITH cteCols AS ( SELECT c.name AS ColumnName FROM sys.columns c INNER JOIN sys.tables t ON c.object_id = t.object_id INNER JOIN sys.sc 阅读全文
posted @ 2024-12-27 10:34 ucdos2023 阅读(2) 评论(0) 推荐(0) 编辑
摘要: [HttpPost] [DisplayName("更新OAuth账号2")] public async Task UpdateWechatUser(SysOAuthUser input) { var weChatUser = input.Adapt<SysOAuthUser>(); await _s 阅读全文
posted @ 2024-12-25 19:00 ucdos2023 阅读(5) 评论(0) 推荐(0) 编辑
摘要: if ($request_filename ~ .*\.(htm|html)$){ add_header Cache-Control "no-cache, no-store"; } vue打包的话,js | css | png/jpg 等文件名都加上了hash值。但是index.html文件并没有, 阅读全文
posted @ 2024-12-16 13:37 ucdos2023 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1.先关闭SQL Server 2.运行(Ctrl+R),输入 regedit ,打开注册表会弹出一下界面 3.直接Ctrl+F搜索 DataProject过程会有点慢…… 4.找到SSVPropViewColumnsSQL70 和SSVPropViewColumnsSQL80 数字代表的列如下: 阅读全文
posted @ 2024-11-21 10:53 ucdos2023 阅读(58) 评论(0) 推荐(0) 编辑
摘要: try { // 开启事务,使用 SqlSugarClient 的 Context 来管理 var db = _userListRep.Context; await db.AsTenant().BeginTranAsync(); // 操作第一个表 var entity1 = input.Adapt 阅读全文
posted @ 2024-09-16 13:43 ucdos2023 阅读(15) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示