摘要: 1.搜索“windows 安全中心” 2.点击病毒与威胁防护-》管理设置 3.关闭实时保护 4.如果想要更精细的控制,或者步骤3不成功 参考:https://blog.csdn.net/LYH8543/article/details/148070948 阅读全文
posted @ 2026-07-04 07:47 midhillzhou 阅读(6) 评论(0) 推荐(0)
摘要: 方案一(推荐): 改下注册表,从2改成了4。然后重启电脑生效 方案二: 设置网络为私有网络的方法: Get-NetConnectionProfileSet-NetConnectionProfile -InterfaceIndex 8 -NetworkCategory Private 方案三(我自己试 阅读全文
posted @ 2026-05-07 08:49 midhillzhou 阅读(40) 评论(0) 推荐(0)
摘要: 型号:JL3111A2-NA Phy address: 0x03 1.首先在uboot下读取下phy的id uboot$ mii write 0x03 0x0d 0x0001 uboot$ mii write 0x03 0x0e 0x0002 uboot$ mii write 0x03 0x0d 0 阅读全文
posted @ 2026-04-24 08:34 midhillzhou 阅读(62) 评论(0) 推荐(0)
摘要: 1.现象 运行excel表格里面的export按钮后,出现错误,具体如下图,应该是公司做了 安全方面的限制。 2.解决方法 选中文件,右键,点击属性,勾选unlock 阅读全文
posted @ 2026-02-27 10:46 midhillzhou 阅读(23) 评论(0) 推荐(0)
摘要: 1.下载代码 git clone https://git.code.sf.net/p/gptfdisk/code gptfdisk 2.编译指令 make sgdisk CC=aarch64-none-linux-gnu-gcc CXX=aarch64-none-linux-gnu-g++ CFLA 阅读全文
posted @ 2026-01-28 22:35 midhillzhou 阅读(39) 评论(0) 推荐(0)