上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 1.阻止爱奇艺强制更新 在地址栏输入%appdata%\IQIYI Video\LStyle,将此文件夹下的QyUpdate.exe和QyUpdate.ini设置为只读,然后复制粘贴一份,命名为QyUpdate_old.exe和QyUpdate_old.ini,同样设置为只读,并且阻止exe文件联网 阅读全文
posted @ 2022-06-10 09:51 CJK'sBLOG 阅读(1414) 评论(0) 推荐(0)
摘要: 删除downloaded_rom的文件夹,随便找一个文件(文件,不是文件夹),重名为downloaded_rom(是把一个文件重命名),这样系统后台偷偷下载时,就不知道该存放更新包的文件,就无法偷偷更新系统了。 阅读全文
posted @ 2022-06-10 09:51 CJK'sBLOG 阅读(362) 评论(0) 推荐(0)
摘要: 1.把U盘里\EFI\BOOT\grubx64.efi文件重命名为mmx64.efi,避免系统提示缺少文件而退出安装; 2.如果电脑显卡为N卡,则在install Ubuntu时,按e进入编辑,在quiet splash后添加nomodeset并去掉横杠,避免安装时由于ubuntu自带显卡驱动和N卡 阅读全文
posted @ 2022-06-10 09:50 CJK'sBLOG 阅读(74) 评论(0) 推荐(0)
摘要: 1、首先要找到“.ico”的图标素材,存放在要更改图标的硬盘根目录,可命名为a.ico。图片素材大家可以去一些素材网找找,一般可以找到很多。 2、在该硬盘分区空白处鼠标右键新建一个空白文档(C盘不能建立,须在其他桌面编辑好后复制到C盘根目录),将下面的东西复制进去。 [autorun] icon=a 阅读全文
posted @ 2022-06-08 19:45 CJK'sBLOG 阅读(857) 评论(0) 推荐(0)
摘要: 临时加速: pip install dlib -i https://pypi.tuna.tsinghua.edu.cn/simple/ 永久加速: 在user文件夹里新建pip文件夹,再建pip.ini 例如c://Users/37602/pip/pip.ini 其中pip.ini文件内容为: [g 阅读全文
posted @ 2022-06-08 19:44 CJK'sBLOG 阅读(94) 评论(0) 推荐(0)
摘要: 1.首先要卸载掉用KMS激活的程序。 2.卸载完成之后,以管理员身份打开命令提示符。 3.依次输入以下命令 slmgr /upk slmgr /ckms slmgr /rearm 输入完成后会显示需要重启,重启就可以了。(是重启,不是关机后开机) 4.重启完成后,打开服务(win+R输入servic 阅读全文
posted @ 2022-06-08 19:44 CJK'sBLOG 阅读(2265) 评论(0) 推荐(0)
摘要: #include<iostream> #include<stdio.h> #include<math.h> #include<malloc.h> using namespace std; #define MAXQSIZE 100 int k=0; char nodes[100]; //二叉树的二叉链 阅读全文
posted @ 2022-06-08 19:43 CJK'sBLOG 阅读(126) 评论(0) 推荐(0)
摘要: #include<iostream> #include<string.h> #include<stdlib.h> #include<iomanip> #include<fstream> using namespace std; string head_1, head_2, head_3,head_4 阅读全文
posted @ 2022-06-08 19:43 CJK'sBLOG 阅读(110) 评论(0) 推荐(0)
摘要: #include"stdafx.h" #include<stdlib.h> #define LEN sizeof(struct student) struct student { int num; struct student *next; }; int n; struct student *lin 阅读全文
posted @ 2022-06-08 19:42 CJK'sBLOG 阅读(135) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> #include<cstring> #include<iostream> using namespace std; #define OK 1 #define ERROR 0 #def 阅读全文
posted @ 2022-06-08 19:42 CJK'sBLOG 阅读(78) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页