mortal being

Android studio 安装应用出现 The application could not be installed: INSTALL_FAILED_USER_RESTRICTED 错误

### 错误详情 ``` Installation did not succeed. The application could not be installed: INSTALL_FAILED_USER_RESTRICTED List of apks: [0] '/Users/topjoy/git ......

anolis 8.8 (CentOS 8) yum update error: Problem 1: package mod_ssl-1:2.4.37-56.0.1.module+an8.8.0+11061+87142f8c.6.x86_64 requires , but none of the providers can be installed

#yum update error message: Problem 1: package mod_ssl-1:2.4.37-56.0.1.module+an8.8.0+11061+87142f8c.6.x86_64 requires httpd = 2.4.37-56.0.1.module+an8 ......
installed providers requires Problem package

js/ts文件中,导入i18n报错:Must be called at the top of a `setup` function

import { useI18n } from 'vue-i18n'; const { t } = useI18n(); 会在非组件情况下报错: 此时我们需要将上述导入方式改为: import i18n from '@/lang/i18n';//@/lang/i18n为语言包位置 const { t ......
function 文件 called setup i18n

记录一次Doris的BE启动失败的问题

启动 be的时候出现job aborted; 查看日志 be.WARNNING,发现有下面的bug, W0708 01:33:16.123397 9919 cidr.cpp:75] wrong CIDR IP value. network= F0708 01:33:16.123462 9919 ba ......
问题 Doris

麒麟V10安装好MySQL后报错Unit mysql.service could not be found

导言:这个错误消息表示系统中找不到名为"mysql.service"的服务单元,通常意味着MySQL数据库服务器未正确安装或已卸载.。 1.检查MySQL是否已正确安装: 确认已经按照正确的方式安装了MySQL数据库服务器,可以参考MySQL官方文档或其他安装指南来确保正确安装。 2.检查服务名称: ......
service MySQL mysql could found

git提示“warning: LF will be replaced by CRLF”(转载)

一、发现问题 windows平台下使用git add,git deploy 文件时经常出现“warning: LF will be replaced by CRLF” 的提示。 网上很多解决办法提到: 设置core.autocrlf=false,windows也用LF换行。 二、分析问题 格式化与多 ......
replaced warning CRLF will git

【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误

