Code Monkey home page Code Monkey logo

headfirst's Introduction

headfirst

1, http://meldmerge.org/, 可以使用meld作为git merge工具 2, 在命令行工具安装完成后默认会在提交文件时在所有提交的文件中的每一行的文本后面增加一个字符,这样会导致其他人在合并文件时需要对全文件进行比对,解决这个问题需要在命令行中运行命令

git config --global core.autocrlf false git config --global core.autocrlf false

git中文路径名称乱码 git config --global core.quotepath false

让git mergetool不再生成烦人的备份文件(*.orig) git config --global mergetool.keepBackup false

3, 安装Lombok插件提高开发效率 Lombok官方api:https://projectlombok.org/features/index.html 使用lombok之后,省去了许多没必要的get,set,toString,equals,hashCode代码,简化了代码编写,减少了代码量。 另外@Data注解的作用相当于 @Getter @Setter @RequiredArgsConstructor @ToString @EqualsAndHashCode的合集。

4, 阿里巴巴Java开发手册IDEA插件使用指南

headfirst's People

Contributors

nevenchen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.