• 2024-09-10vue项目中引入组件时出现的Module is not installed问题
    在Vue项目中,如果遇到了如图“Moduleisnotinstalled”这样的错误,通常这个错误并不是直接由Vue或VueCLI本身抛出的,而是可能因为几个不同的原因导致的。这个错误可能是在你尝试引入一个模块或组件时,该模块或组件并没有被正确地安装在你的项目中。以下是一些可能导致这
  • 2024-07-16安装软件Docker Desktop Installer.exe后导致的AMD显卡掉驱动,提示:The version of AMD Radeon Software you have launched
    打开AMDRadeonSoftware时总是弹出“TheversionofAMDRadeonSoftwareyouhavelaunchedisnotcompatiblewithyourcurrentlyinstalledAMDgraphicsdriver."提示框,如图所示:TheversionofAMDRadeonSoftwareyouhavelaunchedisnotcompatiblewithyourcurr
  • 2024-07-15Python 安装使用图片裁剪脚本
    Sure!Here’saquickguidetoinstallingPythononWindows11:###Step1:DownloadPython1.GototheofficialPythonwebsite:[python.org](https://www.python.org/downloads/)2.Clickthe"DownloadPython"button.Thiswilldownloadthelatestv
  • 2024-06-20pip list https://github.com/pypa/pip 源码
    https://github.com/pypa/pip/blob/main/src/pip/_internal/commands/list.py    packages:"_ProcessedDists"=[      cast("_DistWithLatestInfo",d)      fordinget_environment(options.path).iter_installed_distributions(
  • 2024-06-18PyQt5和Eric7的安装使用 —— Python篇
    需要安装Python的朋友请看另一篇文章:windows系统安装Python-----并安装使用Pycharm编辑器一、安装PyQt5:1、方法一:使用pip命令在线安装。输入以下命令可以直接安装:pipinstallPyQt5由于安装默认使用国外的镜像,可能因为网络问题会导致下载慢或者失败的现象。所以我们可以
  • 2024-06-15存档-环境信息apt
    1!aptlist--installed2Listing...Done3accountsservice/now0.6.55-0ubuntu12~20.04.5amd64[installed,upgradableto:0.6.55-0ubuntu12~20.04.6]4acl/focal,now2.2.53-6amd64[installed,automatic]5adduser/focal,now3.118ubuntu2all[in
  • 2024-05-22vue搭建脚手架 出现问题Command vue init requires a global addon to be installed.
    使用vue-cli脚手架命令vueinitwebpackmy-App创建项目回车时显示Commandvueinitrequiresa global addontobeinstalled.Pleaserun yarn globaladd@vue/cli-initandtryagain. 解决方法:npminstall-g@vue/cli-init 然后创建项目,正常。 
  • 2024-05-11python pip的各功能工作中使用说明
    根据pip命令行出来的有如下功能。installInstallpackages.downloadDownloadpackages.uninstallUninstallpackages.freezeOutputinstalledpackagesinrequirementsformat.list
  • 2024-04-28Android 系统编译
    一、流程根目录下的Makefile--->build/core/main.mk---->build/core/Makefile1.1根目录下的Makefile###DONOTEDITTHISFILE###includebuild/core/main.mk###DONOTEDITTHISFILE###1.2main.mk.PHONY:droidcoredroidcore:kernelimage\
  • 2024-04-22Spyder 5使用其他解析器
     Spyderhasreleasedversion5ofSpyderIDEanditcomeswithitsownsetofpackages.Ifyouwanttouseotherpackagesthanpre-installedpackages,followingsetofinstructionsmaybehelpfultoyou.Step-1: AddpathofPythoninstallationtoPYTHON
  • 2024-04-07console提示JQMIGRATE: Migrate is installed解决办法
    wordpress假设的网站,打开console普遍会提示一段话。1JQMIGRATE:Migrateisinstalled解决办法,versionx.x.x(版本)搜索一下,网上的文章基本都是千遍一律抄来抄去。普遍的答案都是:查找之后发现,是网站所用的jquery库版本使用了1.9以下的版本,版本太低所致。移除通知的唯一方
  • 2024-03-30idea中文包不能正确加载的问题
    plugin"chinese(simplified)languagepack/中文语言包"wasnotinstalled:invalidfilenamereturnedbyaserver解决方案:打开链接:Chinese(Simplified)LanguagePack/中文语言包-IntelliJIDEsPlugin|Marketplace(jetbrains.com)查看IDEA相应的版本,并
  • 2024-03-27《python编程从入门到实践》 Sublime中运行程序提示“Python was not found but can be installed from the Microsoft Store:
    安装过程1.安装python32.安装SublimeText①下载②让SublimeText使用命令python3来运行Python程序3.运行①新建helloworld②运行遇到的问题执行以上步骤后:1.搜索解决方法2.关掉后执行3.更改buildsystem方式python3改为python,执行,成功备注:发现保持应用打开
  • 2024-03-25使用dpkg在ubuntu上安装软件包遇到依赖包的问题
    问题在ubuntu上使用apt-get安装软件包,系统会自动安装依赖的软件包,但是使用dpkg在ubuntu上安装软件包时不会,有时会遇到下面的错误:pengdl@pengdl-HP:~/Soft$sudodpkg-ivirtualbox-7.0_7.0.14-161095~Ubuntu~focal_amd64.deb[sudo]passwordforpengdl:Selectingpreviously
  • 2024-02-05Unity打包Android报错:Target Android SDK not installed Android SDK does not include your Target SDK of 28
    1.需要查看当前unity版本中安装的SDKVersion2.找到对应路径下的文件,打开build-tools文件,其中就是对应的SDKVersion4.修改Unity中对应的配置 
  • 2024-01-30Ali Cloud Linux3 : Installing ImageMagick for PHP 7.4
    Step1:Ifnotalreadyinstalled,installthephp-develandgccpackages.$sudoyuminstallphp-develgccTocheckifthepackagesareinstalled,usethefollowingcommands.Ifeithercommandreturnsanemptyresult(orbothdo),you’llneedtoinstallth
  • 2024-01-273_python第三方库
    ❓查看安装了哪些第三方库终端piplist❓更新第三方库版本pipinstall--upgrade第三方库名ERROR:pip'sdependencyresolverdoesnotcurrentlytakeintoaccountallthepackagesthatareinstalled.Thisbehaviouristhesourceofthefollowingdependencycon
  • 2024-01-22RockyLinux8.8 本地镜像仓库搭建过程
    1.本地环境RockyLinux: RockyLinuxrelease8.8(GreenObsidian)python: 3.x.x公网镜像:rockylinux镜像_rockylinux下载地址_rockylinux安装教程-阿里巴巴开源镜像站(aliyun.com)2.说明Rockylinux是基于Redhat8在编译版本,在redhat8版本中相比较于redhat7中的本地镜
  • 2023-12-21Microsoft MSXML is not installed
    MicrosoftMSXMLisnotinstalled.线程里边加上CoInitializeEx和CoUninitialize就好了,线程外边不起作用。procedureTFrmManager.testinputpwd;beginCoInitializeEx(Nil,COINIT_MULTITHREADED);varfrm:=TFrmKPYBpwinput.Create(nil);frm.showmodal;frm.Free;
  • 2023-12-08PS C:\Users\Administrator> Get-WindowsFeature
    DisplayName                      Name           InstallState------------                      ----           -------------[
  • 2023-11-22在Linux平台下使用.NET Core访问Access数据库读取mdb文件数据
    今天有群友在群里问C#能不能在Linux下访问Access数据库?我觉得这很有趣,因此研究折腾了一下,也因为很久没有写博文了,所以特意上来写博文分享经验。运行环境操作系统:Ubuntu22.04.3LTS(Jammy)开发工具:VisualStudio2022(17.8.0)运行时版本:.NETRuntime8.0依赖库:unixo
  • 2023-11-14部署 Istio Egress Gateway
    检查IstioEgressGateway是否已布署kubectlgetpod-listio=egressgateway-nistio-system查看现存Istiopod信息kubectlgetpods-nistio-systemNAMEREADYSTATUSRESTARTSAGEistio-ingressgateway-f9fc6b7fb-m4vm
  • 2023-11-14WSL2报错:nvidia-smi Command ‘nvidia-smi‘ not found, but can be installed with:
    找了很多方法在社区找了很多方法,结果在b站评论区找到了一个方法给解决了原本一开始有人说是驱动版本问题我nvcc-V是ok的,但是nvidia-smi一直报错,Command‘nvidia-smi’notfound,butcanbeinstalledwith:解决cp/usr/lib/wsl/lib/nvidia-smi/usr/bin/nvidia-smichmodogu+
  • 2023-11-14vcpkg downloads installed 等目录做啥用的?
    GitHubCopilot:vcpkg是一个C++包管理器,它有几个重要的目录:downloads:这个目录用于存储下载的包的源代码。当你安装一个包时,vcpkg首先会下载包的源代码到这个目录。installed:这个目录用于存储已经构建和安装的包。当你构建一个包时,vcpkg会在这个目录下创建一个新的子目录
  • 2023-11-01如何安装Python3.8版本的TensorFlow?
    condainstallkeras 现在tensorflow2.4支持3.63.73.8可以放心安装pipinstalltensorflowDownloadinghttps://mirrors.aliyun.com/pypi/packages/59/9b/tensorflow-2.5.0-cp38-cp38-manylinux2010_x86_64.whl(454.4MB)升级的话可以加个--upgradepipinstalltensorf