[500 The page cannot be displayed because an internal server error has occurred.] [scriptProcessor could not be found in "fastCGI" application config... ......
displayed internal occurred 错误 Service

Loops should be simplified with "LINQ" expressions

Loops should be simplified with "LINQ" expressions Why is this an issue? When a loop is filtering, selecting or aggregating, those functions can be ha ......
quot expressions simplified should Loops

Variable 'xxxx' is accessed from within inner class, needs to be final or effectively final-Lambda 表达式的变量与作用域

#### 问题的原因 问题代码: ``` public static void main(String[] args) { Integer sum = 0; Integer count = 0; List list = new ArrayList(Arrays.asList(1,2,3,4,5)); ......

删除Docker镜像报错 image is being used by stopped container ae8f224fe0e1

该报错原因是因为镜像被其他容器引用 1.查询所有容器 包括未运行的 docker ps -a 2. 删除容器 docker rm 5573214dd069 3.删除镜像 docker rmi 9c7a54a9a43c ......
container 镜像 stopped Docker image

react-native项目启动报错 Error: `fsevents` unavailable (this watcher can only be used on Darwin)

react-native项目启动报错——watchman安装问题(mac pro) Looking for JS files in /Users/你的名称/Documents/project/文件夹名 Loading dependency graph.../Users/你的名称/Documents/ ......

Media Player Classic - BE MPC-BE 1.6.8 2023.7.1

Media Player Classic - BE ![image](https://img2023.cnblogs.com/blog/1053886/202307/1053886-20230701224751013-2031647662.jpg) Media Player Classic - BE ......
Classic MPC-BE Player Media BE

系统断电后,MySQL重启失败:[ERROR] Binlog has bad magic number; It‘s not a binary log file that can be used by this version of MySQL

系统断电后,MySQL重启失败: [ERROR] Binlog has bad magic number; It‘s not a binary log file that can be used by this version of MySQL [ERROR] Can't init tc log [ ......
MySQL version Binlog binary number

安卓装包失败提示 Package xxx could not be assigned a valid UID解决方案

1. 因为新装包规则是总当前uid往后分配,所以我要找到uid最大的几个应用 cat /data/system/packages.list | awk '{print $2}' | sort -n 2. 根据查到的uid分别找出对应包名去卸载 cat /data/system/packages.li ......
assigned 解决方案 Package 方案 could

java.lang.ClassCastException java.util.Date cannot be cast to java.sql.Date

报错信息:java.lang.ClassCastException: java.util.Date cannot be cast to java.sql.Date 原因是:![image-20221228161631614](https://img2023.cnblogs.com/blog/2446 ......
java ClassCastException Date cannot cast

ROS报错:warning:clock skew detected. Your build may be incomplete

### 问题原因: 主要原因是系统时钟错误了,即系统发现了晚于当前时间编译的文件,自然就无法编译。 ### 解决方法: 可以通过修改系统时间等方法解决,但是目前认为的最优解是把项目中的每个文件都touch一遍即可: ```bash find . -type f -exec touch {} \; ` ......
incomplete detected warning clock build

[vue] Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree.

## 问题描述 ![](https://img2023.cnblogs.com/blog/1274626/202306/1274626-20230620091747723-1505063965.png) ##解决方法 ``` npm i vue@3.2.26 ``` 重新运行即可 ``` npm r ......

LD_PRELOAD cannot be preloaded

电脑好好的,突然新开终端就报错如下, ERROR: ld.so: object './envlib.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: obj ......
LD_PRELOAD preloaded PRELOAD cannot LD

php解决 mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysq

The mysql extension is deprecated and will be removed in the future: use mysq 翻译: mysql_connect这个模块将在未来弃用,请你使用mysqli或者PDO来替代。 解决方法: 打开php.ini 配置文件把 di ......

composer install时,出现Your requirements could not be resolved to an installable set of packages.

在执行composer install时遇到错误Your requirements could not be resolved to an installable set of packages.。原因是不匹配composer.json文件中要求的版本,错误代码如下。 查看的资料说是php版本不符, ......

Custom directive is missing corresponding SSR transform and will be ignored

## 背景 最近在给业务组件库集成指令库,将各个项目中常用的指令如一键复制、元素和弹窗拖拽等封装到一起,进行统一发版维护。 业务组件库项目架构采用的是pnpm+vite+vue3+vitepress,其中vitepress主要做组件库文档站点同时展示可交互的组件。 ## 问题 开发运行时指令库dem ......

报错:resolution will not be reattempted until the update interval of XXX has elapsed or updates are force

报错:resolution will not be reattempted until the update interval of XXX has elapsed or updates are force ......

解决SyntaxError: Generator expression must be parenthesized

在创建django的app时出现问题: 是因为python3.8与django1.11不兼容。 解决办法,打开 "F:\python\lib\site-packages\django\contrib\admin\widgets.py" 这个文件,去掉 '%s=%s' % (k, v) for k, ......

You won't be able to pull or push project code via SSH until you add an SSH key to your profile

You won't be able to pull or push project code via SSH until you add an SSH key to your profile 经网上搜索查看是SSH配置的问题,解决方案为配置好本地的SSH然后把它填写到Gitlab: 可以在命令提示符 ......
SSH project profile until able

解决报错: error Component name "School" should always be multi-word vue/multi-word-component-names

运行时遇到这个问题 ![](https://img2023.cnblogs.com/blog/2446184/202306/2446184-20230614214046091-1282890569.png) 自己在给组件命名时没有使用大驼峰或者'-'拼接单词,所以编译的时候报错,实际上是语法检测的问 ......

Qt打包程序移动到新环境时提示QAxBase::setControl: requested control Excel.Application could not be instantiated

在新环境中运行程序时发现程序异常结束,查看日志内如如下,异常原因应该是我是程序中对Excel表格操作产生的。 Warning: File:() Line:(0) QAxBase::setControl: requested control Excel.Application could not be ......

关于The JSON value could not be converted to System.DateTime的解决方案

如下json格式提交到后台后报: The JSON value could not be converted to System.DateTime. Path: $.beginTime | LineNumber: 3 | BytePositionInLine: 33. { "beginTime": ......

MySQL登录错误 ERROR 1045 (28000): Plugin caching_sha2_password could not be loaded

MySQL版本 Server version: 8.0.22 MySQL Community Server - GPL Docker启动MySQL之后,创建对应的用户,使用MariaDB客户端登录,报错如下: # mysql -u bbsgo -h 0.0.0.0 -P 3306 -p Enter ......
caching_sha password 错误 caching Plugin

Kettle连接MySQL报错:Driver class 'org.gjt.mm.mysql.Driver' could not be found, make sure the 'MySQL' driver (jar file) is installed

在Windows系统里面安装kettle后打算连接MySQL的时候突然报错 错误连接数据库 [wanghui] : org.pentaho.di.core.exception.KettleDatabaseException: Error occurred while trying to connec ......
Driver MySQL 39 installed Kettle