11 2021 档案

摘要: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 阅读(35) 评论(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 阅读(201) 评论(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 阅读(782) 评论(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 阅读(108) 评论(0) 推荐(0)