12 2017 档案

摘要:settings.xml 中配置 1,jar包将优先从此配置仓库下载 <profile> <id>nexus</id> <!--Enable snapshots for the built in central repo to direct --> <!--all requests to nexus 阅读全文
posted @ 2017-12-31 11:51 it_is_life 阅读(301) 评论(0) 推荐(0)
摘要:1,启动命令 在bin目录下 flume-ng.cmd agent -conf ../conf -conf-file ../conf/spooling.conf -name a1 -property flume.root.logger=INFO,console 2,自定义拦截器 实现org.apac 阅读全文
posted @ 2017-12-31 11:44 it_is_life 阅读(102) 评论(0) 推荐(0)
摘要:工作中常用Git操作 1,git init 在此目录下初始化git 2,git add -A git 添加所有文件 3,git commit -m“......” 提交到本地git 4,git remote add 【name】URL 添加远程github仓库,取名为name(初次添加远程) 5,g 阅读全文
posted @ 2017-12-31 11:36 it_is_life 阅读(92) 评论(0) 推荐(0)