摘要: @echo off net stop wuauserv sc config wuauserv start= disabled sc privwuauserv recovery= Disable schtasks /Change /TN "\Microsoft\Windows\WindowsUpdat 阅读全文
posted @ 2023-04-29 21:55 supersdar 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Compresss by Squid-Box.SevenZipSharp.Lite choose x86/x64 7z dll if (IntPtr.Size == 4) { SevenZipExtractor.SetLibraryPath(@"x86\7z.dll"); } else { Seve 阅读全文
posted @ 2022-08-10 15:14 supersdar 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Install and Configure Redis on CentOS 7 | Linode 1 基本的安装命令: 1: 更新源sudo yum update 2: 安装EPELsudo yum install epel-release 3: 安装redissudo yum install re 阅读全文
posted @ 2022-05-17 17:15 supersdar 阅读(128) 评论(0) 推荐(0) 编辑
摘要: String^ to std::string #include <msclr\marshal_cppstd.h> marshal_as<string>(String^) 阅读全文
posted @ 2022-01-27 17:42 supersdar 阅读(63) 评论(0) 推荐(0) 编辑
摘要: C#写入字符串到共享内存 try { long t = 1 << 10 << 10; var mmf = MemoryMappedFile.CreateOrOpen("test1", t, MemoryMappedFileAccess.ReadWrite); var viewAccessor = m 阅读全文
posted @ 2021-12-30 18:19 supersdar 阅读(514) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/zh-cn/windows/wsl/install-manual#step-4 download-the-linux-kernel-update-package 下载 Invoke-WebRequest -Uri https://aka.ms/w 阅读全文
posted @ 2021-12-08 20:42 supersdar 阅读(40) 评论(0) 推荐(0) 编辑
摘要: public class RecycleQueue<T> { public int len; T[] v; int max; int front; int rear; public RecycleQueue(int MAXSIZE) { max = MAXSIZE; v = new T[max]; 阅读全文
posted @ 2021-11-19 21:24 supersdar 阅读(23) 评论(0) 推荐(0) 编辑
摘要: http://www.kaixinit.com/info/os/1128.html slmgr /upk slmgr /ipk WX4NM-KYWYW-QJJR4-XV3QB-6VM33 slmgr /skms kms.cangshui.net slmgr /ato win10 p slmgr /i 阅读全文
posted @ 2021-11-16 11:22 supersdar 阅读(128) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/453003/202111/453003-20211108211951799-264136972.png) ![](https://img2020.cnblogs.com/blog/453003/202111/453003-20211108212038180-698498178.png) 阅读全文
posted @ 2021-11-08 21:21 supersdar 阅读(616) 评论(0) 推荐(0) 编辑
摘要: 解决pve6.2/pve6.3 安装ifupdown2,失败问题 https://www.cnblogs.com/lovesKey/p/14400874.html https://blog.whsir.com/post-5618.html https://blog.51cto.com/u_54046 阅读全文
posted @ 2021-11-03 16:40 supersdar 阅读(100) 评论(0) 推荐(0) 编辑