
ProblemSolved
problems meet, problems solved.
DeepLinkDeepLink
闲来无事,一起学习吧!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux设备重启后时间与网络时间不同步怎么解决?
文章摘要:Linux设备重启后时间不同步的解决方案包括:1)安装硬件RTC模块+纽扣电池;2)配置国内NTP服务器(如阿里云、腾讯云NTP),修改/etc/systemd/timesyncd.conf文件并重启服务;3)创建systemd服务确保业务程序在时间同步后启动,提供示例服务文件和检查脚本。通过timedatectl命令验证同步状态,该方法适用于物联网和嵌入式设备,能有效解决重启后时间偏差问题。(150字)原创 2025-06-07 12:55:58 · 393 阅读 · 0 评论 -
pip install lap时报错,可以尝试指定特定版本的包
安装lab包时版本问题导致报错原创 2024-09-25 15:12:49 · 517 阅读 · 0 评论 -
使用Gstreamer时遇到WARNING: erroneous pipeline: no element “x264enc“(亲测有效)
使用Gstreamer时遇到WARNING: erroneous pipeline: no element "x264enc"(原创 2024-07-09 16:36:13 · 1025 阅读 · 0 评论 -
error when starting dev server: Error: listen EACCES: permission denied 0.0.0.0:80
(base) h@h-virtual-machine:~/work/RuoYi-Vue3$ yarn devyarn run v1.22.22$ viteerror when starting dev server:Error: listen EACCES: permission denied 0.0.0.0:80 at Server.setupListenHandle [as _listen2] (node:net:1880:21) at listenInCluster (node原创 2024-05-07 10:57:36 · 1874 阅读 · 0 评论 -
RPC 失败。curl 16 Error in the HTTP2 framing layer
报错:```bash(base) h@h-virtual-machine:~/work$ git clone https://github.com/yangzongzhuan/RuoYi-Vue3.git正克隆到 'RuoYi-Vue3'...error: RPC 失败。curl 16 Error in the HTTP2 framing layerfatal: 在引用列表之后应该有一个 flush 包原创 2024-05-07 10:45:35 · 4064 阅读 · 0 评论 -
Attempting to start service MySQL80...Failed to start service MySQL80.只有在任务处于完成状态
```bashAttempting to grant the required filesystem permissions to the 'NT AUTHORITYNetworkService' account.Granted permissions to the data directory.Adding new serviceNew service addedEnded configuration step: Adjusting Windows serviceBeginning configur原创 2024-04-28 17:27:43 · 3161 阅读 · 1 评论 -
await import(‘source-map-support‘).then((r) =>...... SyntaxError: Unexpected reserved word(nvm)
file:///home/h/work/node_modules/vite/bin/vite.js:7 await import('source-map-support').then((r) => r.default.install()) ^^^^^SyntaxError: Unexpected reserved word原创 2024-04-24 11:01:46 · 1091 阅读 · 1 评论 -
uvicorn main:app --port 123123 --reload报错:ModuleNotFoundError: No module named ‘fastapi‘
uvicorn main:app --port 123123 --reload报错:ModuleNotFoundError: No module named 'fastapi'原创 2024-04-24 10:14:10 · 909 阅读 · 0 评论 -
我明明安装了miniconda了,为什么还报错h@h-virtual-machine:~/work/backend$ conda create -n py39 python=3.9 conda:未找到
我明明安装了miniconda了,为什么还报错h@h-virtual-machine:~/work/backend$ conda create -n py39 python=3.9 conda:未找到原创 2024-04-19 10:50:07 · 337 阅读 · 0 评论 -
python运行报错:ModuleNotFoundError,pip install相关列表(持续更新)
ModuleNotFoundError: No module named 'bs4'ModuleNotFoundError: No module named 'requests'原创 2024-04-10 15:13:00 · 624 阅读 · 0 评论 -
IndentationError: unexpected indent
运行python脚本时报错“`IndentationError: unexpected indent`”原创 2024-04-10 10:45:42 · 658 阅读 · 0 评论 -
安装qt creator以及apt-get update过程中报错解决方法
error while loading shared libraries: libxcb-xinerama.so.0: cannot open shared object file: No such file or directoryW: 目标 Sources (main/source/Sources) 在 /etc/apt/sources.list:2 和 /etc/apt/sources.list:7 中被配置了多次原创 2024-04-02 10:12:57 · 750 阅读 · 0 评论 -
从github中git clone代码时,报‘鉴权失败’等相关错误
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.fatal: 'https://github.com/xxx.git/' 鉴权失败`原创 2024-03-19 17:46:36 · 3831 阅读 · 0 评论 -
ubuntu20.04“E: 软件包 vim 没有可安装候选”“/etc/apt/sources.list:7 中被配置了多次”解决方法
ubuntu20.04安装vim时提示“E: 软件包 vim 没有可安装候选”和“W: 目标 Sources (main/source/Sources) 在 /etc/apt/sources.list:2 和 /etc/apt/sources.list:7 中被配置了多次”的解决方法原创 2024-03-05 13:35:15 · 3602 阅读 · 2 评论