win+R 输入regedit打开注册表 目录 计算机\HKEY_CURRENT_USER\SOFTWARE\Microsoft\ …
计算机
发布于 2022-07-24
摘要
发布于 2021-09-21
摘要
c语言可以利用&来访问内存地址 Python可以利用id()来实现,读取利用ctypes库实现 >>> …
发布于 2021-09-18
摘要
pip更新失败出现报错No module named ‘pip’ 两步曲 在cmd中 python -m ensurepip p …
发布于 2021-09-17
摘要
上一次发的那篇文章,只有适用于windows10专业版 https://yxqfx.cn/archives/2148 现在就讲讲适 …
发布于 2021-03-12
摘要
安装图形界面 安装图形桌面的软件包 yum groupinstall “Server with GUI” -y 设置图形模式为默认 …
发布于 2021-02-16
摘要
看到人家博客桌面有个这个 我查了查 在gitee找到 live2d-widget 项目 可以直接将这个加入 <head> …
发布于 2020-11-09
摘要
sudo apt-get update 执行此代码
发布于 2020-10-10
摘要
[ { “id”: 1, “juzi”: “熟悉的地方没有风景”, “from”: “网络&
发布于 2020-10-07
摘要
链接手动下载 https://www.microsoft.com/zh-cn/p/dynamic-theme/9nblggh1zb …
发布于 2020-09-19
摘要
在你的html页面插入以下代码 <script type=”text/javascript”> document.ad …
发布于 2020-09-05
摘要
用管理员的身份打开Windows Powershell 输入以下命令: get-appxpackage *store* | rem …
发布于 2020-08-25
摘要
当我们使用CDN加速,这时候后台评论的时候看到的是CDN的IP,而不是访客真的IP 要看到真实的访客ip,只需要在wordpres …