Prerequisites: CentOS7 virtual machine on Hyper-V Now we have a working CentOS7 virtual machine on Hyper-V. Let's configure the Internal network for i ...
分类:
Web程序 时间:
2021-06-05 18:04:36
阅读次数:
0
在jenkins打包部署时遇到一个问题,项目上有一些自有包是realease的包,如果更新了里面的代码不更新版本号,那么使用者在maven打包的时候并不会下载到最新的代码。如果是snapshot的包直接用mvn clean install -U即可强制更新,但是如果是realease包想要强制更新呢 ...
分类:
其他好文 时间:
2021-06-02 19:46:07
阅读次数:
0
#! https://zhuanlan.zhihu.com/p/376808640 没安装vs怎样生成dll? 比起VS那庞大的体积和编码效率,我还是更喜欢使用Rider(和VS的神级插件Resharper是同一家公司的产品),那么在没有安装VS的电脑上是否可以在命令行下把C#代码生成dll呢? 我 ...
分类:
其他好文 时间:
2021-06-02 19:07:06
阅读次数:
0
1、安装JAVA环境 yum install -y java-1.8.0-openjdk 2、添加Jenkins repo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins.io/redhat-stable/jenkins.repo r ...
分类:
其他好文 时间:
2021-06-02 18:28:12
阅读次数:
0
导出之前要把项目提前编译build clean 和 maven build 导出的步骤: 1.选中项目,右键选择[Export] 2.选择[java]-[Runnable JAR file] 3.如果Lanch-configuration没有选项,那肯定是项目没有提前编译运行过 4.结果如下: 可能 ...
分类:
编程语言 时间:
2021-06-02 18:15:53
阅读次数:
0
win + r 打开运行,输入%appdata% 删除npm和npm-cache文件夹 执行npm cache clean --force命令 此时应该就可以了,如果还不行,就执行卸载Node.js重新安装。 如果还是不行!! 换yarn 安装yarn npm install -g yarn yar ...
分类:
移动开发 时间:
2021-06-02 13:47:57
阅读次数:
0
The main working components of the hammer crusher are hammer and rotor, which has great influence to the hammer crusher. ...
分类:
其他好文 时间:
2021-05-24 13:30:28
阅读次数:
0
首先在一台agent安装zabbix-agent rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm yum clean all yum -y install za ...
分类:
其他好文 时间:
2021-05-24 10:48:30
阅读次数:
0
== MalformedByteSequenceException: 1字节的 UTF-8 序列的字节 1 无效 记住,每次修改了配置之后都 clean 一下,把 target 删除 == 去掉 pom.xml 中的 properties <properties> <maven.compiler.s ...
分类:
数据库 时间:
2021-05-24 10:16:57
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:a ...
分类:
其他好文 时间:
2021-05-24 09:58:36
阅读次数:
0