protoc-gen-go supported plugins go_out

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+错误的处理

1、原因 这个问题是python版本安装的 urllib3版本过高,而openssl版本太低导致的 2、解决方法 2.1、升级openssl版本 # centos yum -y update yum -y install openssl@1.1 # ubuntu apt -y update apt ......
ImportError supports 错误 urllib3 OpenSSL

maven构建报错:Unable to load the mojo 'install' (or one of its required components) from the plugin 'org.apache.maven.plugins:maven-install-plugin:2.4'

项目在执行maven clean install时,报错: Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project sby-compon ......
maven install plugin maven-install-plugin 39

[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 ......

idea的Maven配置问题:Cannot resolve plugin org.apache.maven....

这明显就是一个坑! 原因有两个方面。 1、网络问题(我是这个原因) 我们用的联通专线,在IP访问上有限制,导致我的Maven仓库一直下载不来,后来换了手机热点就好了。 2、Maven仓库配置问题 修改源: (1)阿里源 <mirror> <id>aliyunmaven</id> <mirrorOf> ......
resolve Cannot apache plugin 问题

quasar里Loading plugin造成scrollBehavior的行为不正确

发现线上的项目页面scrollBehavior表现不正常。从Index点击route到detail页面,再后退,回到的位置是detail页面的scroll position,而不是route前index页面的scroll position。后来到以前的分支查看,发现是在ssr改造后出现的问题。一开始 ......
scrollBehavior 行为 Loading quasar plugin

maven-assembly-plugin和maven-compiler-plugin显示 not found,找不到

<plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.7.0</version> <configuration> <source>1.8</source> <target>1.8</target> </configura ......

--go_out: protoc-gen-go: plugins are not supported;

# 记录问题:--go_out: protoc-gen-go: plugins are not supported; 标签(空格分隔): grpc,protoc-gen-go grpc官网:https://grpc.io/docs/languages/go/quickstart/ 官网写的要安装以下 ......

vue 组件定位插件 webpack-code-inspector-plugin -- 强烈推荐

# 作用 alt + shift + 鼠标左键 自动跳转 vscode项目的组件代码 # 项目地址 https://github.com/zh-lx/code-inspector/blob/main/packages/webpack-plugin/README.md # 使用方法 ``` npm i ......

前端vue单个文件上传支持图片,压缩包以及文件 , 下载完整代码请访问uni-app插件市场址:https://ext.dcloud.net.cn/plugin?id=13066

#### 前端vue单个文件上传支持图片,压缩包以及文件 , 下载完整代码请访问uni-app插件市场址:https://ext.dcloud.net.cn/plugin?id=13066 #### 效果图如下: ![](https://p3-juejin.byteimg.com/tos-cn-i- ......
文件 前端 单个 插件 uni-app

npm install --save tinymce/plugins/indent2em报错

[下载indent2em](http://tinymce.ax-z.cn/more-plugins/indent2em.zip) 将解压得到的文件夹,放到node_modules/tinymce/plugins中 在 node_modules/tinymce/plugins/indent2em文件夹 ......
indent2em install indent2 plugins tinymce

springboot~代码风格统计spring-javaformat-maven-plugin插件

Spring Javaformat是Spring团队开发的一款基于Google Java Format的代码格式化工具,可以帮助Java开发者自动化进行代码格式化,提高代码质量,降低代码维护成本。 Spring Javaformat可以自定义配置文件,支持大量的代码风格配置选项,满足不同项目和团队的 ......

maven-compiler-plugin build-helper-maven-plugin Maven-assembly-plugin

#### 三个插件都是是用干啥的 #### maven-compiler-plugin * 进行源代码的编译 #### build-helper-maven-plugin * 项目中添加额外的资源、源代码、构建输出目录和依赖项等 #### Maven-assembly-plugin * 生成可执行 ......

default-scheduler running PreBind plugin "VolumeBinding": binding volumes: timed out waiting for the condition

看openebs-localpv-provisioner 和kube-scheduler-minikube 和kube-controller-manager-minikube的报错信息,就发现了问题 volumeClaimTemplates: - metadata: name: proxysql-d ......

[转]POI 解析excel报错 java.lang.NoClassDefFoundError: org/apache/poi/ss/usermodel/Date1904Support

前几天做了一个excel上传导入功能,为了通用想同步支持xls和xlsx格式。代码编写期并没有报错,所需要的类也都有。可是应用启动完测式功能的时候报了这么一个错 Caused by: java.lang.NoClassDefFoundError: org/apache/poi/ss/usermode ......

nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)

nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol),遇到这个问题,不用多想,基本都是配置了IPv6监听导致,也就是如下配置 server { listen 80 default_s ......
supported protocol Address failed family

npm does not support Node.js 版本号 npm起项目起不起来

先查看自己的npm和node的版本号是否正确 这个版本对应兼容性好,稳定 如果不对,那么到node官网去下载zip的包下来,只需要复制node.exe去替换你node安装的文件夹里面的node.exe(已经安装的基础上) 版本下载地址: https://nodejs.org/zh-cn/downlo ......
npm support 版本 项目 does

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

zabbix--邮件告警报错“Support for SMTP authentication was not compiled in”

邮件报警失败:Support for SMTP authentication was not compiled in 解决办法:升级 curl 版本 具体操作步骤: 1)安装 curl # rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/r ......

