一. Windows 7 系统补丁要求: Windows 7 Service Pack 1 (SP1) 或以上二. KB2533623 补丁此补丁是Python 3.8及以上版本在Windows 7上安装的必要条件。GitCode(32位和64位打包下载):Windows6.1-KB2533623-x86和X64.zip• 该链接包含32位和64位的 .msu 文件,适用于Windows 7系统。[x-btn type="primary" icon="fa-link" href="https://gitcode.com/open-source-toolkit/b427a" content="KB2533623 - GitCode - 下载" /] [x-btn type="secondary" icon="fa-download" href="http://dcc.hawk.pub/down2/Windows6.1-KB2533623-x86%E5%92%8CX64.zip" content="KB2533623 - 我的存储 - 下载" /]三. .NET Framework.
使用注册表修改1. 以管理员身份运行命令提示符(cmd):[x-alert type="primary"]按下 Win + R ,输入 cmd ,然后按 Ctrl + Shift + Enter 以管理员身份运行[/x-alert]2. 输入以下命令并按回车键:[x-alert type="primary"]cmdreg add "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve[/x-alert]3. 接着,输入以下命令并按下回车键来重启资源管理器,使更改立即生效:[x-alert type="primary"]taskkill /f /im explorer.exe & start explorer.exe[/x-alert]恢复Windows 11的默认右键菜单1. 如果你想要恢复Windows 11的默认右键菜单[x-alert type="primary"]reg delete "HKCU\Software\Classes\CLSID{8
运行[x-alert type="primary"]regedit[/x-alert][x-alert type="primary"]HKEY_USERS.DEFAULT\Keyboard Layout\Preload[/x-alert][x-alert type="primary"]HKEY_CURRENT_USER\Keyboard Layout\Preload[/x-alert][x-alert type="primary"]找到 00000804 键值 删除[/x-alert][x-alert type="primary"]重启电脑[/x-alert][x-alert type="primary"]完美[/x-alert]
Ventoy是一个U盘启动工具,可直接启动U盘里的ISO/WIM/IMG/VHD(x)/EFI等类型的文件,非常好用。笔记本电脑默认都是开启安全启动的,如果不关闭或无法关闭,是无法从USB设备进行启动的,Ventoy也是支持安全启动的,其原理是给当前电脑注入一个GRUB的安装证书,只要你的电脑注入过一次之后,任何基于grub启动的的U盘PE都可以通过。Ventoy官方说明是GIF图片,播放速度过快,可能无法记住,下面用文字说明操作流程。Ventoy安全启动有Enroll Key和Enroll Hash两种方式,在你的电脑上哪种可用就使用哪种。[x-btn type="primary" icon="fa-link" href="https://www.ventoy.net/cn/doc_secure.html" content="Ventoy 官方操作说明" /]如果两种都不可用,那则说明这个安全启动的方案不兼容你的机器。此时,你必须关闭这个选项,取消勾选这个选项,使用 Ventoy2Disk 重新升级一次Ventoy,同时必须在BIOS中关闭安全启动。这两个条件必须同时满足才可以正常使
[x-alert type="primary"]➭ .pyd 是 Python 动态模块的特定文件扩展名➭ .dll 是 Windows 动态链接库的通用文件扩展名[/x-alert][x-alert type="warning"]➭ 系统准备: Win10 x64 或者 Win11 x64 都行.[/x-alert]一. 安装 VS_2019_Community[x-btn type="primary" icon="fa-link" href="https://visualstudio.microsoft.com/zh-hans/vs/" content="官网链接 - 下载" /][x-btn type="secondary" icon="fa-download" href="https://wx.hawk.pub/blog/hawk/pyd/Visual%20Studio%202019%20Community.zip" content="我的下载" /][x-alert type="info"]安装完之后, 重启电脑[/x-alert]二. 安装 Python[x-btn typ
[x-alert type="primary"]➭ Windows 10➭ Python3➭ pip3[/x-alert]安装 pip# 安装方法一 curl https://bootstrap.pypa.io/get-pip.py | python# 安装方法二 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py # 下载安装脚本 python get-pip.py # 运行安装脚本pip 清华大学开源软件镜像[x-card title="常用的国内镜像源" fold="on"]阿里云开源镜像站 ——> https://mirrors.aliyun.com/网易开源镜像站 ——> https://mirrors.163.com/搜狐开源镜像 ——> https://mirrors.sohu.com/浙江大学开源镜像站 ——> https://mirrors.zju.edu.cn/清华大学开源软件镜像站 ——> https://mirrors.tuna.tsinghua.edu.cn/中
首先查看一下查看MySQL 日志配置:# 登录 进去 mysql [root@hawk ~]# mysql -u root -p mysql> show variables like "general_log%"; +------------------+----------------------------------------------+ | Variable_name | Value | +------------------+----------------------------------------------+ | general_log | OFF | | general_log_file | /www/server/data/iZbp1hdcfkkunrs1odmf6nZ.log | +------------------+----------------
1. 打开终端。2. 输入以下命令以查看Composer是否已安装:composer --version如果您看到了Composer的版本信息,那么说明Composer已经安装在您的系统中。3. 要卸载Composer,您可以使用以下命令:sudo rm -rf /usr/local/bin/composer这将删除Composer的可执行文件。4. 接下来,您可以使用以下命令删除Composer的全局配置文件:sudo rm -rf ~/.composer这将删除Composer的配置文件和缓存。5. 您可以使用以下命令删除Composer的全局安装目录:sudo rm -rf /usr/local/composer这将删除Composer的安装目录。现在,您已经成功地卸载了Composer。需要注意的是,卸载Composer可能会导致与Composer相关的项目无法正常工作。如果您在卸载Composer之前使用了Composer来管理项目依赖,那么在卸载之前,请确保备份您的项目文件和依赖关系。
[x-tabs active="1"][x-tab title="提示框"][x-alert type="primary"]提示框[/x-alert][x-alert type="info"]提示框[/x-alert][x-alert type="success"]提示框[/x-alert][x-alert type="warning"]提示框[/x-alert][/x-tab][x-tab title="代码"][x-alert type="primary"]提示框[/x-alert] [x-alert type="info"]提示框[/x-alert] [x-alert type="success"]提示框[/x-alert] [x-alert type="warning"]提示框[/x-alert][/x-tab][/x-tabs][x-tabs active="1"][x-tab title="按钮"][x-btn type="primary" icon="fa-link" href="https:
ZOOM.JSjQuery plugin for image zooming;[x-btn type="primary" icon="fa-link" href="https://fat.github.io/zoom.js" content="Zoom.js 示例" /]给 HTML <img> 标签 添加 data-action="zoom" 属性data-action="zoom"<img src="img/blog_post_featured.png" data-action="zoom">我的 Demo[x-btn type="secondary" icon="fa-download" href="//dcc.hawk.pub/zoom/zoom.js.zip" content="下载 Demo" /]WhyIt's the best way to zoom an image. It transitions/zooms in really smoothly, and then
Hawk
别固执的认为某事必须 !