# Java
# Flag
- https://github.com/topics/java (opens new window)
- https://github.com/jcp-org (opens new window)
- https://docs.oracle.com (opens new window)
- https://www.oracle.com/cn/java/technologies (opens new window)
- https://www.oracle.com/cn/java/technologies/java-se-api-doc.html (opens new window)
- https://docs.oracle.com/javase/8/index.html (opens new window)
- https://docs.oracle.com/javase/8/docs (opens new window)
- https://docs.oracle.com/javase/7/docs (opens new window)
- JavaBeans 规范 (opens new window)
- https://github.com/eclipse-ee4j (opens new window)
- https://github.com/jakartaee (opens new window)
- Michael Redlich-Java近期新闻 (opens new window)
- Java版本比较 (opens new window)
- Java 9-16 新增语法元素一览 (opens new window)
- Java 速查手册 (opens new window)
- https://docland.io (opens new window)
- javaEE和javaweb的区别? (opens new window)
JEP (opens new window)的全称就是
JDK Enhancement Proposals
,简单点讲就像是一个个对JAVA进行改进提案, 这些提案会在合适的时间合适的地点被加入JDK的特定版本。
- https://github.com/javaee-samples (opens new window)
- 生成代码 https://github.com/moshowgame/SpringBootCodeGenerator (opens new window)
- Java Web安全 https://github.com/javaweb-sec/javaweb-sec (opens new window)
- https://github.com/su18 (opens new window)
- https://github.com/phith0n (opens new window)
- https://github.com/vulhub (opens new window)
- 开源教程、开发者工具、编程网站和技术资源 (opens new window)
# 学习
- 技术集合归档 (opens new window)
- Java 全栈知识体系 https://www.pdai.tech (opens new window)
- http://tutorials.jenkov.com (opens new window)
- https://javadox.com (opens new window)
- https://javadoc.io (opens new window)
- https://github.com/Snailclimb/awesome-java (opens new window)
- https://github.com/search?q=Interview (opens new window)
- Java新功能 https://github.com/wesleyegberto/java-new-features (opens new window)
- https://github.com/hepengju/java-new-features (opens new window)
- https://github.com/GreyZeng/java_new_features (opens new window)
- https://github.com/javamultiplex/java-new-features (opens new window)
- Java8函数式编程 https://github.com/glen9527/Java-8-Lambdas-zh (opens new window)
- https://www.manning.com/books/java-8-in-action (opens new window)
- https://github.com/CyC2018/CS-Notes (opens new window)
- https://github.com/hollischuang/toBeTopJavaer (opens new window)
- https://github.com/bethrobson/Head-First-Java (opens new window)
- 在线课程 https://codegym.cc/zh (opens new window)
- 多个学习项目组织 https://github.com/doocs (opens new window)
- https://github.com/quanke (opens new window)
- https://github.com/Snailclimb/JavaGuide (opens new window)
- https://github.com/crossoverJie/JCSprout (opens new window)
- 《Java编程思想》 第5版 https://github.com/LingCoder/OnJava8 (opens new window)
- https://github.com/Syasuker/OnJava8-zh (opens new window)
- https://github.com/Knn120/OnJava8-PDF (opens new window)
- Java Tutorials https://github.com/pingfangx/java-tutorials-in-chinese (opens new window)
- https://github.com/jast90/The-Java-Tutorials-CN (opens new window)
- https://jenkov.com (opens new window)
- Java Servlet 3.1 规范 https://github.com/waylau/servlet-3.1-specification (opens new window)
- https://github.com/flance/java-servlet-specification-4.0 (opens new window)
- Effective Java https://github.com/search?q=effective-java (opens new window)
- https://github.com/sjsdfg/effective-java-3rd-chinese (opens new window)
- https://github.com/clxering/Effective-Java-3rd-edition-Chinese-English-bilingual (opens new window)
- https://gitee.com/liuzidong/effctive-java-3rd-chinese (opens new window)
- https://gitee.com/lin-mt/effective-java-third-edition (opens new window)
- https://github.com/Wasabi1234/EffectiveJava3-zh (opens new window)
- 精通 Java 并发编程(第2 版 ) https://github.com/Jueee/ConcurrencyWithJava (opens new window)
- 设计原理和模式中的并行编程 http://gee.cs.oswego.edu/dl/cpj/index.html (opens new window)
- Java 9 模块化开发 https://github.com/ledudu/Java-9-Modularity-zh (opens new window)
- https://github.com/hansonwang99/JavaCollection (opens new window)
- 后端技术总结 https://github.com/NotFound9/interviewGuide (opens new window)
- https://github.com/RedSpider1/concurrent (opens new window)
- https://github.com/javagrowing/JGrowing (opens new window)
- https://github.com/dunwu/java-tutorial (opens new window)
- https://github.com/zszdevelop/java-study-gitbook (opens new window)
- 面试题 https://gitee.com/souyunku/DevBooks (opens new window)
- https://github.com/Tyson0314/Java-learning (opens new window)
- https://github.com/xbox1994/Java-Interview (opens new window)
- Java服务端知识技能图谱 https://github.com/caison/java-knowledge-mind-map (opens new window)
- https://yun.itheima.com/subject/javamap/index.html (opens new window)
- JAVA书籍存放库 https://github.com/singgel/JAVA (opens new window)
- https://github.com/waylau/essential-java (opens new window)
- https://github.com/qinxuewu/docs (opens new window)
- https://github.com/scalad/Note (opens new window)
- https://github.com/fuzhengwei/CodeGuide (opens new window)
- 设计模式 https://github.com/fuzhengwei/itstack-demo-design (opens new window)
- https://github.com/stalary/Source-code-analysis (opens new window)
- https://github.com/nibnait/algorithms (opens new window)
- https://github.com/Childe-Mu/java_notes (opens new window)
- https://github.com/whx123/JavaHome (opens new window)
- https://developer.ibm.com/zh/technologies/java/gettingstarted (opens new window)
- 深入理解Java函数式编程和Streams API https://github.com/CarpenterLee/JavaLambdaInternals (opens new window)
- https://github.com/yamw/CodingRecord (opens new window)
- https://github.com/ZXiangC/my-blogs (opens new window)
- https://github.com/huge0612/jdk1.8-book (opens new window)
- https://github.com/ZZX9599/JDK8NewFeatures (opens new window)
- https://github.com/weitw/Notes (opens new window)
- https://github.com/zhangtianyi0110/CodeNote (opens new window)
- https://github.com/k-saihua/clicknium-docs-test (opens new window)
- https://github.com/weitw/docsify-sample (opens new window)
- https://github.com/chanhuiwumeng/Java-Class (opens new window)
- https://github.com/kookwe/leyous (opens new window)
- https://github.com/kun213/JavaNotes (opens new window)
- https://github.com/elastic-work/codedoc (opens new window)
- https://github.com/deyou123/docsify-notes (opens new window)
- https://github.com/ninghuang00/githubio (opens new window)
- https://github.com/DuHouAn/Java (opens new window)
- https://github.com/innnky/netlify (opens new window)
- https://github.com/binghe001/BingheGuide (opens new window)
- Java源码分析【源码笔记】 https://github.com/yuanmabiji/Java-SourceCode-Blogs (opens new window)
- http://github.com/CarpenterLee/JavaLambdaInternals (opens new window)
- https://github.com/itwanger/javabooks (opens new window)
- https://github.com/crisxuan/bestJavaer (opens new window)
- https://github.com/fenixsoft/awesome-fenix (opens new window)
- https://github.com/AobingJava/JavaFamily (opens new window)
- JDK源码阅读笔记 https://github.com/kangjianwei/LearningJDK (opens new window)
- https://github.com/seaswalker/jdk-sourcecode-analysis (opens new window)
- https://github.com/wupeixuan/JDKSourceCode1.8 (opens new window)
- JDK8 实现 JVM https://github.com/guxingke/mini-jvm (opens new window)
- https://github.com/diguage/jdk-source-analysis (opens new window)
- Java 虚拟机规范(第11版) https://github.com/waylau/java-virtual-machine-specification (opens new window)
- https://github.com/PansonPanson/Java-Notes (opens new window)
- https://github.com/xjjdog/javaok (opens new window)
- https://github.com/dunwu/javacore (opens new window)
- https://github.com/wuxiaobo000111/Java--apollo (opens new window)
- https://github.com/nivelle/java-all (opens new window)
- https://github.com/siriuscc/Java-Note (opens new window)
- https://github.com/niumoo/JavaNotes (opens new window)
- https://github.com/kosoraYintai/TreeMapSourceAnalysis (opens new window)
- https://github.com/wx-chevalier/ProgrammingLanguage-Series (opens new window)
- https://github.com/DreamCats/Dc-Notes (opens new window)
- https://github.com/loveincode/notes (opens new window)
- https://github.com/c-rainstorm/blog (opens new window)
- https://github.com/dahuoyzs/javapdf (opens new window)
- https://github.com/Jstarfish/JavaKeeper (opens new window)
- https://github.com/Byron4j/CookBook (opens new window)
- https://github.com/basicExploration/books (opens new window)
- https://github.com/fenixsoft/jvm_book (opens new window)
- https://github.com/aCoder2013/blog (opens new window)
- https://github.com/guang19/framework-learning (opens new window)
- Java多线程编程核心技术 https://github.com/loveincode/java-multi-thread-programming (opens new window)
- 项目实践讲解 https://github.com/RudeCrab/rude-java (opens new window)
- Java OpenTelemetry测试指南 https://github.com/chenmudu/open-telemetry-java-guides (opens new window)
- https://github.com/spring2go/staffjoy (opens new window)
- https://github.com/lenve/javaboy-code-samples (opens new window)
- https://github.com/0voice/expert_readed_books (opens new window)
- https://github.com/DreamCats/java-notes (opens new window)
- https://github.com/winterbe/java8-tutorial (opens new window)
- https://github.com/zq99299/java-tutorial (opens new window)
- 常用框架源码赏析 https://github.com/doocs/source-code-hunter (opens new window)
- https://github.com/RichardWarburton/java-8-lambdas-exercises (opens new window)
- https://github.com/ameizi/DevArticles (opens new window)
- https://github.com/bage2014/study (opens new window)
- demo https://github.com/brucevsked/vskeddemolist (opens new window)
- https://github.com/biezhi/30-seconds-of-java8 (opens new window)
- https://github.com/jufeng98/java-master (opens new window)
- https://github.com/yrojha4ever/JavaStud (opens new window)
- https://github.com/BNYMellon/CodeKatas (opens new window)
- 并发专题 https://github.com/CL0610/Java-concurrency (opens new window)
- https://github.com/itwanger/toBeBetterJavaer (opens new window)
- https://github.com/vgrazi/JavaConcurrentAnimatedReboot (opens new window)
- https://space.bilibili.com/435498550 (opens new window)
# 示例项目
- https://gitee.com/renrenio (opens new window)
- https://github.com/nutzam/nutz (opens new window)
- https://github.com/febsteam (opens new window)
- https://github.com/thinkgem/jeesite4 (opens new window)
- https://github.com/hs-web (opens new window)
- https://github.com/erupts/erupt (opens new window)
- https://gitee.com/xiaonuobase (opens new window)
- https://github.com/hiparker/opsli-boot (opens new window)
- https://github.com/dibo-software/diboot (opens new window)
- https://gitee.com/Thinkingcao/projects (opens new window)
- 后台管理模板 https://github.com/oukingtim/king-admin (opens new window)
- https://gitee.com/naan1993/guns (opens new window)
- https://gitee.com/xiandafu/springboot-plus (opens new window)
- https://gitee.com/baomidou/SpringWind (opens new window)
- https://gitee.com/zhougaojun/KangarooAdmin (opens new window)
- https://github.com/honghuangdc/soybean-admin (opens new window)
- https://github.com/lenve/vhr (opens new window)
- https://github.com/YunaiV/ruoyi-vue-pro (opens new window)
- https://github.com/yudaocode (opens new window)
- https://github.com/soybeanjs/soybean-admin (opens new window)
- https://github.com/yuxintao6/koi-ui (opens new window)
- https://github.com/chuzhixin/vue-admin-better (opens new window)
- https://gitee.com/iBase4J/iBase4J (opens new window)
- https://gitee.com/sunhan521/framework (opens new window)
- https://gitee.com/Morning_/Morning (opens new window)
- https://gitee.com/shuzheng/zheng (opens new window)
- https://gitee.com/eric.xu/BMS (opens new window)
- https://gitee.com/wangzhixuan/spring-shiro-training (opens new window)
- https://gitee.com/willenfoo/center (opens new window)
- https://github.com/fengchangsheng/skeleton (opens new window)
- https://gitee.com/z77z/springboot_mybatisplus (opens new window)
- https://gitee.com/blind/maple (opens new window)
- https://gitee.com/dataact/jeeweb-mybatis (opens new window)
- https://gitee.com/fumiao/youngcms (opens new window)
- https://gitee.com/theodo/jeefast (opens new window)
- https://gitee.com/xiaobingby/bing-upms (opens new window)
- https://gitee.com/jamen/slife (opens new window)
- https://gitee.com/log4j/pig (opens new window)
- https://gitee.com/wanglingxiao/mysiteforme (opens new window)
- https://github.com/watchdog-framework/watchdog-framework (opens new window)
- https://gitee.com/iartisan/iartisan-admin-template (opens new window)
- https://gitee.com/qiqiim/qiqiim-server (opens new window)
- https://github.com/Exrick/x-boot (opens new window)
- https://gitee.com/stylefeng/guns (opens new window)
- https://github.com/yangzongzhuan/RuoYi (opens new window)
- https://github.com/macrozheng/mall-swarm (opens new window)
- https://github.com/macrozheng/mall (opens new window)
- https://gitee.com/ibyte/M-Pass (opens new window)
- https://github.com/techa03/goodsKill (opens new window)
- https://github.com/zycgit/hasor (opens new window)
- https://github.com/enilu/web-flash (opens new window)
- 商城 https://github.com/crmeb/crmeb_java (opens new window)
- 行为验证码 https://github.com/anji-plus/captcha (opens new window)
- EL-ADMIN 后台管理系统 https://github.com/elunez/eladmin (opens new window)
- SaaS多租户微服务开发平台 https://github.com/chillzhuang/SpringBlade (opens new window)
- 基于springboot的一款纯净脚手架 https://github.com/fuce1314/Springboot_v2 (opens new window)
- https://gitee.com/lovetime/WeAdmin (opens new window)
- https://github.com/ssssssss-team/magic-api (opens new window)
- 停车场管理 https://github.com/981011512/-- (opens new window)
- https://github.com/smart-cloud/smart-cloud (opens new window)
- https://github.com/shuzheng/zheng (opens new window)
- 文件管理 https://github.com/kekingcn/kkFileView (opens new window)
- Windows
http://kkfileview.keking.cn/kkFileView-4.1.0.zip
- Linux
http://kkfileview.keking.cn/kkFileView-4.1.0.tar.gz
- Docker
http://kkfileview.keking.cn/kkFileView-4.1.0-docker.tar
- 启动时报错 a process with acceptString ‘socket,host= (opens new window)
http://view.officeapps.live.com/op/view.aspx?src=
- Office文档在线预览服务器 (opens new window)
- 微软office web apps 服务器搭建之在线文档预览 (opens new window)
- https://github.com/dounine?tab=repositories&q=windows-server (opens new window)
- Windows
- 博客 https://github.com/88250/solo (opens new window)
- https://github.com/adlered/bolo-solo (opens new window)
- https://github.com/o2oa/o2oa (opens new window)
- https://github.com/wildfirechat/im-server (opens new window)
- https://github.com/xiweicheng/tms (opens new window)
- https://github.com/KouShenhai/KCloud-Platform-Alibaba (opens new window)
- https://github.com/shiyindaxiaojie/eden-demo-cola (opens new window)
- https://github.com/argouml-tigris-org (opens new window)
- 数据中台 https://github.com/birdLark/LarkMidTable (opens new window)
- 消息推送 https://github.com/ZhongFuCheng3y/austin (opens new window)
- IM https://gitee.com/howcode/aq-chat-server (opens new window)