摘要: 一:git git log (显示当前分支的版本历史) Git reset git branch 二:项目搭建 1、项目结构 Service层 业务逻辑层(压力会最大) Dao 数据持久层 Common 公用组件层 Web 请求处理层 Service 依赖Dao 和Common Web 依赖Serv 阅读全文
posted @ 2021-03-01 14:16 majingyun 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1、 JAVA8的主要变化 • 新日期API• 函数式编程 • 语法改进: lambda表达式,方法引用,默认方法… • 新的类库: Stream, Optional… • 已有API增强: collections..comparator• Concurrent • LongAdder & Long 阅读全文
posted @ 2021-03-01 11:29 majingyun 阅读(113) 评论(0) 推荐(0) 编辑