摘要: 1. Redis is in-memory data store, cache. 2. Request is first sent to redis, then database. 3. Data(which is also stored in database) that is frequentl 阅读全文
posted @ 2018-07-16 09:05 RebelRider 阅读(57) 评论(0) 推荐(0)
摘要: By IDEA 1. VCS 2. Checkout from version from Control By Git Bash //1. git init //2. git config --global user.name '...' 3. git clone url 阅读全文
posted @ 2018-07-15 22:57 RebelRider 阅读(128) 评论(0) 推荐(0)
摘要: Go to the project directory. Right click, --Git bash here --git init #creates .git--git add README.md #adds files you want to track--git add . #add al 阅读全文
posted @ 2018-07-10 22:13 RebelRider 阅读(179) 评论(0) 推荐(0)