会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
℡angel
博客园
首页
新随笔
联系
订阅
管理
2021年1月11日
Maven Assembly 配置详细解释
摘要: Assembly 自定义打包的详细配置说明 <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocatio
阅读全文
posted @ 2021-01-11 16:03 ℡angel
阅读(3026)
评论(0)
推荐(0)
2021年1月4日
linux 配置保存git 的账户名密码
摘要: 在linux 下,默认每次操作远程git 时都需要输入用户名和密码,通过下面的配置实现记住密码 git config --global credential.helper store git credential-store store protocol=http host=10.24.12.2 u
阅读全文
posted @ 2021-01-04 15:44 ℡angel
阅读(6030)
评论(0)
推荐(0)
2020年12月31日
Maven编译指定(跳过)Module
摘要: 在编译项目时,经常会遇到只编译指定Moudle 的情况,如果全部编译,耗时会很长 编译命令 编译制定模块的相关的命令 -am --also-make 同时构建所列模块的依赖模块; -amd -also-make-dependents 同时构建依赖于所列模块的模块; -pl --projects <a
阅读全文
posted @ 2020-12-31 10:12 ℡angel
阅读(3116)
评论(0)
推荐(2)
2020年12月30日
linux 实时监控网卡流量
摘要: 工作中,经常会遇到需要查看服务器的实时网卡流量,下面记录几种查看实时流量的方法 命令sar -n DEV 1 2 sar命令包含在sysstat工具包中,可以基于网络接口统计流量信息 统计流量的命令 sar -n DEV 1 2 命令说明 -n 参数有6个不同的参数,DEV | EDEV | NFS
阅读全文
posted @ 2020-12-30 17:01 ℡angel
阅读(4400)
评论(0)
推荐(1)
2020年12月28日
CentOs yum 源配置
摘要: 备份原配置文件 yum 源的配置文件在/etc/yum.repos.d下,修改CentOS-Base.repo的内容 先备份原来的配置文件 sudo mv CentOS-Base.repo CentOS-Base.repo.backup 下载新的源配置文件 阿里云 CentOS7 sudo wget
阅读全文
posted @ 2020-12-28 16:23 ℡angel
阅读(612)
评论(0)
推荐(0)
公告