原生AJAX案例浏览器报错:Cross origin requests are only supported for protocol

报错信息如下: 代码如下: <!DOCTYPE html> <html> <body> <div id="demo"> <h1>XMLHttpRequest 对象</h1> <button type="button" onclick="loadDoc()">更改内容</button> </div> ......
supported requests protocol 浏览器 案例

VUE Error: Cannot call .tap() on a plugin that has not yet been defined. Call plugin('preload').use(<Plugin>) first.

在对一个vue项目执行过“npm audit fix --force”命令之后,就出现了如下错误: ERROR Error: Cannot call .tap() on a plugin that has not yet been defined. Call plugin('preload').us ......
plugin defined preload Cannot Plugin

kanzi的安卓工程报错解决办法:Error: Could not find or access Kanzi's Gradle plugin directory

这是因为安卓里配置的环境变量不对。 需要检查下述文件的路径是否真实存在,以及和使用的版本是否匹配 ......
directory 办法 access Gradle plugin

maven-antrun-plugin

1) 依赖 2)默认的classpath http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html maven.compile.classpath maven.runtime.classpath mave ......
maven-antrun-plugin antrun plugin maven

maven-jar-plugin 定制包含哪些内容,不包含哪些

http://maven.apache.org/plugins/maven-jar-plugin/usage.html 控制打包内容 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId> ......
maven-jar-plugin 内容 plugin maven jar

26) minify-maven-plugin 合并压缩 js css文件

http://samaxes.github.io/minify-maven-plugin/minify-mojo.html <build> <plugins> <plugin> <groupId>com.samaxes.maven</groupId> <artifactId>minify-maven ......

27) yuicompressor-maven-plugin 合并压缩 js css文件

http://davidb.github.io/yuicompressor-maven-plugin/compress-mojo.html <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>yuicompressor-maven-p ......

vite + react + arco-design-mobile 使用 babel-plugin-import 实现按需加载

### 0.什么是vite? vite是一种新型前端构建工具。 - 一个开发服务器,它基于原生ES模块提供丰富的内建功能 - 一套构建指令,它使用Rollup 打包你的代码,可输出用于生产环境的高度优化过的静态资源 ### 1.什么是babel? babel 是一个javasctipt 编译器,他是 ......

babel-plugin-enhance-log插件使用

一个用来为console.log添加代码行数,log参数名以及添加分隔符的插件 # 1.安装插件 npm i babel-plugin-enhance-log -D # or yarn add babel-plugin-enhance-log -D # or pnpm add babel-plugi ......

Free MyBatis plugin插件安装

Free MyBatis plugin之前在资源库能搜到并在线安装。现在搜不到了,只能离线安装。截图为在线安装后的效果: Free MyBatis plugin方便IDEA在mapper和mapper.xml之间跳转等非常实用。 离线插件包下载地址: 1.最近很多小伙伴说为什么在idea插件里面找不 ......
插件 MyBatis plugin Free

[SprigMVC/SpringBoot] JSON序列化专题之日期序列化问题:接口报Jackson框架错误“InvalidDefinitionException: Java 8 date/time type `java.time.LocalDateTime` not supported by default:...”

# 1 问题描述 请求接口时,`service`层返回到`controller`层的数据结构为`List>`,而`Map`中存在一个`key`=`date`,value type=`java.time.LocalDate`的`Entry`,且日志报如下错误: ``` log InvalidDefin ......

SpringSecurity集成启动报 In the composition of all global method configuration, no annotation support was actually activated 异常

## 一.异常内容 ```java Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'methodSecurityMetadataSource' def ......