1、首先到官网下载http://maven.apache.org/download.cgi 2、选择下载路径 3、配置环境变量,点击我的电脑-->右键选择属性-->高级设置-->环境变量,最后一路确定就行 4、打开cmd,输入命令mvn -v,这样就算安装成功了 ...
分类:
其他好文 时间:
2020-07-14 20:08:04
阅读次数:
209
create-react-app,官方推荐脚手架 配置及安装方式: 1.搭建 react : npx create-react-app my-app (my-app 自己起的文件名,如果一直安装失败,试着清一下缓存:npm cache clean --force) 1.1: npm i react- ...
分类:
移动开发 时间:
2020-07-14 13:54:20
阅读次数:
108
相邻的border会平分所占的区域,出现一个斜线, .my_triangle{ width: 10px; height: 10px; background-color: blue; border-width: 100px ; border-style: solid; border-left-colo ...
分类:
其他好文 时间:
2020-07-13 18:40:16
阅读次数:
71
服务的访问控制列表 [root@localhost ~]# cat /etc/hosts.allow # # hosts.allow This file contains access rules which are used to # allow or deny connections to ne ...
分类:
系统相关 时间:
2020-07-13 18:06:16
阅读次数:
71
#!/bin/bash#服务名称SERVER_NAME=jenkins-test# 源jar路径,mvn打包完成之后,target目录下的jar包名称,也可选择成为war包,war包可移动到Tomcat的webapps目录下运行,这里使用jar包,用java -jar 命令执行 JAR_NAME=j ...
分类:
系统相关 时间:
2020-07-12 14:36:31
阅读次数:
73
解决: <!-- https://mvnrepository.com/artifact/org.freemarker/freemarker --> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artif ...
分类:
编程语言 时间:
2020-07-12 01:08:33
阅读次数:
92
org.apache.poi.hssf.usermodel.HSSFWorkbook <!-- https://mvnrepository.com/artifact/org.apache.poi/poi --> <dependency> <groupId>org.apache.poi</groupI ...
分类:
Web程序 时间:
2020-07-08 13:01:59
阅读次数:
65
官网:http://maven.apache.org/download.cgi 配置环境变量:Path:"../apache-maven-3.6.3/bin" 检验版本命令:mvn -v 配置仓库位置: 位置:conf/settings.xml <localRepository>d:/maven/r ...
分类:
其他好文 时间:
2020-07-07 00:26:32
阅读次数:
69
介绍 Robert C.Martin's 的 软件工程师准则 Clean Code 同样适用于 PHP。它并不是一个编码风格指南,它指导我们用 PHP 写出具有可读性,可复用性且可分解的代码。 并非所有的准则都必须严格遵守,甚至一些已经成为普遍的约定。这仅仅作为指导方针,其中许多都是 Clean C ...
分类:
Web程序 时间:
2020-07-06 19:32:19
阅读次数:
84
1.安装wget yum install -y wget 2.完事前都做备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 3.下载阿里云镜像文件 wget -O /etc/yum.repo ...
分类:
其他好文 时间:
2020-07-06 16:17:29
阅读次数:
228