替换yum源 vim /etc/yum.repos.d/epel.repo [epel] name=Extra Packages for Ente...

转自: https://www.cnblogs.com/songyz/p/11387978.html 如何将自己的代码发布到Maven中央仓库? 去...

转自 https://zhuanlan.zhihu.com/p/63107670 Java8里面函数式编程 地精平方 程序员 1 人赞同了该文章 J...

https://www.jianshu.com/p/bb8231f48a07 ...

一键清理本地分支:删除除master之外的本地分支,同步远程分支 执行前一定要提交当前分支的更改哦 git checkout master;git ...

Spring 特点 轻量级 松耦合 万能胶 设计模式 面向Bean 关键策略 基于POJO的轻量级和最小侵入性编程 通过依赖注入和面向接口松耦合 基...

https://zhile.io/custom/license code: https://gitee.com/clive_private/code...

记一次踩坑经历 起因 在Linux中使用用全路径shell启动springBoot项目 sh /home/code/app.sh app.sh 脚...

https://zhuanlan.zhihu.com/p/112300451 ...

1、安装YUM Repo 由于CentOS 的yum源中没有mysql,需要到mysql的官网下载yum repo配置文件。 wget https:...

Command line instructions Git global setup git config --global user.name &...

Git中撤销提交 Git的几种状态 未修改 工作区 已修改 ↓ 工作区 已暂存 ↓ ...