随笔分类 -  Windows

摘要:以下代码演示Python怎么从网络下载一个文件至本地并保存在当前文件夹download import os import requests from urllib.parse import urlparse def download_file(url): response = requests.ge 阅读全文
posted @ 2023-08-24 17:37 minseo 阅读(1465) 评论(0) 推荐(0) 编辑
摘要:Windows安装MySQL后默认只能本机访问,怎么开启网络访问 mysql> create user 'root'@'%' identified by 'password'; Query OK, 0 rows affected (0.00 sec) mysql> grant all on *.* 阅读全文
posted @ 2023-08-19 14:07 minseo 阅读(55) 评论(0) 推荐(0) 编辑
摘要:Windows安装MySQL后默认不会设置环境变量需要手动添加 已Windows11为例 我的电脑-右键-属性-高级系统设置 ![image](https://img2023.cnblogs.com/blog/1144139/202308/1144139-20230819134939238-2056 阅读全文
posted @ 2023-08-19 13:51 minseo 阅读(143) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/qq_41664096/article/details/118961381 使用以下命令启动npm只能本机访问 ``` npm run dev ``` 如果需要网络访问则需要加参数--host ``` npm run dev --host 0.0.0 阅读全文
posted @ 2023-08-18 18:08 minseo 阅读(4756) 评论(0) 推荐(0) 编辑
摘要:参考:https://zhuanlan.zhihu.com/p/348120084 下载Anaconda 下载地址 https://www.anaconda.com/ https://repo.anaconda.com/archive/Anaconda3-2023.07-2-Windows-x86_ 阅读全文
posted @ 2023-08-14 18:01 minseo 阅读(214) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/lizm166/p/16468953.html 原因:未设置源跟 解决方法:设置源跟 ![image](https://img2023.cnblogs.com/blog/1144139/202308/1144139-202308101616573 阅读全文
posted @ 2023-08-10 16:17 minseo 阅读(184) 评论(0) 推荐(0) 编辑
摘要:Windows11安装python模块transformers报错,报错信息如下 ``` ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\Users\\274 阅读全文
posted @ 2023-08-10 14:26 minseo 阅读(1333) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/zaizuxuan/article/details/126950788 1. 根据进程名找到进程 例如python进程 ``` PS C:\Users\27467> tasklist | findstr python python.exe 7088 阅读全文
posted @ 2023-07-22 19:18 minseo 阅读(320) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.haozhuangji.com/xtjc/111319342.html 1. win+r输入msconfig ![image](https://img2023.cnblogs.com/blog/1144139/202307/1144139-202307111646579 阅读全文
posted @ 2023-07-11 16:48 minseo 阅读(215) 评论(0) 推荐(0) 编辑
摘要:Linux系统如果需要使用Windows下字体可以使用以下方法 ![image](https://img2023.cnblogs.com/blog/1144139/202306/1144139-20230625112838048-1954895238.jpg) 例如Linux下应用WPS需要使用微软 阅读全文
posted @ 2023-06-25 11:33 minseo 阅读(780) 评论(0) 推荐(0) 编辑
摘要:肖慧联想E580电脑无法使用启动盘启动 参考:https://www.chongzhuangxitong.com/20181025/1278.html ![image](https://img2023.cnblogs.com/blog/1144139/202306/1144139-202306101 阅读全文
posted @ 2023-06-10 11:13 minseo 阅读(338) 评论(0) 推荐(0) 编辑
摘要:只需三步,不用下载Axure RP Extension for Chrome插件!!!只需三步,不用下载Axure RP Extension for Chrome插件!!!只需三步,不用下载Axure RP Extension for Chrome插件!!! 打开原型文件的html,会跳转到这个页面 阅读全文
posted @ 2023-05-11 11:40 minseo 阅读(922) 评论(0) 推荐(0) 编辑
摘要:office文档编辑后会带有作者信息 右键-属性-详细信息-删除属性和个人信息 创建不包含任何信息的副本 从此文档删除以下信息 需要安装office 如果只有wps则无法使用此功能 阅读全文
posted @ 2023-04-20 10:33 minseo 阅读(318) 评论(0) 推荐(0) 编辑
摘要:背景条件 硬件:Inspiron 5570 操作系统1: Windows 10 操作系统2: macOS 12.6 启动顺序 重启电脑按F12键 选择启动项 选择使用苹果的硬盘启动 重点:不选择则还是使用Windows启动盘启动 等待代码跑完 用户名:hyd 密码: 1234 阅读全文
posted @ 2022-11-09 09:12 minseo 阅读(518) 评论(0) 推荐(0) 编辑
摘要:本文演示使用微软官方工具制作Windows10启动盘 下载工具 下载地址 https://www.microsoft.com/zh-cn/software-download/windows10 运行 下载完运行即可 阅读全文
posted @ 2022-03-28 18:06 minseo 阅读(1947) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示