上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: 1、软件版本: 1.1、CentOS Linux release 7.8.2003 (Core) 1.2、apache-maven-3.6.3 2、用 VIM 打开系统环境变量配置文件: vim /etc/profile 3、在 /etc/profile 文件末尾追加如下配置: MAVEN_HOME 阅读全文
posted @ 2020-08-06 19:40 hapday 阅读(1912) 评论(0) 推荐(0)
摘要: 1、软件版本: 1.1、CentOS Linux release 7.8.2003 (Core) 1.2、JDK 1.8.0_241 2、用 VIM 打开系统环境变量配置文件: vim /etc/profile 3、在 /etc/profile 文件末尾追加如下配置: JAVA_HOME=/usr/ 阅读全文
posted @ 2020-08-06 19:15 hapday 阅读(556) 评论(0) 推荐(0)
摘要: 1、软件版本: 1.1、CentOS Linux release 7.7.1908 1.2、xz-5.2.5.tar.gz 1.3、node-v12.18.3-linux-x64 2、xz 官网: 2.1、xz utils 官网: https://tukaani.org/xz/ 2.2、nodeJS 阅读全文
posted @ 2020-08-06 14:51 hapday 阅读(5599) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-08-04 17:29 hapday 阅读(134) 评论(0) 推荐(0)
摘要: 我们在 Eclipse 中常用 “方法大纲(outline)”视图,其方便我们在单一类中快速阅览有哪些方法,同时可以快速定位到指定的方法,那么我们在 IntelliJ IDEA 中如何调出类似的“方法大纲(outline)”视图的,在菜单栏中找到视图(View)--> 工具窗口(Tool Windo 阅读全文
posted @ 2020-08-02 18:25 hapday 阅读(1408) 评论(0) 推荐(0)
摘要: Window 10 系统命令行工具中查找指定端口对应的正在运行的应用程序唯一标识并杀死此任务的方法 1、首先介绍几个概念: 1.1、CMD 是 Command 的缩写,中文翻译为命令,这里理解为命令行工具更贴切; 1.2、PID 是 process identity 是缩写,是编程中常见的一个概念, 阅读全文
posted @ 2020-08-02 16:34 hapday 阅读(559) 评论(0) 推荐(0)
摘要: 1、JAR 备份 Shell 脚本 shaolinTemple-mobile_backup.sh: #!/bin/sh # author hapday # date 2020-07-27 echo "为备份后的 JAR 文件名添加日期和时间标识:" date +%Y-%m-%d-%H-%M-%S M 阅读全文
posted @ 2020-07-27 19:24 hapday 阅读(708) 评论(0) 推荐(0)
摘要: git 修改已提交了的备注信息的方法: 1、当我们已通过 git commit -m '已提交的最新的备注' 命令将代码提交到了缓存区,或者进一步执行了 git push origin master 命令已将代码推送至 git 服务端,发现已备注的信息并不能准确的表达我们的意思,想修改,那么我们可以 阅读全文
posted @ 2020-07-17 08:48 hapday 阅读(7689) 评论(0) 推荐(1)
摘要: 1、错误提示: No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? 2、原因分析: 从翻译可知 Eclipse 不知道是用 JRE 还是使用 JDK 对源码进 阅读全文
posted @ 2020-07-15 09:37 hapday 阅读(440) 评论(0) 推荐(0)
摘要: 1、异常提示: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically reg 阅读全文
posted @ 2020-07-15 09:34 hapday 阅读(2124) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页