上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 93 下一页
摘要: 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 阅读(682) 评论(0) 推荐(0) 编辑
摘要: 创建一个vue3项目 ``` npm init vue@latest ``` ![image](https://img2023.cnblogs.com/blog/1144139/202308/1144139-20230807185737703-1190650631.png) 启动 ``` cd vu 阅读全文
posted @ 2023-08-07 19:26 minseo 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 报错如下 ``` Loaded plugins: fastestmirror, update-motd Loading mirror speeds from cached hostfile http://mirrors.163.com/centos/7-7.1908.0.el7.centos/os/ 阅读全文
posted @ 2023-08-01 16:38 minseo 阅读(1848) 评论(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 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 需求: 1. 使用fastapi搭建一个站点 2. 使用MySQL存储用户名和密码,用户名为明文,密码为密文 3. 用户首页需要用户登录之后才能访问,如果未登录访问首页则跳转登录页面 ### 一,使用fastapi搭建一个无需验证的首页 目录结构如下 ![image](https://img2023 阅读全文
posted @ 2023-07-22 16:50 minseo 阅读(216) 评论(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 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1. 环境及版本查看 ![image](https://img2023.cnblogs.com/blog/1144139/202307/1144139-20230710172014051-204975415.png) ![image](https://img2023.cnblogs.com/blog 阅读全文
posted @ 2023-07-10 18:10 minseo 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 麒麟KOS2303操作系统忘记秘密怎么操作 1. 启动系统在启动界面下键选择 按键盘下键“↓”选择高级选项 ![image](https://img2023.cnblogs.com/blog/1144139/202307/1144139-20230710100021173-1665524965.pn 阅读全文
posted @ 2023-07-10 10:02 minseo 阅读(1272) 评论(0) 推荐(0) 编辑
摘要: 我们想要知道一个程序从运行到打开的响应时间可以使用strace命令测试 写一个运行打开某个程序的脚本例如一下脚本可以打开wps test.sh ``` #!/bin/bash #/usr/bin/google-chrome-stable www.baidu.com /usr/bin/wps #/us 阅读全文
posted @ 2023-07-06 15:49 minseo 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 麒麟KOS怎么修改更新仓库源 1. 修改配置文件 ``` # cat /var/lib/kylin-software-properties/template/kylin-source-update.conf [Server] Address=http://archive1.kylinos.cn Po 阅读全文
posted @ 2023-07-04 09:47 minseo 阅读(645) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 93 下一页