在升级脚手架到vue-cli3.0版本的时候出现了这个报错:[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile ...
分类:
其他好文 时间:
2019-08-15 11:00:24
阅读次数:
127
1. 安装需要用到的包 2. 下载 Python 2.6.8 版本 3. 解压文件 4. 进入解压后文件的目录 5. 配置安装信息. 6. 编译文件 (若失败提示:configure: error: no acceptable C compiler found in $PATH 安装GCC:yum ...
分类:
编程语言 时间:
2019-08-14 21:28:40
阅读次数:
1002
1. Zookeeper基础 1.1. 部署 先把ZK安装起来,后面的很多操作,都是的前提都是由ZK的操作环境,先来把ZK安装好, 1.1.1. Zookeeper windows环境安装 环境要求:必须要有jdk环境,本次讲课使用jdk1.8 1.安装jdk 2.安装Zookeeper. 在官网h ...
分类:
其他好文 时间:
2019-08-14 14:57:11
阅读次数:
231
问题: 1.新建项目后会提示一个这样的错 maven-compiler-plugin:3.1:compile(1 errors) maven-compiler-plugin:3.1:testCompile(1 errors) 2.关掉后看pom.xml 3.plugin标签也报错,无法解析 鼠标放红 ...
分类:
其他好文 时间:
2019-08-14 12:44:17
阅读次数:
145
1、Setting -> build-compiler 勾选 Build project automatically选项 2、快捷键Ctrl + Shift + A查找registry命令: 在查找到的registry命令通过鼠标双击或敲回车键,在弹出的面板中搜索关键字automake, 找到并勾选 ...
分类:
Web程序 时间:
2019-08-13 15:33:58
阅读次数:
163
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</ ...
分类:
编程语言 时间:
2019-08-13 15:21:10
阅读次数:
310
Free. For everyone. Forever. With an open source decompilation engine https://www.telerik.com/products/decompiler.aspx ...
分类:
其他好文 时间:
2019-08-11 13:21:54
阅读次数:
82
1.安装插件 在File-Setting-Plugins-Browse Repostitories中搜索Lombok Plugin插件安装 安装完成先别急着重启,继续设置,在File-Setting-Build, Execution, Deployment-Compiler-Annotation P ...
分类:
其他好文 时间:
2019-08-10 23:06:46
阅读次数:
126
阅读目录 一:webpack插件的基本原理 二:理解 Compiler对象 和 Compilation 对象 三:插件中常用的API 四:编写插件实战 回到顶部 一:webpack插件的基本原理 webpack构建工具大家应该不陌生了,那么下面我们来简单的了解下什么是webpack的插件。比如我现在 ...
分类:
Web程序 时间:
2019-08-10 18:59:55
阅读次数:
134
eclipse在其POM文件的一处提示出错如下: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (executio ...
分类:
其他好文 时间:
2019-08-10 09:16:29
阅读次数:
111