ICode9

精准搜索请尝试: 精确搜索
  • appium 2.0 beta版体验2022-08-26 00:33:28

    appium 创建了Appium 2.0的项目看板,项目正在开发中。 https://github.com/appium/appium/projects/2 Appium 2.0 核心特性 独立的驱动:能够安装和使用基于你的应用平台的解耦的驱动程序。(iOS, Android, Windows OS, Flutter, etc.) 我们知道Appium为了支持多平台,集成了各种驱动

  • 安装yapi2022-08-24 18:35:39

    当前安装版本: 1.10.2 连接数据库成功! 开始下载平台文件压缩包... http://registry.npm.taobao.org/yapi-vendor/download/yapi-vendor-1.10.2.tgz 部署文件完成,正在安装依赖库... npm WARN mongoose-auto-increment@5.0.1 requires a peer of mongoose@^4.1.12 but none is insta

  • Try to run this command from the system terminal. Make sure that you use the correct version of 2022-07-17 20:37:05

          切换后,安装第三方库报错: Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'C:\Users\zhuangjie\AppData\Local\Programs\Python\Python39\p

  • 无法安装语言包2022-07-03 18:01:11

    无法安装语言包 Sorry, we're having touble getting this feature installed. You can try again later Error code: 0x800F0954       gpedit.msc 打开组织策略窗口          

  • 安装WAS之前遇到的问题2022-06-15 11:02:56

    安装WAS之前遇到的问题安装Installation Manager问题1:./userinstc -installationDirectory /opt/IBM/InstallationManager -acceptLicense-bash: ./userinstc: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory解决办法:yum install glibc.i686 问题2:./useri

  • 安装keepalived时报:The GPG keys listed for the "MySQL 8.0 Community Server" repository are alr2022-05-27 02:32:20

    参考链接:https://www.cnblogs.com/gaohongyu/p/14479497.html 执行 yum -y install keepalived 时报:The GPG keys listed for the "MySQL 8.0 Community Server" repository are already installed but they are not correct for this package. 导致 无法安装 keepalived    

  • 运行abp install-libs的时候,提示"NPM is not installed"的原因及解决办法2022-05-20 00:33:39

    提示如下:     问题:在使用修改注册表的方式将CMD的编码设置为utf-8(65001)后,每次使用CMD都会打印Active code page: 65001,导致在调试安卓设备日志的前需将该行去除,很麻烦,一不小心忘了就需要debug,最后找到是这个原因真是哭了,于是想从源头直接去掉。 解决方法:我是使用修改注册表的

  • 装包报错:peerDependencies WARNING postcss-load-config@^3.0.0 requires a peer of postcss@>=8.0.9 but n2022-05-07 17:05:31

    1 背景   1.1 装包 2 问题   2.1 装包报错 peerDependencies WARNING postcss-load-config@^3.0.0 requires a peer of postcss@>=8.0.9 but none was installed 3 原因   3.1 必须要先装postcss 4 解决办法   4.1 安装postcss cnpm install postcss -g   4.2 再装自己的

  • 解决django.core.exceptions.ImproperlyConfigured: Cannot import 'book.apps.users'. Check that2022-04-30 12:31:32

    问题 在django的apps下有多个子应用,如users,一开始在settings下面这样配置 INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.m

  • django-rest-framework2022-04-13 22:02:05

    网址: https://www.django-rest-framework.org/ 支持: Python (3.6, 3.7, 3.8, 3.9, 3.10) Django (2.2, 3.0, 3.1, 3.2, 4.0) 安装:   pip install djangorestframework   pip install markdown # Markdown support for the browsable API.   pip install django-filter #

  • The application could not be installed: INSTALL_FAILED_TEST_ONLY2022-04-12 12:01:11

    使用vivoX23 Android9调试时发现程序安装失败 Installation did not succeed.The application could not be installed: INSTALL_FAILED_TEST_ONLY 如图:    解决方法: 在gradle.properties文件中添加 android.injected.testOnly=false

  • 如何在 Debian 上列出已安装的软件包2022-03-28 15:04:48

    可用用 apt 命令查看已经安装的软件包。 要列出系统上安装的所有软件包,请运行以下命令。 sudo apt list --installed 该命令将显示所有已经安装软件包的列表,可添加 less 命令更加容易阅读: sudo apt list --installed | less 查找特定包可以添加 grep 命令,如查找是否安装 check

  • 使用django自带的connection2022-03-25 13:04:47

    from django.conf import settings import django import pymysql pymysql.install_as_MySQLdb() INSTALLED_APPS = [] DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'xx

  • Ubuntu18.04编译安装ROS工具包MoveIt2022-03-03 17:01:12

    官方安装教程请点击https://moveit.ros.org/install/source/ 笔者在这一步遇到问题, sudo apt install python3-wstool python3-catkin-tools clang-format-10 python3-rosdep 出现如下报错 The following packages have unmet dependencies:  python3-rosdep : Depends: pytho

  • Android Studio 2021 打开提示if you already hava 64-bit JDK installed,define a JAVA_HOME variable in Comp2022-02-19 11:32:45

    Android Studio 2021 打开提示if you already hava 64-bit JDK installed,define a JAVA_HOME variable in Computer>System.... 一般是启动参数错误造成的。 找到配置文件 studio64.exe.vmoptions。 我这里是 C:\Users\Administrator\AppData\Roaming\Google\AndroidStudio2021.1

  • tensorboard安装错误史2022-02-09 14:34:20

    tensorboard安装错误 1尝试阶段 Dell 32位电脑,原有安装Anaconda, conda create -n tensorflow python=3.6 activate tensorflow pip install --ignore-installed --upgrade tensorflow 结果显示找不到符合匹配的tensorflow版本 2查找资料 发现tensorflow没有32位版本 lenovo 6

  • 安装tensorflow时报错: Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot2022-01-09 10:34:43

    安装tensorflow时报错: Cannot uninstall ‘certifi’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. 解决方案: 使用 pip install tensorflow --ignore-installed

  • WPS Office has not found any installed printers2022-01-04 23:34:00

    问题 之前用deb安装wps缩放DPI一直不正常无法解决,换snap版后恢复正常。 使用snap安装Ubuntu软件商店提供的wps成功却无法使用打印机。 提示WPS Office has not found any installed printers但其他软件可以正常打印 解决 原来在snap store里有对应的权限设置,需要手动开启 重启WPS

  • 【ubuntu 18.04】安装RVM2021-12-22 11:33:01

    1. 官网 # 二进制包 https://rubies.travis-ci.org/ # 官网 https://rvm.io/ 2. 安装文档 https://rvm.io/rvm/install 3. 安装步骤 sudo apt install gnupg2# 配置秘钥gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

  • 解决Cmder弹窗7zip or Winrar not found Not installed2021-12-15 23:31:17

    这里提示是我没有安装7zip或者winRar,我不知道什么时候,cmder出现了这个问题: 1.点击右下角的三条杠: 2.点击Settings… 3.我们可以看到这里选择了7zg.exe,这是默认的解压软件,而我没有安装,我修改为360压缩的地址,大家可以根据自己的电脑解压软件,修改这个地方 修改后点击Save se

  • Installation did not succeed. The application could not be installed:2021-12-02 22:30:15

    最近升级到API 31时,写demo发现安装应用报错: The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED List of apks: [0] 'D:\AndroidStudioWorkSpace\mukewang\Test\app\build\outputs\apk\debug\app-debug.apk' Installation failed due

  • Ubuntu安装搜狗输入法以及入坑和填坑教程2021-11-30 11:59:32

    本文结构 一,两种安装方法(直接下载法,终端命令行安装法) 二,两个坑以及填坑办法 一,两种安装方法 直接下载法 1,百度搜索“搜狗输入法”进入官网 搜狗输入法 for linux (sogou.com) 2,直接下载 64bit 版本的  3,根据自己Ubuntu的位数下载对应安装包到Linux的Downloads文件夹 (Ubuntu位

  • Ansible 测试题中出现的错误2021-11-28 21:05:27

    一、mariadb写错成maraiadb 报错: fatal: [serverb]: FAILED! => {"changed": false, "msg": "No package matching 'maraiadb' found available, installed or updated", "rc": 126, "results": ["php-5.4.16

  • win10如何解决scrapy不是内部或外部命令,也不是可运行的程序2021-11-18 14:30:00

    安装scrapy成功后在cmd下输入scrapy指令时,如果报如题的错,可能是因为环境变量未配置,但为了便于观察,可以通过卸载重新安装来复现明文报错信息。 1.cmd命令下输入:pip uninstall scrapy卸载 2.弹出proceed(y/n)?输入y回车 卸载成功会出现successfully uninstall scrapy-2.51。 3.

  • Node.js: Python not found exception due to node-sass and node-gyp2021-11-15 15:04:14

    Node.js: Python not found exception due to node-sass and node-gyp 回答1 so this happened to me on windows recently. I fix it by following the following steps using a PowerShell with admin privileges: delete node_modulesfolder running npm install --global

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有