別再翻了,這肯定不是最全的學習資料

學習資料

Java 相關

名稱 描述
free-books 免費書籍
awesome awesome 合集
javaok 必看!java後端,亮劍誅仙。java發展路線技術要點。
JavaGuide 【Java學習+面試指南】 一份涵蓋大部分Java程序員所需要掌握的核心知識。
advanced-java 互聯網 Java 工程師進階知識完全掃盲:涵蓋高併發、分佈式、高可用、微服務、海量數據處理等領域知識,後端同學必看,前端同學也可學習
CS-Notes 📚 技術面試必備基礎知識、Leetcode、計算機操作系統、計算機網絡、系統設計、Java、Python、C++
interviews Everything you need to know to get the job.
toBeTopJavaer To Be Top Javaer - Java工程師成神之路
fullstack-tutorial 🚀 fullstack tutorial 2019,後臺技術棧/架構師之路/全棧開發社區,春招/秋招/校招/面試
android-interview-questions Your Cheat Sheet For Android Interview - Android Interview Questions
AndroidNote 安卓學習筆記
spring-analysis Spring源碼閱讀
SpringCloudLearning 《史上最簡單的Spring Cloud教程源碼》
mit-deep-learning-book-pdf MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
miaosha ⭐⭐⭐⭐秒殺系統設計與實現.互聯網工程師進階與分析🙋🐓
spring-boot-demo spring boot demo 是一個用來深度學習並實戰 spring boot 的項目,目前總共包含 63 個集成demo,已經完成 52 個。 該項目已成功集成 actuator(監控)、admin(可視化監控)、logback(日誌)、aopLog(通過AOP記錄web請求日誌)、統一異常處理(json級別和頁面級別)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作數據庫)、JPA(強大的ORM框架)、mybatis(強大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分頁插件)、mybatis-plus(快速操作Mybatis)、BeetlSQL(強大的ORM框架)、upload(本地文件上傳和七牛雲文件上傳)、redis(緩存)、ehcache(緩存)、email(發送各種類型郵件)、task(基礎定時任務)、quartz(動態管理定時任務)、xxl-job(分佈式定時任務)、swagger(API接口管理測試)、security(基於RBAC的動態權限認證)、SpringSession(Session共享)、Zookeeper(結合AOP實現分佈式鎖)、RabbitMQ(消息隊列)、Kafka(消息隊列)、websocket(服務端推送監控服務器運行信息)、socket.io(聊天室)、ureport2(中國式報表)、打包成war文件、集成 ElasticSearch(基本操作和高級查詢)、Async(異步任務)、集成Dubbo(採用官方的starter)、MongoDB(文檔數據庫)、neo4j(圖數據庫)、docker(容器化)、JPA多數據源、Mybatis多數據源、代碼生成器、GrayLog(日誌收集)、JustAuth(第三方登錄)、LDAP(增刪改查)、動態添加/切換數據源、單機限流(AOP + Guava RateLimiter)、分佈式限流(AOP + Redis + Lua)、ElasticSearch 7.x(使用官方 Rest High Level Client)。

博客網站

名稱 地址 描述
segmentfault https://segmentfault.com/ 思否
csdn https://www.csdn.net/ csdn
博客園 https://www.cnblogs.com/
稀土 http://e.xitu.io/
簡書 https://www.jianshu.com/
廖雪峯 https://www.liaoxuefeng.com/ Python, Git 等入門教程
GitHub https://github.com/ 最大的同性交友平臺
碼雲 https://gitee.com/ 中國同性交友平臺,支持私密交友,網速快一點
ibm 開發者文檔 https://www.ibm.com/developerworks/cn/

大會資料

名稱 地址
2017杭州雲棲大會精華PPT https://github.com/Alibaba-Technology/hangzhouYunQi2017ppt
雲棲大會 https://github.com/alibaba-developer/Technical-Meeting

阿里技術叢書

https://github.com/Alibaba-Technology/Alibaba-Technology-Book-Series

美團相關

  • 【前端篇】:http://dpurl.cn/Xy6IOU4
  • 【後臺篇】:http://dpurl.cn/DPm3hdo
  • 【算法篇】:http://dpurl.cn/gIIjhRw
  • 【大數據篇】:http://dpurl.cn/Lb7j5xA
  • 【學術論文篇】:http://dpurl.cn/4KE72hn
  • 【2019美團點評技術文章合輯】:http://dpurl.cn/9zvkFYe

GitHub Java Top

名稱 stars 描述
CS-Notes 88881 📚 技術面試必備基礎知識、Leetcode、計算機操作系統、計算機網絡、系統設計、Java、Python、C++
JavaGuide 67885 【Java學習+面試指南】 一份涵蓋大部分Java程序員所需要掌握的核心知識。
java-design-patterns 54933 Design patterns implemented in Java
LeetCodeAnimation 48662 Demonstrate all the questions on LeetCode in the form of animation.(用動畫的形式呈現解LeetCode題目的思路)
elasticsearch 46643 Open Source, Distributed, RESTful Search Engine
spring-boot 44933 Spring Boot
RxJava 41666 RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
interviews 41491 Everything you need to know to get the job.
advanced-java 38170 😮 互聯網 Java 工程師進階知識完全掃盲:涵蓋高併發、分佈式、高可用、微服務、海量數據處理等領域知識,後端同學必看,前端同學也可學習
okhttp 35675 An HTTP client for Android, Kotlin, and Java.
guava 35644 Google core libraries for Java
spring-framework 34857 Spring Framework
retrofit 34729 Type-safe HTTP client for Android and Java by Square, Inc.
dubbo 30918 Apache Dubbo is a high-performance, java based, open source RPC framework.
mall 28951 mall項目是一套電商系統,包括前臺商城系統及後臺管理系統,基於SpringBoot+MyBatis實現,採用Docker容器化部署。 前臺商城系統包含首頁門戶、商品推薦、商品搜索、商品展示、購物車、訂單流程、會員中心、客戶服務、幫助中心等模塊。 後臺管理系統包含商品管理、訂單管理、會員管理、促銷管理、運營管理、內容管理、統計報表、財務管理、權限管理、設置等模塊。
proxyee-down 25454 http下載工具,基於http代理,支持多連接分塊下載
zxing 24581 ZXing (“Zebra Crossing”) barcode scanning library for Java, Android
JCSprout 23456 👨‍🎓 Java Core Sprout : basic, concurrent, algorithm
netty 22407 Netty project - an event-driven asynchronous network application framework
EventBus 22102 Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.

Github Top Objective-C++

名稱 stars 描述
AFNetworking 32584 A delightful networking framework for iOS, macOS, watchOS, and tvOS.
SDWebImage 22309 Asynchronous image downloader with cache support as a UIImageView category
GPUImage 19046 An open source iOS framework for GPU-based image and video processing
Masonry 17627 Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
MBProgressHUD 15522 MBProgressHUD + Customizations
IQKeyboardManager 13900 Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.
realm-cocoa 13683 Realm is a mobile database: a replacement for Core Data & SQLite
WeChatPlugin-MacOS 13382
YYKit 13364 A collection of iOS components.
fmdb 13256 A Cocoa / Objective-C wrapper around SQLite
MJRefresh 13068 An easy way to use pull-to-refresh.

在這裏插入圖片描述

在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章