摘要: 执行maven compile时一直报错“找不到符号”,类 XXX各种clean、compile都不行最后执行Rebuild Project一次后解决 执行rebuild project方法,不是解决方法的根本原因根本原因是在dependency中引用的其它类库有变更或者问题解决方法:1、先clean compile install引入的其它项目 2、再clean compile install... 阅读全文
posted @ 2016-10-13 14:31 扯 阅读(676) 评论(1) 推荐(1) 编辑
摘要: # awk ‘条件1{动作1} 条件2{动作2}…’ 文件名条件( Pattern):一般使用关系表达式作为条件x > 10 判断变量 x是否大于10x>=10 大于等于x= 87 {printf $2 "\n" } 计算第6行大于87的 12345678[root@V2 tmp]# cat score.txt D Name PHP Linux MySQL Average1 Liming 82 ... 阅读全文
posted @ 2016-10-13 10:57 扯 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 正则表达式是包含匹配,通配符是完全匹配基础正则表达式 test.txt示例文件123456789101112Mr. James said:he was the honest man in Companyy.123despire him. But since Miss.Mary came,she never saaaid thoes words.5555nice! because ,actuaaaa... 阅读全文
posted @ 2016-10-13 10:09 扯 阅读(598) 评论(0) 推荐(0) 编辑