logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Traceback (most recent call last): ModuleNotFoundError: No module named ‘pip‘

1. 错误描述Traceback (most recent call last):File "d:\programfiles\python3.9\lib\runpy.py", line 197, in _run_module_as_mainreturn _run_code(code, main_globals, None,File "d:\programfiles\python3.9\lib\ru

Fragment嵌套时点击子Fragment出现点击事件穿透到父Fragment界面

问题:Fragment嵌套时点击子Fragment出现点击事件穿透到父Fragment界面;解决方案:在子Fragment的布局文件的最外层控件中添加android:clickable="true"这样就可以拦截事件的分发;但是,但是,但是:问题:这样会影响子Fragment布局文件中的其他控件;解决方案:所有受影响的控件都添加:android:clickable=...

笔记本电脑扩展屏幕后,只显示画面没有声音

一:问题Win10系统的笔记本电脑扩展屏幕后,只显示画面没有声音?二:解决方案1. 打开声音设置:方法一:Window设置 - 系统 - 选择“声音”方法二:桌面右下角声音图标(小喇叭) - 右键 - 打开声音设置2. 选择输出设备:选择“扬声器”即可!...

qlite操作时出现下面错误 android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of

sqlite操作时出现下面错误android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 1原因:游标初始位置是-1,解决方案:要用cursor.moveToFirst() or cursor.moveToNext();...

#android
Linux下报-bash: ./server.sh: Permission denied解决方案

12.103 -bash: ./server.sh: Permission denied12.103.1错误信息 在执行*.sh文件是,报-bash:./server.sh: Permission denied错误;12.103.2错误解析 这是因为对*.sh文件的读、写、运行权限不足;12.103.3解决方案chmod 777 ./*.sh12

The markup in the document following the root element must be well-formed.

错误提示:The markup in the document following the root element must be well-formed.根标签不是正确的格式,xml标签问题;Textview 中在background属性后有"/",已经闭合了,但是后面又有,两种情况只能有一种存在;

Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class

Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.This error is located at:    in RCTView (at...

Module is not installed, it is listed in package.json dependencies, and it is locally installed

Module is not installed less... (Ctrl+F1) Inspection info: Checks whether the module in the "require()" call or import statement exists, whether it is listed in package.json dependencies, an

By not providing “FindOpenCV.cmake“ in CMAKE_MODULE_PATH this project has asked CMake to find a pack

OpenCV错误1. 错误描述2. 错误分析3. 解决方案1. 错误描述CMake Error at CMakeLists.txt:10 (find_package):By not providing “FindOpenCV.cmake” in CMAKE_MODULE_PATH this project hasasked CMake to find a package configuration

#opencv
gcc: fatal error: no input files

一:错误描述gcc: fatal error: no input filescompilation terminated.二:错误原因gcc不能没有参数的原因三:解决方案gcc -v输出结果

    共 35 条
  • 1
  • 2
  • 3
  • 4
  • 请选择