File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ Java后端技术交流群(限工作一年及以上,群内有免费学习视频
52
52
* [ 备战面试\( Preparing for an interview\) ] ( #备战面试preparing-for-an-interview )
53
53
* [ BATJ真实面经\( BATJ real interview experience\) ] ( #batj真实面经batj-real-interview-experience )
54
54
* [ 最常见的Java面试题总结\( Summary of the most common Java interview questions\) ] ( #最常见的java面试题总结summary-of-the-most-common-java-interview-questions )
55
+ * [ 开发常用工具] ( #开发常用工具 )
56
+ * [ Git] ( #Git )
55
57
* [ 闲谈] ( #闲谈 )
56
58
* [ 说明] ( #说明 )
57
59
@@ -202,6 +204,12 @@ Java后端技术交流群(限工作一年及以上,群内有免费学习视频
202
204
* [ 第三周(2018-08-22)] ( https://github.com/Snailclimb/Java-Guide/blob/master/Java/这几道Java集合框架面试题几乎必问.md ) (Arraylist 与 LinkedList 异同、ArrayList 与 Vector 区别、HashMap的底层实现、HashMap 和 Hashtable 的区别、HashMap 的长度为什么是2的幂次方、HashSet 和 HashMap 区别、ConcurrentHashMap 和 Hashtable 的区别、ConcurrentHashMap线程安全的具体实现方式/底层具体实现、集合框架底层数据结构总结)
203
205
* [ 第四周(2018-8-30).md] ( https://github.com/Snailclimb/Java-Guide/blob/master/EssentialContentForInterview/MostCommonJavaInterviewQuestions/第四周(2018-8-30).md ) (主要内容是几道面试常问的多线程基础题。)
204
206
207
+ ## 开发常用工具
208
+
209
+ ### Git
210
+
211
+ * [ Git入门看这一篇就够了] ( https://github.com/Snailclimb/JavaGuide/blob/master/DevelopCommonTools/GitIntroduce.md )
212
+
205
213
## 闲谈
206
214
207
215
* [ 选择技术方向都要考虑哪些因素] ( https://github.com/Snailclimb/Java-Guide/blob/master/闲谈/选择技术方向都要考虑哪些因素.md )
You can’t perform that action at this time.
0 commit comments