摘要: 1.taosd-service.yaml apiVersion: v1 kind: Service metadata: name: "taosd-service" namespace: "dev-rd2" labels: app: "tdengine" spec: ports: - name: tc 阅读全文
posted @ 2026-03-27 17:25 山顶洞外人 阅读(4) 评论(0) 推荐(0)
摘要: cmd 使用管理员权限打开 diskpart select vdisk file="C:\Users\jsxhy\AppData\Local\Docker\wsl\data\ext4.vhdx"detail vdiskattach vdisk readonlycompact vdiskdetach 阅读全文
posted @ 2025-05-19 14:59 山顶洞外人 阅读(23) 评论(0) 推荐(0)
摘要: with MAX_CTE as (select max(DAY_FLOW_YEAR) as DAY_FLOW_YEAR,STAT_DAY from NS_KPI where (STAT_DAY between dateadd(day,1,dateadd(year,datediff(year,0,da 阅读全文
posted @ 2025-01-07 11:09 山顶洞外人 阅读(11) 评论(0) 推荐(0)
摘要: if not exists(select 1 from WAP_CONFIG2.AUTH_APP where 1=0) THEN select * from WAP_CONFIG2.AUTH_APP where 1=1; ELSE select * from WAP_CONFIG2.AUTH_APP 阅读全文
posted @ 2024-04-17 16:22 山顶洞外人 阅读(511) 评论(0) 推荐(0)
摘要: private List<string> GetImplName() { List<string> ls = new List<string>(); var types = AppDomain.CurrentDomain.GetAssemblies() .SelectMany(a => a.GetT 阅读全文
posted @ 2024-02-22 14:58 山顶洞外人 阅读(34) 评论(0) 推荐(0)
摘要: 报的错误信息如下: [08S01] 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException 阅读全文
posted @ 2023-10-13 10:47 山顶洞外人 阅读(1556) 评论(0) 推荐(0)
摘要: using System.Transactions; using (TransactionScope scope = new TransactionScope(TransactionScopeOption.Required, new TransactionOptions { IsolationLev 阅读全文
posted @ 2023-08-25 14:32 山顶洞外人 阅读(30) 评论(0) 推荐(0)
摘要: copy 30mb.jpg /b + music5mb.mp4 35mb.jpg 原来30m的图片扩展一个5m的MP4,可以变成一个35mp的图片 在当前文件下下打开cmd执行上述命令即可。 阅读全文
posted @ 2023-03-01 10:50 山顶洞外人 阅读(159) 评论(0) 推荐(0)
摘要: 引自: https://chuna2.787528.xyz/xiaoyou2018/p/11190212.html 阅读全文
posted @ 2023-02-24 11:13 山顶洞外人 阅读(81) 评论(0) 推荐(0)
摘要: 1.关闭vs 2.管理员运行cmd cd C:\Program Files (x86)\Common Files\microsoft shared\MSI Tools regsvr32.exe /u mergemod.dll regsvr32.exe mergemod.dll 3.打开 C:\Pro 阅读全文
posted @ 2023-01-10 14:13 山顶洞外人 阅读(423) 评论(0) 推荐(0)